rpms/pgp-tools/FC-5 .cvsignore, 1.5, 1.6 pgp-tools.spec, 1.4, 1.5 sources, 1.5, 1.6

Matt Domsch (mdomsch) fedora-extras-commits at redhat.com
Sun Oct 8 03:27:26 UTC 2006


Author: mdomsch

Update of /cvs/extras/rpms/pgp-tools/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28688

Modified Files:
	.cvsignore pgp-tools.spec sources 
Log Message:
upgrade to 0.4.8


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pgp-tools/FC-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	10 Jul 2006 17:33:47 -0000	1.5
+++ .cvsignore	8 Oct 2006 03:27:26 -0000	1.6
@@ -1 +1 @@
-signing-party_0.4.7.orig.tar.gz
+signing-party_0.4.8.orig.tar.gz


Index: pgp-tools.spec
===================================================================
RCS file: /cvs/extras/rpms/pgp-tools/FC-5/pgp-tools.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pgp-tools.spec	10 Jul 2006 17:33:47 -0000	1.4
+++ pgp-tools.spec	8 Oct 2006 03:27:26 -0000	1.5
@@ -1,6 +1,6 @@
 %define tarballname signing-party
 Name:           pgp-tools
-Version:        0.4.7
+Version:        0.4.8
 Release:        1%{?dist}
 Summary:        Collection of several utilities related to OpenPGP
 Group:          Applications/System
@@ -8,7 +8,11 @@
 URL:            http://pgp-tools.alioth.debian.org/
 # To check out the source tree from subversion, use this:
 # svn co svn://svn.debian.org/pgp-tools/trunk/ pgp-tools
-# You can also find source tarballs posted at
+# or to get a particular revision:
+# svn co svn://svn.debian.org/pgp-tools/tags/release-%{version} signing-party-%{version}
+# Then to make the tarball, use:
+# tar cvzf signing-party_%{version}.orig.tar.gz --exclude=.svn --exclude=debian signing-party-%{version}/
+# For some releases you may also find source tarballs posted at
 # http://alioth.debian.org/project/showfiles.php?group_id=30435
 Source0:	http://alioth.debian.org/download.php/1688/%{tarballname}_%{version}.orig.tar.gz
 # from svn debian/copyright, not included in tarballs.
@@ -48,12 +52,12 @@
 
 for file in `find $DIRS -type f -perm +0111 -print`
 do
-    install -p -m755 $file $RPM_BUILD_ROOT%{_bindir} 
+	install -p -m755 $file $RPM_BUILD_ROOT%{_bindir} 
 done
 
 for man in `find $DIRS -type f -name "*.[0-9]" -print`
 do
-    install -m644 $man $RPM_BUILD_ROOT%{_mandir}/man1
+	install -m644 $man $RPM_BUILD_ROOT%{_mandir}/man1
 done
 
 #  cleanup to leave docs only...
@@ -73,6 +77,13 @@
 
 
 %changelog
+* Sat Oct 07 2006 Matt Domsch <Matt_Domsch at dell.com> 0.4.8-1
+- upgrade to 0.4.8
+  - gpglist: do not die with with-fingerprint (Closes: debian #382019).
+  - gpg-key2ps: add --list-key to gpg call (works around debian #382794).
+  - caff: when set, use $ENV{'GNUPGHOME'} to find secring.gpg. Suggested by
+    Gerfried Fuchs.
+
 * Mon Jul 10 2006 Matt Domsch <Matt_Domsch at dell.com> 0.4.7-1
 - upgrade to latest upstream
   - gpg-mailkeys: use right content-type for attached key,


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pgp-tools/FC-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	10 Jul 2006 17:33:47 -0000	1.5
+++ sources	8 Oct 2006 03:27:26 -0000	1.6
@@ -1 +1 @@
-b277efb28ae0b794d6e53a84f753682a  signing-party_0.4.7.orig.tar.gz
+61f4d997e0b989e70f8ae850680106a7  signing-party_0.4.8.orig.tar.gz




More information about the scm-commits mailing list