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

Ralf Corsépius corsepiu at fedoraproject.org
Thu Mar 19 13:32:59 UTC 2009


Štěpán Kasal wrote:
> 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

>  %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

>  %changelog
> +* Thu Mar 19 2009 Stepan Kasal <skasal at redhat.com> - 1.5-11
> +- fix timestamps of the recoded text files

Why this change? Adjusting timestamps on perl modules is painting bikesheds.

Ralf




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