commit perl-App-perlbrew for openSUSE:Factory

2020-10-22 Thread root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2020-10-22 14:25:11

Comparing /work/SRC/openSUSE:Factory/perl-App-perlbrew (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new.3463 (New)


Package is "perl-App-perlbrew"

Thu Oct 22 14:25:11 2020 rev:26 rq:842998 version:0.89

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes  
2020-01-30 16:19:59.654071886 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-App-perlbrew.new.3463/perl-App-perlbrew.changes
2020-10-22 14:26:38.834985391 +0200
@@ -1,0 +2,12 @@
+Mon Oct 19 03:07:06 UTC 2020 - Tina Müller 
+
+- updated to 0.89
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.89
+   - Released at 2020-10-19T09:26:19+0900
+   - Thanks to our contributors: Håkon Hægland, Nicolas R, Peter Tripp
+   - Make the bashrc compatible with 'bash -u'. Github PR #694
+   - Prevent build directory from being overwritten. Github PR #683
+
+---

Old:

  App-perlbrew-0.88.tar.gz

New:

  App-perlbrew-0.89.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.c1JKTq/_old  2020-10-22 14:26:39.870986321 +0200
+++ /var/tmp/diff_new_pack.c1JKTq/_new  2020-10-22 14:26:39.874986325 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-perlbrew
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,22 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.88
+Version:0.89
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>
 License:MIT
 Group:  Development/Libraries/Perl
-Url:https://metacpan.org/release/%{cpan_name}
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.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) >= 5.20191220
+BuildRequires:  perl(CPAN::Perl::Releases) >= 5.20200920
 BuildRequires:  perl(Capture::Tiny) >= 0.36
-BuildRequires:  perl(Devel::PatchPerl) >= 1.80
+BuildRequires:  perl(Devel::PatchPerl) >= 2.00
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.22
 BuildRequires:  perl(File::Temp) >= 0.2304
 BuildRequires:  perl(File::Which) >= 1.21
@@ -50,9 +50,9 @@
 BuildRequires:  perl(Test::Spec) >= 0.47
 BuildRequires:  perl(Test::TempDir::Tiny) >= 0.016
 BuildRequires:  perl(local::lib) >= 2.14
-Requires:   perl(CPAN::Perl::Releases) >= 5.20191220
+Requires:   perl(CPAN::Perl::Releases) >= 5.20200920
 Requires:   perl(Capture::Tiny) >= 0.36
-Requires:   perl(Devel::PatchPerl) >= 1.80
+Requires:   perl(Devel::PatchPerl) >= 2.00
 Requires:   perl(ExtUtils::MakeMaker) >= 7.22
 Requires:   perl(File::Temp) >= 0.2304
 Requires:   perl(JSON::PP)
@@ -88,7 +88,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING.md doc metamerge.json README README.md
+%doc Changes CONTRIBUTING.md metamerge.json README README.md
 %license LICENSE
 
 %changelog

++ App-perlbrew-0.88.tar.gz -> App-perlbrew-0.89.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.88/Changes 
new/App-perlbrew-0.89/Changes
--- old/App-perlbrew-0.88/Changes   2020-01-29 13:44:32.0 +0100
+++ new/App-perlbrew-0.89/Changes   2020-10-19 02:46:37.0 +0200
@@ -1,3 +1,9 @@
+0.89
+   - Released at 2020-10-19T09:26:19+0900
+   - Thanks to our contributors: Håkon Hægland, Nicolas R, Peter Tripp
+   - Make the bashrc compatible with 'bash -u'. Github PR #694
+   - Prevent build directory from being overwritten. Github PR #683
+
 0.88
- Released at 2020-01-29T21:40:07+0900
- Thanks to our contributors: Dave Rolsky, Gil Magno, Zhu Sheng Li
@@ -384,7 +390,7 @@
- Improvements about self-upgrade by hoelzro++
- exit with non-zero status code when there's some sort of error. by 
punytan++
- Added verification of existing alias before attempting unalias. 
johncm++
-   - Fix `install-cpanm` for due to a recenet github cert update. 
kanetann++
+   - Fix `install-cpanm` for due to a recent github cert update. kanetann++
 
 0.24
- Done GH #92 -- Show error 

commit perl-App-perlbrew for openSUSE:Factory

2020-01-30 Thread root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2020-01-30 16:19:55

Comparing /work/SRC/openSUSE:Factory/perl-App-perlbrew (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new.26092 (New)


Package is "perl-App-perlbrew"

Thu Jan 30 16:19:55 2020 rev:25 rq:768647 version:0.88

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes  
2019-10-30 14:44:04.537943516 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-App-perlbrew.new.26092/perl-App-perlbrew.changes
   2020-01-30 16:19:59.654071886 +0100
@@ -1,0 +2,12 @@
+Thu Jan 30 03:07:11 UTC 2020 -  
+
+- updated to 0.88
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.88
+   - Released at 2020-01-29T21:40:07+0900
+   - Thanks to our contributors: Dave Rolsky, Gil Magno, Zhu Sheng Li
+   - `install` command now shows errors message from http_downlod. Github 
PR #681.
+  - Fix: The .tar.bz2 suffix are removed from the output ouf 
`available` PR #685
+
+---

Old:

  App-perlbrew-0.87.tar.gz

New:

  App-perlbrew-0.88.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.t1SRxd/_old  2020-01-30 16:20:00.858071566 +0100
+++ /var/tmp/diff_new_pack.t1SRxd/_new  2020-01-30 16:20:00.862071565 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-perlbrew
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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,7 +17,7 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.87
+Version:0.88
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>
@@ -30,9 +30,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Perl::Releases) >= 4.12
+BuildRequires:  perl(CPAN::Perl::Releases) >= 5.20191220
 BuildRequires:  perl(Capture::Tiny) >= 0.36
-BuildRequires:  perl(Devel::PatchPerl) >= 1.54
+BuildRequires:  perl(Devel::PatchPerl) >= 1.80
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.22
 BuildRequires:  perl(File::Temp) >= 0.2304
 BuildRequires:  perl(File::Which) >= 1.21
@@ -50,9 +50,9 @@
 BuildRequires:  perl(Test::Spec) >= 0.47
 BuildRequires:  perl(Test::TempDir::Tiny) >= 0.016
 BuildRequires:  perl(local::lib) >= 2.14
-Requires:   perl(CPAN::Perl::Releases) >= 4.12
+Requires:   perl(CPAN::Perl::Releases) >= 5.20191220
 Requires:   perl(Capture::Tiny) >= 0.36
-Requires:   perl(Devel::PatchPerl) >= 1.54
+Requires:   perl(Devel::PatchPerl) >= 1.80
 Requires:   perl(ExtUtils::MakeMaker) >= 7.22
 Requires:   perl(File::Temp) >= 0.2304
 Requires:   perl(JSON::PP)

++ App-perlbrew-0.87.tar.gz -> App-perlbrew-0.88.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.87/Build.PL 
new/App-perlbrew-0.88/Build.PL
--- old/App-perlbrew-0.87/Build.PL  2019-10-25 16:15:13.0 +0200
+++ new/App-perlbrew-0.88/Build.PL  2020-01-29 13:44:32.0 +0100
@@ -1,4 +1,4 @@
-# This Build.PL for App-perlbrew was generated by mbtiny 0.026.
+# This Build.PL for App-perlbrew was generated by mbtiny 0.027.
 use 5.006;
 use Module::Build::Tiny 0.034;
 Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.87/CONTRIBUTING.md 
new/App-perlbrew-0.88/CONTRIBUTING.md
--- old/App-perlbrew-0.87/CONTRIBUTING.md   2019-10-25 16:15:13.0 
+0200
+++ new/App-perlbrew-0.88/CONTRIBUTING.md   2020-01-29 13:44:32.0 
+0100
@@ -9,7 +9,7 @@
 - Send a pull request to @gugod and make an offer that he cannot reject 
(optional :-)
 
 Notice that the "master" branch is a stable branch, while the "develop" branch 
is the default target
-for pull requests. The master branch should only be moved forward on CPAN 
releasees and a there
+for pull requests. The master branch should only be moved forward on CPAN 
releases and there
 should also be a corresponding git tag for each release, which is the part 
only @gugod has to worry
 about. It is suggested, but not required, that you create your own topic 
branch first and work on
 the feature, this way it makes it a little bit easier when there are conflicts.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.87/Changes 

commit perl-App-perlbrew for openSUSE:Factory

2019-10-30 Thread root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2019-10-30 14:44:02

