rpms/libgcrypt/devel .cvsignore, 1.8, 1.9 libgcrypt.spec, 1.23, 1.24 sources, 1.8, 1.9

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Mon Dec 10 21:11:29 UTC 2007


Author: nalin

Update of /cvs/pkgs/rpms/libgcrypt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7323

Modified Files:
	.cvsignore libgcrypt.spec sources 
Log Message:
update to 1.4.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- .cvsignore	6 Feb 2007 06:47:19 -0000	1.8
+++ .cvsignore	10 Dec 2007 21:10:52 -0000	1.9
@@ -7,3 +7,5 @@
 libgcrypt-1.2.3.tar.bz2.sig
 libgcrypt-1.2.4.tar.bz2
 libgcrypt-1.2.4.tar.bz2.sig
+libgcrypt-1.4.0.tar.bz2
+libgcrypt-1.4.0.tar.bz2.sig


Index: libgcrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/libgcrypt.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- libgcrypt.spec	16 Oct 2007 17:05:10 -0000	1.23
+++ libgcrypt.spec	10 Dec 2007 21:10:52 -0000	1.24
@@ -1,6 +1,6 @@
 Name: libgcrypt
-Version: 1.2.4
-Release: 6
+Version: 1.4.0
+Release: 1
 Source0: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2
 Source1: ftp://ftp.gnupg.org/gcrypt/libgcrypt/libgcrypt-%{version}.tar.bz2.sig
 Source2: wk at g10code.com
@@ -30,11 +30,10 @@
 %setup -q
 
 %build
-%configure --disable-asm --disable-static --enable-noexecstack
-# Verify that RNG methods which aren't LGPL aren't enabled.
-grep '^#define USE_RNDUNIX 0$' config.h
-grep '^#define USE_RNDW32 0$' config.h
+%configure --disable-static --enable-noexecstack
 make
+
+%check
 make check
 
 %install
@@ -58,12 +57,14 @@
 		mv "$shlib" $RPM_BUILD_ROOT/%{_lib}/
 	fi
 done
+
 # Figure out where /%{_lib} is relative to %{_libdir}.
 touch $RPM_BUILD_ROOT/root_marker
 relroot=..
 while ! test -f $RPM_BUILD_ROOT/%{_libdir}/$relroot/root_marker ; do
 	relroot=$relroot/..
 done
+
 # Overwrite development symlinks.
 pushd $RPM_BUILD_ROOT/%{_libdir}
 for shlib in $relroot/%{_lib}/lib*.so.* ; do
@@ -72,6 +73,7 @@
 	ln -sf $shlib $target
 done
 popd
+
 # Add soname symlink.
 /sbin/ldconfig -n $RPM_BUILD_ROOT/%{_lib}/
 rm -f $RPM_BUILD_ROOT/root_marker
@@ -101,6 +103,7 @@
 %files devel
 %defattr(-,root,root)
 %{_bindir}/%{name}-config
+%{_bindir}/dumpsexp
 %{_includedir}/*
 %{_libdir}/*.so
 %{_datadir}/aclocal/*
@@ -109,6 +112,9 @@
 %{_infodir}/gcrypt.info*
 
 %changelog
+* Mon Dec 10 2007 Nalin Dahyabhai <nalin at redhat.com> - 1.4.0-1
+- update to 1.4.0
+
 * Tue Oct 16 2007 Nalin Dahyabhai <nalin at redhat.com> - 1.2.4-6
 - use ldconfig to build the soname symlink for packaging along with the
   shared library (#334731)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- sources	6 Feb 2007 06:47:19 -0000	1.8
+++ sources	10 Dec 2007 21:10:52 -0000	1.9
@@ -1,2 +1,2 @@
-3675d3e74c3a44aed629d9b12a30bb51  libgcrypt-1.2.4.tar.bz2
-b6323d3acf8c08ad849e8090fb8986b9  libgcrypt-1.2.4.tar.bz2.sig
+b013f798a1088afb07336bce5a9c24c5  libgcrypt-1.4.0.tar.bz2
+43e1b54d34732709bbec024512224450  libgcrypt-1.4.0.tar.bz2.sig




More information about the fedora-extras-commits mailing list