rpms/perl-GnuPG-Interface/devel .cvsignore, 1.2, 1.3 perl-GnuPG-Interface.spec, 1.3, 1.4 sources, 1.2, 1.3 secret-key-output-1.patch, 1.1, NONE

Matt Domsch (mdomsch) fedora-extras-commits at redhat.com
Tue Feb 14 05:20:39 UTC 2006


Author: mdomsch

Update of /cvs/extras/rpms/perl-GnuPG-Interface/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18263

Modified Files:
	.cvsignore perl-GnuPG-Interface.spec sources 
Removed Files:
	secret-key-output-1.patch 
Log Message:
fix 'make test' key expiry, rebuild for FC5


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-GnuPG-Interface/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	13 Sep 2005 14:23:31 -0000	1.2
+++ .cvsignore	14 Feb 2006 05:20:38 -0000	1.3
@@ -1 +1,2 @@
 GnuPG-Interface-0.33.tar.gz
+GnuPG-Interface-0.33-unexpire-test-keys.tar.gz


Index: perl-GnuPG-Interface.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-GnuPG-Interface/devel/perl-GnuPG-Interface.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- perl-GnuPG-Interface.spec	6 Oct 2005 03:02:01 -0000	1.3
+++ perl-GnuPG-Interface.spec	14 Feb 2006 05:20:38 -0000	1.4
@@ -1,13 +1,13 @@
 Name:           perl-GnuPG-Interface
 Version:        0.33
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Perl interface to GnuPG
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/GnuPG-Interface
 Source0:        http://search.cpan.org/CPAN/authors/id/F/FT/FTOBIN/GnuPG-Interface-%{version}.tar.gz
+Source1:        GnuPG-Interface-%{version}-unexpire-test-keys.tar.gz
 Patch0:		GnuPG-Interface-0.33.tru-record-type.txt
-Patch1:		secret-key-output-1.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  gpg, perl(Class::MethodMaker)
@@ -19,12 +19,11 @@
 %{summary}.
 
 %prep
-%setup -q -n GnuPG-Interface-%{version}
+%setup -q -b 1 -n GnuPG-Interface-%{version}
 perldoc -t perlgpl > GPL
 perldoc -t perlartistic > Artistic
 
 %patch0 -p0
-%patch1 -p1
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -53,6 +52,11 @@
 
 
 %changelog
+* Mon Feb 13 2006 Matt Domsch <Matt_Domsch at dell.com> 0.33-6
+- add 10 years to expiry date of test gpg keys,
+  lets 'make test' succeed after 2006-02-05.
+- rebuild for FC5
+
 * Thu Oct 06 2005 Ralf Corsepius <rc040203 at freenet.de> - 0.33-5
 - Requires: perl(Class::MethodMaker) (PR #169976).
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-GnuPG-Interface/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	13 Sep 2005 14:23:31 -0000	1.2
+++ sources	14 Feb 2006 05:20:38 -0000	1.3
@@ -1 +1,2 @@
 7349795ec874c2af78eec7f274d96bc8  GnuPG-Interface-0.33.tar.gz
+ad0eb26f8261b5e129d90486326a7e77  GnuPG-Interface-0.33-unexpire-test-keys.tar.gz


--- secret-key-output-1.patch DELETED ---




More information about the scm-commits mailing list