Comparing /work/SRC/openSUSE:Factory/perl-App-perlbrew (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new.2990 (New)


Package is "perl-App-perlbrew"

Wed Oct 30 14:44:02 2019 rev:24 rq:743755 version:0.87

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes  
2019-01-21 11:03:22.899040805 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-App-perlbrew.new.2990/perl-App-perlbrew.changes
2019-10-30 14:44:04.537943516 +0100
@@ -1,0 +2,17 @@
+Mon Oct 28 10:45:36 UTC 2019 -  
+
+- updated to 0.87
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.87
+   - Released at 2019-10-25T22:55:40+0900
+   - Thanks to our contributors: Branislav Zahradník, Christopher Chavez, 
Jon Jacobson, Konstantin S. Uvarin, Pali, Shoichi Kaji, Tomasz Konojacki, 
jkjacobson, rage311
+   - Use the new official repo url for fetching perl blead. Github issue 
#677
+   - Add `--min` and `--max` options to `exec` command. Github PR #656
+   - Fix "ERROR: Cannot find the tarball for perl-$version". Github PR #669
+   - Fix calling patchperl on readonly files. Github PR #674
+  - Fix installation from local tarbal files. See 
https://rt.cpan.org/Ticket/Display.html?id=129871
+  - Internal refactoring. Github PR #667, #662
+   - Various corrections of documentation. Github PR #676, #660
+
+---

Old:

  App-perlbrew-0.86.tar.gz

New:

  App-perlbrew-0.87.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.jIC15E/_old  2019-10-30 14:44:05.761944817 +0100
+++ /var/tmp/diff_new_pack.jIC15E/_new  2019-10-30 14:44:05.765944822 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.86
+Version:0.87
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>
@@ -30,10 +30,10 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Perl::Releases) >= 3.66
+BuildRequires:  perl(CPAN::Perl::Releases) >= 4.12
 BuildRequires:  perl(Capture::Tiny) >= 0.36
-BuildRequires:  perl(Devel::PatchPerl) >= 1.52
-BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.86
+BuildRequires:  perl(Devel::PatchPerl) >= 1.54
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 7.22
 BuildRequires:  perl(File::Temp) >= 0.2304
 BuildRequires:  perl(File::Which) >= 1.21
 BuildRequires:  perl(IO::All) >= 0.51
@@ -50,10 +50,10 @@
 BuildRequires:  perl(Test::Spec) >= 0.47
 BuildRequires:  perl(Test::TempDir::Tiny) >= 0.016
 BuildRequires:  perl(local::lib) >= 2.14
-Requires:   perl(CPAN::Perl::Releases) >= 3.66
+Requires:   perl(CPAN::Perl::Releases) >= 4.12
 Requires:   perl(Capture::Tiny) >= 0.36
-Requires:   perl(Devel::PatchPerl) >= 1.52
-Requires:   perl(ExtUtils::MakeMaker) >= 6.86
+Requires:   perl(Devel::PatchPerl) >= 1.54
+Requires:   perl(ExtUtils::MakeMaker) >= 7.22
 Requires:   perl(File::Temp) >= 0.2304
 Requires:   perl(JSON::PP)
 Requires:   perl(Pod::Parser) >= 1.63

++ App-perlbrew-0.86.tar.gz -> App-perlbrew-0.87.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.86/Build.PL 
new/App-perlbrew-0.87/Build.PL
--- old/App-perlbrew-0.86/Build.PL  2019-01-19 01:44:06.0 +0100
+++ new/App-perlbrew-0.87/Build.PL  2019-10-25 16:15:13.0 +0200
@@ -1,4 +1,4 @@
-# This Build.PL for App-perlbrew was generated by mbtiny 0.023.
+# This Build.PL for App-perlbrew was generated by mbtiny 0.026.
 use 5.006;
 use Module::Build::Tiny 0.034;
 Build_PL();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.86/Changes 
new/App-perlbrew-0.87/Changes
--- old/App-perlbrew-0.86/Changes   2019-01-19 01:44:06.0 +0100
+++ new/App-perlbrew-0.87/Changes   2019-10-25 16:15:13.0 +0200
@@ -1,3 +1,14 @@
+0.87
+   - Released at 2019-10-25T22:55:40+0900
+   - Thanks to our contributors: Branislav Zahradník, Christopher Chavez, 
Jon Jacobson, Konstantin S. Uvarin, Pali, Shoichi Kaji, Tomasz Konojacki, 
jkjacobson, rage311
+   - Use the new official repo url for fetching perl blead. Github issue 
#677
+   - Add `--min` and `--max` options to `exec` command. Github PR #656
+   - Fix "ERROR: Cannot find the tarball for perl-$version". Github PR #669
+   - Fix calling patchperl on readonly files. Github PR #674
+- Fix 

commit perl-App-perlbrew for openSUSE:Factory

2019-01-21 Thread root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2019-01-21 11:01:15

Comparing /work/SRC/openSUSE:Factory/perl-App-perlbrew (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new.28833 (New)


Package is "perl-App-perlbrew"

Mon Jan 21 11:01:15 2019 rev:23 rq:667182 version:0.86

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes  
2018-12-21 08:21:39.329556724 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-App-perlbrew.new.28833/perl-App-perlbrew.changes
   2019-01-21 11:03:22.899040805 +0100
@@ -1,0 +2,12 @@
+Sat Jan 19 06:02:04 UTC 2019 - Stephan Kulow 
+
+- updated to 0.86
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.86
+   - Released at 2019-01-19T09:39:55+0900
+   - Thanks to our contributors: Olaf Alders, Paul Cochrane
+  - Fix an error from 'install' command.  
https://rt.cpan.org/Public/Bug/Display.html?id=128083
+  - Tweak the separater characters of 'exec' command: See 
https://github.com/gugod/App-perlbrew/issues/648
+
+---

Old:

  App-perlbrew-0.85.tar.gz

New:

  App-perlbrew-0.86.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.0ud675/_old  2019-01-21 11:03:23.359040215 +0100
+++ /var/tmp/diff_new_pack.0ud675/_new  2019-01-21 11:03:23.363040209 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-perlbrew
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,7 +17,7 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.85
+Version:0.86
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>

++ App-perlbrew-0.85.tar.gz -> App-perlbrew-0.86.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.85/Changes 
new/App-perlbrew-0.86/Changes
--- old/App-perlbrew-0.85/Changes   2018-12-15 15:28:27.0 +0100
+++ new/App-perlbrew-0.86/Changes   2019-01-19 01:44:06.0 +0100
@@ -1,8 +1,14 @@
+0.86
+   - Released at 2019-01-19T09:39:55+0900
+   - Thanks to our contributors: Olaf Alders, Paul Cochrane
+- Fix an error from 'install' command.  
https://rt.cpan.org/Public/Bug/Display.html?id=128083
+- Tweak the separater characters of 'exec' command: See 
https://github.com/gugod/App-perlbrew/issues/648
+
 0.85
- Released at 2018-12-15T23:24:15+0900
- Thanks to our contributors: Branislav Zahradník, Guido Flohr, Joelle 
Maslak, Luca Ferrari, rage311
-- Fix the behaviour of 'clone-modules'
-- Various internal refactoring
+   - Fix the behaviour of 'clone-modules'
+   - Various internal refactoring
 
 0.84
- Released at 2018-06-24T08:26:14+0900
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.85/LICENSE 
new/App-perlbrew-0.86/LICENSE
--- old/App-perlbrew-0.85/LICENSE   2018-12-15 15:28:27.0 +0100
+++ new/App-perlbrew-0.86/LICENSE   2019-01-19 01:44:06.0 +0100
@@ -1,4 +1,4 @@
-This software is Copyright (c) 2018 by Kang-min Liu  C<<  >>.
+This software is Copyright (c) 2019 by Kang-min Liu  C<<  >>.
 
 This is free software, licensed under:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.85/META.json 
new/App-perlbrew-0.86/META.json
--- old/App-perlbrew-0.85/META.json 2018-12-15 15:28:27.0 +0100
+++ new/App-perlbrew-0.86/META.json 2019-01-19 01:44:06.0 +0100
@@ -68,7 +68,7 @@
   },
   "App::perlbrew" : {
  "file" : "lib/App/perlbrew.pm",
- "version" : "0.85"
+ "version" : "0.86"
   }
},
"release_status" : "stable",
@@ -79,7 +79,7 @@
  "web" : "https://github.com/gugod/App-perlbrew;
   }
},
-   "version" : "0.85",
+   "version" : "0.86",
"x_serialization_backend" : "JSON::PP version 2.97001",
"x_static_install" : "1"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.85/META.yml 
new/App-perlbrew-0.86/META.yml
--- old/App-perlbrew-0.85/META.yml  2018-12-15 15:28:27.0 +0100
+++ new/App-perlbrew-0.86/META.yml  2019-01-19 01:44:06.0 +0100
@@ -33,7 +33,7 @@
 file: lib/App/Perlbrew/Path/Root.pm
   App::perlbrew:
 file: 

commit perl-App-perlbrew for openSUSE:Factory

2018-12-20 Thread root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2018-12-21 08:21:29

