From 03054fa1d654129dbcbd04e67690a68932632792 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com> Date: Mon, 7 Sep 2015 15:17:30 +0200 Subject: 1.06 bump
diff --git a/.gitignore b/.gitignore index 1c22e85..5c88128 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ Event-RPC-1.01.tar.gz /Event-RPC-1.03.tar.gz /Event-RPC-1.04.tar.gz /Event-RPC-1.05.tar.gz +/Event-RPC-1.06.tar.gz diff --git a/Event-RPC-1.06-Convert-to-UTF-8.patch b/Event-RPC-1.06-Convert-to-UTF-8.patch new file mode 100644 index 0000000..8bd0326 --- /dev/null +++ b/Event-RPC-1.06-Convert-to-UTF-8.patch @@ -0,0 +1,70 @@ +From 2f5b821c9ebb36d71fc7fc7002b8cda22e0f04df Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com> +Date: Mon, 21 Sep 2015 15:48:12 +0200 +Subject: [PATCH] Convert to UTF-8 +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Petr Písař <ppi...@redhat.com> +--- + Changes | 2 +- + examples/Test_class.pm | 2 +- + examples/client.pl | 2 +- + examples/server.pl | 2 +- + 4 files changed, 4 insertions(+), 4 deletions(-) + +diff --git a/Changes b/Changes +index a8913d8..775bc16 100644 +--- a/Changes ++++ b/Changes +@@ -24,7 +24,7 @@ Revision history and release notes for Event::RPC: + to 2 GB. + - Fixed test suite for parallel execution by using + different port numbers for the test server. +- Thanks for the report to Andreas K�nig. ++ Thanks for the report to Andreas König. + - Applied a patch from Salvatore Bonaccorso which + fixes missing encoding declarations in POD. Thanks! + - Fixed some POD typos. Thanks for the report to +diff --git a/examples/Test_class.pm b/examples/Test_class.pm +index d639af9..71e6230 100644 +--- a/examples/Test_class.pm ++++ b/examples/Test_class.pm +@@ -1,6 +1,6 @@ + + #----------------------------------------------------------------------- +-# Copyright (C) 2002-2005 J�rn Reder <joern AT zyn.de>. ++# Copyright (C) 2002-2005 Jörn Reder <joern AT zyn.de>. + # All Rights Reserved. See file COPYRIGHT for details. + # + # This module is part of Event::RPC, which is free software; you can +diff --git a/examples/client.pl b/examples/client.pl +index 8652b8a..47cdaff 100755 +--- a/examples/client.pl ++++ b/examples/client.pl +@@ -2,7 +2,7 @@ + + + #----------------------------------------------------------------------- +-# Copyright (C) 2002-2005 J�rn Reder <joern AT zyn.de>. ++# Copyright (C) 2002-2005 Jörn Reder <joern AT zyn.de>. + # All Rights Reserved. See file COPYRIGHT for details. + # + # This module is part of Event::RPC, which is free software; you can +diff --git a/examples/server.pl b/examples/server.pl +index 6b0ef9e..3389edc 100755 +--- a/examples/server.pl ++++ b/examples/server.pl +@@ -2,7 +2,7 @@ + + + #----------------------------------------------------------------------- +-# Copyright (C) 2002-2005 J�rn Reder <joern AT zyn.de>. ++# Copyright (C) 2002-2005 Jörn Reder <joern AT zyn.de>. + # All Rights Reserved. See file COPYRIGHT for details. + # + # This module is part of Event::RPC, which is free software; you can +-- +2.4.3 + diff --git a/perl-Event-RPC.spec b/perl-Event-RPC.spec index 0c740a9..4cbfc08 100644 --- a/perl-Event-RPC.spec +++ b/perl-Event-RPC.spec @@ -1,12 +1,17 @@ Name: perl-Event-RPC -Version: 1.05 -Release: 3%{?dist} +Version: 1.06 +Release: 1%{?dist} Summary: Event based transparent client/server RPC framework Group: Development/Libraries License: GPL+ or Artistic URL: http://search.cpan.org/dist/Event-RPC/ Source0: http://search.cpan.org/CPAN/authors/id/J/JR/JRED/Event-RPC-%{version}.tar.gz +# Normalize documenation encoding +Patch0: Event-RPC-1.06-Convert-to-UTF-8.patch BuildArch: noarch +BuildRequires: coreutils +BuildRequires: findutils +BuildRequires: make BuildRequires: perl BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(strict) @@ -42,13 +47,6 @@ every event loop implementation available for Perl. %setup -q -n Event-RPC-%{version} # Make it so that the .pl scripts in %%doc don't add bogus requirements chmod -x examples/*.pl -# Convert encoding -for f in $(find lib/ -name *.pm) README examples/Test_class.pm ; do - cp -p ${f} ${f}.noutf8 - iconv -f ISO-8859-1 -t UTF-8 ${f}.noutf8 > ${f} - touch -r ${f}.noutf8 ${f} - rm ${f}.noutf8 -done %build perl Makefile.PL INSTALLDIRS=vendor @@ -62,11 +60,14 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';' make test %files -%doc Changes examples README +%doc Changes examples %{perl_vendorlib}/Event/ %{_mandir}/man3/*.3* %changelog +* Mon Sep 21 2015 Petr Pisar <ppi...@redhat.com> - 1.06-1 +- 1.06 bump + * Mon Sep 01 2014 Jitka Plesnikova <jples...@redhat.com> - 1.05-3 - Perl 5.20 rebuild diff --git a/sources b/sources index fd569d4..d4cad57 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fd6e257b922dea322f72efae8a756592 Event-RPC-1.05.tar.gz +03aeabe29feac13e8e4a5156ca3e4041 Event-RPC-1.06.tar.gz -- cgit v0.10.2 http://pkgs.fedoraproject.org/cgit/perl-Event-RPC.git/commit/?h=f22&id=03054fa1d654129dbcbd04e67690a68932632792 -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@lists.fedoraproject.org https://admin.fedoraproject.org/mailman/listinfo/perl-devel