From bb0d149b96d1d3a692fd8e78aa58833e8d1b0fe111aaa7949fa2443e0a03d800 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 19 Jun 2015 05:14:48 +0000 Subject: [PATCH] Accepting request 312600 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/312600 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-File?expand=0&rev=3 --- Test-File-1.41.tar.gz | 3 --- Test-File-1.42.tar.gz | 3 +++ cpanspec.yml | 23 +++++++++++++++++++++++ perl-Test-File.changes | 6 ++++++ perl-Test-File.spec | 11 ++++++----- 5 files changed, 38 insertions(+), 8 deletions(-) delete mode 100644 Test-File-1.41.tar.gz create mode 100644 Test-File-1.42.tar.gz create mode 100644 cpanspec.yml diff --git a/Test-File-1.41.tar.gz b/Test-File-1.41.tar.gz deleted file mode 100644 index f4714b9..0000000 --- a/Test-File-1.41.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45ec1b714f64d05e34205c40b08c49549f257910e4966fa28e2ac170d5516316 -size 21298 diff --git a/Test-File-1.42.tar.gz b/Test-File-1.42.tar.gz new file mode 100644 index 0000000..e52da82 --- /dev/null +++ b/Test-File-1.42.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0161de38ab24ffcdf6ee6b373a3b233bd3e891ef750602cd32617795a080f530 +size 26208 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-File.changes b/perl-Test-File.changes index 6983d4e..8631f83 100644 --- a/perl-Test-File.changes +++ b/perl-Test-File.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 18 18:27:38 UTC 2015 - coolo@suse.com + +- updated to 1.42 + see /usr/share/doc/packages/perl-Test-File/Changes + ------------------------------------------------------------------- Tue Apr 14 20:12:53 UTC 2015 - coolo@suse.com diff --git a/perl-Test-File.spec b/perl-Test-File.spec index 3031644..fe5affd 100644 --- a/perl-Test-File.spec +++ b/perl-Test-File.spec @@ -17,21 +17,22 @@ Name: perl-Test-File -Version: 1.41 +Version: 1.42 Release: 0 %define cpan_name Test-File -Summary: Check file attributes +Summary: Test File Attributes License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Test-File/ -Source: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/B/BD/BDFOY/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Test::Builder) >= 1.001006 BuildRequires: perl(Test::Builder::Tester) >= 1.04 -BuildRequires: perl(Test::More) >= 0.95 +BuildRequires: perl(Test::More) >= 0.94 BuildRequires: perl(Test::utf8) Requires: perl(Test::Builder) >= 1.001006 Requires: perl(Test::Builder::Tester) >= 1.04 @@ -72,6 +73,6 @@ for the test. If not supplied, a reasonable default will be generated. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes examples LICENSE README +%doc Changes examples LICENSE %changelog