diff --git a/PerlIO-utf8_strict-0.008.tar.gz b/PerlIO-utf8_strict-0.008.tar.gz deleted file mode 100644 index a639114..0000000 --- a/PerlIO-utf8_strict-0.008.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5f798ded50dcc7d421b57850f837310666d817f4c67c15ba0f5a1d38c74df459 -size 95180 diff --git a/PerlIO-utf8_strict-0.009.tar.gz b/PerlIO-utf8_strict-0.009.tar.gz new file mode 100644 index 0000000..198785a --- /dev/null +++ b/PerlIO-utf8_strict-0.009.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba82cf144820655d6d4836d12dde65f8895a3d905aeb4aa0b421249f43284c14 +size 139918 diff --git a/perl-PerlIO-utf8_strict.changes b/perl-PerlIO-utf8_strict.changes index 632da4b..ae62045 100644 --- a/perl-PerlIO-utf8_strict.changes +++ b/perl-PerlIO-utf8_strict.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jan 9 03:08:25 UTC 2022 - Tina Müller + +- updated to 0.009 + see /usr/share/doc/packages/perl-PerlIO-utf8_strict/Changes + + 0.009 2022-01-08 17:26:23+01:00 Europe/Amsterdam + - Mark functions that croak as noreturn + ------------------------------------------------------------------- Sat Sep 19 03:10:56 UTC 2020 - Tina Müller diff --git a/perl-PerlIO-utf8_strict.spec b/perl-PerlIO-utf8_strict.spec index f9e0bd1..5196038 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) 2020 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,18 +16,16 @@ # -Name: perl-PerlIO-utf8_strict -Version: 0.008 -Release: 0 %define cpan_name PerlIO-utf8_strict +Name: perl-PerlIO-utf8_strict +Version: 0.009 +Release: 0 Summary: Fast and correct UTF-8 IO License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl URL: https://metacpan.org/release/%{cpan_name} 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(Test::Exception) @@ -39,12 +37,11 @@ This module provides a fast and correct UTF-8 PerlIO layer. Unlike perl's default ':utf8' layer it checks the input for correctness. %prep -%setup -q -n %{cpan_name}-%{version} -%patch0 -p1 +%autosetup -n %{cpan_name}-%{version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%make_build %check make test @@ -55,7 +52,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE