Author: pluto Date: Mon Sep 1 13:28:54 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - fix build with recent curl/gcc, release bump.D
---- Files affected: SPECS: gnupg.spec (1.128 -> 1.129) , gnupg2.spec (1.82 -> 1.83) ---- Diffs: ================================================================ Index: SPECS/gnupg.spec diff -u SPECS/gnupg.spec:1.128 SPECS/gnupg.spec:1.129 --- SPECS/gnupg.spec:1.128 Thu May 29 22:46:37 2008 +++ SPECS/gnupg.spec Mon Sep 1 15:28:48 2008 @@ -14,7 +14,7 @@ Summary(zh_CN.UTF-8): GPL的PGP加密程序 Name: gnupg Version: 1.4.9 -Release: 1 +Release: 2 License: GPL v3+ Group: Applications/File Source0: ftp://ftp.gnupg.org/GnuPG/gnupg/%{name}-%{version}.tar.bz2 @@ -23,6 +23,8 @@ Patch1: %{name}-pl.po-update.patch Patch2: %{name}-fix.patch Patch3: %{name}-sparc64.patch +# this patch is shared with gnupg2.spec +Patch4: %{name}-gcc.patch URL: http://www.gnupg.org/ BuildRequires: automake BuildRequires: bzip2-devel @@ -180,6 +182,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p0 rm -f po/stamp-po @@ -263,6 +266,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.129 2008/09/01 13:28:48 pluto +- fix build with recent curl/gcc, release bump.D + Revision 1.128 2008/05/29 20:46:37 qboosh - updated to 1.4.9 (fixes CVE-2008-1530) - updated pl.po-update patch ================================================================ Index: SPECS/gnupg2.spec diff -u SPECS/gnupg2.spec:1.82 SPECS/gnupg2.spec:1.83 --- SPECS/gnupg2.spec:1.82 Tue Aug 26 17:49:01 2008 +++ SPECS/gnupg2.spec Mon Sep 1 15:28:48 2008 @@ -8,7 +8,7 @@ Summary(pl.UTF-8): GnuPG - narzędzie do bezpiecznej komunikacji i bezpiecznego przechowywania danych - wersja rozszerzona Name: gnupg2 Version: 2.0.9 -Release: 2 +Release: 3 License: GPL v3+ Group: Applications/File Source0: ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-%{version}.tar.bz2 @@ -18,6 +18,8 @@ Patch1: %{name}-pth.patch Patch2: %{name}-pl.po-update.patch Patch3: %{name}-disable_tests.patch +# this patch is shared with gnupg.spec +Patch4: gnupg-gcc.patch URL: http://www.gnupg.org/ BuildRequires: autoconf >= 2.61 BuildRequires: automake >= 1:1.10 @@ -181,6 +183,7 @@ %patch1 -p1 %patch2 -p1 %{!?with_tests:%patch3 -p1} +%patch4 -p0 rm -f po/stamp-po @@ -316,6 +319,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.83 2008/09/01 13:28:48 pluto +- fix build with recent curl/gcc, release bump.D + Revision 1.82 2008/08/26 15:49:01 qboosh - back to standard /usr/bin/pinentry (existing now) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnupg.spec?r1=1.128&r2=1.129&f=u http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnupg2.spec?r1=1.82&r2=1.83&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