Comparing /work/SRC/openSUSE:Factory/perl-App-perlbrew (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new.28833 (New)


Package is "perl-App-perlbrew"

Fri Dec 21 08:21:29 2018 rev:22 rq:658961 version:0.85

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes  
2018-07-31 15:57:15.779329205 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-App-perlbrew.new.28833/perl-App-perlbrew.changes
   2018-12-21 08:21:39.329556724 +0100
@@ -1,0 +2,12 @@
+Sun Dec 16 06:02:56 UTC 2018 - Stephan Kulow 
+
+- updated to 0.85
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.85
+   - Released at 2018-12-15T23:24:15+0900
+   - Thanks to our contributors: Branislav Zahradník, Guido Flohr, Joelle 
Maslak, Luca Ferrari, rage311
+  - Fix the behaviour of 'clone-modules'
+  - Various internal refactoring
+
+---

Old:

  App-perlbrew-0.84.tar.gz

New:

  App-perlbrew-0.85.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.e1Cdms/_old  2018-12-21 08:21:39.761556319 +0100
+++ /var/tmp/diff_new_pack.e1Cdms/_new  2018-12-21 08:21:39.765556315 +0100
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-App-perlbrew
-Version:0.84
+Version:0.85
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>
 License:MIT
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/App-perlbrew/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -40,7 +40,6 @@
 BuildRequires:  perl(JSON::PP)
 BuildRequires:  perl(Module::Build::Tiny) >= 0.034
 BuildRequires:  perl(Path::Class) >= 0.33
-BuildRequires:  perl(Pod::Markdown) >= 2.002
 BuildRequires:  perl(Pod::Parser) >= 1.63
 BuildRequires:  perl(Pod::Usage) >= 1.68
 BuildRequires:  perl(Test::Exception) >= 0.32
@@ -54,6 +53,7 @@
 Requires:   perl(CPAN::Perl::Releases) >= 3.66
 Requires:   perl(Capture::Tiny) >= 0.36
 Requires:   perl(Devel::PatchPerl) >= 1.52
+Requires:   perl(ExtUtils::MakeMaker) >= 6.86
 Requires:   perl(File::Temp) >= 0.2304
 Requires:   perl(JSON::PP)
 Requires:   perl(Pod::Parser) >= 1.63
@@ -76,7 +76,7 @@
 # MANUAL END
 
 %build
-%{__perl} Build.PL --installdirs=vendor
+perl Build.PL --installdirs=vendor
 ./Build build --flags=%{?_smp_mflags}
 
 %check
@@ -88,7 +88,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes doc README README.md
+%doc Changes CONTRIBUTING.md doc metamerge.json README README.md
 %license LICENSE
 
 %changelog

++ App-perlbrew-0.84.tar.gz -> App-perlbrew-0.85.tar.gz ++
 6566 lines of diff (skipped)




commit perl-App-perlbrew for openSUSE:Factory

2018-07-31 Thread root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2018-07-31 15:56:54

Comparing /work/SRC/openSUSE:Factory/perl-App-perlbrew (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new (New)


Package is "perl-App-perlbrew"

Tue Jul 31 15:56:54 2018 rev:21 rq:624680 version:0.84

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes  
2018-06-08 23:12:48.209832107 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2018-07-31 15:57:15.779329205 +0200
@@ -1,0 +2,12 @@
+Sun Jul 22 05:04:01 UTC 2018 - co...@suse.com
+
+- updated to 0.84
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.84
+   - Released at 2018-06-24T08:26:14+0900
+   - Thanks to our contributors: Joelle Maslak
+  - Unbreak 'available' command after some updates from cpan.org web 
site.
+  - Unbreak the installation -- which missed "perlbrew" command due to 
a mistake when using mbtiny.
+
+---

Old:

  App-perlbrew-0.83.tar.gz

New:

  App-perlbrew-0.84.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.OYmhbD/_old  2018-07-31 15:57:16.183329889 +0200
+++ /var/tmp/diff_new_pack.OYmhbD/_new  2018-07-31 15:57:16.187329896 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.83
+Version:0.84
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>
@@ -30,9 +30,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Perl::Releases) >= 3.24
+BuildRequires:  perl(CPAN::Perl::Releases) >= 3.66
 BuildRequires:  perl(Capture::Tiny) >= 0.36
-BuildRequires:  perl(Devel::PatchPerl) >= 1.40
+BuildRequires:  perl(Devel::PatchPerl) >= 1.52
 BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.86
 BuildRequires:  perl(File::Temp) >= 0.2304
 BuildRequires:  perl(File::Which) >= 1.21
@@ -51,9 +51,9 @@
 BuildRequires:  perl(Test::Spec) >= 0.47
 BuildRequires:  perl(Test::TempDir::Tiny) >= 0.016
 BuildRequires:  perl(local::lib) >= 2.14
-Requires:   perl(CPAN::Perl::Releases) >= 3.24
+Requires:   perl(CPAN::Perl::Releases) >= 3.66
 Requires:   perl(Capture::Tiny) >= 0.36
-Requires:   perl(Devel::PatchPerl) >= 1.40
+Requires:   perl(Devel::PatchPerl) >= 1.52
 Requires:   perl(File::Temp) >= 0.2304
 Requires:   perl(JSON::PP)
 Requires:   perl(Pod::Parser) >= 1.63

++ App-perlbrew-0.83.tar.gz -> App-perlbrew-0.84.tar.gz ++
 1672 lines of diff (skipped)




commit perl-App-perlbrew for openSUSE:Factory

2018-06-08 Thread root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2018-06-08 23:12: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"

Fri Jun  8 23:12:43 2018 rev:20 rq:613267 version:0.83

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes  
2018-03-06 10:45:32.256078073 +0100
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2018-06-08 23:12:48.209832107 +0200
@@ -1,0 +2,6 @@
+Thu May 31 05:04:20 UTC 2018 - co...@suse.com
+
+- updated to 0.83
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+---

Old:

  App-perlbrew-0.82.tar.gz

New:

  App-perlbrew-0.83.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.N91svT/_old  2018-06-08 23:12:48.837809430 +0200
+++ /var/tmp/diff_new_pack.N91svT/_new  2018-06-08 23:12:48.841809286 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.82
+Version:0.83
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>
@@ -33,9 +33,12 @@
 BuildRequires:  perl(CPAN::Perl::Releases) >= 3.24
 BuildRequires:  perl(Capture::Tiny) >= 0.36
 BuildRequires:  perl(Devel::PatchPerl) >= 1.40
+BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.86
 BuildRequires:  perl(File::Temp) >= 0.2304
 BuildRequires:  perl(File::Which) >= 1.21
 BuildRequires:  perl(IO::All) >= 0.51
+BuildRequires:  perl(JSON::PP)
+BuildRequires:  perl(Module::Build::Tiny) >= 0.034
 BuildRequires:  perl(Path::Class) >= 0.33
 BuildRequires:  perl(Pod::Markdown) >= 2.002
 BuildRequires:  perl(Pod::Parser) >= 1.63
@@ -46,11 +49,13 @@
 BuildRequires:  perl(Test::Output) >= 1.03
 BuildRequires:  perl(Test::Simple) >= 1.001002
 BuildRequires:  perl(Test::Spec) >= 0.47
+BuildRequires:  perl(Test::TempDir::Tiny) >= 0.016
 BuildRequires:  perl(local::lib) >= 2.14
 Requires:   perl(CPAN::Perl::Releases) >= 3.24
 Requires:   perl(Capture::Tiny) >= 0.36
 Requires:   perl(Devel::PatchPerl) >= 1.40
 Requires:   perl(File::Temp) >= 0.2304
+Requires:   perl(JSON::PP)
 Requires:   perl(Pod::Parser) >= 1.63
 Requires:   perl(Pod::Usage) >= 1.68
 Requires:   perl(local::lib) >= 2.14
@@ -66,21 +71,19 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 # MANUAL BEGIN
 chmod a+x t/fake-bin/curl
 # MANUAL END
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+%{__perl} Build.PL --installdirs=vendor
+./Build build --flags=%{?_smp_mflags}
 
 %check
-%{__make} test
+./Build test
 
 %install
-%perl_make_install
-%perl_process_packlist
+./Build install --destdir=%{buildroot} --create_packlist=0
 %perl_gen_filelist
 
 %files -f %{name}.files

++ App-perlbrew-0.82.tar.gz -> App-perlbrew-0.83.tar.gz ++
 4488 lines of diff (skipped)




commit perl-App-perlbrew for openSUSE:Factory

2018-03-06 Thread root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2018-03-06 10:45:27

Comparing /work/SRC/openSUSE:Factory/perl-App-perlbrew (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new (New)


Package is "perl-App-perlbrew"

Tue Mar  6 10:45:27 2018 rev:19 rq:578613 version:0.82

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes  
2016-11-22 18:58:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2018-03-06 10:45:32.256078073 +0100
@@ -1,0 +2,25 @@
+Wed Feb 21 07:14:20 UTC 2018 - co...@suse.com
+
+- updated to 0.82
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  - Thanks to our contributors: Alceu Rodrigues de Freitas Junior, Paul 
Cochrane
+  - Fix regression of 'perlbrew install blead'
+  
+  0.81: # 2017-12-09T15:12:04+0900
+  - Thanks to our contributors: Luca Ferrari, Zac Bentley, perlancar, Nicolas 
R, gregor herrmann, Paul Cochrane
+  - New command: clone-modules
+  - Recognize tarball in .tar.xz extension
+  - The output of "availables" is now sorted by versions
+  - Unbreak the integration with cperl releases
+  - Make `perlbrew install` runs correctly on AIX
+  - support the current perl blead (5.28)
+  
+  0.80: # 2017-06-30T07:40:45+0200
+  - Fix version in META.yml in CPAN distribution. See: 
https://rt.cpan.org/Public/Bug/Display.html?id=122279
+  
+  0.79: # 2017-06-25T23:40:45+0200
+  - deal with perl-5.26 change about @INC in Makefile.PL
+  - "available" command now also shows the URLs
+
+---

Old:

  App-perlbrew-0.78.tar.gz

New:

  App-perlbrew-0.82.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.m9O70Z/_old  2018-03-06 10:45:33.152045702 +0100
+++ /var/tmp/diff_new_pack.m9O70Z/_new  2018-03-06 10:45:33.156045558 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-perlbrew
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,25 +17,27 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.78
+Version:0.82
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>
 License:MIT
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/App-perlbrew/
-Source0:
http://www.cpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.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) >= 2.60
+BuildRequires:  perl(CPAN::Perl::Releases) >= 3.24
 BuildRequires:  perl(Capture::Tiny) >= 0.36
 BuildRequires:  perl(Devel::PatchPerl) >= 1.40
 BuildRequires:  perl(File::Temp) >= 0.2304
+BuildRequires:  perl(File::Which) >= 1.21
 BuildRequires:  perl(IO::All) >= 0.51
 BuildRequires:  perl(Path::Class) >= 0.33
+BuildRequires:  perl(Pod::Markdown) >= 2.002
 BuildRequires:  perl(Pod::Parser) >= 1.63
 BuildRequires:  perl(Pod::Usage) >= 1.68
 BuildRequires:  perl(Test::Exception) >= 0.32
@@ -45,14 +47,16 @@
 BuildRequires:  perl(Test::Simple) >= 1.001002
 BuildRequires:  perl(Test::Spec) >= 0.47
 BuildRequires:  perl(local::lib) >= 2.14
-Requires:   perl(CPAN::Perl::Releases) >= 2.60
+Requires:   perl(CPAN::Perl::Releases) >= 3.24
 Requires:   perl(Capture::Tiny) >= 0.36
 Requires:   perl(Devel::PatchPerl) >= 1.40
+Requires:   perl(File::Temp) >= 0.2304
 Requires:   perl(Pod::Parser) >= 1.63
 Requires:   perl(Pod::Usage) >= 1.68
 Requires:   perl(local::lib) >= 2.14
 %{perl_requires}
 # MANUAL BEGIN
+BuildRequires:  curl
 BuildRequires:  groff
 BuildRequires:  wget
 # MANUAL END
@@ -63,6 +67,9 @@
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+# MANUAL BEGIN
+chmod a+x t/fake-bin/curl
+# MANUAL END
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -78,6 +85,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes doc LICENSE README README.md
+%doc Changes doc README README.md
+%license LICENSE
 
 %changelog

++ App-perlbrew-0.78.tar.gz -> App-perlbrew-0.82.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-App-perlbrew for openSUSE:Factory

2016-11-22 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2016-11-22 18:58:55

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  
2016-11-18 22:03:25.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2016-11-22 18:58:56.0 +0100
@@ -1,0 +2,10 @@
+Mon Nov 21 06:03:13 UTC 2016 - co...@suse.com
+
+- updated to 0.78
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.78: # 2016-11-20T22:59:55+0100
+  - Thanks to our contributors: Manuel Streuhofer, Sergey Aleynikov
+  - More fixes to accomodate changes on perl5.git.perl.org
+
+---

Old:

  App-perlbrew-0.77.tar.gz

New:

  App-perlbrew-0.78.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.q593PG/_old  2016-11-22 18:58:57.0 +0100
+++ /var/tmp/diff_new_pack.q593PG/_new  2016-11-22 18:58:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.77
+Version:0.78
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>

++ App-perlbrew-0.77.tar.gz -> App-perlbrew-0.78.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.77/Changes 
new/App-perlbrew-0.78/Changes
--- old/App-perlbrew-0.77/Changes   2016-11-12 07:21:01.0 +0100
+++ new/App-perlbrew-0.78/Changes   2016-11-20 23:06:40.0 +0100
@@ -1,3 +1,7 @@
+0.78: # 2016-11-20T22:59:55+0100
+- Thanks to our contributors: Manuel Streuhofer, Sergey Aleynikov
+- More fixes to accomodate changes on perl5.git.perl.org
+
 0.77: # 2016-11-12T06:42:45+0100
 - Thanks to our contributors: Dennis Kaarsemaker, Roel Harbers
 - The "uninstall" command now requires confirmation.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.77/META.yml 
new/App-perlbrew-0.78/META.yml
--- old/App-perlbrew-0.77/META.yml  2016-11-12 07:10:21.0 +0100
+++ new/App-perlbrew-0.78/META.yml  2016-11-20 23:07:31.0 +0100
@@ -39,4 +39,4 @@
 resources:
   license: http://opensource.org/licenses/mit-license.php
   repository: git://github.com/gugod/App-perlbrew.git
-version: '0.77'
+version: '0.78'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.77/bin/perlbrew 
new/App-perlbrew-0.78/bin/perlbrew
--- old/App-perlbrew-0.77/bin/perlbrew  2016-09-22 08:27:38.0 +0200
+++ new/App-perlbrew-0.78/bin/perlbrew  2016-11-20 23:06:34.0 +0100
@@ -482,7 +482,7 @@
 Install the C standalone executable in C<$PERLBREW_ROOT/bin>.
 
 For more rationale about the existence of this command, read
-
+
 
 =head1 COMMAND: INSTALL-PATCHPERL
 
@@ -493,7 +493,7 @@
 installer, but not with cpan.
 
 For more rationale about the existence of this command, read
-
+
 
 =head1 COMMAND: SELF-UPGRADE
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.77/lib/App/perlbrew.pm 
new/App-perlbrew-0.78/lib/App/perlbrew.pm
--- old/App-perlbrew-0.77/lib/App/perlbrew.pm   2016-11-12 07:21:01.0 
+0100
+++ new/App-perlbrew-0.78/lib/App/perlbrew.pm   2016-11-20 23:06:40.0 
+0100
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use 5.008;
-our $VERSION = "0.77";
+our $VERSION = "0.78";
 use Config;
 
 BEGIN {
@@ -1151,7 +1151,7 @@
 opendir DIRH, $build_dir or die "Couldn't open ${build_dir}: $!";
 my @contents = readdir DIRH;
 closedir DIRH or warn "Couldn't close ${build_dir}: $!";
-my @candidates = grep { m/^perl-[0-9a-f]{4,40}$/ } @contents;
+my @candidates = grep { m/^perl-blead-[0-9a-f]{4,40}$/ } @contents;
 # Use a Schwartzian Transform in case there are lots of dirs that
 # look like "perl-$SHA1", which is what's inside blead.tar.gz,
 # so we stat each one only once.
@@ -2240,7 +2240,7 @@
 exit(-1);
 }
 
-my $path_name  = joinpath($self->root, "perls", $name);
+my $path_name  = joinpath($self->root, "perls", $name) if $name;
 my $path_alias = joinpath($self->root, "perls", $alias) if $alias;
 
 if ($alias && -e $path_alias && !-l $path_alias) {
@@ -2535,6 

commit perl-App-perlbrew for openSUSE:Factory

2016-11-18 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2016-11-18 22:03:24

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  
2016-06-25 02:24:08.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2016-11-18 22:03:25.0 +0100
@@ -1,0 +2,12 @@
+Sun Nov 13 06:03:46 UTC 2016 - co...@suse.com
+
+- updated to 0.77
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.77: # 2016-11-12T06:42:45+0100
+  - Thanks to our contributors: Dennis Kaarsemaker, Roel Harbers
+  - The "uninstall" command now requires confirmation.
+  - Fix bug with csh when PATH entries contain spaces
+  - Accommodate git commit abbrivation changes on perl5.git.perl.org. See GH 
#524 https://github.com/gugod/App-perlbrew/pull/524
+
+---

Old:

  App-perlbrew-0.76.tar.gz

New:

  App-perlbrew-0.77.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.rQTY1w/_old  2016-11-18 22:03:26.0 +0100
+++ /var/tmp/diff_new_pack.rQTY1w/_new  2016-11-18 22:03:26.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.76
+Version:0.77
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>

++ App-perlbrew-0.76.tar.gz -> App-perlbrew-0.77.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.76/Changes 
new/App-perlbrew-0.77/Changes
--- old/App-perlbrew-0.76/Changes   2016-06-21 23:05:27.0 +0200
+++ new/App-perlbrew-0.77/Changes   2016-11-12 07:21:01.0 +0100
@@ -1,3 +1,9 @@
+0.77: # 2016-11-12T06:42:45+0100
+- Thanks to our contributors: Dennis Kaarsemaker, Roel Harbers
+- The "uninstall" command now requires confirmation.
+- Fix bug with csh when PATH entries contain spaces
+- Accommodate git commit abbrivation changes on perl5.git.perl.org. See GH 
#524 https://github.com/gugod/App-perlbrew/pull/524
+
 0.76: # 2016-06-21T23:02:44+0200
 - Start supporting cperl installation.
 - cperl releases are sourced from: https://github.com/perl11/cperl/releases
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.76/META.yml 
new/App-perlbrew-0.77/META.yml
--- old/App-perlbrew-0.76/META.yml  2016-06-21 23:06:00.0 +0200
+++ new/App-perlbrew-0.77/META.yml  2016-11-12 07:10:21.0 +0100
@@ -17,7 +17,7 @@
   ExtUtils::MakeMaker: 6.59
 distribution_type: module
 dynamic_config: 1
-generated_by: 'Module::Install version 1.16'
+generated_by: 'Module::Install version 1.17'
 license: mit
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -39,4 +39,4 @@
 resources:
   license: http://opensource.org/licenses/mit-license.php
   repository: git://github.com/gugod/App-perlbrew.git
-version: '0.76'
+version: '0.77'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.76/inc/Module/Install/Base.pm 
new/App-perlbrew-0.77/inc/Module/Install/Base.pm
--- old/App-perlbrew-0.76/inc/Module/Install/Base.pm2016-06-21 
23:06:00.0 +0200
+++ new/App-perlbrew-0.77/inc/Module/Install/Base.pm2016-11-12 
07:10:21.0 +0100
@@ -4,7 +4,7 @@
 use strict 'vars';
 use vars qw{$VERSION};
 BEGIN {
-   $VERSION = '1.16';
+   $VERSION = '1.17';
 }
 
 # Suspend handler for "redefined" warnings
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.76/inc/Module/Install/Can.pm 
new/App-perlbrew-0.77/inc/Module/Install/Can.pm
--- old/App-perlbrew-0.76/inc/Module/Install/Can.pm 2016-06-21 
23:06:00.0 +0200
+++ new/App-perlbrew-0.77/inc/Module/Install/Can.pm 2016-11-12 
07:10:21.0 +0100
@@ -8,7 +8,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-   $VERSION = '1.16';
+   $VERSION = '1.17';
@ISA = 'Module::Install::Base';
$ISCORE  = 1;
 }
@@ -121,6 +121,15 @@
 # Can we locate a (the) C compiler
 sub can_cc {
my $self   = shift;
+
+   if ($^O eq 'VMS') {
+   require ExtUtils::CBuilder;
+   my $builder = ExtUtils::CBuilder->new(
+   quiet => 1,
+   );
+   return $builder->have_compiler;
+   }
+
my @chunks = split(/ /, $Config::Config{cc}) or return;
 
# 

commit perl-App-perlbrew for openSUSE:Factory

2016-06-24 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2016-06-25 02:24:04

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  
2016-04-12 19:33:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2016-06-25 02:24:08.0 +0200
@@ -1,0 +2,11 @@
+Thu Jun 23 05:51:51 UTC 2016 - co...@suse.com
+
+- updated to 0.76
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.76: # 2016-06-21T23:02:44+0200
+  - Start supporting cperl installation.
+  - cperl releases are sourced from: https://github.com/perl11/cperl/releases
+  - Deal with a regex warning when testing perlbrew with perl-5.25. See RT: 
https://rt.cpan.org/Ticket/Display.html?id=114871
+
+---

Old:

  App-perlbrew-0.75.tar.gz

New:

  App-perlbrew-0.76.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.x5x2la/_old  2016-06-25 02:24:09.0 +0200
+++ /var/tmp/diff_new_pack.x5x2la/_new  2016-06-25 02:24:09.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.75
+Version:0.76
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>
@@ -30,14 +30,14 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Perl::Releases) >= 1.94
-BuildRequires:  perl(Capture::Tiny) >= 0.25
-BuildRequires:  perl(Devel::PatchPerl) >= 1.28
+BuildRequires:  perl(CPAN::Perl::Releases) >= 2.60
+BuildRequires:  perl(Capture::Tiny) >= 0.36
+BuildRequires:  perl(Devel::PatchPerl) >= 1.40
 BuildRequires:  perl(File::Temp) >= 0.2304
 BuildRequires:  perl(IO::All) >= 0.51
 BuildRequires:  perl(Path::Class) >= 0.33
-BuildRequires:  perl(Pod::Parser) >= 1.62
-BuildRequires:  perl(Pod::Usage) >= 1.64
+BuildRequires:  perl(Pod::Parser) >= 1.63
+BuildRequires:  perl(Pod::Usage) >= 1.68
 BuildRequires:  perl(Test::Exception) >= 0.32
 BuildRequires:  perl(Test::More) >= 1.001002
 BuildRequires:  perl(Test::NoWarnings) >= 1.04
@@ -45,11 +45,11 @@
 BuildRequires:  perl(Test::Simple) >= 1.001002
 BuildRequires:  perl(Test::Spec) >= 0.47
 BuildRequires:  perl(local::lib) >= 2.14
-Requires:   perl(CPAN::Perl::Releases) >= 1.94
-Requires:   perl(Capture::Tiny) >= 0.25
-Requires:   perl(Devel::PatchPerl) >= 1.28
-Requires:   perl(Pod::Parser) >= 1.62
-Requires:   perl(Pod::Usage) >= 1.64
+Requires:   perl(CPAN::Perl::Releases) >= 2.60
+Requires:   perl(Capture::Tiny) >= 0.36
+Requires:   perl(Devel::PatchPerl) >= 1.40
+Requires:   perl(Pod::Parser) >= 1.63
+Requires:   perl(Pod::Usage) >= 1.68
 Requires:   perl(local::lib) >= 2.14
 %{perl_requires}
 # MANUAL BEGIN

++ App-perlbrew-0.75.tar.gz -> App-perlbrew-0.76.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.75/Changes 
new/App-perlbrew-0.76/Changes
--- old/App-perlbrew-0.75/Changes   2016-03-16 23:51:16.0 +0100
+++ new/App-perlbrew-0.76/Changes   2016-06-21 23:05:27.0 +0200
@@ -1,3 +1,8 @@
+0.76: # 2016-06-21T23:02:44+0200
+- Start supporting cperl installation.
+- cperl releases are sourced from: https://github.com/perl11/cperl/releases
+- Deal with a regex warning when testing perlbrew with perl-5.25. See RT: 
https://rt.cpan.org/Ticket/Display.html?id=114871
+
 0.75: # 2016-03-16T23:41:41+0100
 - Thanks to our contributors: Dave Cross,  Dean Hamstead,  Mark J. Reed,  
Mohammed El-Afifi,
 - Add '--no-patchperl' install option for skip running patchperl.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.75/MANIFEST 
new/App-perlbrew-0.76/MANIFEST
--- old/App-perlbrew-0.75/MANIFEST  2016-03-16 23:50:28.0 +0100
+++ new/App-perlbrew-0.76/MANIFEST  2016-06-21 23:04:48.0 +0200
@@ -42,6 +42,11 @@
 t/13.perl_release.t
 t/14.perl_version_parsing.t
 t/15.no-reuse-build-dir.t
+t/16.release-detail.t
+t/17.release-detail-cperl-local.t
+t/17.release-detail-cperl-remote.t
+t/18.release-detail-perl-local.t
+t/18.release-detail-perl-remote.t
 t/command-alias.t
 t/command-available.t
 t/command-compgen.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.75/META.yml 
new/App-perlbrew-0.76/META.yml
--- 

commit perl-App-perlbrew for openSUSE:Factory

2016-04-12 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2016-04-12 19:33:03

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  
2015-12-03 13:31:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2016-04-12 19:33:04.0 +0200
@@ -1,0 +2,14 @@
+Mon Apr  4 09:14:05 UTC 2016 - co...@suse.com
+
+- updated to 0.75
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.75: # 2016-03-16T23:41:41+0100
+  - Thanks to our contributors: Dave Cross,  Dean Hamstead,  Mark J. Reed,  
Mohammed El-Afifi,
+  - Add '--no-patchperl' install option for skip running patchperl.
+  - Add '--destdir' install option.
+  - "uninstall" command now also delete associated libs.
+  - "mirror" command is removed.
+  - "config" command is removed.
+
+---

Old:

  App-perlbrew-0.74.tar.gz

New:

  App-perlbrew-0.75.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.kUxbnK/_old  2016-04-12 19:33:05.0 +0200
+++ /var/tmp/diff_new_pack.kUxbnK/_new  2016-04-12 19:33:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-perlbrew
 #
-# 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,7 +17,7 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.74
+Version:0.75
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your C<$HOME>
@@ -58,23 +58,11 @@
 # MANUAL END
 
 %description
-perlbrew is a program to automate the building and installation of perl in
-an easy way. It provides multiple isolated perl environments, and a
-mechanism for you to switch between them.
-
-Everything are installed unter '~/perl5/perlbrew'. You then need to include
-a bashrc/cshrc provided by perlbrew to tweak the PATH for you. You then can
-benefit from not having to run 'sudo' commands to install cpan modules
-because those are installed inside your HOME too.
-
-For the documentation of perlbrew usage see the perlbrew manpage command on
-CPAN, or by running 'perlbrew help'. The following documentation features
-the API of 'App::perlbrew' module, and may not be remotely close to what
-your want to read.
+Manage perl installations in your C<$HOME>
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ App-perlbrew-0.74.tar.gz -> App-perlbrew-0.75.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.74/Changes 
new/App-perlbrew-0.75/Changes
--- old/App-perlbrew-0.74/Changes   2015-11-24 21:17:25.0 +0100
+++ new/App-perlbrew-0.75/Changes   2016-03-16 23:51:16.0 +0100
@@ -1,3 +1,11 @@
+0.75: # 2016-03-16T23:41:41+0100
+- Thanks to our contributors: Dave Cross,  Dean Hamstead,  Mark J. Reed,  
Mohammed El-Afifi,
+- Add '--no-patchperl' install option for skip running patchperl.
+- Add '--destdir' install option.
+- "uninstall" command now also delete associated libs.
+- "mirror" command is removed.
+- "config" command is removed.
+
 0.74: # 2015-11-24T20:55:02+0100
 - A big thanks for our contributers: Aristotle Pagaltzis, Dave Jacoby, Dylan 
Cali, John Krull, Kevin Johnson, Nathan Day, Paul Cochrane, Tudor Constantin, 
Yanick Champoux, tm604
 - support PERLBREW_LIB_PREFIX. 
https://github.com/gugod/App-perlbrew/commit/c29813cd4633683bd049964178a9ac96647986bc
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.74/LICENSE 
new/App-perlbrew-0.75/LICENSE
--- old/App-perlbrew-0.74/LICENSE   2015-02-01 10:09:41.0 +0100
+++ new/App-perlbrew-0.75/LICENSE   2016-03-16 23:51:06.0 +0100
@@ -1,6 +1,6 @@
 The MIT License
 
-Copyright (c) 2010,2011,2012,2013 Kang-min Liu
+Copyright (c) 2010-2016 Kang-min Liu
 
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.74/MANIFEST 

commit perl-App-perlbrew for openSUSE:Factory

2015-12-03 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2015-12-03 13:30:59

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  
2015-04-21 10:51:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2015-12-03 13:31:00.0 +0100
@@ -1,0 +2,17 @@
+Sat Nov 28 09:23:26 UTC 2015 - co...@suse.com
+
+- updated to 0.74
+   see /usr/share/doc/packages/perl-App-perlbrew/Changes
+
+  0.74: # 2015-11-24T20:55:02+0100
+  - A big thanks for our contributers: Aristotle Pagaltzis, Dave Jacoby, Dylan 
Cali, John Krull, Kevin Johnson, Nathan Day, Paul Cochrane, Tudor Constantin, 
Yanick Champoux, tm604
+  - support PERLBREW_LIB_PREFIX. 
https://github.com/gugod/App-perlbrew/commit/c29813cd4633683bd049964178a9ac96647986bc
+  - prefer https and remove insecure download cli flags. 
https://github.com/gugod/App-perlbrew/commit/f49a908c1702942006de4654107edf77a48ead52
+  - perlbrew now dies when switching to/use a lib that does not exist. 
https://github.com/gugod/App-perlbrew/issues/432
+  - RHEL vendorlib fix https://github.com/gugod/App-perlbrew/issues/409
+  - improvements with fish integration.
+  - unbreak when running with perl 5.14 or earlier: "list" command now 
correctly display lib names.
+  - retaining flags in upgrade-perl. 
https://github.com/gugod/App-perlbrew/commit/b8d466670bbfc8e214a9d3ff2e889a4860060d84
+  - variour document clean up and improvements.
+
+---

Old:

  App-perlbrew-0.73.tar.gz

New:

  App-perlbrew-0.74.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.1K7F8b/_old  2015-12-03 13:31:01.0 +0100
+++ /var/tmp/diff_new_pack.1K7F8b/_new  2015-12-03 13:31:01.0 +0100
@@ -17,10 +17,10 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.73
+Version:0.74
 Release:0
 %define cpan_name App-perlbrew
-Summary:Manage perl installations in your $HOME
+Summary:Manage perl installations in your C<$HOME>
 License:MIT
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/App-perlbrew/
@@ -38,7 +38,7 @@
 BuildRequires:  perl(Path::Class) >= 0.33
 BuildRequires:  perl(Pod::Parser) >= 1.62
 BuildRequires:  perl(Pod::Usage) >= 1.64
-BuildRequires:  perl(Test::Exception) >= 0.32
+BuildRequires:  perl(Test::Exception) >= 0.32
 BuildRequires:  perl(Test::More) >= 1.001002
 BuildRequires:  perl(Test::NoWarnings) >= 1.04
 BuildRequires:  perl(Test::Output) >= 1.03
@@ -90,6 +90,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes doc LICENSE README
+%doc Changes doc LICENSE README README.md
 
 %changelog

++ App-perlbrew-0.73.tar.gz -> App-perlbrew-0.74.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.73/Changes 
new/App-perlbrew-0.74/Changes
--- old/App-perlbrew-0.73/Changes   2015-02-01 10:08:01.0 +0100
+++ new/App-perlbrew-0.74/Changes   2015-11-24 21:17:25.0 +0100
@@ -1,3 +1,14 @@
+0.74: # 2015-11-24T20:55:02+0100
+- A big thanks for our contributers: Aristotle Pagaltzis, Dave Jacoby, Dylan 
Cali, John Krull, Kevin Johnson, Nathan Day, Paul Cochrane, Tudor Constantin, 
Yanick Champoux, tm604
+- support PERLBREW_LIB_PREFIX. 
https://github.com/gugod/App-perlbrew/commit/c29813cd4633683bd049964178a9ac96647986bc
+- prefer https and remove insecure download cli flags. 
https://github.com/gugod/App-perlbrew/commit/f49a908c1702942006de4654107edf77a48ead52
+- perlbrew now dies when switching to/use a lib that does not exist. 
https://github.com/gugod/App-perlbrew/issues/432
+- RHEL vendorlib fix https://github.com/gugod/App-perlbrew/issues/409
+- improvements with fish integration.
+- unbreak when running with perl 5.14 or earlier: "list" command now correctly 
display lib names.
+- retaining flags in upgrade-perl. 
https://github.com/gugod/App-perlbrew/commit/b8d466670bbfc8e214a9d3ff2e889a4860060d84
+- variour document clean up and improvements.
+
 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!
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.73/MANIFEST 
new/App-perlbrew-0.74/MANIFEST
--- old/App-perlbrew-0.73/MANIFEST  2014-09-02 

commit perl-App-perlbrew for openSUSE:Factory

2015-04-21 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2015-04-21 10:51:38

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  
2014-10-01 07:40:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2015-04-21 10:51:40.0 +0200
@@ -1,0 +2,18 @@
+Fri Apr 17 08:44:02 UTC 2015 - co...@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++
+
+---

Old:

  App-perlbrew-0.71.tar.gz

New:

  App-perlbrew-0.73.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.IgDxG9/_old  2015-04-21 10:51:41.0 +0200
+++ /var/tmp/diff_new_pack.IgDxG9/_new  2015-04-21 10:51:41.0 +0200
@@ -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::Simple) = 1.001002
 BuildRequires:  perl(Test::Spec) = 0.47
 BuildRequires:  perl(local::lib) = 2.14
-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.14
 %{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

++ App-perlbrew-0.71.tar.gz - App-perlbrew-0.73.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.71/Changes 
new/App-perlbrew-0.73/Changes
--- old/App-perlbrew-0.71/Changes   2014-09-13 20:01:52.0 +0200
+++ new/App-perlbrew-0.73/Changes   2015-02-01 10:08:01.0 +0100
@@ -1,3 +1,15 @@
+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++
+

commit perl-App-perlbrew for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2014-10-01 07:40:32

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  
2014-03-18 14:15:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2014-10-01 07:40:47.0 +0200
@@ -1,0 +2,23 @@
+Mon Sep 15 15:44:39 UTC 2014 - co...@suse.com
+
+- updated to 0.71
+ - Fix a few bugs of having unwanted values in PERL5LIB when switching between 
libs
+ 
+ 0.70: # 2014-09-02T20:41:15+0900
+ - download the fatpacked perlbrew from an http:// url.
+ - protect fatpacked perlbrew from PERL5LIB, thanks to dagolden++
+ - avoid several warnings, thanks to DabeDotCom++
+ - making perlbrew a bit friendlier to init.d script, thanks to maxhq++ . see 
also https://github.com/gugod/App-perlbrew/pull/404
+ - make it possible to override PERLBREWURL before invoking installers
+ 
+ 0.69: # 2014-06-10T23:32:05+0200
+ - fix 'perlbrew env' breakage by just avoiding bad local::lib versions.
+ 
+ 0.68: # 2014-06-07T15:08:00+0200
+ - disable SSL cert checks. GH #385.
+ - perlbrew download stable works as on expects. GH #383
+ - Many fish shell fixes. GH #376 #378 #379
+ - make 5.21 installable. GH #396
+ - various documentation fixes.
+
+---

Old:

  App-perlbrew-0.67.tar.gz

New:

  App-perlbrew-0.71.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.gINexe/_old  2014-10-01 07:40:48.0 +0200
+++ /var/tmp/diff_new_pack.gINexe/_new  2014-10-01 07:40:48.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-App-perlbrew
-Version:0.67
+Version:0.71
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your $HOME
@@ -29,21 +29,27 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Perl::Releases) = 1.26
-BuildRequires:  perl(Capture::Tiny) = 0.22
-BuildRequires:  perl(Devel::PatchPerl) = 1.00
-BuildRequires:  perl(IO::All) = 0.46
-BuildRequires:  perl(Path::Class)
-BuildRequires:  perl(Test::Exception)
-BuildRequires:  perl(Test::NoWarnings)
-BuildRequires:  perl(Test::Output) = 0.04
-BuildRequires:  perl(Test::Simple) = 0.98
-BuildRequires:  perl(Test::Spec) = 0.46
-BuildRequires:  perl(local::lib) = 1.008026
-Requires:   perl(CPAN::Perl::Releases) = 1.26
-Requires:   perl(Capture::Tiny) = 0.22
-Requires:   perl(Devel::PatchPerl) = 1.00
-Requires:   perl(local::lib) = 1.008026
+BuildRequires:  perl(CPAN::Perl::Releases) = 1.84
+BuildRequires:  perl(Capture::Tiny) = 0.25
+BuildRequires:  perl(Devel::PatchPerl) = 1.24
+BuildRequires:  perl(File::Temp) = 0.2304
+BuildRequires:  perl(IO::All) = 0.51
+BuildRequires:  perl(Path::Class) = 0.33
+BuildRequires:  perl(Pod::Parser) = 1.62
+BuildRequires:  perl(Pod::Usage) = 1.64
+BuildRequires:  perl(Test::Exception) = 0.32
+BuildRequires:  perl(Test::More) = 1.001002
+BuildRequires:  perl(Test::NoWarnings) = 1.04
+BuildRequires:  perl(Test::Output) = 1.03
+BuildRequires:  perl(Test::Simple) = 1.001002
+BuildRequires:  perl(Test::Spec) = 0.47
+BuildRequires:  perl(local::lib) = 2.14
+Requires:   perl(CPAN::Perl::Releases) = 1.84
+Requires:   perl(Capture::Tiny) = 0.25
+Requires:   perl(Devel::PatchPerl) = 1.24
+Requires:   perl(Pod::Parser) = 1.62
+Requires:   perl(Pod::Usage) = 1.64
+Requires:   perl(local::lib) = 2.14
 %{perl_requires}
 # MANUAL
 BuildRequires:  groff
@@ -51,11 +57,13 @@
 
 %description
 perlbrew is a program to automate the building and installation of perl in
-an easy way. It installs everything to '~/perl5/perlbrew', and requires you
-to tweak your PATH by including a bashrc/cshrc file it provides. You then
-can benefit from not having to run 'sudo' commands to install cpan modules
-because those are installed inside your HOME too. It provides multiple
-isolated perl environments, and a mechanism for you to switch between them.
+an easy way. It provides multiple isolated perl environments, and a
+mechanism for you to switch between them.
+
+Everything are installed unter '~/perl5/perlbrew'. You then need to include
+a bashrc/cshrc provided by perlbrew to tweak the PATH for you. You then can
+benefit from not having to run 'sudo' commands to install cpan modules
+because those are installed inside your HOME too.
 
 For the documentation of perlbrew usage see the perlbrew 

commit perl-App-perlbrew for openSUSE:Factory

2014-03-18 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2014-03-18 14:15:54

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  
2013-06-21 11:25:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2014-03-18 14:15:56.0 +0100
@@ -1,0 +2,21 @@
+Mon Mar 17 13:15:01 UTC 2014 - co...@suse.com
+
+- buildrequire wget to please test suite
+
+---
+Mon Nov 25 07:36:21 UTC 2013 - co...@suse.com
+
+- updated to 0.67
+ - Support fish shell. Thanks to @yenzie++
+ - `info` command now takes an optional module name and show information for 
it. Thanks to @trcjr++
+ - doc/bug fixes from @mmcclimon++, @mperry2++, and markstos++
+
+---
+Tue Aug  6 17:49:10 UTC 2013 - co...@suse.com
+
+- updated to 0.66
+  - exec command: error hadndling improvements. Thanks to @vsespb.
+  - install command: add --clang option. Thanks to @salva
+  - various bug fixes. thanks to @ironcamel and @gottreu
+
+---

Old:

  App-perlbrew-0.64.tar.gz

New:

  App-perlbrew-0.67.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.evtg87/_old  2014-03-18 14:15:57.0 +0100
+++ /var/tmp/diff_new_pack.evtg87/_new  2014-03-18 14:15:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-perlbrew
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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.64
+Version:0.67
 Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your $HOME
@@ -27,34 +27,27 @@
 Source: 
http://www.cpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# MANUAL
-BuildRequires:  groff
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(CPAN::Perl::Releases) = 1.10
+BuildRequires:  perl(CPAN::Perl::Releases) = 1.26
 BuildRequires:  perl(Capture::Tiny) = 0.22
-BuildRequires:  perl(Devel::PatchPerl) = 0.86
+BuildRequires:  perl(Devel::PatchPerl) = 1.00
 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::Output) = 0.04
 BuildRequires:  perl(Test::Simple) = 0.98
