commit perl-Package-Stash for openSUSE:Factory

2019-01-05 Thread root
Hello community,

here is the log from the commit of package perl-Package-Stash for 
openSUSE:Factory checked in at 2019-01-05 14:40:56

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


Package is "perl-Package-Stash"

Sat Jan  5 14:40:56 2019 rev:22 rq:662487 version:0.38

Changes:

--- /work/SRC/openSUSE:Factory/perl-Package-Stash/perl-Package-Stash.changes
2015-04-15 16:26:28.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Stash.new.28833/perl-Package-Stash.changes
 2019-01-05 14:40:57.332551688 +0100
@@ -1,0 +2,11 @@
+Mon Dec 31 06:25:56 UTC 2018 - Stephan Kulow 
+
+- updated to 0.38
+   see /usr/share/doc/packages/perl-Package-Stash/Changes
+
+  0.38  2018-12-31 03:25:07Z
+   - avoid new warning in 5.21.x regarding too many arguments for
+ printf/sprintf (Renée Bäcker)
+   - canonical repository moved to https://github.com/moose/Package-Stash
+
+---

Old:

  Package-Stash-0.37.tar.gz

New:

  Package-Stash-0.38.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Package-Stash.spec ++
--- /var/tmp/diff_new_pack.QB7sQ1/_old  2019-01-05 14:40:57.804551288 +0100
+++ /var/tmp/diff_new_pack.QB7sQ1/_new  2019-01-05 14:40:57.804551288 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Package-Stash
 #
-# Copyright (c) 2015 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
@@ -12,19 +12,20 @@
 # 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-Package-Stash
-Version:0.37
+Version:0.38
 Release:0
 %define cpan_name Package-Stash
-Summary:routines for manipulating stashes
-License:Artistic-1.0 or GPL-1.0+
+Summary:Routines for Manipulating Stashes
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Package-Stash/
-Source: 
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
+Url:https://metacpan.org/release/%{cpan_name}
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -64,11 +65,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -77,6 +78,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README
+%doc Changes CONTRIBUTING README
+%license LICENSE
 
 %changelog

++ Package-Stash-0.37.tar.gz -> Package-Stash-0.38.tar.gz ++
 4182 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module



commit perl-Package-Stash for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-Stash for 
openSUSE:Factory checked in at 2015-04-15 16:26:27

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


Package is perl-Package-Stash

Changes:

