commit 2ea0eda87f5457c810e9d18f8aa2c4feb3138407
Author: Robert Scheck <rob...@fedoraproject.org>
Date:   Sun Oct 12 21:55:45 2014 +0200

    Upgrade to 1.64

 .gitignore                                         |    2 +-
 perl-Crypt-GPG-1.63-qw.patch                       |   73 --------------------
 ...3-fedora.patch => perl-Crypt-GPG-1.64-gpg.patch |    8 +-
 perl-Crypt-GPG.spec                                |   19 +++--
 sources                                            |    2 +-
 5 files changed, 17 insertions(+), 87 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d23d0ee..9726150 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-Crypt-GPG-1.63.tar.gz
+/Crypt-GPG-*.tar.gz
diff --git a/perl-Crypt-GPG-1.63-fedora.patch b/perl-Crypt-GPG-1.64-gpg.patch
similarity index 70%
rename from perl-Crypt-GPG-1.63-fedora.patch
rename to perl-Crypt-GPG-1.64-gpg.patch
index 5ed8053..65bc123 100644
--- a/perl-Crypt-GPG-1.63-fedora.patch
+++ b/perl-Crypt-GPG-1.64-gpg.patch
@@ -1,11 +1,11 @@
-Patch by Robert Scheck <rob...@fedoraproject.org> for Crypt::GPG <= 1.63, which
+Patch by Robert Scheck <rob...@fedoraproject.org> for Crypt::GPG <= 1.64, which
 sets the default path to the GnuPG binary equivalent to where GnuPG is 
installed
 at Fedora and Red Hat Enterprise Linux.
 
---- Crypt-GPG-1.63/GPG.pm                      2007-04-02 15:39:39.000000000 
+0200
-+++ Crypt-GPG-1.63/GPG.pm.fedora               2009-05-29 14:11:17.000000000 
+0200
+--- Crypt-GPG-1.64/GPG.pm                      2014-09-18 21:23:58.000000000 
+0200
++++ Crypt-GPG-1.64/GPG.pm.gpg                  2014-10-12 19:54:11.000000000 
+0200
 @@ -26,7 +26,7 @@
- ( $VERSION ) = '$Revision: 1.63 $' =~ /\s+([\d\.]+)/;
+ ( $VERSION ) = '$Revision: 1.64 $' =~ /\s+([\d\.]+)/;
  
  sub new {
 -  bless { GPGBIN         =>   '/usr/local/bin/gpg',
diff --git a/perl-Crypt-GPG.spec b/perl-Crypt-GPG.spec
index ea113c8..a0ab080 100644
--- a/perl-Crypt-GPG.spec
+++ b/perl-Crypt-GPG.spec
@@ -1,16 +1,17 @@
-%define pkgname Crypt-GPG
+# Filter the Perl extension module
+%{?perl_default_filter}
+
+%global pkgname Crypt-GPG
 
 Summary:       Perl Object Oriented Interface to GnuPG
 Name:          perl-Crypt-GPG
-Version:       1.63
-Release:       20%{?dist}
+Version:       1.64
+Release:       1%{?dist}
 License:       GPL+ or Artistic
 Group:         Development/Libraries
 URL:           http://search.cpan.org/dist/%{pkgname}/
 Source:                
http://search.cpan.org/CPAN/authors/id/A/AG/AGUL/%{pkgname}-%{version}.tar.gz
-Patch0:                perl-Crypt-GPG-1.63-fedora.patch
-# Perl 5.18 compatibility, CPAN RT#68339
-Patch1:     perl-Crypt-GPG-1.63-qw.patch
+Patch0:                perl-Crypt-GPG-1.64-gpg.patch
 Requires:      perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo 
$version)), gnupg
 BuildRequires: perl(ExtUtils::MakeMaker), perl(IPC::Run), perl(Date::Parse), 
gnupg
 BuildArch:     noarch
@@ -25,8 +26,7 @@ and import.
 
 %prep
 %setup -q -n %{pkgname}-%{version}
-%patch0 -p1 -b .fedora
-%patch1 -p1
+%patch0 -p1 -b .gpg
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/Crypt::GPG.3pm*
 
 %changelog
+* Sun Oct 12 2014 Robert Scheck <rob...@fedoraproject.org> 1.64-1
+- Upgrade to 1.64
+
 * Thu Aug 28 2014 Jitka Plesnikova <jples...@redhat.com> - 1.63-20
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index d031f9c..629dd33 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9a2ab2edf9740cfef789f17c998f3fe2  Crypt-GPG-1.63.tar.gz
+c776c2a7d60ba643751f082465afc8a0  Crypt-GPG-1.64.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to