diff --git a/Test-File-ShareDir-1.001001.tar.gz b/Test-File-ShareDir-1.001001.tar.gz deleted file mode 100644 index c08499a..0000000 --- a/Test-File-ShareDir-1.001001.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8815ee3644949ad6419616c2706a04b3c22d709bfb610ad5c4cfe78884a8658 -size 64508 diff --git a/Test-File-ShareDir-1.001002.tar.gz b/Test-File-ShareDir-1.001002.tar.gz new file mode 100644 index 0000000..e1fa69b --- /dev/null +++ b/Test-File-ShareDir-1.001002.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b33647cbb4b2f2fcfbde4f8bb4383d0ac95c2f89c4c5770eb691f1643a337aad +size 65466 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-Test-File-ShareDir.changes b/perl-Test-File-ShareDir.changes index b65941c..b80fa6c 100644 --- a/perl-Test-File-ShareDir.changes +++ b/perl-Test-File-ShareDir.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Fri Mar 3 07:36:09 UTC 2017 - coolo@suse.com + +- updated to 1.001002 + see /usr/share/doc/packages/perl-Test-File-ShareDir/Changes + + 1.001002 2017-03-01T11:17:51Z 44658a2 + [Dependencies::Stats] + - Dependencies changed since 1.001001, see misc/*.deps* for details + - develop: +3 ↑4 (suggests: ↑2) + + [Testfix] + - Update tooling to aovid .-in-@INC issues + - Closes https://github.com/kentnl/Test-File-ShareDir/issues/3 + ------------------------------------------------------------------- Tue Apr 14 18:04:53 UTC 2015 - coolo@suse.com diff --git a/perl-Test-File-ShareDir.spec b/perl-Test-File-ShareDir.spec index 6d4cf99..c5314f3 100644 --- a/perl-Test-File-ShareDir.spec +++ b/perl-Test-File-ShareDir.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Test-File-ShareDir # -# Copyright (c) 2015 SUSE LINUX 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-Test-File-ShareDir -Version: 1.001001 +Version: 1.001002 Release: 0 %define cpan_name Test-File-ShareDir Summary: Create a Fake ShareDir for your modules for testing License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-File-ShareDir/ -Source: http://www.cpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/K/KE/KENTNL/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -77,6 +78,7 @@ this module will not be usable by you. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README +%doc Changes README +%license LICENSE %changelog