rpms/perl-Sort-Versions/EL-4 perl-Sort-Versions-1.5-utf8.patch, NONE, 1.1 perl-Sort-Versions.spec, 1.2, 1.3

Paul Howarth pghmcfc at fedoraproject.org
Mon Mar 16 09:08:00 UTC 2009


Author: pghmcfc

Update of /cvs/pkgs/rpms/perl-Sort-Versions/EL-4
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31583

Modified Files:
	perl-Sort-Versions.spec 
Added Files:
	perl-Sort-Versions-1.5-utf8.patch 
Log Message:
Bring up to date for first EL-4 build

perl-Sort-Versions-1.5-utf8.patch:

--- NEW FILE perl-Sort-Versions-1.5-utf8.patch ---
--- Sort-Versions-1.5/Changes	2003-08-24 23:59:24.000000000 +0100
+++ Sort-Versions-1.5/Changes.utf8	2009-03-16 08:56:06.000000000 +0000
@@ -65,7 +65,7 @@
 
 2002-01-28 19:06  ed
 
-	* Versions.pm: Version 1.3: patch from Hack Kampbjørn for '-' digit
+	* Versions.pm: Version 1.3: patch from Hack Kampbjørn for '-' digit
 	groupings as well as '.'.
 
 2002-01-28 19:05  ed
--- Sort-Versions-1.5/Versions.pm	2003-08-24 23:58:14.000000000 +0100
+++ Sort-Versions-1.5/Versions.pm.utf8	2009-03-16 08:55:31.000000000 +0000
@@ -138,7 +138,7 @@
 
 Ed Avis <ed at membled.com> and Matt Johnson <mwj99 at doc.ic.ac.uk> for
 recent releases; the original author is Kenneth J. Albanowski
-<kjahds at kjahds.com>.  Thanks to Hack Kampbjørn and Slaven Rezic for
+<kjahds at kjahds.com>.  Thanks to Hack Kampbjørn and Slaven Rezic for
 patches and bug reports.
 
 Copyright (c) 1996, Kenneth J. Albanowski. All rights reserved.  This


Index: perl-Sort-Versions.spec
===================================================================
RCS file: /cvs/pkgs/rpms/perl-Sort-Versions/EL-4/perl-Sort-Versions.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- perl-Sort-Versions.spec	17 Aug 2005 15:02:42 -0000	1.2
+++ perl-Sort-Versions.spec	16 Mar 2009 09:07:30 -0000	1.3
@@ -1,14 +1,17 @@
 Name: 		perl-Sort-Versions
 Version: 	1.5
-Release: 	3%{?dist}
+Release: 	7%{?dist}.1
 Summary: 	Perl module for sorting of revision-like numbers 
-License: 	GPL or Artistic
+License: 	GPL+ or Artistic
 Group: 		Development/Libraries
 URL: 		http://search.cpan.org/dist/Sort-Versions/
 Source0: 	http://www.cpan.org/modules/by-module/Sort/Sort-Versions-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:		perl-Sort-Versions-1.5-utf8.patch
+BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch: 	noarch
+BuildRequires:  perl(ExtUtils::MakeMaker)
+BuildRequires:	perl(Test::More)
 Requires:  	perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -24,6 +27,9 @@
 %prep
 %setup -q -n Sort-Versions-%{version}
 
+# Recode as UTF-8
+%patch0 -p1
+
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
@@ -32,7 +38,7 @@
 rm -rf $RPM_BUILD_ROOT
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
-find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null ';'
+find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null ';'
 chmod -R u+w $RPM_BUILD_ROOT/*
 
 %clean
@@ -48,6 +54,23 @@
 %{_mandir}/man3/*
 
 %changelog
+* Mon Mar 16 2009 Paul Howarth <paul at city-fan.org> - 1.5-7.1
+- Recode as UTF-8
+- Fix argument order for find with -depth
+
+* Fri Aug 17 2007 Ralf Corsépius <rc040203 at freenet.de> - 1.5-7
+- Add BR: perl(Test::More).
+
+* Fri Aug 17 2007 Ralf Corsépius <rc040203 at freenet.de> - 1.5-6
+- Update license tag.
+- Reflect perl split.
+
+* Tue Sep 05 2006 Ralf Corsépius <rc040203 at freenet.de> - 1.5-5
+- Mass rebuild.
+
+* Tue Feb 28 2006 Ralf Corsépius <rc040203 at freenet.de> - 1.5-4
+- Rebuild for perl-5.8.8.
+
 * Wed Aug 17 2005 Ralf Corsepius <ralf at links2linux.de> - 1.5-3
 - Spec cleanup.
 




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