diff --git a/Test-File-Contents-0.21.tar.gz b/Test-File-Contents-0.21.tar.gz deleted file mode 100644 index 19b32cd..0000000 --- a/Test-File-Contents-0.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1b5a13f86f5df625ffd30361f628d34b0ceda80b9f39ca74bf0a4c1105828317 -size 10071 diff --git a/Test-File-Contents-0.22.tar.gz b/Test-File-Contents-0.22.tar.gz new file mode 100644 index 0000000..e76cf75 --- /dev/null +++ b/Test-File-Contents-0.22.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9569371bbe7160f19e132fbbe4de940eb5f6655ed311d223122e1c242159ecb +size 9926 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-Contents.changes b/perl-Test-File-Contents.changes index d993f97..fde18b8 100644 --- a/perl-Test-File-Contents.changes +++ b/perl-Test-File-Contents.changes @@ -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 diff --git a/perl-Test-File-Contents.spec b/perl-Test-File-Contents.spec index 640a1f0..4da2192 100644 --- a/perl-Test-File-Contents.spec +++ b/perl-Test-File-Contents.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,20 @@ Name: perl-Test-File-Contents -Version: 0.21 +Version: 0.22 Release: 0 %define cpan_name Test-File-Contents Summary: Test routines for examining the contents of files License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl 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 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Module::Build) >= 0.30 +BuildRequires: perl(Module::Build) >= 0.300000 BuildRequires: perl(Test::Builder) >= 0.70 BuildRequires: perl(Test::More) >= 0.70 BuildRequires: perl(Text::Diff) >= 0.35 @@ -58,6 +59,6 @@ Test routines for examining the contents of files %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes README.md +%doc Changes README %changelog