rpms/perl-GnuPG-Interface/EL-6 .cvsignore, 1.4, 1.5 perl-GnuPG-Interface.spec, 1.11, 1.12 sources, 1.4, 1.5

Matt Domsch mdomsch at fedoraproject.org
Thu Jul 8 16:31:35 UTC 2010


Author: mdomsch

Update of /cvs/extras/rpms/perl-GnuPG-Interface/EL-6
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28707

Modified Files:
	.cvsignore perl-GnuPG-Interface.spec sources 
Log Message:
update to match devel branch


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-GnuPG-Interface/EL-6/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	21 May 2008 00:32:59 -0000	1.4
+++ .cvsignore	8 Jul 2010 16:31:35 -0000	1.5
@@ -1 +1 @@
-GnuPG-Interface-0.36.tar.gz
+GnuPG-Interface-0.42.tar.gz


Index: perl-GnuPG-Interface.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-GnuPG-Interface/EL-6/perl-GnuPG-Interface.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- perl-GnuPG-Interface.spec	26 Jul 2009 06:18:18 -0000	1.11
+++ perl-GnuPG-Interface.spec	8 Jul 2010 16:31:35 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           perl-GnuPG-Interface
-Version:        0.36
-Release:	3%{?dist}
+Version:        0.42
+Release:        4%{?dist}
 Summary:        Perl interface to GnuPG
 Group:          Development/Libraries
 License:        GPLv2+ or Artistic
@@ -8,9 +8,9 @@ URL:            http://search.cpan.org/d
 Source0:        http://cpan.org/modules/by-module/GnuPG/GnuPG-Interface-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
-BuildRequires:  gpg, perl(Class::MethodMaker), perl(ExtUtils::MakeMaker)
+BuildRequires:  gpg, perl(Any::Moose), perl(ExtUtils::MakeMaker)
 Requires:  gpg, perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
-Requires:	perl(Class::MethodMaker)
+Requires:       perl(Any::Moose)
 
 
 %description
@@ -35,7 +35,8 @@ chmod -R u+w $RPM_BUILD_ROOT/*
 
 %check
 chmod 0700 test
-make test
+# GnuPG-Interface needs to read from /dev/tty to run its tests.
+# make test
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -44,11 +45,26 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc ChangeLog README NEWS THANKS COPYING GPL Artistic
 %{perl_vendorlib}/GnuPG
-%{perl_vendorlib}/auto/GnuPG
 %{_mandir}/man3/*.3*
 
 
 %changelog
+* Thu Jul  8 2010 Matt Domsch <mdomsch at fedoraproject.org> - 0.42-4.el6
+- rebuild for RHEL 6
+
+* Sun May 02 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.42-4
+- Mass rebuild with perl-5.12.0
+
+* Mon Dec  7 2009 Stepan Kasal <skasal at redhat.com> - 0.42-3
+- rebuild against perl 5.10.1
+
+* Sun Oct 04 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.42-2
+- Disable tests because they need /dev/tty to run
+
+* Fri Oct 02 2009 Emmanuel Seyman <emmanuel.seyman at club-internet.fr> - 0.42-1
+- Update to 0.42
+- Fix rpmlint errors
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.36-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
@@ -82,7 +98,7 @@ rm -rf $RPM_BUILD_ROOT
 - FC-3 doesn't use the patch1
 
 * Sun Sep 11 2005 Matt Domsch <matt at domsch.com> 0.33-3
-- use perldoc -t and %_smp_mflags
+- use perldoc -t and the _smp_mflags macro
 
 * Sun Aug 28 2005 Matt Domsch <matt at domsch.com> 0.33-2
 - add Requires: gpg, always apply secret-key-output-1.patch, as it works on


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-GnuPG-Interface/EL-6/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	21 May 2008 00:32:59 -0000	1.4
+++ sources	8 Jul 2010 16:31:35 -0000	1.5
@@ -1 +1 @@
-6f097d3076b3311e8ef20ce3c2865c66  GnuPG-Interface-0.36.tar.gz
+c5cc5426c02b93900cb96f4879c9be28  GnuPG-Interface-0.42.tar.gz




More information about the perl-devel mailing list