8
0

Accepting request 368328 from devel:languages:perl:autoupdate

automatic update

OBS-URL: https://build.opensuse.org/request/show/368328
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Test-File-Contents?expand=0&rev=3
This commit is contained in:
Stephan Kulow
2016-03-09 06:31:51 +00:00
committed by Git OBS Bridge
parent 1c362e032d
commit a838aa3f32
5 changed files with 48 additions and 8 deletions

View File

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

View File

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

28
cpanspec.yml Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Mar 8 11:07:03 UTC 2016 - coolo@suse.com
- updated to 0.22
see /usr/share/doc/packages/perl-Test-File-Contents/Changes
0.22 2016-03-02T23:54:26Z
- Adjusted tests to account for change in output of Text::Diff 1.44.
They still pass with earlier versions of Text::Diff.
- Removed Pod tests from the distribution.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Apr 13 19:18:35 UTC 2015 - coolo@suse.com Mon Apr 13 19:18:35 UTC 2015 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-Test-File-Contents # spec file for package perl-Test-File-Contents
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,20 @@
Name: perl-Test-File-Contents Name: perl-Test-File-Contents
Version: 0.21 Version: 0.22
Release: 0 Release: 0
%define cpan_name Test-File-Contents %define cpan_name Test-File-Contents
Summary: Test routines for examining the contents of files Summary: Test routines for examining the contents of files
License: Artistic-1.0 or GPL-1.0+ License: Artistic-1.0 or GPL-1.0+
Group: Development/Libraries/Perl Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/Test-File-Contents/ Url: http://search.cpan.org/dist/Test-File-Contents/
Source: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz Source0: http://www.cpan.org/authors/id/D/DW/DWHEELER/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.30 BuildRequires: perl(Module::Build) >= 0.300000
BuildRequires: perl(Test::Builder) >= 0.70 BuildRequires: perl(Test::Builder) >= 0.70
BuildRequires: perl(Test::More) >= 0.70 BuildRequires: perl(Test::More) >= 0.70
BuildRequires: perl(Text::Diff) >= 0.35 BuildRequires: perl(Text::Diff) >= 0.35
@@ -58,6 +59,6 @@ Test routines for examining the contents of files
%files -f %{name}.files %files -f %{name}.files
%defattr(-,root,root,755) %defattr(-,root,root,755)
%doc Changes README.md %doc Changes README
%changelog %changelog