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/namespace-autoclean-0.24.tar.gz b/namespace-autoclean-0.24.tar.gz deleted file mode 100644 index c12fd18..0000000 --- a/namespace-autoclean-0.24.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6069c95585cfd910f02592b0ef9aed5b3def014c413517b0ec3dae2fde7a4f57 -size 36241 diff --git a/namespace-autoclean-0.26.tar.gz b/namespace-autoclean-0.26.tar.gz new file mode 100644 index 0000000..b2f3bef --- /dev/null +++ b/namespace-autoclean-0.26.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0f805acd3b565c611324b7bde20d32f6ffc31afefc5b8e52f54994802594d43 +size 37227 diff --git a/perl-namespace-autoclean.changes b/perl-namespace-autoclean.changes index 3d48cdc..00e33b3 100644 --- a/perl-namespace-autoclean.changes +++ b/perl-namespace-autoclean.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Jun 7 09:15:30 UTC 2015 - coolo@suse.com + +- updated to 0.26 + see /usr/share/doc/packages/perl-namespace-autoclean/Changes + + 0.26 2015-06-07 02:53:17Z + - mark all Mouse tests as TODO below perl 5.010, to enable installation + despite apparent instability issues (see RT#101825) + + 0.25 2015-06-03 01:09:06Z + - load Moo::Role earlier in a test, to make a potential misconfiguration + more visible + ------------------------------------------------------------------- Fri Feb 6 13:13:02 UTC 2015 - coolo@suse.com diff --git a/perl-namespace-autoclean.spec b/perl-namespace-autoclean.spec index a82f296..9a17516 100644 --- a/perl-namespace-autoclean.spec +++ b/perl-namespace-autoclean.spec @@ -17,14 +17,15 @@ Name: perl-namespace-autoclean -Version: 0.24 +Version: 0.26 Release: 0 %define cpan_name namespace-autoclean Summary: Keep imports out of your namespace License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/namespace-autoclean/ -Source: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -85,6 +86,6 @@ clean: %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes CONTRIBUTING LICENSE README weaver.ini +%doc Changes CONTRIBUTING LICENSE README %changelog