rpms/perl-Sort-Versions/devel perl-Sort-Versions.spec,1.9,1.10

Štěpán Kasal kasal at fedoraproject.org
Thu Mar 19 13:13:04 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/perl-Sort-Versions/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv2176

Modified Files:
	perl-Sort-Versions.spec 
Log Message:
- fix timestamps of the recoded text files


Index: perl-Sort-Versions.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-Sort-Versions/devel/perl-Sort-Versions.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- perl-Sort-Versions.spec	16 Mar 2009 14:21:56 -0000	1.9
+++ perl-Sort-Versions.spec	19 Mar 2009 13:12:31 -0000	1.10
@@ -1,6 +1,6 @@
 Name: 		perl-Sort-Versions
 Version: 	1.5
-Release: 	10%{?dist}
+Release: 	11%{?dist}
 Summary: 	Perl module for sorting of revision-like numbers 
 License: 	GPL+ or Artistic
 Group: 		Development/Libraries
@@ -26,7 +26,9 @@
 %prep
 %setup -q -n Sort-Versions-%{version}
 for f in Changes Versions.pm; do
-	iconv -f iso-8859-1 -t utf-8 <$f >${f}_ && mv ${f}_ $f
+	iconv -f iso-8859-1 -t utf-8 <$f >${f}_ &&
+	touch -r $f ${f}_ &&
+	mv ${f}_ $f
 done
 
 %build
@@ -54,6 +56,9 @@
 %{_mandir}/man3/*
 
 %changelog
+* Thu Mar 19 2009 Stepan Kasal <skasal at redhat.com> - 1.5-11
+- fix timestamps of the recoded text files
+
 * Mon Mar 16 2009 Stepan Kasal <skasal at redhat.com> - 1.5-10
 - Recode as UTF-8, fix argument order find with -depth (both by Paul Howarth)
 - Other minor cleanups




More information about the fedora-extras-commits mailing list