Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2013-06-21 11:24:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-App-perlbrew (Old)
 and      /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-App-perlbrew"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes      
2012-10-27 07:44:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2013-06-21 11:25:00.000000000 +0200
@@ -1,0 +2,29 @@
+Tue Jun  4 14:38:27 UTC 2013 - co...@suse.com
+
+- updated to 0.64
+ - The build directory is removed before a new build.
+ - New command: `install-multiple`
+ - `clean` command now also removes tarballs
+ - `install` command has many extra convienent flags.
+ - Use "http://www.cpan.org"; as the default CPAN mirror instead of 
"http://search.cpan.org/CPAN";
+ - Remove the --insecure/--no-check-certificate command bflags when invoking 
curl/wget.
+ 
+ - Remove `install-ack` command.
+   - Due to the new architecture of ack2, it does not make sense
+     to install the standalone executable anymore. Thus it's better not
+     to do the installation with perlbrew.
+ - Fix the `use` and `switch` command when switching between binary 
incompatible perl installations. See GH #297
+ 
+ - Fix `list-modules` under lib env. It lists all modules in the lib, and in 
the base.
+ - Use the original grep command to prevent aliases from breaking the content 
of init. GH #307
+ - `perlbrew alias help` is now the same as `perlbrew help alias`
+ - `perlbrew exec --with ...` now preserve the order of specified names.
+ 
+ - Fix bashrc on various OS/shell. See GH #302
+ 
+ - Exit status handling in bash function. See 
ed29288ab50a15d7df86d69cfcbddf108674eb07 for more details.
+ - Fix compatibility with recent local::lib version.
+ - Delay the loading of server modules.
+ - Fix warnings when runing `perlbrew off`
+
+-------------------------------------------------------------------

Old:
----
  App-perlbrew-0.42.tar.gz

New:
----
  App-perlbrew-0.64.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-App-perlbrew.spec ++++++
--- /var/tmp/diff_new_pack.PVWZpQ/_old  2013-06-21 11:25:01.000000000 +0200
+++ /var/tmp/diff_new_pack.PVWZpQ/_new  2013-06-21 11:25:01.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-perlbrew
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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,7 +17,7 @@
 
 
 Name:           perl-App-perlbrew
-Version:        0.42
+Version:        0.64
 Release:        0
 %define cpan_name App-perlbrew
 Summary:        Manage perl installations in your $HOME
@@ -31,17 +31,17 @@
 BuildRequires:  groff
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Perl::Releases) >= 0.40
-BuildRequires:  perl(Capture::Tiny) >= 0.13
-BuildRequires:  perl(Devel::PatchPerl) >= 0.62
-BuildRequires:  perl(File::Path::Tiny) >= 0.1
-BuildRequires:  perl(IO::All)
+BuildRequires:  perl(CPAN::Perl::Releases) >= 1.10
+BuildRequires:  perl(Capture::Tiny) >= 0.22
+BuildRequires:  perl(Devel::PatchPerl) >= 0.86
+BuildRequires:  perl(IO::All) >= 0.46
 BuildRequires:  perl(Path::Class)
 BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::NoWarnings)
 BuildRequires:  perl(Test::Output)
 BuildRequires:  perl(Test::Simple) >= 0.98
 BuildRequires:  perl(Test::Spec)
-BuildRequires:  perl(local::lib) >= 1.008
+BuildRequires:  perl(local::lib) >= 1.008009
 #BuildRequires: perl(App::perlbrew)
 #BuildRequires: perl(inc::Module::Install)
 #BuildRequires: perl(JSON)
@@ -50,11 +50,10 @@
 #BuildRequires: perl(Module::Install::Base)
 #BuildRequires: perl(Parse::CPAN::Meta)
 #BuildRequires: perl(YAML::Tiny)
-Requires:       perl(CPAN::Perl::Releases) >= 0.40
-Requires:       perl(Capture::Tiny) >= 0.13
-Requires:       perl(Devel::PatchPerl) >= 0.62
-Requires:       perl(File::Path::Tiny) >= 0.1
-Requires:       perl(local::lib) >= 1.008
+Requires:       perl(CPAN::Perl::Releases) >= 1.10
+Requires:       perl(Capture::Tiny) >= 0.22
+Requires:       perl(Devel::PatchPerl) >= 0.86
+Requires:       perl(local::lib) >= 1.008009
 %{perl_requires}
 
 %description
@@ -72,6 +71,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++++++ App-perlbrew-0.42.tar.gz -> App-perlbrew-0.64.tar.gz ++++++
++++ 4714 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to