From 32843cf93b9bf062a153ad86de6a890480fe0deace19243d95fc1bfdd69d8a1e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Mon, 13 Mar 2017 15:41:02 +0000 Subject: [PATCH] - updated to 0.006 see /usr/share/doc/packages/perl-PerlIO-utf8_strict/Changes 0.006 2015-05-01 11:36:21+02:00 Europe/Amsterdam Move to MakeMaker OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-PerlIO-utf8_strict?expand=0&rev=6 --- PerlIO-utf8_strict-0.005.tar.gz | 3 --- PerlIO-utf8_strict-0.006.tar.gz | 3 +++ perl-PerlIO-utf8_strict.changes | 9 +++++++++ perl-PerlIO-utf8_strict.spec | 19 ++++++++++--------- 4 files changed, 22 insertions(+), 12 deletions(-) delete mode 100644 PerlIO-utf8_strict-0.005.tar.gz create mode 100644 PerlIO-utf8_strict-0.006.tar.gz diff --git a/PerlIO-utf8_strict-0.005.tar.gz b/PerlIO-utf8_strict-0.005.tar.gz deleted file mode 100644 index 6df7f63..0000000 --- a/PerlIO-utf8_strict-0.005.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8956064ac2bf1f79bac868a9db93a44aade77df4d3e8b07ce31a40f987ef2e0e -size 66025 diff --git a/PerlIO-utf8_strict-0.006.tar.gz b/PerlIO-utf8_strict-0.006.tar.gz new file mode 100644 index 0000000..4b1f989 --- /dev/null +++ b/PerlIO-utf8_strict-0.006.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:980010e624c43be0a2aac8e1fe5db3fe43035940def75ca70401bb1ca98bd562 +size 66240 diff --git a/perl-PerlIO-utf8_strict.changes b/perl-PerlIO-utf8_strict.changes index fb03455..2b7a7c9 100644 --- a/perl-PerlIO-utf8_strict.changes +++ b/perl-PerlIO-utf8_strict.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Mar 13 15:40:43 UTC 2017 - coolo@suse.com + +- updated to 0.006 + see /usr/share/doc/packages/perl-PerlIO-utf8_strict/Changes + + 0.006 2015-05-01 11:36:21+02:00 Europe/Amsterdam + Move to MakeMaker + ------------------------------------------------------------------- Tue Apr 14 20:51:49 UTC 2015 - coolo@suse.com diff --git a/perl-PerlIO-utf8_strict.spec b/perl-PerlIO-utf8_strict.spec index 40e4052..5cc04f1 100644 --- a/perl-PerlIO-utf8_strict.spec +++ b/perl-PerlIO-utf8_strict.spec @@ -1,7 +1,7 @@ # # spec file for package perl-PerlIO-utf8_strict # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,20 +17,19 @@ Name: perl-PerlIO-utf8_strict -Version: 0.005 +Version: 0.006 Release: 0 %define cpan_name PerlIO-utf8_strict Summary: Fast and correct UTF-8 IO License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/PerlIO-utf8_strict/ -Source0: http://www.cpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/L/LE/LEONT/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml Patch0: no-return-in-nonvoid-function.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.280000 BuildRequires: perl(Test::Exception) BuildRequires: perl(Test::More) >= 0.88 %{perl_requires} @@ -44,18 +43,20 @@ default ':utf8' layer it checks the input for correctness. %patch0 -p1 %build -%{__perl} Build.PL installdirs=vendor optimize="%{optflags}" -./Build build flags=%{?_smp_mflags} +%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +%{__make} %{?_smp_mflags} %check -./Build test +%{__make} test %install -./Build install destdir=%{buildroot} create_packlist=0 +%perl_make_install +%perl_process_packlist %perl_gen_filelist %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes corpus LICENSE README +%doc Changes README +%license LICENSE %changelog