From c9b7865a5ff5b8070f9f09cfaf68778a8a683a5358485627c51889bd10a20fa9 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Fri, 17 Apr 2015 08:47:30 +0000 Subject: [PATCH] update OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-App-perlbrew?expand=0&rev=36 --- App-perlbrew-0.71.tar.gz | 3 --- App-perlbrew-0.73.tar.gz | 3 +++ cpanspec.yml | 21 +++++++++++++++++++++ perl-App-perlbrew.changes | 18 ++++++++++++++++++ perl-App-perlbrew.spec | 18 ++++++++++-------- 5 files changed, 52 insertions(+), 11 deletions(-) delete mode 100644 App-perlbrew-0.71.tar.gz create mode 100644 App-perlbrew-0.73.tar.gz create mode 100644 cpanspec.yml diff --git a/App-perlbrew-0.71.tar.gz b/App-perlbrew-0.71.tar.gz deleted file mode 100644 index 6193c15..0000000 --- a/App-perlbrew-0.71.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5e5de7c4d5235556f6cd5c5e56751fb2d73821ef58390e457db4253542224a09 -size 82181 diff --git a/App-perlbrew-0.73.tar.gz b/App-perlbrew-0.73.tar.gz new file mode 100644 index 0000000..32066da --- /dev/null +++ b/App-perlbrew-0.73.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acbc9e7b9913ef453bcac3e6caa6620d4bd67e129e63f060a82f96542554a77a +size 82802 diff --git a/cpanspec.yml b/cpanspec.yml new file mode 100644 index 0000000..62d184f --- /dev/null +++ b/cpanspec.yml @@ -0,0 +1,21 @@ +--- +#description_paragraphs: 3 +#no_testing: broken upstream +#sources: +# - source1 +# - source2 +#patches: +# foo.patch: -p1 +# bar.patch: +preamble: |- + BuildRequires: groff + BuildRequires: wget +#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-App-perlbrew.changes b/perl-App-perlbrew.changes index 4391d3b..86370c7 100644 --- a/perl-App-perlbrew.changes +++ b/perl-App-perlbrew.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Fri Apr 17 08:44:02 UTC 2015 - coolo@suse.com + +- updated to 0.73 + see /usr/share/doc/packages/perl-App-perlbrew/Changes + + 0.73: # 2015-02-01T09:59:45+0100 + - fixes and improvements from Manuel Streuhofer, Aristotle Pagaltzis, Sebastian Willert, David Hand, Eric Enns, + Peter Roberts, Thomas Sibley, Ivan Baidakou, thanks! + - fix 'perlbrew user' for fish users https://github.com/gugod/App-perlbrew/pull/429 + - fix sub-shell for bash users https://github.com/gugod/App-perlbrew/pull/435 + - clarify the 'perlbrew use' output: https://github.com/gugod/App-perlbrew/issues/439 + + + 0.72: # 2014-10-27T21:38:19+0100 + - Fix 0.71 breakage on MacOSX when the shell is bash or zsh + - Fix spelling mistake. by @gregoa++ + ------------------------------------------------------------------- Mon Sep 15 15:44:39 UTC 2014 - coolo@suse.com diff --git a/perl-App-perlbrew.spec b/perl-App-perlbrew.spec index 84b89af..17ae631 100644 --- a/perl-App-perlbrew.spec +++ b/perl-App-perlbrew.spec @@ -1,7 +1,7 @@ # # spec file for package perl-App-perlbrew # -# 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,21 +17,22 @@ Name: perl-App-perlbrew -Version: 0.71 +Version: 0.73 Release: 0 %define cpan_name App-perlbrew Summary: Manage perl installations in your $HOME License: MIT Group: Development/Libraries/Perl Url: http://search.cpan.org/dist/App-perlbrew/ -Source: http://www.cpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz +Source0: http://www.cpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz +Source1: cpanspec.yml BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(CPAN::Perl::Releases) >= 1.84 +BuildRequires: perl(CPAN::Perl::Releases) >= 1.94 BuildRequires: perl(Capture::Tiny) >= 0.25 -BuildRequires: perl(Devel::PatchPerl) >= 1.24 +BuildRequires: perl(Devel::PatchPerl) >= 1.28 BuildRequires: perl(File::Temp) >= 0.2304 BuildRequires: perl(IO::All) >= 0.51 BuildRequires: perl(Path::Class) >= 0.33 @@ -44,16 +45,17 @@ BuildRequires: perl(Test::Output) >= 1.03 BuildRequires: perl(Test::Simple) >= 1.001002 BuildRequires: perl(Test::Spec) >= 0.47 BuildRequires: perl(local::lib) >= 2.000014 -Requires: perl(CPAN::Perl::Releases) >= 1.84 +Requires: perl(CPAN::Perl::Releases) >= 1.94 Requires: perl(Capture::Tiny) >= 0.25 -Requires: perl(Devel::PatchPerl) >= 1.24 +Requires: perl(Devel::PatchPerl) >= 1.28 Requires: perl(Pod::Parser) >= 1.62 Requires: perl(Pod::Usage) >= 1.64 Requires: perl(local::lib) >= 2.000014 %{perl_requires} -# MANUAL +# MANUAL BEGIN BuildRequires: groff BuildRequires: wget +# MANUAL END %description perlbrew is a program to automate the building and installation of perl in