diff --git a/File-Object-0.08.tar.gz b/File-Object-0.08.tar.gz deleted file mode 100644 index 03f730e..0000000 --- a/File-Object-0.08.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:daab64b6c39f0599208f9525945e3f1e722436b74ed160312ac4ede74e260d73 -size 27642 diff --git a/File-Object-0.09.tar.gz b/File-Object-0.09.tar.gz new file mode 100644 index 0000000..95e1396 --- /dev/null +++ b/File-Object-0.09.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aee18a80ba4c08f0b07f239b0bfb54343245e71fe3947aed6d940c1101d92790 +size 28462 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-File-Object.changes b/perl-File-Object.changes index bdb61b9..42c908f 100644 --- a/perl-File-Object.changes +++ b/perl-File-Object.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Oct 2 09:05:35 UTC 2015 - coolo@suse.com + +- updated to 0.09 + see /usr/share/doc/packages/perl-File-Object/Changes + + 0.09 2015-09-28T11:23:30+02:00 + - Fix LICENSE file. + - Fix concept of arguments of dir() and file() methods in code and doc. + - Improve LICENSE AND COPYRIGHT section in doc. + - Move author tests to xt/ directory. + - Update Module::Install to 1.16 version. + - Update copyright years. + ------------------------------------------------------------------- Sun Apr 19 18:07:01 UTC 2015 - coolo@suse.com diff --git a/perl-File-Object.spec b/perl-File-Object.spec index cec8d23..20e03e2 100644 --- a/perl-File-Object.spec +++ b/perl-File-Object.spec @@ -17,7 +17,7 @@ Name: perl-File-Object -Version: 0.08 +Version: 0.09 Release: 0 %define cpan_name File-Object Summary: Object system for filesystem paths @@ -25,6 +25,7 @@ License: BSD-3-Clause Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/File-Object/ 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 @@ -33,8 +34,6 @@ BuildRequires: perl(Class::Utils) >= 0.03 BuildRequires: perl(Error::Pure) >= 0.16 BuildRequires: perl(Error::Pure::Utils) >= 0.16 BuildRequires: perl(Test::NoWarnings) -BuildRequires: perl(Test::Pod) -BuildRequires: perl(Test::Pod::Coverage) Requires: perl(Class::Utils) >= 0.03 Requires: perl(Error::Pure) >= 0.16 %{perl_requires}