Author: eseyman Update of /cvs/pkgs/rpms/perl-Unicode-Map8/devel In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv3545 Modified Files: .cvsignore perl-Unicode-Map8.spec sources Log Message: - Update to 0.13. - Convert ISO8858-1 files to UTF-8. Index: .cvsignore =================================================================== RCS file: /cvs/pkgs/rpms/perl-Unicode-Map8/devel/.cvsignore,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- .cvsignore 8 Nov 2004 05:10:14 -0000 1.2 +++ .cvsignore 19 Jan 2010 21:43:58 -0000 1.3 @@ -1 +1 @@ -Unicode-Map8-0.12.tar.gz +Unicode-Map8-0.13.tar.gz Index: perl-Unicode-Map8.spec =================================================================== RCS file: /cvs/pkgs/rpms/perl-Unicode-Map8/devel/perl-Unicode-Map8.spec,v retrieving revision 1.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- perl-Unicode-Map8.spec 26 Jul 2009 17:23:25 -0000 1.21 +++ perl-Unicode-Map8.spec 19 Jan 2010 21:43:58 -0000 1.22 @@ -1,15 +1,15 @@ %{!?perl_vendorarch: %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch)} Name: perl-Unicode-Map8 -Version: 0.12 -Release: 20%{?dist} +Version: 0.13 +Release: 1%{?dist} Summary: Mapping table between 8-bit chars and Unicode for Perl Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Unicode-Map8/ -Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Unicode-Map8-0.12.tar.gz +Source0: http://www.cpan.org/authors/id/G/GA/GAAS/Unicode-Map8-%{version}.tar.gz Patch0: perl-Unicode-Map8-0.12-declaration.patch Patch1: perl-Unicode-Map8-0.12-type.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -31,6 +31,11 @@ tables in RFC 1345. New maps can easily %patch0 -p0 -b .declaration %patch1 -p0 -b .type +for i in README Changes; do + iconv --from=ISO-8859-1 --to=UTF-8 $i > $i.UTF-8 + mv $i.UTF-8 $i +done + %build CFLAGS="$RPM_OPT_FLAGS" %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -66,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jan 19 2010 Emmanuel Seyman <emmanuel.seyman@xxxxxxxxxxxxxxxx> - 0.13-1 +- Update to 0.13. +- Convert ISO8858-1 files to UTF-8. + * Sun Jul 26 2009 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 0.12-20 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild Index: sources =================================================================== RCS file: /cvs/pkgs/rpms/perl-Unicode-Map8/devel/sources,v retrieving revision 1.2 retrieving revision 1.3 diff -u -p -r1.2 -r1.3 --- sources 8 Nov 2004 05:10:14 -0000 1.2 +++ sources 19 Jan 2010 21:43:58 -0000 1.3 @@ -1 +1 @@ -b76a10615258894b1699b140f93940d0 Unicode-Map8-0.12.tar.gz +fc93a37cabcae488bd95ca07bf5c919e Unicode-Map8-0.13.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel