diff --git a/Algorithm-Permute-0.12.tar.gz b/Algorithm-Permute-0.12.tar.gz deleted file mode 100644 index 83bc858..0000000 --- a/Algorithm-Permute-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3a708a475144ad9fd32d02df07703b957535d8b6208b35d28c1055dafeafd2af -size 13187 diff --git a/Algorithm-Permute-0.14.tar.gz b/Algorithm-Permute-0.14.tar.gz new file mode 100644 index 0000000..43c83fd --- /dev/null +++ b/Algorithm-Permute-0.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca9b79fba14514913e24127d96aba32eb5998be4066afe7c202db6327a703042 +size 73681 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-Algorithm-Permute.changes b/perl-Algorithm-Permute.changes index 0014361..4aa43a3 100644 --- a/perl-Algorithm-Permute.changes +++ b/perl-Algorithm-Permute.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Jul 9 05:01:16 UTC 2017 - coolo@suse.com + +- updated to 0.14 + see /usr/share/doc/packages/perl-Algorithm-Permute/Changes + + 0.14 Jul 8 2017 + - Some doc updates. + - Cleaned up some files in distribution. + + 0.13 Jul 8 2017 + - SLOYD became co-maintainer. + - Fixed build problem on Perl 5.24+. RT#112247 + - Refactored tests. RT#31541 + - Fixed issues with "r of n" permutations. RT#77031, RT#45434 + ------------------------------------------------------------------- Thu Apr 14 08:50:20 UTC 2011 - coolo@opensuse.org diff --git a/perl-Algorithm-Permute.spec b/perl-Algorithm-Permute.spec index 890e0dc..40106c6 100644 --- a/perl-Algorithm-Permute.spec +++ b/perl-Algorithm-Permute.spec @@ -1,7 +1,7 @@ # -# spec file for package perl-Algorithm-Permute (Version 0.12) +# spec file for package perl-Algorithm-Permute # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -15,19 +15,21 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: perl-Algorithm-Permute -Version: 0.12 -Release: 1 -License: CHECK(GPL+ or Artistic) +Version: 0.14 +Release: 0 %define cpan_name Algorithm-Permute Summary: Handy and fast permutation with object oriented interface -Url: http://search.cpan.org/dist/Algorithm-Permute/ +License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl -Source: http://www.cpan.org/authors/id/E/ED/EDPRATOMO/%{cpan_name}-%{version}.tar.gz +Url: http://search.cpan.org/dist/Algorithm-Permute/ +Source0: https://cpan.metacpan.org/authors/id/S/SL/SLOYD/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker) +BuildRequires: perl(Test::LeakTrace) %{perl_requires} %description @@ -50,11 +52,9 @@ permutation r of n objects where 0 < r <= n. %perl_process_packlist %perl_gen_filelist -%clean -%{__rm} -rf %{buildroot} - %files -f %{name}.files %defattr(-,root,root,755) %doc Changes README +%license LICENSE %changelog