--- /work/SRC/openSUSE:Factory/perl-Package-Stash/perl-Package-Stash.changes
2014-06-30 21:50:27.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Stash.new/perl-Package-Stash.changes   
2015-04-15 16:26:28.0 +0200
@@ -1,0 +2,9 @@
+Tue Apr 14 17:50:17 UTC 2015 - co...@suse.com
+
+- updated to 0.37
+   see /usr/share/doc/packages/perl-Package-Stash/Changes
+
+  0.37  2014-09-21
+- fix spurious warning in taint mode (Niko Tyni, #12)
+
+---

Old:

  Package-Stash-0.36.tar.gz

New:

  Package-Stash-0.37.tar.gz



Other differences:
--
++ perl-Package-Stash.spec ++
--- /var/tmp/diff_new_pack.rHd2tk/_old  2015-04-15 16:26:28.0 +0200
+++ /var/tmp/diff_new_pack.rHd2tk/_new  2015-04-15 16:26:28.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Package-Stash
 #
-# 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,7 +17,7 @@
 
 
 Name:   perl-Package-Stash
-Version:0.36
+Version:0.37
 Release:0
 %define cpan_name Package-Stash
 Summary:routines for manipulating stashes
@@ -35,11 +35,6 @@
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
-#BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
-#BuildRequires: perl(Moose)
-#BuildRequires: perl(Package::Stash)
-#BuildRequires: perl(Test::LeakTrace)
-#BuildRequires: perl(Variable::Magic)
 Requires:   perl(Dist::CheckConflicts) = 0.02
 Requires:   perl(Module::Implementation) = 0.06
 Requires:   perl(Package::Stash::XS) = 0.26

++ Package-Stash-0.36.tar.gz - Package-Stash-0.37.tar.gz ++
 1926 lines of diff (skipped)




commit perl-Package-Stash for openSUSE:Factory

2014-06-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-Stash for 
openSUSE:Factory checked in at 2014-06-30 21:45:06

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


Package is perl-Package-Stash

Changes:

--- /work/SRC/openSUSE:Factory/perl-Package-Stash/perl-Package-Stash.changes
2013-10-06 14:55:23.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Stash.new/perl-Package-Stash.changes   
2014-06-30 21:45:29.0 +0200
@@ -1,0 +2,6 @@
+Thu Jun 26 06:57:06 UTC 2014 - lchiqui...@suse.com
+
+- remove outdated perl-Package-Stash-old_Test-More.patch from
+  package sources
+
+---

Old:

  perl-Package-Stash-old_Test-More.patch



Other differences:
--
++ perl-Package-Stash.spec ++
--- /var/tmp/diff_new_pack.9niQSZ/_old  2014-06-30 21:45:30.0 +0200
+++ /var/tmp/diff_new_pack.9niQSZ/_new  2014-06-30 21:45:30.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Package-Stash
 #
-# 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

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



commit perl-Package-Stash for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-Stash for 
openSUSE:Factory checked in at 2013-10-06 14:55:22

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


Package is perl-Package-Stash

Changes:

--- /work/SRC/openSUSE:Factory/perl-Package-Stash/perl-Package-Stash.changes
2013-07-29 17:50:17.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Stash.new/perl-Package-Stash.changes   
2013-10-06 14:55:23.0 +0200
@@ -1,0 +2,6 @@
+Fri Oct  4 09:13:52 UTC 2013 - co...@suse.com
+
+- updated to 0.36
+ - support building with PUREPERL_ONLY
+
+---

Old:

  Package-Stash-0.35.tar.gz

New:

  Package-Stash-0.36.tar.gz



Other differences:
--
++ perl-Package-Stash.spec ++
--- /var/tmp/diff_new_pack.QJTilF/_old  2013-10-06 14:55:23.0 +0200
+++ /var/tmp/diff_new_pack.QJTilF/_new  2013-10-06 14:55:23.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Package-Stash
-Version:0.35
+Version:0.36
 Release:0
 %define cpan_name Package-Stash
 Summary:routines for manipulating stashes
@@ -36,11 +36,10 @@
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
 #BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
-#BuildRequires: perl(Dist::Zilla::Role::MetaProvider)
 #BuildRequires: perl(Moose)
 #BuildRequires: perl(Package::Stash)
-#BuildRequires: perl(Package::Stash::PP)
 #BuildRequires: perl(Test::LeakTrace)
+#BuildRequires: perl(Variable::Magic)
 Requires:   perl(Dist::CheckConflicts) = 0.02
 Requires:   perl(Module::Implementation) = 0.06
 Requires:   perl(Package::Stash::XS) = 0.26

++ Package-Stash-0.35.tar.gz - Package-Stash-0.36.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-Stash-0.35/Changes 
new/Package-Stash-0.36/Changes
--- old/Package-Stash-0.35/Changes  2013-07-10 05:28:41.0 +0200
+++ new/Package-Stash-0.36/Changes  2013-09-04 02:29:07.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Package-Stash
 
+0.36  2013-09-03
+  - support building with PUREPERL_ONLY
+
 0.35  2013-07-09
   - remove old deprecated api
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-Stash-0.35/MANIFEST 
new/Package-Stash-0.36/MANIFEST
--- old/Package-Stash-0.35/MANIFEST 2013-07-10 05:28:41.0 +0200
+++ new/Package-Stash-0.36/MANIFEST 2013-09-04 02:29:07.0 +0200
@@ -7,7 +7,6 @@
 README
 bin/package-stash-conflicts
 dist.ini
-inc/DistMeta.pm
 inc/MMPackageStash.pm
 lib/Package/Stash.pm
 lib/Package/Stash/Conflicts.pm
@@ -38,6 +37,7 @@
 t/scalar-values.t
 t/stash-deletion.t
 t/synopsis.t
+t/warnings.t
 xt/author/leaks-debug.t
 xt/author/leaks.t
 xt/release/eol.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-Stash-0.35/META.json 
new/Package-Stash-0.36/META.json
--- old/Package-Stash-0.35/META.json2013-07-10 05:28:41.0 +0200
+++ new/Package-Stash-0.36/META.json2013-09-04 02:29:07.0 +0200
@@ -3,8 +3,8 @@
author : [
   Jesse Luehrs d...@tozt.net
],
-   dynamic_config : 1,
-   generated_by : Dist::Zilla version 4.300034, CPAN::Meta::Converter 
version 2.120921,
+   dynamic_config : 1,
+   generated_by : Dist::Zilla version 4.300035, CPAN::Meta::Converter 
version 2.132140,
license : [
   perl_5
],
@@ -16,8 +16,11 @@
prereqs : {
   configure : {
  requires : {
+Config : 0,
 Dist::CheckConflicts : 0.02,
-ExtUtils::MakeMaker : 6.30
+ExtUtils::MakeMaker : 6.30,
+File::Spec : 0,
+Text::ParseWords : 0
  }
   },
   develop : {
@@ -53,10 +56,21 @@
 Test::Fatal : 0,
 Test::More : 0.88,
 Test::Requires : 0,
-base : 0
+base : 0,
+lib : 0
  }
   }
},
+   provides : {
+  Package::Stash : {
+ file : lib/Package/Stash.pm,
+ version : 0.36
+  },
+  Package::Stash::PP : {
+ file : lib/Package/Stash/PP.pm,
+ version : 0.36
+  }
+   },
release_status : stable,
resources : {
   bugtracker : {
@@ -69,10 +83,10 @@
  web : https://github.com/doy/package-stash;
   }
},
-   version : 0.35,
+   version : 0.36,
x_Dist_Zilla : {
   perl : {
- version : 5.018000
+ version : 5.018001
   },
   plugins : [
  {
@@ -84,37 +98,37 @@
}
 

commit perl-Package-Stash for openSUSE:Factory

2013-07-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-Stash for 
openSUSE:Factory checked in at 2013-07-29 17:50:15

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


Package is perl-Package-Stash

Changes:

--- /work/SRC/openSUSE:Factory/perl-Package-Stash/perl-Package-Stash.changes
2013-06-13 18:19:03.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Stash.new/perl-Package-Stash.changes   
2013-07-29 17:50:17.0 +0200
@@ -1,0 +2,7 @@
+Fri Jul 26 18:37:54 UTC 2013 - co...@suse.com
+
+- updated to 0.35
+  - remove old deprecated api
+- remove outdated perl-Package-Stash-old_Test-More.patch
+
+---

Old:

  Package-Stash-0.34.tar.gz

New:

  Package-Stash-0.35.tar.gz



Other differences:
--
++ perl-Package-Stash.spec ++
--- /var/tmp/diff_new_pack.H04Jx4/_old  2013-07-29 17:50:18.0 +0200
+++ /var/tmp/diff_new_pack.H04Jx4/_new  2013-07-29 17:50:18.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Package-Stash
-Version:0.34
+Version:0.35
 Release:0
 %define cpan_name Package-Stash
 Summary:routines for manipulating stashes
@@ -25,14 +25,12 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Package-Stash/
 Source: 
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
-Patch1: perl-Package-Stash-old_Test-More.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Dist::CheckConflicts) = 0.02
 BuildRequires:  perl(Module::Implementation) = 0.06
-BuildRequires:  perl(Package::DeprecationManager)
 BuildRequires:  perl(Package::Stash::XS) = 0.26
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.88
@@ -45,7 +43,6 @@
 #BuildRequires: perl(Test::LeakTrace)
 Requires:   perl(Dist::CheckConflicts) = 0.02
 Requires:   perl(Module::Implementation) = 0.06
-Requires:   perl(Package::DeprecationManager)
 Requires:   perl(Package::Stash::XS) = 0.26
 Recommends: perl(Package::Stash::XS) = 0.26
 %{perl_requires}
@@ -71,12 +68,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
-%if 0%{?suse_version} = 1110
-%patch1 -p1
-rm -f t/00-compile.t
-rm -f t/isa.t
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor

++ Package-Stash-0.34.tar.gz - Package-Stash-0.35.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-Stash-0.34/Changes 
new/Package-Stash-0.35/Changes
--- old/Package-Stash-0.34/Changes  2013-01-04 10:39:44.0 +0100
+++ new/Package-Stash-0.35/Changes  2013-07-10 05:28:41.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Package-Stash
 
+0.35  2013-07-09
+  - remove old deprecated api
+
 0.34  2013-01-04
   - support anonymous stashes on newer perl versions
   - prevent harmful effects from invalid settings for
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Package-Stash-0.34/META.json 
new/Package-Stash-0.35/META.json
--- old/Package-Stash-0.34/META.json2013-01-04 10:39:44.0 +0100
+++ new/Package-Stash-0.35/META.json2013-07-10 05:28:41.0 +0200
@@ -1,10 +1,10 @@
 {
abstract : routines for manipulating stashes,
author : [
-  Jesse Luehrs doy at tozt dot net
+  Jesse Luehrs d...@tozt.net
],
dynamic_config : 1,
-   generated_by : Dist::Zilla version 4.300028, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : Dist::Zilla version 4.300034, CPAN::Meta::Converter 
version 2.120921,
license : [
   perl_5
],
@@ -36,8 +36,8 @@
 B : 0,
 Carp : 0,
 Dist::CheckConflicts : 0.02,
+Getopt::Long : 0,
 Module::Implementation : 0.06,
-Package::DeprecationManager : 0,
 Scalar::Util : 0,
 Symbol : 0,
 constant : 0,
@@ -60,8 +60,7 @@
release_status : stable,
resources : {
   bugtracker : {
- mailto : bug-package-st...@rt.cpan.org,
- web : 
http://rt.cpan.org/Public/Dist/Display.html?Name=Package-Stash;
+ web : https://github.com/doy/package-stash/issues;
   },
   homepage : http://metacpan.org/release/Package-Stash;,
   repository : {
@@ -70,10 +69,10 @@
  web : https://github.com/doy/package-stash;
   }
},
-   version : 0.34,
+   version : 0.35,
x_Dist_Zilla : {
   perl : {
- version : 

commit perl-Package-Stash for openSUSE:Factory

2013-06-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-Stash for 
openSUSE:Factory checked in at 2013-06-13 18:19:02

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


Package is perl-Package-Stash

Changes:

--- /work/SRC/openSUSE:Factory/perl-Package-Stash/perl-Package-Stash.changes
2012-03-09 21:25:58.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Stash.new/perl-Package-Stash.changes   
2013-06-13 18:19:03.0 +0200
@@ -1,0 +2,9 @@
+Tue Jun 11 18:31:50 UTC 2013 - co...@suse.com
+
+- updated to 0.34
+  - support anonymous stashes on newer perl versions
+  - prevent harmful effects from invalid settings for
+$ENV{PACKAGE_STASH_IMPLEMENTATION}
+  - switch to Module::Implementation
+
+---

Old:

  Package-Stash-0.33.tar.gz

New:

  Package-Stash-0.34.tar.gz



Other differences:
--
++ perl-Package-Stash.spec ++
--- /var/tmp/diff_new_pack.DRqy71/_old  2013-06-13 18:19:04.0 +0200
+++ /var/tmp/diff_new_pack.DRqy71/_new  2013-06-13 18:19:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Package-Stash
 #
-# 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,11 +17,11 @@
 
 
 Name:   perl-Package-Stash
-Version:0.33
+Version:0.34
 Release:0
 %define cpan_name Package-Stash
 Summary:routines for manipulating stashes
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Package-Stash/
 Source: 
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
@@ -31,35 +31,23 @@
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Dist::CheckConflicts) = 0.02
-BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
+BuildRequires:  perl(Module::Implementation) = 0.06
 BuildRequires:  perl(Package::DeprecationManager)
-BuildRequires:  perl(Package::Stash::XS) = 0.24
-BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Package::Stash::XS) = 0.26
 BuildRequires:  perl(Test::Fatal)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
-#BuildRequires: perl(B)
-#BuildRequires: perl(Carp)
-#BuildRequires: perl(Config)
-#BuildRequires: perl(constant)
 #BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
 #BuildRequires: perl(Dist::Zilla::Role::MetaProvider)
-#BuildRequires: perl(File::Find)
-#BuildRequires: perl(File::Spec)
-#BuildRequires: perl(File::Temp)
 #BuildRequires: perl(Moose)
 #BuildRequires: perl(Package::Stash)
 #BuildRequires: perl(Package::Stash::PP)
-#BuildRequires: perl(Symbol)
 #BuildRequires: perl(Test::LeakTrace)
 Requires:   perl(Dist::CheckConflicts) = 0.02
+Requires:   perl(Module::Implementation) = 0.06
 Requires:   perl(Package::DeprecationManager)
-Requires:   perl(Package::Stash::XS) = 0.24
-Requires:   perl(Scalar::Util)
-Requires:   perl(Test::Fatal)
-Requires:   perl(Test::More) = 0.88
-Requires:   perl(Test::Requires)
-Recommends: perl(Package::Stash::XS) = 0.24
+Requires:   perl(Package::Stash::XS) = 0.26
+Recommends: perl(Package::Stash::XS) = 0.26
 %{perl_requires}
 
 %description
@@ -104,6 +92,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes LICENSE README weaver.ini
+%doc Changes LICENSE README
 
 %changelog

++ Package-Stash-0.33.tar.gz - Package-Stash-0.34.tar.gz ++
 3859 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-Package-Stash for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-Stash for 
openSUSE:Factory checked in at 2012-03-09 21:25:56

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


Package is perl-Package-Stash, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Package-Stash/perl-Package-Stash.changes
2011-10-27 13:58:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Stash.new/perl-Package-Stash.changes   
2012-03-09 21:25:58.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 29 18:00:14 CET 2012 - r...@suse.de
+
+- updated perl-Package-Stash-old_Test-More.patch 
+
+---



Other differences:
--
++ perl-Package-Stash.spec ++
--- /var/tmp/diff_new_pack.EXELUl/_old  2012-03-09 21:26:03.0 +0100
+++ /var/tmp/diff_new_pack.EXELUl/_new  2012-03-09 21:26:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Package-Stash
 #
-# 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
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-Package-Stash
 Version:0.33
-Release:1
-License:GPL-1.0+ or Artistic-1.0
+Release:0
 %define cpan_name Package-Stash
 Summary:routines for manipulating stashes
-Url:http://search.cpan.org/dist/Package-Stash/
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Package-Stash/
 Source: 
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
 Patch1: perl-Package-Stash-old_Test-More.patch
 BuildArch:  noarch
@@ -87,7 +86,8 @@
 find . -type f -print0 | xargs -0 chmod 644
 %if 0%{?suse_version} = 1110
 %patch1 -p1
-rm t/05-isa.t
+rm -f t/00-compile.t
+rm -f t/isa.t
 %endif
 
 %build

++ perl-Package-Stash-old_Test-More.patch ++
--- /var/tmp/diff_new_pack.EXELUl/_old  2012-03-09 21:26:03.0 +0100
+++ /var/tmp/diff_new_pack.EXELUl/_new  2012-03-09 21:26:03.0 +0100
@@ -1,7 +1,16 @@
-Index: Package-Stash-0.29/t/01-basic.t
-===
 Package-Stash-0.29.orig/t/01-basic.t
-+++ Package-Stash-0.29/t/01-basic.t
+--- Package-Stash-0.33/t/00-compile.t
 Package-Stash-0.33/t/00-compile.t
+@@ -3,7 +3,7 @@
+ use strict;
+ use warnings;
+ 
+-use Test::More;
++use Test::More qw(no_plan);
+ 
+ 
+ 
+--- Package-Stash-0.33/t/addsub.t
 Package-Stash-0.33/t/addsub.t
 @@ -2,7 +2,7 @@
  use strict;
  use warnings;
@@ -10,93 +19,79 @@
 +use Test::More qw(no_plan);
  use Test::Fatal;
  
- use Package::Stash;
-@@ -417,4 +417,4 @@ like(exception {
- );
- }
+ BEGIN { $^P |= 0x210 } # PERLDBf_SUBLINE
+@@ -43,4 +43,4 @@
+ is $DB::sub{'Foo::dunk'}, sprintf %s:%d-%d, FileName, 100, 199,
+ '... got the right %DB::sub value for dunk with specified args';
  
 -done_testing;
 +#done_testing;
-Index: Package-Stash-0.29/t/02-extension.t
-===
 Package-Stash-0.29.orig/t/02-extension.t
-+++ Package-Stash-0.29/t/02-extension.t
-@@ -2,7 +2,7 @@
+--- Package-Stash-0.33/t/author-leaks-debug.t
 Package-Stash-0.33/t/author-leaks-debug.t
+@@ -10,7 +10,7 @@
  use strict;
  use warnings;
  use lib 't/lib';
 -use Test::More;
 +use Test::More qw(no_plan);
  use Test::Fatal;
+ use Test::LeakTrace;
  
- {
-@@ -73,4 +73,4 @@ is(exception {
- 
- ok(!defined($Foo::{baz}), '... the %baz slot has still not been created');
+@@ -209,4 +209,4 @@
+ } doesn't leak on errors;
+ }
  
 -done_testing;
 +#done_testing;
-Index: Package-Stash-0.29/t/03-io.t
-===
 Package-Stash-0.29.orig/t/03-io.t
-+++ Package-Stash-0.29/t/03-io.t
-@@ -2,7 +2,7 @@
+--- Package-Stash-0.33/t/author-leaks.t
 Package-Stash-0.33/t/author-leaks.t
+@@ -10,7 +10,7 @@
  use strict;
  use warnings;
  use lib 't/lib';
 -use Test::More;
 +use Test::More qw(no_plan);
  use Test::Fatal;
+ use Test::LeakTrace;
  
- {
-@@ -48,4 +48,4 @@ use Package::Stash;
- is($stash-get_symbol('baz'), *Foo::foo{IO}, got the right baz);
+@@ -207,4 +207,4 @@
+ } doesn't leak on errors;
  }
  
 -done_testing;
 +#done_testing;
-Index: Package-Stash-0.29/t/04-get.t
-===
 Package-Stash-0.29.orig/t/04-get.t
-+++ Package-Stash-0.29/t/04-get.t
+--- 

commit perl-Package-Stash for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-Stash for 
openSUSE:Factory checked in at 2011-12-06 18:45:43

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


Package is perl-Package-Stash, Maintainer is 

Changes:




Other differences:
--
++ perl-Package-Stash.spec ++
--- /var/tmp/diff_new_pack.9QlE8H/_old  2011-12-06 19:15:44.0 +0100
+++ /var/tmp/diff_new_pack.9QlE8H/_new  2011-12-06 19:15:44.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Package-Stash
 Version:0.33
 Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 %define cpan_name Package-Stash
 Summary:routines for manipulating stashes
 Url:http://search.cpan.org/dist/Package-Stash/

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



commit perl-Package-Stash for openSUSE:Factory

2011-10-27 Thread h_root
Hello community,

here is the log from the commit of package perl-Package-Stash for 
openSUSE:Factory checked in at 2011-10-27 13:52:28

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


Package is perl-Package-Stash, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Package-Stash/perl-Package-Stash.changes
2011-09-23 12:38:29.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Package-Stash.new/perl-Package-Stash.changes   
2011-10-27 13:58:32.0 +0200
@@ -1,0 +2,19 @@
+Wed Oct 26 17:26:52 UTC 2011 - tabra...@novell.com
+
+- updated to 0.33
+  - add conflict on MooseX::Method::Signatures 0.36 (ether)
+
+- updated to 0.32 2011-09-05
+  - bring the behavior of has_symbol for nonexistant scalars into
+line with the XS version
+  - invalid package names (for instance, Foo::Bar) are not allowed
+  - invalid stash entry names (anything containing ::) are not allowed
+
+- updated to 0.31 2011-08-08
+  - fix -add_symbol('$foo', qr/sdlfk/) on 5.12+
+  - fix -add_symbol('$foo', \v1.2.3) on 5.10+
+
+- updated to 0.30 2011-07-21
+  - fix compiler detection in Makefile.PL (ribasushi)
+
+---

Old:

  Package-Stash-0.29.tar.gz

New:

  Package-Stash-0.33.tar.gz



Other differences:
--
++ perl-Package-Stash.spec ++
--- /var/tmp/diff_new_pack.hk1JK5/_old  2011-10-27 13:58:40.0 +0200
+++ /var/tmp/diff_new_pack.hk1JK5/_new  2011-10-27 13:58:40.0 +0200
@@ -18,28 +18,49 @@
 
 
 Name:   perl-Package-Stash
-Version:0.29
+Version:0.33
 Release:1
 License:GPL+ or Artistic
 %define cpan_name Package-Stash
-Summary:Routines for manipulating stashes
+Summary:routines for manipulating stashes
 Url:http://search.cpan.org/dist/Package-Stash/
 Group:  Development/Libraries/Perl
-#Source: 
http://www.cpan.org/authors/id/D/DO/DOY/Package-Stash-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/D/DO/DOY/%{cpan_name}-%{version}.tar.gz
 Patch1: perl-Package-Stash-old_Test-More.patch
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Dist::CheckConflicts) = 0.02
+BuildRequires:  perl(ExtUtils::MakeMaker) = 6.30
 BuildRequires:  perl(Package::DeprecationManager)
-BuildRequires:  perl(Package::Stash::XS) = 0.22
+BuildRequires:  perl(Package::Stash::XS) = 0.24
 BuildRequires:  perl(Scalar::Util)
 BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
+#BuildRequires: perl(B)
+#BuildRequires: perl(Carp)
+#BuildRequires: perl(Config)
+#BuildRequires: perl(constant)
+#BuildRequires: perl(Dist::Zilla::Plugin::MakeMaker::Awesome)
+#BuildRequires: perl(Dist::Zilla::Role::MetaProvider)
+#BuildRequires: perl(File::Find)
+#BuildRequires: perl(File::Spec)
+#BuildRequires: perl(File::Temp)
+#BuildRequires: perl(Moose)
+#BuildRequires: perl(Package::Stash)
+#BuildRequires: perl(Package::Stash::PP)
+#BuildRequires: perl(Symbol)
+#BuildRequires: perl(Test::LeakTrace)
+Requires:   perl(Dist::CheckConflicts) = 0.02
 Requires:   perl(Package::DeprecationManager)
-Requires:   perl(Package::Stash::XS) = 0.22
+Requires:   perl(Package::Stash::XS) = 0.24
 Requires:   perl(Scalar::Util)
+Requires:   perl(Test::Fatal)
+Requires:   perl(Test::More) = 0.88
+Requires:   perl(Test::Requires)
+Recommends: perl(Package::Stash::XS) = 0.24
 %{perl_requires}
 
 %description
@@ -63,6 +84,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 %if 0%{?suse_version} = 1110
 %patch1 -p1
 rm t/05-isa.t
@@ -80,12 +102,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
-%defattr(644,root,root,755)
+%defattr(-,root,root,755)
 %doc Changes LICENSE README weaver.ini
-%attr(0755,root,root) %{_bindir}/*
 
 %changelog

++ Package-Stash-0.29.tar.gz - Package-Stash-0.33.tar.gz ++
 5792 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-Package-Stash for openSUSE:Factory

2011-04-05 Thread h_root

Hello community,

here is the log from the commit of package perl-Package-Stash for 
openSUSE:Factory
checked in at Tue Apr 5 18:10:03 CEST 2011.




--- perl-Package-Stash/perl-Package-Stash.changes   2010-12-01 
14:51:52.0 +0100
+++ perl-Package-Stash/perl-Package-Stash.changes   2011-03-31 
10:25:34.0 +0200
@@ -1,0 +2,14 @@
+Thu Mar 31 08:10:57 UTC 2011 - co...@novell.com
+
+- update to 0.28, see Changes:
+   - META.json fixes (mst)
+   - also skip the package-stash-conflicts script (Father Chrysostomos)
+   - make the namespace cache lazy and weak, in case the stash is deleted
+   - but, this doesn't work on 5.8, so disable the namespace caching
+ entirely there
+   - make the leak tests author-only, since some smokers run release tests
+   - make the leak tests release-only, since they keep randomly failing on
+ platforms i don't have access to. people are encouraged to submit
+ patches for these if they are affected.
+
+---

calling whatdependson for head-i586


Old:

  Package-Stash-0.13-Build_n_Test.patch
  Package-Stash-0.13.tar.bz2

New:

  Package-Stash-0.28.tar.gz



Other differences:
--
++ perl-Package-Stash.spec ++
--- /var/tmp/diff_new_pack.933yUh/_old  2011-04-05 18:07:28.0 +0200
+++ /var/tmp/diff_new_pack.933yUh/_new  2011-04-05 18:07:28.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Package-Stash (Version 0.13)
+# spec file for package perl-Package-Stash
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -15,51 +15,53 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-Package-Stash
-%define cpan_name Package-Stash
-Summary:Routines for manipulating stashes
-Version:0.13
-Release:2
+Version:0.28
+Release:1
 License:GPL+ or Artistic
-Group:  Development/Libraries/Perl
+%define cpan_name Package-Stash
+Summary:routines for manipulating stashes
 Url:http://search.cpan.org/dist/Package-Stash/
-#Source: 
http://www.cpan.org/modules/by-module/Package/Package-Stash-%{version}.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
-Patch:  %{cpan_name}-0.13-Build_n_Test.patch
+Group:  Development/Libraries/Perl
+#Source: 
http://www.cpan.org/authors/id/D/DO/DOY/Package-Stash-%{version}.tar.gz
+Source: %{cpan_name}-%{version}.tar.gz
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-%if 0%{?suse_version}  1130
-BuildRequires:  perl(Test::More)
-%else
-BuildRequires:  perl(Test::More) = 0.88
-%endif
-BuildRequires:  perl(Test::Fatal)
-#
+BuildRequires:  perl(Package::DeprecationManager)
+BuildRequires:  perl(Package::Stash::XS) = 0.22
 BuildRequires:  perl(Scalar::Util)
+BuildRequires:  perl(Test::Fatal)
+BuildRequires:  perl(Test::Requires)
+Requires:   perl(Package::DeprecationManager)
+Requires:   perl(Package::Stash::XS) = 0.22
 Requires:   perl(Scalar::Util)
+%{perl_requires}
 
 %description
 Manipulating stashes (Perl's symbol tables) is occasionally necessary, but
 incredibly messy, and easy to get wrong. This module hides all of that
 behind a simple API.
 
-Authors:
-
-Jesse Luehrs doy at tozt dot net
+NOTE: Most methods in this class require a variable specification that
+includes a sigil. If this sigil is absent, it is assumed to represent the
+IO slot.
+
+Due to limitations in the typeglob API available to perl code, and to
+typeglob manipulation in perl being quite slow, this module provides two
+implementations - one in pure perl, and one using XS. The XS implementation
+is to be preferred for most usages; the pure perl one is provided for cases
+where XS modules are not a possibility. The current implementation in use
+can be set by setting '$ENV{PACKAGE_STASH_IMPLEMENTATION}' or
+'$Package::Stash::IMPLEMENTATION' before loading Package::Stash (with the
+environment variable taking precedence), otherwise, it will use the XS
+implementation if possible, falling back to the pure perl one.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%if 0%{?suse_version}  1130
-%patch -p1
-## skip t/05-isa.t
-%{__mv} t/05-isa.t t/05-isa.tmv
-%endif
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -70,18 +72,14 @@
 
 %install
 %perl_make_install
-# do not perl_process_packlist (noarch)
-# remove .packlist file
-%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch
-# remove perllocal.pod file
-%{__rm} -rf