diff --git a/Sub-Quote-2.003001.tar.gz b/Sub-Quote-2.003001.tar.gz deleted file mode 100644 index 24c631e..0000000 --- a/Sub-Quote-2.003001.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9d471d8e13e7ce4793d5a5ec04a60fface14dd53be78dd94d228871915cfd1f9 -size 19131 diff --git a/Sub-Quote-2.004000.tar.gz b/Sub-Quote-2.004000.tar.gz new file mode 100644 index 0000000..5e6fbf0 --- /dev/null +++ b/Sub-Quote-2.004000.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5861520313fa8c8bf8f8b8c64af0d6d9140380652dc1f98bd03370ddaf1a30ff +size 20363 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-Sub-Quote.changes b/perl-Sub-Quote.changes index 25c9fe6..105516f 100644 --- a/perl-Sub-Quote.changes +++ b/perl-Sub-Quote.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Fri Jun 9 06:25:54 UTC 2017 - coolo@suse.com + +- updated to 2.004000 + see /usr/share/doc/packages/perl-Sub-Quote/Changes + + 2.004000 - 2017-06-07 + - more extensive quotify tests + - split tests into separate files + - propagate package to deferred subs, even if unnamed + - reject invalid attributes + - include line numbers compile errors (PR#1, djerius) + ------------------------------------------------------------------- Wed Jan 11 06:41:34 UTC 2017 - coolo@suse.com diff --git a/perl-Sub-Quote.spec b/perl-Sub-Quote.spec index fe5f42e..57e33d7 100644 --- a/perl-Sub-Quote.spec +++ b/perl-Sub-Quote.spec @@ -17,14 +17,15 @@ Name: perl-Sub-Quote -Version: 2.003001 +Version: 2.004000 Release: 0 %define cpan_name Sub-Quote -Summary: Efficient Generation of Subroutines Via String Eval +Summary: Efficient generation of subroutines via string eval License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Sub-Quote/ -Source0: http://www.cpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/H/HA/HAARG/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl