diff --git a/Data-Section-0.200006.tar.gz b/Data-Section-0.200006.tar.gz deleted file mode 100644 index 7aa65b9..0000000 --- a/Data-Section-0.200006.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:348501f99dab0adbe6d32143f4e79c2cbb6558c84d183cffc4c1275cacd35b5f -size 19396 diff --git a/Data-Section-0.200007.tar.gz b/Data-Section-0.200007.tar.gz new file mode 100644 index 0000000..7afb247 --- /dev/null +++ b/Data-Section-0.200007.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cd937e5b70e34aab885ff414e2a6d19e4783b7c28fc3cda5145b230514ebb4de +size 22094 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-Data-Section.changes b/perl-Data-Section.changes index 7ea918d..c1268ae 100644 --- a/perl-Data-Section.changes +++ b/perl-Data-Section.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Jul 10 05:23:40 UTC 2017 - coolo@suse.com + +- updated to 0.200007 + see /usr/share/doc/packages/perl-Data-Section/Changes + + 0.200007 2017-07-07 11:36:04-04:00 America/New_York + - rename the test library "Parent.pm" to "Mother.pm" to avoid conflict + with core "parent.pm" on case-insensitive systems (thanks, Dan Kogai) + ------------------------------------------------------------------- Mon Mar 17 13:12:39 UTC 2014 - coolo@suse.com diff --git a/perl-Data-Section.spec b/perl-Data-Section.spec index 794b1ef..a97e1b2 100644 --- a/perl-Data-Section.spec +++ b/perl-Data-Section.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Data-Section # -# Copyright (c) 2014 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 @@ -17,14 +17,15 @@ Name: perl-Data-Section -Version: 0.200006 +Version: 0.200007 Release: 0 %define cpan_name Data-Section -Summary: read multiple hunks of data out of your DATA section +Summary: Read Multiple Hunks of Data Out of Your Data Section License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Data-Section/ -Source: http://www.cpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/R/RJ/RJBS/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -59,6 +60,7 @@ modules to store their own templates, but probably has other uses. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog