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
This commit is contained in:
Stephan Kulow 2015-06-19 05:14:48 +00:00 committed by Git OBS Bridge
parent 5844af389c
commit bb0d149b96
5 changed files with 38 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:45ec1b714f64d05e34205c40b08c49549f257910e4966fa28e2ac170d5516316
size 21298

3
Test-File-1.42.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0161de38ab24ffcdf6ee6b373a3b233bd3e891ef750602cd32617795a080f530
size 26208

23
cpanspec.yml Normal file
View File

@ -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

View File

@ -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

View File

@ -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