rpms/perl-Crypt-RSA/devel .cvsignore, 1.3, 1.4 perl-Crypt-RSA.spec, 1.7, 1.8 sources, 1.3, 1.4

Paul Howarth pghmcfc at fedoraproject.org
Mon Jul 7 08:33:38 UTC 2008


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Crypt-RSA/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7606

Modified Files:
	.cvsignore perl-Crypt-RSA.spec sources 
Log Message:
* Mon Jul  7 2008 Paul Howarth <paul at city-fan.org> 1.96-1
- Update to 1.96
- Convert "Changes" to UTF-8
- Shellbangs no longer need removing
- Module is now UTF-8 and doesn't need converting
- Need manual perl(Class::Loader) dep due to move to use of "use base",
  as rpm auto-dep-finder doesn't spot it



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	22 Dec 2006 08:57:41 -0000	1.3
+++ .cvsignore	7 Jul 2008 08:32:26 -0000	1.4
@@ -1 +1 @@
-Crypt-RSA-1.58.tar.gz
+Crypt-RSA-1.96.tar.gz


Index: perl-Crypt-RSA.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/perl-Crypt-RSA.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- perl-Crypt-RSA.spec	6 Mar 2008 15:08:47 -0000	1.7
+++ perl-Crypt-RSA.spec	7 Jul 2008 08:32:26 -0000	1.8
@@ -1,7 +1,7 @@
 Summary:	RSA public-key cryptosystem
 Name:		perl-Crypt-RSA
-Version:	1.58
-Release:	4%{?dist}
+Version:	1.96
+Release:	1%{?dist}
 License:	GPL+ or Artistic
 Group:		Development/Libraries
 Url:		http://search.cpan.org/dist/Crypt-RSA/
@@ -23,6 +23,7 @@
 BuildRequires:	perl(Math::Pari)		>= 2.001804
 BuildRequires:	perl(Sort::Versions)
 BuildRequires:	perl(Tie::EncryptedHash)
+Requires:	perl(Class::Loader)		>= 2.00
 
 %description
 Crypt::RSA is a pure-perl, cleanroom implementation of the RSA public-key
@@ -37,12 +38,9 @@
 %prep
 %setup -q -n Crypt-RSA-%{version}
 
-# Remove pointless shellbangs
-/usr/bin/find ./lib -name '*.pm' -print | /usr/bin/xargs %{__sed} -i -e '/^#! *\/usr\/bin\/perl /d'
-
 # Convert documentation to UTF-8
-/usr/bin/iconv -f iso-8859-1 -t utf-8 -o lib/Crypt/RSA.pm.utf-8 lib/Crypt/RSA.pm
-%{__mv} -f lib/Crypt/RSA.pm.utf-8 lib/Crypt/RSA.pm
+/usr/bin/iconv -f iso-8859-1 -t utf-8 -o Changes.utf-8 Changes
+%{__mv} -f Changes.utf-8 Changes
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -89,6 +87,14 @@
 %{_mandir}/man3/crypt-rsa-interoperablity-template.3*
 
 %changelog
+* Mon Jul  7 2008 Paul Howarth <paul at city-fan.org> 1.96-1
+- Update to 1.96
+- Convert "Changes" to UTF-8
+- Shellbangs no longer need removing
+- Module is now UTF-8 and doesn't need converting
+- Need manual perl(Class::Loader) dep due to move to use of "use base",
+  as rpm auto-dep-finder doesn't spot it
+
 * Thu Mar  6 2008 Tom "spot" Callaway <tcallawa at redhat.com> 1.58-4
 - rebuild for new perl
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Crypt-RSA/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	22 Dec 2006 08:57:41 -0000	1.3
+++ sources	7 Jul 2008 08:32:26 -0000	1.4
@@ -1 +1 @@
-fb0eb5f47f42eb8737e1ecfa28ed4523  Crypt-RSA-1.58.tar.gz
+98874ddaa3c9445fa07e8ef345308133  Crypt-RSA-1.96.tar.gz




More information about the Fedora-perl-devel-list mailing list