diff --git a/Config-IniFiles-2.83.tar.gz b/Config-IniFiles-2.83.tar.gz deleted file mode 100644 index a8fba34..0000000 --- a/Config-IniFiles-2.83.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:11578b7ddb1b86148ef5e5091155b7c420f157837d5b9fb486c659829186827d -size 72950 diff --git a/Config-IniFiles-2.86.tar.gz b/Config-IniFiles-2.86.tar.gz new file mode 100644 index 0000000..3369b50 --- /dev/null +++ b/Config-IniFiles-2.86.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a290839a6370535e3795cae304ac97d7bd9409df194a30e92933b418d3c85069 +size 79705 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..9b320f5 --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,20 @@ +--- +#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 diff --git a/perl-Config-IniFiles.changes b/perl-Config-IniFiles.changes index d88902b..b64aed7 100644 --- a/perl-Config-IniFiles.changes +++ b/perl-Config-IniFiles.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 16 20:22:29 UTC 2015 - coolo@suse.com + +- updated to 2.86 + see /usr/share/doc/packages/perl-Config-IniFiles/Changes + ------------------------------------------------------------------- Sun Feb 9 13:34:29 UTC 2014 - coolo@suse.com diff --git a/perl-Config-IniFiles.spec b/perl-Config-IniFiles.spec index cf88c1c..1a00414 100644 --- a/perl-Config-IniFiles.spec +++ b/perl-Config-IniFiles.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Config-IniFiles # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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,20 +17,21 @@ Name: perl-Config-IniFiles -Version: 2.83 +Version: 2.86 Release: 0 %define cpan_name Config-IniFiles -Summary: A module for reading .ini-style configuration files. +Summary: Module for Reading .Ini-Style Configuration Files License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Config-IniFiles/ -Source: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(List::MoreUtils) >= 0.33 -BuildRequires: perl(Module::Build) >= 0.36 +BuildRequires: perl(Module::Build) >= 0.360000 Requires: perl(List::MoreUtils) >= 0.33 %{perl_requires} @@ -56,6 +57,6 @@ tied hash. %files -f %{name}.files %defattr(-,root,root,755) -%doc Changes LICENSE README scripts +%doc Changes LICENSE OLD-Changes.txt README scripts %changelog