rpms/libgcrypt/devel .cvsignore, 1.13, 1.14 libgcrypt.spec, 1.42, 1.43 sources, 1.13, 1.14 libgcrypt-1.4.4-fips-no-access.patch, 1.1, NONE libgcrypt-1.4.4-padlock.patch, 1.1, NONE

Tomáš Mráz tmraz at fedoraproject.org
Mon Dec 21 08:46:43 UTC 2009


Author: tmraz

Update of /cvs/pkgs/rpms/libgcrypt/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9193

Modified Files:
	.cvsignore libgcrypt.spec sources 
Removed Files:
	libgcrypt-1.4.4-fips-no-access.patch 
	libgcrypt-1.4.4-padlock.patch 
Log Message:
* Mon Dec 21 2009 Tomas Mraz <tmraz at redhat.com> 1.4.5-1
- workaround for build on S390 (#548825)
- spec file cleanups
- upgrade to new minor upstream release



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- .cvsignore	30 Jan 2009 10:44:24 -0000	1.13
+++ .cvsignore	21 Dec 2009 08:46:43 -0000	1.14
@@ -1 +1 @@
-libgcrypt-1.4.4-hobbled.tar.bz2
+libgcrypt-1.4.5-hobbled.tar.bz2


Index: libgcrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/libgcrypt.spec,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -p -r1.42 -r1.43
--- libgcrypt.spec	21 Dec 2009 08:26:28 -0000	1.42
+++ libgcrypt.spec	21 Dec 2009 08:46:43 -0000	1.43
@@ -1,6 +1,6 @@
 Name: libgcrypt
-Version: 1.4.4
-Release: 9%{?dist}
+Version: 1.4.5
+Release: 1%{?dist}
 URL: http://www.gnupg.org/
 Source0: libgcrypt-%{version}-hobbled.tar.bz2
 # The original libgcrypt sources now contain potentially patented ECC
@@ -10,9 +10,7 @@ Source0: libgcrypt-%{version}-hobbled.ta
 #Source1: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig
 Source2: wk at g10code.com
 Source3: hobble-libgcrypt
-Patch1: libgcrypt-1.4.4-fips-no-access.patch
 Patch2: libgcrypt-1.4.4-use-fipscheck.patch
-Patch3: libgcrypt-1.4.4-padlock.patch
 
 # Technically LGPLv2.1+, but Fedora's table doesn't draw a distinction.
 License: LGPLv2+
@@ -42,9 +40,7 @@ applications using libgcrypt.
 %prep
 %setup -q
 %{SOURCE3}
-%patch1 -p1 -b .no-access
 %patch2 -p1 -b .use-fipscheck
-%patch3 -p1 -b .padlock
 
 %build
 %ifarch s390
@@ -56,7 +52,8 @@ applications using libgcrypt.
 %endif
      --enable-noexecstack \
      --enable-hmac-binary-check \
-     --enable-pubkey-ciphers='dsa elgamal rsa'
+     --enable-pubkey-ciphers='dsa elgamal rsa' \
+     --disable-O-flag-munging
 make %{?_smp_mflags}
 
 %check
@@ -153,10 +150,10 @@ exit 0
 %{_infodir}/gcrypt.info*
 
 %changelog
-
-* Mon Dec 21 2009 Tomas Mraz <tmraz at redhat.com> 1.4.4-9
-- Workaround for build on S390 (#548825)
-- Spec file cleanups
+* Mon Dec 21 2009 Tomas Mraz <tmraz at redhat.com> 1.4.5-1
+- workaround for build on S390 (#548825)
+- spec file cleanups
+- upgrade to new minor upstream release
 
 * Tue Aug 11 2009 Tomas Mraz <tmraz at redhat.com> 1.4.4-8
 - fix warning when installed with --excludedocs (#515961)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	30 Jan 2009 10:44:24 -0000	1.13
+++ sources	21 Dec 2009 08:46:43 -0000	1.14
@@ -1 +1 @@
-12d3fec91c663b541d63e34eabddacc5  libgcrypt-1.4.4-hobbled.tar.bz2
+56a36e06fff2ed0a3b07c901a907db5f  libgcrypt-1.4.5-hobbled.tar.bz2


--- libgcrypt-1.4.4-fips-no-access.patch DELETED ---


--- libgcrypt-1.4.4-padlock.patch DELETED ---




More information about the fedora-extras-commits mailing list