diff --git a/Class-Inspector-1.32.tar.gz b/Class-Inspector-1.32.tar.gz deleted file mode 100644 index a7313d1..0000000 --- a/Class-Inspector-1.32.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cefadc8b5338e43e570bc43f583e7c98d535c17b196bcf9084bb41d561cc0535 -size 25639 diff --git a/Class-Inspector-1.34.tar.gz b/Class-Inspector-1.34.tar.gz new file mode 100644 index 0000000..2a1130b --- /dev/null +++ b/Class-Inspector-1.34.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe9a86dcb3ccc7a99d6865e6b674a14d20164f76bd84f2eb43aafcc6bf1cf0d8 +size 26111 diff --git a/perl-Class-Inspector.changes b/perl-Class-Inspector.changes index 6ef41ea..3fd5024 100644 --- a/perl-Class-Inspector.changes +++ b/perl-Class-Inspector.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Mar 29 06:06:42 UTC 2019 - Stephan Kulow + +- updated to 1.34 + see /usr/share/doc/packages/perl-Class-Inspector/Changes + + 1.34 2019-03-28 12:13:40 -0400 + - Producton release identical to 1.33_01 + + 1.33_01 2019-03-27 23:30:09 -0400 + - Fix compatability with Devel::Hide (gh#6, gh#8). + ------------------------------------------------------------------- Wed Aug 9 05:14:12 UTC 2017 - coolo@suse.com diff --git a/perl-Class-Inspector.spec b/perl-Class-Inspector.spec index c3453dd..4b3f9aa 100644 --- a/perl-Class-Inspector.spec +++ b/perl-Class-Inspector.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Class-Inspector # -# Copyright (c) 2017 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,25 +12,25 @@ # 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-Class-Inspector -Version: 1.32 +Version: 1.34 Release: 0 %define cpan_name Class-Inspector Summary: Get information about a class and its structure -License: Artistic-1.0 or GPL-1.0+ +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Class-Inspector/ +Url: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Test::More) >= 0.94 +BuildRequires: perl(Test::More) >= 0.98 %{perl_requires} %description @@ -42,13 +42,14 @@ provide an easier, more friendly interface to this information. %prep %setup -q -n %{cpan_name}-%{version} +find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +make %{?_smp_mflags} %check -%{__make} test +make test %install %perl_make_install