diff --git a/Encode-3.08.tar.gz b/Encode-3.08.tar.gz deleted file mode 100644 index 6d84c7e..0000000 --- a/Encode-3.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ed063d01d01a140a3a3ec0aeba2f2b4849a35c18ca96ac231a5d7c7d54d17b5b -size 2054924 diff --git a/Encode-3.10.tar.gz b/Encode-3.10.tar.gz new file mode 100644 index 0000000..372924d --- /dev/null +++ b/Encode-3.10.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2d7906af17664d6b6f16bf76572c95c16c30ad096b7dd980c08c3de33e319a9 +size 2055201 diff --git a/perl-Encode.changes b/perl-Encode.changes index 2a4ec0f..e026f16 100644 --- a/perl-Encode.changes +++ b/perl-Encode.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 19 03:07:50 UTC 2021 - Tina Müller + +- updated to 3.10 + see /usr/share/doc/packages/perl-Encode/Changes + ------------------------------------------------------------------- Thu Dec 3 03:06:57 UTC 2020 - Tina Müller diff --git a/perl-Encode.spec b/perl-Encode.spec index c3026c4..57b5299 100644 --- a/perl-Encode.spec +++ b/perl-Encode.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Encode # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 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-Encode -Version: 3.08 -Release: 0 %define cpan_name Encode +Name: perl-Encode +Version: 3.10 +Release: 0 Summary: Character encodings in Perl 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/D/DA/DANKOGAI/%{cpan_name}-%{version}.tar.gz Source1: perl-Encode-rpmlintrc Source2: cpanspec.yml -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::More) >= 0.92 @@ -61,11 +59,11 @@ This document mostly explains the _how_. perlunitut and perlunifaq explain the _why_. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%make_build %check make test @@ -84,7 +82,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc AUTHORS Changes README %changelog