diff --git a/Tree-Simple-1.33.tgz b/Tree-Simple-1.33.tgz deleted file mode 100644 index ab1d660..0000000 --- a/Tree-Simple-1.33.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db3ad71428ec6c323d0cbf09016910e5b7edd9b6d3b35443a28ad8c3cce296aa -size 50385 diff --git a/Tree-Simple-1.34.tgz b/Tree-Simple-1.34.tgz new file mode 100644 index 0000000..997dfb1 --- /dev/null +++ b/Tree-Simple-1.34.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7e9799bd222bb94cff993f7d765980cbea1b6cd2aaa5ecbead635abdf47d29c +size 46813 diff --git a/perl-Tree-Simple.changes b/perl-Tree-Simple.changes index 935134f..caf0831 100644 --- a/perl-Tree-Simple.changes +++ b/perl-Tree-Simple.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Feb 2 03:12:10 UTC 2021 - Tina Müller + +- updated to 1.34 + see /usr/share/doc/packages/perl-Tree-Simple/Changelog.ini + ------------------------------------------------------------------- Thu Feb 8 05:51:28 UTC 2018 - coolo@suse.com diff --git a/perl-Tree-Simple.spec b/perl-Tree-Simple.spec index 511be06..a0094b5 100644 --- a/perl-Tree-Simple.spec +++ b/perl-Tree-Simple.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Tree-Simple # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# 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 @@ -12,22 +12,20 @@ # 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-Tree-Simple -Version: 1.33 -Release: 0 %define cpan_name Tree-Simple -Summary: Simple Tree Object -License: Artistic-1.0 or GPL-1.0+ -Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Tree-Simple/ +Name: perl-Tree-Simple +Version: 1.34 +Release: 0 +Summary: Simple tree object +License: Artistic-1.0 OR GPL-1.0-or-later +URL: https://metacpan.org/release/%{cpan_name} Source0: https://cpan.metacpan.org/authors/id/R/RS/RSAVAGE/%{cpan_name}-%{version}.tgz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Exception) >= 0.150000 @@ -72,14 +70,14 @@ module cannot keep up with your Tree needs, i suggest switching to one of the modules listed in the OTHER TREE MODULES section below. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build -%{__perl} Makefile.PL INSTALLDIRS=vendor -%{__make} %{?_smp_mflags} +perl Makefile.PL INSTALLDIRS=vendor +%make_build %check -%{__make} test +make test %install %perl_make_install @@ -87,7 +85,6 @@ the modules listed in the OTHER TREE MODULES section below. %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes README %license LICENSE