-BuildRequires:  perl(Test::Spec)
-BuildRequires:  perl(local::lib) = 1.008009
-#BuildRequires: perl(App::perlbrew)
-#BuildRequires: perl(inc::Module::Install)
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(LWP::Simple)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
-#BuildRequires: perl(YAML::Tiny)
-Requires:   perl(CPAN::Perl::Releases) = 1.10
+BuildRequires:  perl(Test::Spec) = 0.46
+BuildRequires:  perl(local::lib) = 1.008026
+Requires:   perl(CPAN::Perl::Releases) = 1.26
 Requires:   perl(Capture::Tiny) = 0.22
-Requires:   perl(Devel::PatchPerl) = 0.86
-Requires:   perl(local::lib) = 1.008009
+Requires:   perl(Devel::PatchPerl) = 1.00
+Requires:   perl(local::lib) = 1.008026
 %{perl_requires}
+# MANUAL
+BuildRequires:  groff
+BuildRequires:  wget
 
 %description
 perlbrew is a program to automate the building and installation of perl in

++ App-perlbrew-0.64.tar.gz - App-perlbrew-0.67.tar.gz ++
 1641 lines of diff (skipped)

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



commit perl-App-perlbrew for openSUSE:Factory

2013-06-21 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2013-06-21 11:25:00.0 +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.0 +0200
+++ /var/tmp/diff_new_pack.PVWZpQ/_new  2013-06-21 11:25:01.0 +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, 

