rpms/libgcrypt/devel .cvsignore, 1.11, 1.12 libgcrypt.spec, 1.30, 1.31 sources, 1.11, 1.12

Nalin Dahyabhai nalin at fedoraproject.org
Thu Sep 18 15:50:38 UTC 2008


Author: nalin

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

Modified Files:
	.cvsignore libgcrypt.spec sources 
Log Message:
- update to 1.4.3
- own /etc/gcrypt
- fix rpmlint warning about the summary by dropping the final '.'



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	8 Sep 2008 23:05:08 -0000	1.11
+++ .cvsignore	18 Sep 2008 15:50:08 -0000	1.12
@@ -13,3 +13,5 @@
 libgcrypt-1.4.1.tar.bz2.sig
 libgcrypt-1.4.2.tar.bz2
 libgcrypt-1.4.2.tar.bz2.sig
+libgcrypt-1.4.3.tar.bz2
+libgcrypt-1.4.3.tar.bz2.sig


Index: libgcrypt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/libgcrypt.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- libgcrypt.spec	15 Sep 2008 19:49:03 -0000	1.30
+++ libgcrypt.spec	18 Sep 2008 15:50:08 -0000	1.31
@@ -1,12 +1,12 @@
 Name: libgcrypt
-Version: 1.4.2
-Release: 1
+Version: 1.4.3
+Release: 1%{?dist}
 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
 # Technically LGPLv2.1+, but Fedora's table doesn't draw a distinction.
 License: LGPLv2+
-Summary: A general-purpose cryptography library.
+Summary: A general-purpose cryptography library
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gawk, libgpg-error-devel >= 1.4, pkgconfig
 Group: System Environment/Libraries
@@ -79,6 +79,10 @@
 /sbin/ldconfig -n $RPM_BUILD_ROOT/%{_lib}/
 rm -f $RPM_BUILD_ROOT/root_marker
 
+# Create /etc/gcrypt (hardwired, not dependent on the configure invocation) so
+# that _someone_ owns it.
+mkdir -p -m 755 $RPM_BUILD_ROOT/etc/gcrypt
+
 %clean
 rm -fr $RPM_BUILD_ROOT
 
@@ -98,6 +102,7 @@
 
 %files
 %defattr(-,root,root)
+%dir /etc/gcrypt
 /%{_lib}/*.so.*
 #%{_libdir}/%{name}
 
@@ -114,6 +119,10 @@
 %{_infodir}/gcrypt.info*
 
 %changelog
+* Thu Sep 18 2008 Nalin Dahyabhai <nalin at redhat.com> 1.4.3-1
+- update to 1.4.3
+- own /etc/gcrypt
+
 * Mon Sep 15 2008 Nalin Dahyabhai <nalin at redhat.com>
 - invoke make with %%{?_smp_mflags} to build faster on multi-processor
   systems (Steve Grubb)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/libgcrypt/devel/sources,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- sources	8 Sep 2008 23:05:08 -0000	1.11
+++ sources	18 Sep 2008 15:50:08 -0000	1.12
@@ -1,2 +1,2 @@
-0d27005ff43ecf3d96ae02d99bf793ba  libgcrypt-1.4.2.tar.bz2
-3645b7f13ffaa953a4cbfa294fb1a2f0  libgcrypt-1.4.2.tar.bz2.sig
+46e50e811ed51f1e0e8dd677dded967d  libgcrypt-1.4.3.tar.bz2
+b6c8495eaeb912aa612196a849039e74  libgcrypt-1.4.3.tar.bz2.sig




More information about the scm-commits mailing list