diff --git a/Package-Stash-0.37.tar.gz b/Package-Stash-0.37.tar.gz deleted file mode 100644 index a749cbc..0000000 --- a/Package-Stash-0.37.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06ab05388f9130cd377c0e1d3e3bafeed6ef6a1e22104571a9e1d7bfac787b2c -size 40309 diff --git a/Package-Stash-0.38.tar.gz b/Package-Stash-0.38.tar.gz new file mode 100644 index 0000000..ff4f161 --- /dev/null +++ b/Package-Stash-0.38.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c58ee8844df2dda38e3bf66fdf443439aaefaef1a33940edf2055f0afd223a7f +size 50136 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..76ad4a4 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,28 @@ +--- +#description_paragraphs: 3 +#description: |- +# override description from CPAN +#summary: override summary from CPAN +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +#preamble: |- +# BuildRequires: gcc-c++ +#post_prep: |- +# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s, *,,g'` +# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL +#post_build: |- +# rm unused.files +#post_install: |- +# sed on %{name}.files +#license: SUSE-NonFree +#skip_noarch: 1 +#custom_build: |- +#./Build build flags=%{?_smp_mflags} --myflag +#custom_test: |- +#startserver && make test +#ignore_requires: Bizarre::Module diff --git a/perl-Package-Stash.changes b/perl-Package-Stash.changes index 6c33007..eb9f25a 100644 --- a/perl-Package-Stash.changes +++ b/perl-Package-Stash.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Dec 31 06:25:56 UTC 2018 - Stephan Kulow + +- updated to 0.38 + see /usr/share/doc/packages/perl-Package-Stash/Changes + + 0.38 2018-12-31 03:25:07Z + - avoid new warning in 5.21.x regarding too many arguments for + printf/sprintf (Renée Bäcker) + - canonical repository moved to https://github.com/moose/Package-Stash + ------------------------------------------------------------------- Tue Apr 14 17:50:17 UTC 2015 - coolo@suse.com diff --git a/perl-Package-Stash.spec b/perl-Package-Stash.spec index 71d18a7..aaa1741 100644 --- a/perl-Package-Stash.spec +++ b/perl-Package-Stash.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Package-Stash # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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,19 +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-Package-Stash -Version: 0.37 +Version: 0.38 Release: 0 %define cpan_name Package-Stash -Summary: routines for manipulating stashes -License: Artistic-1.0 or GPL-1.0+ +Summary: Routines for Manipulating Stashes +License: Artistic-1.0 OR GPL-1.0-or-later Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/Package-Stash/ -Source: http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz +Url: https://metacpan.org/release/%{cpan_name} +Source0: https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -64,11 +65,11 @@ implementation if possible, falling back to the pure perl one. %setup -q -n %{cpan_name}-%{version} %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 @@ -77,6 +78,7 @@ implementation if possible, falling back to the pure perl one. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes CONTRIBUTING README +%license LICENSE %changelog