commit perl-App-perlbrew for openSUSE:Factory

2012-10-26 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2012-10-27 07:44:23

Comparing /work/SRC/openSUSE:Factory/perl-App-perlbrew (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new (New)


Package is perl-App-perlbrew, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes  
2012-05-25 16:17:37.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2012-10-27 07:44:27.0 +0200
@@ -1,0 +2,5 @@
+Fri Oct 26 15:11:54 UTC 2012 - co...@suse.com
+
+- explict buildrequire groff for the test suite
+
+---



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.sSxHuM/_old  2012-10-27 07:44:28.0 +0200
+++ /var/tmp/diff_new_pack.sSxHuM/_new  2012-10-27 07:44:28.0 +0200
@@ -27,6 +27,8 @@
 Source: 
http://www.cpan.org/authors/id/G/GU/GUGOD/%{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# MANUAL
+BuildRequires:  groff
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(CPAN::Perl::Releases) = 0.40

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



commit perl-App-perlbrew for openSUSE:Factory

2012-03-07 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2012-03-07 13:44:00

Comparing /work/SRC/openSUSE:Factory/perl-App-perlbrew (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new (New)


Package is perl-App-perlbrew, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes  
2012-02-08 15:40:54.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2012-03-07 13:44:12.0 +0100
@@ -1,0 +2,10 @@
+Tue Feb 21 09:03:00 UTC 2012 - co...@suse.com
+
+- updated to 0.41
+  - Fix installation issue when the specified version is not listed in 
CPAN::Perl::Releases
+  - Fix sub-shell invocation for 'switch' and 'use' command. This is 
particularly for csh users, but it should also work for bash users.
+  - Make the stanalone perlbrew program smaller by using Perl::Strip
+  - use CPAN::Perl::Releases to decide the location of perl tarball -- less 
HTTP hits
+  - Prefer $PERLBREW_ROOT/bin/patchperl if it is there.
+
+---

Old:

  App-perlbrew-0.39.tar.gz

New:

  App-perlbrew-0.41.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.lR1rKL/_old  2012-03-07 13:44:21.0 +0100
+++ /var/tmp/diff_new_pack.lR1rKL/_new  2012-03-07 13:44:21.0 +0100
@@ -16,75 +16,74 @@
 #
 
 
-%if 0%{?suse_version} == 0 || 0%{?suse_version}  1120
-%define with_test 1
-%endif
-
 Name:   perl-App-perlbrew
-Version:0.39
-Release:1
-License:MIT
+Version:0.41
+Release:0
 %define cpan_name App-perlbrew
 Summary:Manage perl installations in your $HOME
-Url:http://search.cpan.org/dist/App-perlbrew/
+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
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Devel::PatchPerl) = 0.46
-BuildRequires:  perl(Path::Class)
-BuildRequires:  perl(IO::All)
-BuildRequires:  perl(Try::Tiny)
-BuildRequires:  perl(File::Path::Tiny)
-BuildRequires:  perl(local::lib) = 1.008
+BuildRequires:  perl(CPAN::Perl::Releases) = 0.40
 BuildRequires:  perl(Capture::Tiny) = 0.13
-%if 0%{?with_test}
+BuildRequires:  perl(Devel::PatchPerl) = 0.62
+BuildRequires:  perl(File::Path::Tiny) = 0.1
+BuildRequires:  perl(IO::All)
+BuildRequires:  perl(Path::Class)
+BuildRequires:  perl(Test::Exception)
+BuildRequires:  perl(Test::Output)
 BuildRequires:  perl(Test::Simple) = 0.98
 BuildRequires:  perl(Test::Spec)
-BuildRequires:  perl(Test::Output)
-BuildRequires:  perl(Test::Exception)
-%endif
-Requires:   perl(Devel::PatchPerl) = 0.26
-Requires:   perl(Path::Class)
-Requires:   perl(IO::All)
-Requires:   perl(Try::Tiny)
-Requires:   perl(File::Path::Tiny)
+BuildRequires:  perl(local::lib) = 1.008
+#BuildRequires: perl(App::perlbrew)
+#BuildRequires: perl(inc::Module::Install)
+#BuildRequires: perl(JSON)
+#BuildRequires: perl(LWP::Simple)
+#BuildRequires: perl(Module::Build)
+#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(Capture::Tiny)
 %{perl_requires}
 
 %description
 perlbrew is a program to automate the building and installation of perl in
-the users HOME. At the moment, it installs everything to
-'~/perl5/perlbrew', and requires you to tweak your PATH by including a
-bashrc/cshrc file it provides. You then can benefit from not having to run
-'sudo' commands to install cpan modules because those are installed inside
-your HOME too. It's a completely separate perl environment.
+an easy way. It installs everything to '~/perl5/perlbrew', and requires you
+to tweak your PATH by including a bashrc/cshrc file it provides. You then
+can benefit from not having to run 'sudo' commands to install cpan modules
+because those are installed inside your HOME too. It provides multiple
+isolated perl environments, and a mechanism for you to switch between them.
+
+For the documentation of perlbrew usage see the perlbrew manpage command on
+CPAN, or by running 'perlbrew help'. The following documentation features
+the API of 'App::perlbrew' module, and may not 

commit perl-App-perlbrew for openSUSE:Factory

2012-02-08 Thread h_root
Hello community,

here is the log from the commit of package perl-App-perlbrew for 
openSUSE:Factory checked in at 2012-02-08 15:40:47

Comparing /work/SRC/openSUSE:Factory/perl-App-perlbrew (Old)
 and  /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new (New)


Package is perl-App-perlbrew, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-App-perlbrew/perl-App-perlbrew.changes  
2012-01-09 11:16:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-App-perlbrew.new/perl-App-perlbrew.changes 
2012-02-08 15:40:54.0 +0100
@@ -1,0 +2,15 @@
+Mon Jan 02 07:18:12 UTC 2012 - pascal.ble...@opensuse.org
+
+- update to 0.39:
+  * Fix GH #179. lib naming are more consistent
+  * Fix GH #171. bash users are suggestted to upgrad to this version
+  * Fix GH #152
+
+- changes from 0.38:
+  * fix deps
+
+- changes from 0.37:
+  * fix ENV mess after switching to diffirent libs multiple times
+  * add --sitecustomize option
+
+---

Old:

  App-perlbrew-0.35.tar.gz

New:

  App-perlbrew-0.39.tar.gz



Other differences:
--
++ perl-App-perlbrew.spec ++
--- /var/tmp/diff_new_pack.QASFUg/_old  2012-02-08 15:40:55.0 +0100
+++ /var/tmp/diff_new_pack.QASFUg/_new  2012-02-08 15:40:55.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-App-perlbrew
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -21,7 +21,7 @@
 %endif
 
 Name:   perl-App-perlbrew
-Version:0.35
+Version:0.39
 Release:1
 License:MIT
 %define cpan_name App-perlbrew
@@ -33,13 +33,15 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Devel::PatchPerl) = 0.26
+BuildRequires:  perl(Devel::PatchPerl) = 0.46
 BuildRequires:  perl(Path::Class)
 BuildRequires:  perl(IO::All)
 BuildRequires:  perl(Try::Tiny)
 BuildRequires:  perl(File::Path::Tiny)
 BuildRequires:  perl(local::lib) = 1.008
