Parcourir la source

new upstream release.

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2260 ec354946-7b23-47d6-9f5a-488ba84defc7
tomop il y a 14 ans
Parent
commit
855a26bd28
1 fichiers modifiés avec 7 ajouts et 4 suppressions
  1. 7 4
      p/postfix/postfix-vl.spec

+ 7 - 4
p/postfix/postfix-vl.spec

@@ -7,7 +7,7 @@
 %define _sysconfdir   /etc
 %define _data_dir     %{_var}/lib/postfix
 
-%define origversion 2.6.5
+%define origversion 2.6.8
 
 # japanese documant for 2.5.x is not ready.
 # %define jconfversion 2.2.0
@@ -19,7 +19,7 @@ Summary:   Postfix Mail Transport Agent
 Summary(ja):   Postfix メールトランスポートエージェント
 Name:      postfix
 Version:   %{origversion}
-Release:   2%{?_dist_release}
+Release:   3%{?_dist_release}
 URL:       http://www.postfix.org/
 License:   Distributable - IBM PUBLIC LICENSE VERSION 1.0 - SECURE MAILER
 Group:     System Environment/Daemons
@@ -40,7 +40,7 @@ Patch1:    postfix-2.2.10-main.cf-lib64.patch
 
 # patches 100-199 are imported from debian package.
 # patches 100/101 for postfix 2.5.x are from suse.  
-Patch100: postfix-2.6.1-dynamicmaps.patch
+Patch100: postfix-2.6.8-dynamicmaps.patch
 
 # patches 200-299 are imported from rh/fedora
 Patch200: postfix-2.5.7-large-fs.patch	   
@@ -162,7 +162,6 @@ perl -pi -e 's,-lmysqlclient,-lmysqlclient -L%{_libdir}/mysql,' src/global/Makef
 %patch200 -p1 -b .large-fs
 %patch210 -p1 -b .open_define
 
-
 # patching src/global/Makefile to remove dependency
 pushd src/global
 %if %build_mysql
@@ -506,6 +505,10 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/postfix/dict_pcre.so
 
 %changelog
+* Wed Dec 01 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.8-1
+- new upstream release.
+- updated %%patch100 and %%patch210.
+
 * Sat Feb 20 2010 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.6.5-2
 - removed MySQL-shared from "Requires:" and "BuildRequires:".
 - replaced "Prereq:" with "Requires(pre):".