diff --git a/Test-Requires-0.08.tar.gz b/Test-Requires-0.08.tar.gz deleted file mode 100644 index ae7fb95..0000000 --- a/Test-Requires-0.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e7b1b4b30b90d530aea68205c0e65cf7a784d6a218df5a2b41830cdb404d8221 -size 10888 diff --git a/Test-Requires-0.09.tar.gz b/Test-Requires-0.09.tar.gz new file mode 100644 index 0000000..f653e37 --- /dev/null +++ b/Test-Requires-0.09.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:738890c999c5fc0055702ce6ac31252f1934302a7e21479ced5e81106c361533 +size 10857 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-Test-Requires.changes b/perl-Test-Requires.changes index 255729c..c764358 100644 --- a/perl-Test-Requires.changes +++ b/perl-Test-Requires.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Jul 21 09:18:41 UTC 2015 - coolo@suse.com + +- updated to 0.09 + see /usr/share/doc/packages/perl-Test-Requires/Changes + + 0.09 2015-07-21T04:01:50Z + + - requires 5.8.1 + ------------------------------------------------------------------- Fri Jul 18 12:25:57 UTC 2014 - chris@computersalat.de diff --git a/perl-Test-Requires.spec b/perl-Test-Requires.spec index 1b559a4..df7a98b 100644 --- a/perl-Test-Requires.spec +++ b/perl-Test-Requires.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-Requires # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,21 +17,19 @@ Name: perl-Test-Requires -Version: 0.08 +Version: 0.09 Release: 0 %define cpan_name Test-Requires Summary: Checks to see if the module can be loaded License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-Requires/ -Source: http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/T/TO/TOKUHIROM/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(ExtUtils::MakeMaker) >= 6.64 -BuildRequires: perl(Test::Builder::Module) -BuildRequires: perl(Test::More) >= 0.61 %{perl_requires} %description @@ -63,6 +61,6 @@ Test::Requires can also be used to require a minimum version of Perl: %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes cpanfile LICENSE README.md +%doc Changes LICENSE minil.toml README.md %changelog