+BuildRequires:  perl(Capture::Tiny) = 0.13
 %if 0%{?with_test}
+BuildRequires:  perl(Test::Simple) = 0.98
 BuildRequires:  perl(Test::Spec)
 BuildRequires:  perl(Test::Output)
 BuildRequires:  perl(Test::Exception)
@@ -50,6 +52,7 @@
 Requires:   perl(Try::Tiny)
 Requires:   perl(File::Path::Tiny)
 Requires:   perl(local::lib) = 1.008
+Requires:   perl(Capture::Tiny)
 %{perl_requires}
 
 %description

++ App-perlbrew-0.35.tar.gz - App-perlbrew-0.39.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.35/Changes 
new/App-perlbrew-0.39/Changes
--- old/App-perlbrew-0.35/Changes   2011-12-17 06:03:00.0 +0100
+++ new/App-perlbrew-0.39/Changes   2011-12-31 17:00:05.0 +0100
@@ -1,3 +1,18 @@
+0.39:
+- Fix GH #179. lib naming are more consistent.
+- Fix GH #171. bash users are suggestted to upgrad to this version.
+- Fix GH #152.
+
+0.38:
+- fix deps
+
+0.37:
+- fix ENV mess after switching to diffirent libs multiple times
+- add --sitecustomize option
+
+0.36:
+- fix test errors on freebsd that makes it uninstallable
+
 0.35:
 - fixes for cpantester failures
 - requiers local::lib version 1.008
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.35/MANIFEST 
new/App-perlbrew-0.39/MANIFEST
--- old/App-perlbrew-0.35/MANIFEST  2011-12-16 00:22:45.0 +0100
+++ new/App-perlbrew-0.39/MANIFEST  2011-12-31 16:54:45.0 +0100
@@ -37,6 +37,7 @@
 t/10.resolve.t
 t/11.editdist.t
 t/11.root_from_arg.t
+t/12.sitecustomize.t
 t/command-available.t
 t/command-compgen.t
 t/command-display-rc.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.35/META.yml 
new/App-perlbrew-0.39/META.yml
--- old/App-perlbrew-0.35/META.yml  2011-12-17 06:04:56.0 +0100
+++ new/App-perlbrew-0.39/META.yml  2011-12-31 17:01:13.0 +0100
@@ -27,6 +27,7 @@
 - inc
 - t
 requires:
+  Capture::Tiny: 0.13
   Devel::PatchPerl: 0.46
   File::Path::Tiny: 0.1
   local::lib: 1.008
@@ -34,4 +35,4 @@
 resources:
   license: http://opensource.org/licenses/mit-license.php
   repository: git://github.com/gugod/App-perlbrew.git
-version: 0.35
+version: 0.39
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/App-perlbrew-0.35/Makefile.PL 
new/App-perlbrew-0.39/Makefile.PL
--- old/App-perlbrew-0.35/Makefile.PL