rpms/perl-Unicode-Map8/devel .cvsignore, 1.2, 1.3 perl-Unicode-Map8.spec, 1.21, 1.22 sources, 1.2, 1.3

Emmanuel Seyman eseyman at fedoraproject.org
Tue Jan 19 21:43:58 UTC 2010


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 at club-internet.fr> - 0.13-1
+- Update to 0.13.
+- Convert ISO8858-1 files to UTF-8.
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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




More information about the perl-devel mailing list