diff --git a/Class-Utils-0.06.tar.gz b/Class-Utils-0.06.tar.gz deleted file mode 100644 index f79f351..0000000 --- a/Class-Utils-0.06.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65c8e7969c8b49c988066f9c89983389403e1a07628ad6b5ee11f66abb17dc5a -size 26075 diff --git a/Class-Utils-0.07.tar.gz b/Class-Utils-0.07.tar.gz new file mode 100644 index 0000000..105b9c2 --- /dev/null +++ b/Class-Utils-0.07.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240e2cc22f418e7b94cb3ebc8b19f7ad65c27b0e6dcd9be61a9b64cd80bd5c67 +size 25945 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b7ec50 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,23 @@ +--- +#description_paragraphs: 3 +#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_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-Class-Utils.changes b/perl-Class-Utils.changes index 3456dfa..b7532b6 100644 --- a/perl-Class-Utils.changes +++ b/perl-Class-Utils.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Sep 28 08:31:08 UTC 2015 - coolo@suse.com + +- updated to 0.07 + see /usr/share/doc/packages/perl-Class-Utils/Changes + + 0.07 2015-09-27T17:57:34+02:00 + - Improve EXAMPLE5 section in doc. + - Improve LICENSE AND COPYRIGHT section in doc. + - Move author tests to xt/ directory. + - Remove diacritics from author name. + - Update Module::Install to 1.16 version. + - Update copyright years. + ------------------------------------------------------------------- Sun Apr 19 15:01:54 UTC 2015 - coolo@suse.com diff --git a/perl-Class-Utils.spec b/perl-Class-Utils.spec index 5f6eba6..73177ac 100644 --- a/perl-Class-Utils.spec +++ b/perl-Class-Utils.spec @@ -17,7 +17,7 @@ Name: perl-Class-Utils -Version: 0.06 +Version: 0.07 Release: 0 %define cpan_name Class-Utils Summary: Class utilities @@ -25,6 +25,7 @@ License: BSD-3-Clause Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Class-Utils/ Source0: http://www.cpan.org/authors/id/S/SK/SKIM/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -32,8 +33,6 @@ BuildRequires: perl-macros BuildRequires: perl(Error::Pure) >= 0.09 BuildRequires: perl(Readonly) BuildRequires: perl(Test::NoWarnings) -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Error::Pure) >= 0.09 Requires: perl(Readonly) %{perl_requires}