diff --git a/List-SomeUtils-XS-0.52.tar.gz b/List-SomeUtils-XS-0.52.tar.gz deleted file mode 100644 index b1b53c8..0000000 --- a/List-SomeUtils-XS-0.52.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0e43c393283c15d8d447c4797102193a2c3543a20f6a014dd8aced0a843f4e1 -size 92368 diff --git a/List-SomeUtils-XS-0.53.tar.gz b/List-SomeUtils-XS-0.53.tar.gz new file mode 100644 index 0000000..a11060b --- /dev/null +++ b/List-SomeUtils-XS-0.53.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2a0844305810d81a60b127a8f2a2b959b9ef4bf904e0b557909eab42f4ef56 +size 94488 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-List-SomeUtils-XS.changes b/perl-List-SomeUtils-XS.changes index 6d30d99..26a11fc 100644 --- a/perl-List-SomeUtils-XS.changes +++ b/perl-List-SomeUtils-XS.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Jun 2 06:01:58 UTC 2017 - coolo@suse.com + +- updated to 0.53 + see /usr/share/doc/packages/perl-List-SomeUtils-XS/Changes + + 0.53 2017-06-01 + + - Moved issue tracking to GitHub. + ------------------------------------------------------------------- Sat Jun 25 06:19:36 UTC 2016 - coolo@suse.com diff --git a/perl-List-SomeUtils-XS.spec b/perl-List-SomeUtils-XS.spec index 3f71530..939a1ee 100644 --- a/perl-List-SomeUtils-XS.spec +++ b/perl-List-SomeUtils-XS.spec @@ -1,7 +1,7 @@ # # spec file for package perl-List-SomeUtils-XS # -# Copyright (c) 2016 SUSE LINUX 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 @@ -17,14 +17,15 @@ Name: perl-List-SomeUtils-XS -Version: 0.52 +Version: 0.53 Release: 0 %define cpan_name List-SomeUtils-XS Summary: XS implementation for List::SomeUtils License: Artistic-2.0 Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/List-SomeUtils-XS/ -Source0: http://www.cpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros @@ -64,6 +65,7 @@ find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING.md LICENSE README.md +%doc Changes CONTRIBUTING.md README.md +%license LICENSE %changelog