From b2b24fee5201737dbd313041d2b57d312e6c77abc2b99b5f9279524cc02fbd9e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 17 Apr 2015 09:59:52 +0000 Subject: [PATCH] Accepting request 297601 from devel:languages:perl:autoupdate automatic update OBS-URL: https://build.opensuse.org/request/show/297601 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Module-Install?expand=0&rev=16 --- Module-Install-1.14.tar.gz | 3 --- Module-Install-1.15.tar.gz | 3 +++ cpanspec.yml | 20 ++++++++++++++++++++ perl-Module-Install.changes | 10 ++++++++++ perl-Module-Install.spec | 7 ++++--- 5 files changed, 37 insertions(+), 6 deletions(-) delete mode 100644 Module-Install-1.14.tar.gz create mode 100644 Module-Install-1.15.tar.gz create mode 100644 cpanspec.yml diff --git a/Module-Install-1.14.tar.gz b/Module-Install-1.14.tar.gz deleted file mode 100644 index 61abd12..0000000 --- a/Module-Install-1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f02f0a33603aff2f5cf06d15f74d1a9be65e844ada99e1a9c2102330ffa0d49 -size 128795 diff --git a/Module-Install-1.15.tar.gz b/Module-Install-1.15.tar.gz new file mode 100644 index 0000000..1fc0569 --- /dev/null +++ b/Module-Install-1.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c19a1964706129ba7fe2c54fd32de507770799e5bcbafb015a0c56020db017ac +size 129023 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-Module-Install.changes b/perl-Module-Install.changes index 8069080..36229b9 100644 --- a/perl-Module-Install.changes +++ b/perl-Module-Install.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Apr 17 08:29:56 UTC 2015 - coolo@suse.com + +- updated to 1.15 + see /usr/share/doc/packages/perl-Module-Install/Changes + + 1.15 Thu Apr 16 2015 + - respect the 'urllist' option when using the CPAN backend (Dan Brook) + - fixes for newlines on MSWin32 (Christian Walde) + ------------------------------------------------------------------- Mon Apr 13 17:43:45 UTC 2015 - coolo@suse.com diff --git a/perl-Module-Install.spec b/perl-Module-Install.spec index 46d439d..57acd0c 100644 --- a/perl-Module-Install.spec +++ b/perl-Module-Install.spec @@ -17,14 +17,15 @@ Name: perl-Module-Install -Version: 1.14 +Version: 1.15 Release: 0 %define cpan_name Module-Install Summary: Standalone, extensible Perl module installer License: Artistic-1.0 or GPL-1.0+ Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/Module-Install/ -Source: http://www.cpan.org/authors/id/B/BI/BINGOS/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl @@ -35,7 +36,7 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.59 BuildRequires: perl(ExtUtils::ParseXS) >= 2.19 BuildRequires: perl(File::Remove) >= 1.42 BuildRequires: perl(File::Spec) >= 3.28 -BuildRequires: perl(Module::Build) >= 0.29 +BuildRequires: perl(Module::Build) >= 0.290000 BuildRequires: perl(Module::CoreList) >= 2.17 BuildRequires: perl(Module::ScanDeps) >= 1.09 BuildRequires: perl(Parse::CPAN::Meta) >= 1.4413