diff --git a/Encode-2.98.tar.gz b/Encode-2.98.tar.gz deleted file mode 100644 index d676967..0000000 --- a/Encode-2.98.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:303d396477c94c43c2f83da1a8025d68de76bd7e52c2cc35fbdf5c59b4c2cffa -size 2043961 diff --git a/Encode-2.99.tar.gz b/Encode-2.99.tar.gz new file mode 100644 index 0000000..782fd5f --- /dev/null +++ b/Encode-2.99.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd11136710face61c724495cc503f92b6e8f250bd740288f257c3910eb6273b8 +size 2053762 diff --git a/perl-Encode.changes b/perl-Encode.changes index c1b50f3..90eb204 100644 --- a/perl-Encode.changes +++ b/perl-Encode.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 21 06:07:43 UTC 2019 - Stephan Kulow + +- updated to 2.99 + see /usr/share/doc/packages/perl-Encode/Changes + ------------------------------------------------------------------- Mon Apr 23 05:23:09 UTC 2018 - coolo@suse.com diff --git a/perl-Encode.spec b/perl-Encode.spec index 411dfce..fa75ffa 100644 --- a/perl-Encode.spec +++ b/perl-Encode.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Encode # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: perl-Encode -Version: 2.98 +Version: 2.99 Release: 0 %define cpan_name Encode Summary: Character Encodings in Perl License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Encode/ +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 @@ -64,11 +64,11 @@ the _why_. %setup -q -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install