Author: pghmcfc
Update of /cvs/free/rpms/perl-Crypt-IDEA/devel
In directory old02.ovh.rpmfusion.lan:/tmp/cvs-serv21225
Modified Files:
.cvsignore perl-Crypt-IDEA.spec sources
Log Message:
Update to 1.10
- New upstream release 1.10
- Made SvUPGRADE a statement
- Corrected VERSION statement
- Fixed _idea.c for Strawberry
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/perl-Crypt-IDEA/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 22 Jan 2009 11:13:02 -0000 1.2
+++ .cvsignore 4 Aug 2013 20:14:38 -0000 1.3
@@ -1 +1 @@
-Crypt-IDEA-1.08.tar.gz
+Crypt-IDEA-1.10.tar.gz
Index: perl-Crypt-IDEA.spec
===================================================================
RCS file: /cvs/free/rpms/perl-Crypt-IDEA/devel/perl-Crypt-IDEA.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- perl-Crypt-IDEA.spec 3 Mar 2013 21:46:05 -0000 1.10
+++ perl-Crypt-IDEA.spec 4 Aug 2013 20:14:38 -0000 1.11
@@ -1,7 +1,7 @@
Summary: Perl interface to IDEA block cipher
Name: perl-Crypt-IDEA
-Version: 1.08
-Release: 11%{?dist}
+Version: 1.10
+Release: 1%{?dist}
License: BSD with advertising
Group: Development/Libraries
Url:
http://search.cpan.org/dist/Crypt-IDEA/
@@ -29,9 +29,6 @@
# Remove unnecessary shellbang that points to the wrong perl interpreter anyway
sed -i -e '\|^#! */usr/local/bin/perl |d' IDEA.pm
-# Remove file we don't want packaged
-rm -f ._test.pl
-
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
@@ -56,6 +53,12 @@
%{_mandir}/man3/Crypt::IDEA.3pm*
%changelog
+* Sun Aug 4 2013 Paul Howarth <paul(a)city-fan.org> - 1.10-1
+- Update to 1.10
+ - Made SvUPGRADE a statement
+ - Corrected VERSION statement
+ - Fixed _idea.c for Strawberry
+
* Sun Mar 03 2013 Nicolas Chauvet <kwizart(a)gmail.com> - 1.08-11
- Mass rebuilt for Fedora 19 Features
Index: sources
===================================================================
RCS file: /cvs/free/rpms/perl-Crypt-IDEA/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 22 Jan 2009 11:13:02 -0000 1.2
+++ sources 4 Aug 2013 20:14:38 -0000 1.3
@@ -1 +1 @@
-6718c630fa8ac28cb989b7db763ed97c Crypt-IDEA-1.08.tar.gz
+0284334d0d3e18543f178111130aa00d Crypt-IDEA-1.10.tar.gz