commit perl-Devel-Declare for openSUSE:Factory

2020-04-29 Thread root
Hello community,

here is the log from the commit of package perl-Devel-Declare for 
openSUSE:Factory checked in at 2020-04-29 20:52:48

Comparing /work/SRC/openSUSE:Factory/perl-Devel-Declare (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Devel-Declare.new.2738 (New)


Package is "perl-Devel-Declare"

Wed Apr 29 20:52:48 2020 rev:13 rq:798894 version:0.006022

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Declare/perl-Devel-Declare.changes
2017-04-07 14:21:08.263629245 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Declare.new.2738/perl-Devel-Declare.changes
  2020-04-29 20:54:34.517299265 +0200
@@ -1,0 +2,15 @@
+Mon Apr 27 03:07:39 UTC 2020 -  
+
+- updated to 0.006022
+   see /usr/share/doc/packages/perl-Devel-Declare/Changes
+
+  0.006022 - 2020-04-26
+- release 0.006_021 as stable
+  
+  0.006_021 - 2019-12-22
+- use ppport.h for compatibility with earlier perls
+  
+  0.006_020 - 2019-11-25
+- update to work with Perl 5.31.7 (Karl Williamson, github PR#1)
+
+---

Old:

  Devel-Declare-0.006019.tar.gz

New:

  Devel-Declare-0.006022.tar.gz



Other differences:
--
++ perl-Devel-Declare.spec ++
--- /var/tmp/diff_new_pack.bRjqvQ/_old  2020-04-29 20:54:35.241300924 +0200
+++ /var/tmp/diff_new_pack.bRjqvQ/_new  2020-04-29 20:54:35.245300933 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Declare
 #
-# Copyright (c) 2017 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
@@ -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-Devel-Declare
-Version:0.006019
+Version:0.006022
 Release:0
 %define cpan_name Devel-Declare
-Summary:Adding keywords to perl, in perl
-License:Artistic-1.0 or GPL-1.0+
+Summary:(DEPRECATED) Adding keywords to perl, in perl
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Devel-Declare/
+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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -50,11 +50,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -64,5 +64,6 @@
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README
+%license LICENSE
 
 %changelog

++ Devel-Declare-0.006019.tar.gz -> Devel-Declare-0.006022.tar.gz ++
 11506 lines of diff (skipped)




commit perl-Devel-Declare for openSUSE:Factory

2017-04-07 Thread root
Hello community,

here is the log from the commit of package perl-Devel-Declare for 
openSUSE:Factory checked in at 2017-04-07 14:21:01

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


Package is "perl-Devel-Declare"

Fri Apr  7 14:21:01 2017 rev:12 rq:483267 version:0.006019

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Declare/perl-Devel-Declare.changes
2015-04-15 16:24:16.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Declare.new/perl-Devel-Declare.changes   
2017-04-07 14:21:08.263629245 +0200
@@ -1,0 +2,12 @@
+Wed Mar 29 05:28:30 UTC 2017 - co...@suse.com
+
+- updated to 0.006019
+   see /usr/share/doc/packages/perl-Devel-Declare/Changes
+
+  0.006019 - 2017-03-28
+- added deprecated flag to metadata. No deprecation warning is given at
+  runtime... for now...
+- added "WARNING" section in pod, advising the deprecated status of this
+  module
+
+---

Old:

  Devel-Declare-0.006018.tar.gz

New:

  Devel-Declare-0.006019.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Devel-Declare.spec ++
--- /var/tmp/diff_new_pack.HuhM9N/_old  2017-04-07 14:21:09.271486914 +0200
+++ /var/tmp/diff_new_pack.HuhM9N/_new  2017-04-07 14:21:09.271486914 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Declare
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,14 +17,15 @@
 
 
 Name:   perl-Devel-Declare
-Version:0.006018
+Version:0.006019
 Release:0
 %define cpan_name Devel-Declare
 Summary:Adding keywords to perl, in perl
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Declare/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -40,8 +41,8 @@
 %{perl_requires}
 
 %description
-the Devel::Declare manpage can install subroutines called declarators which
-locally take over Perl's parser, allowing the creation of new syntax.
+Devel::Declare can install subroutines called declarators which locally
+take over Perl's parser, allowing the creation of new syntax.
 
 This document describes how to create a simple declarator.
 

++ Devel-Declare-0.006018.tar.gz -> Devel-Declare-0.006019.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006018/Changes 
new/Devel-Declare-0.006019/Changes
--- old/Devel-Declare-0.006018/Changes  2015-03-24 20:10:50.0 +0100
+++ new/Devel-Declare-0.006019/Changes  2017-03-28 09:09:50.0 +0200
@@ -1,5 +1,11 @@
 Revision history for Devel-Declare
 
+0.006019 - 2017-03-28
+  - added deprecated flag to metadata. No deprecation warning is given at
+runtime... for now...
+  - added "WARNING" section in pod, advising the deprecated status of this
+module
+
 0.006018 - 2015-03-24
   - tests fixed for blead (5.21.*) (Matthew Horsfall, RT#102918)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006018/META.json 
new/Devel-Declare-0.006019/META.json
--- old/Devel-Declare-0.006018/META.json2015-03-24 20:11:06.0 
+0100
+++ new/Devel-Declare-0.006019/META.json2017-03-28 09:10:22.0 
+0200
@@ -4,13 +4,13 @@
   "Matt S Trout -  - original author"
],
"dynamic_config" : 0,
-   "generated_by" : "ExtUtils::MakeMaker version 7.0517, CPAN::Meta::Converter 
version 2.150001",
+   "generated_by" : "ExtUtils::MakeMaker version 7.2501, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
"meta-spec" : {
   "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec;,
-  "version" : "2"
+  "version" : 2
},
"name" : "Devel-Declare",
"no_index" : {
@@ -55,7 +55,7 @@
  "web" : 
"http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-Declare.git;
   }
},
-   "version" : "0.006018",
+   "version" : "0.006019",
"x_contributors" : [
   "Florian Ragwitz ",
   "Matt S Trout ",
@@ -74,6 +74,7 @@
   "Matthew 

commit perl-Devel-Declare for openSUSE:Factory

2015-04-15 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Declare for 
openSUSE:Factory checked in at 2015-04-15 16:24:15

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


Package is perl-Devel-Declare

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Declare/perl-Devel-Declare.changes
2014-11-24 11:10:05.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Declare.new/perl-Devel-Declare.changes   
2015-04-15 16:24:16.0 +0200
@@ -1,0 +2,9 @@
+Mon Apr 13 18:45:41 UTC 2015 - co...@suse.com
+
+- updated to 0.006018
+   see /usr/share/doc/packages/perl-Devel-Declare/Changes
+
+  0.006018 - 2015-03-24
+- tests fixed for blead (5.21.*) (Matthew Horsfall, RT#102918)
+
+---

Old:

  Devel-Declare-0.006017.tar.gz

New:

  Devel-Declare-0.006018.tar.gz



Other differences:
--
++ perl-Devel-Declare.spec ++
--- /var/tmp/diff_new_pack.cnQP1N/_old  2015-04-15 16:24:16.0 +0200
+++ /var/tmp/diff_new_pack.cnQP1N/_new  2015-04-15 16:24:16.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Declare
 #
-# 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-Devel-Declare
-Version:0.006017
+Version:0.006018
 Release:0
 %define cpan_name Devel-Declare
 Summary:Adding keywords to perl, in perl

++ Devel-Declare-0.006017.tar.gz - Devel-Declare-0.006018.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006017/Changes 
new/Devel-Declare-0.006018/Changes
--- old/Devel-Declare-0.006017/Changes  2014-09-25 04:47:16.0 +0200
+++ new/Devel-Declare-0.006018/Changes  2015-03-24 20:10:50.0 +0100
@@ -1,5 +1,8 @@
 Revision history for Devel-Declare
 
+0.006018 - 2015-03-24
+  - tests fixed for blead (5.21.*) (Matthew Horsfall, RT#102918)
+
 0.006017 - 2014-09-25
   - fix for changes in 5.21.4 (Avoid creating GVs when subs are declared),
 RT#99102, Father Chrysostomos
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006017/META.json 
new/Devel-Declare-0.006018/META.json
--- old/Devel-Declare-0.006017/META.json2014-09-25 04:49:55.0 
+0200
+++ new/Devel-Declare-0.006018/META.json2015-03-24 20:11:06.0 
+0100
@@ -4,7 +4,7 @@
   Matt S Trout - m...@shadowcat.co.uk - original author
],
dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142060,
+   generated_by : ExtUtils::MakeMaker version 7.0517, CPAN::Meta::Converter 
version 2.150001,
license : [
   perl_5
],
@@ -55,5 +55,25 @@
  web : 
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-Declare.git;
   }
},
-   version : 0.006017
+   version : 0.006018,
+   x_contributors : [
+  Florian Ragwitz r...@debian.org,
+  Matt S Trout m...@shadowcat.co.uk,
+  Karen Etheridge et...@cpan.org,
+  Zefram zef...@fysh.org,
+  Rhesa Rozendaal rh...@cpan.org,
+  Ash Berlin a...@cpan.org,
+  Chia-liang Kao cl...@clkao.org,
+  Marcus Ramberg mar...@nordaaker.com,
+  Christopher Nehren apei...@cpan.org,
+  Yuval Kogman nothingm...@woobling.org,
+  Cory Watson gp...@cpan.org,
+  Alexandr Ciornii alexcho...@gmail.com,
+  Father Chrysostomos spr...@cpan.org,
+  Graham Knop ha...@haarg.org,
+  Matthew Horsfall wolfs...@cpan.org,
+  Nick Perez npe...@cpan.org,
+  Yanick Champoux yan...@babyl.dyndns.org
+   ]
 }
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006017/META.yml 
new/Devel-Declare-0.006018/META.yml
--- old/Devel-Declare-0.006017/META.yml 2014-09-25 04:49:54.0 +0200
+++ new/Devel-Declare-0.006018/META.yml 2015-03-24 20:11:06.0 +0100
@@ -10,7 +10,7 @@
   B::Hooks::OP::Check: '0.19'
   ExtUtils::Depends: '0.302'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.142060'
+generated_by: 'ExtUtils::MakeMaker version 7.0517, CPAN::Meta::Converter 
version 2.150001'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -29,4 +29,23 @@
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Declare
   

commit perl-Devel-Declare for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Declare for 
openSUSE:Factory checked in at 2014-11-24 11:09:23

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


Package is perl-Devel-Declare

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Declare/perl-Devel-Declare.changes
2014-04-23 17:32:38.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Declare.new/perl-Devel-Declare.changes   
2014-11-24 11:10:05.0 +0100
@@ -1,0 +2,7 @@
+Sun Nov 23 10:36:03 UTC 2014 - co...@suse.com
+
+- updated to 0.006017
+  - fix for changes in 5.21.4 (Avoid creating GVs when subs are declared),
+RT#99102, Father Chrysostomos
+
+---

Old:

  Devel-Declare-0.006016.tar.gz

New:

  Devel-Declare-0.006017.tar.gz



Other differences:
--
++ perl-Devel-Declare.spec ++
--- /var/tmp/diff_new_pack.GRL8kF/_old  2014-11-24 11:10:06.0 +0100
+++ /var/tmp/diff_new_pack.GRL8kF/_new  2014-11-24 11:10:06.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Declare
-Version:0.006016
+Version:0.006017
 Release:0
 %define cpan_name Devel-Declare
 Summary:Adding keywords to perl, in perl
@@ -47,7 +47,6 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}

++ Devel-Declare-0.006016.tar.gz - Devel-Declare-0.006017.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006016/Changes 
new/Devel-Declare-0.006017/Changes
--- old/Devel-Declare-0.006016/Changes  2014-04-01 05:00:48.0 +0200
+++ new/Devel-Declare-0.006017/Changes  2014-09-25 04:47:16.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Devel-Declare
 
+0.006017 - 2014-09-25
+  - fix for changes in 5.21.4 (Avoid creating GVs when subs are declared),
+RT#99102, Father Chrysostomos
+
 0.006016 - 2014-03-31
   - fixed syntax error in a test
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006016/Declare.xs 
new/Devel-Declare-0.006017/Declare.xs
--- old/Devel-Declare-0.006016/Declare.xs   2014-02-03 03:39:25.0 
+0100
+++ new/Devel-Declare-0.006017/Declare.xs   2014-09-25 04:36:34.0 
+0200
@@ -283,11 +283,26 @@
 
 static int dd_handle_const(pTHX_ char *name);
 
+#ifdef CV_NAME_NOTQUAL /* 5.21.5 */
+# define Gv_or_CvNAME(g) (isGV(g) \
+   ? GvNAME(g) \
+   : SvPV_nolen(cv_name((CV *)SvRV(g), NULL, CV_NAME_NOTQUAL)))
+#elif defined(CvNAMED) /* 5.21.4 */
+# define Gv_or_CvNAME(g) (isGV(g) \
+? GvNAME(g) \
+: CvNAMED(SvRV(g)) \
+? HEK_KEY(CvNAME_HEK((CV *)SvRV(g))) \
+: GvNAME(CvGV(SvRV(g
+#else
+# define Gv_or_CvNAME(g) GvNAME(g)
+#endif
+
 /* replacement PL_check rv2cv entry */
 
 STATIC OP *dd_ck_rv2cv(pTHX_ OP *o, void *user_data) {
   OP* kid;
   int dd_flags;
+  char *gvname;
 
   PERL_UNUSED_VAR(user_data);
 
@@ -304,11 +319,17 @@
   if (kid-op_type != OP_GV) /* not a GV so ignore */
 return o;
 
+  if (!isGV(kGVOP_gv)
+(!SvROK(kGVOP_gv) || SvTYPE(SvRV(kGVOP_gv)) != SVt_PVCV))
+return o;
+
+  gvname = Gv_or_CvNAME(kGVOP_gv);
+
   if (DD_DEBUG_TRACE) {
-printf(Checking GV %s - %s\n, HvNAME(GvSTASH(kGVOP_gv)), 
GvNAME(kGVOP_gv));
+printf(Checking GV %s - %s\n, HvNAME(GvSTASH(kGVOP_gv)), gvname);
   }
 
-  dd_flags = dd_is_declarator(aTHX_ GvNAME(kGVOP_gv));
+  dd_flags = dd_is_declarator(aTHX_ gvname);
 
   if (dd_flags == -1)
 return o;
@@ -320,23 +341,23 @@
 
 #if DD_CONST_VIA_RV2CV
   if (PL_expect != XOPERATOR) {
-if (!dd_handle_const(aTHX_ GvNAME(kGVOP_gv)))
+if (!dd_handle_const(aTHX_ Gv_or_CvNAME(kGVOP_gv)))
   return o;
 CopLINE(PL_curcop) = PL_copline;
 /* The parser behaviour that we're simulating depends on what comes
after the declarator. */
-if (*skipspace(PL_bufptr + strlen(GvNAME(kGVOP_gv))) != '(') {
+if (*skipspace(PL_bufptr + strlen(gvname)) != '(') {
   if (in_declare) {
 call_done_declare(aTHX);
   } else {
-dd_linestr_callback(aTHX_ rv2cv, GvNAME(kGVOP_gv));
+dd_linestr_callback(aTHX_ rv2cv, gvname);
   }
 }
 return o;
   }
 #endif /* DD_CONST_VIA_RV2CV */
 
-  dd_linestr_callback(aTHX_ rv2cv, GvNAME(kGVOP_gv));
+  dd_linestr_callback(aTHX_ rv2cv, gvname);
 
   return o;
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit perl-Devel-Declare for openSUSE:Factory

2014-04-23 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Declare for 
openSUSE:Factory checked in at 2014-04-23 17:32:37

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


Package is perl-Devel-Declare

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Declare/perl-Devel-Declare.changes
2014-03-09 18:37:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Declare.new/perl-Devel-Declare.changes   
2014-04-23 17:32:38.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 21 20:03:12 UTC 2014 - mar...@gmx.de
+
+- updated to 0.006016
+  - fixed syntax error in a test
+
+---

Old:

  Devel-Declare-0.006015.tar.gz

New:

  Devel-Declare-0.006016.tar.gz



Other differences:
--
++ perl-Devel-Declare.spec ++
--- /var/tmp/diff_new_pack.dJ7atD/_old  2014-04-23 17:32:39.0 +0200
+++ /var/tmp/diff_new_pack.dJ7atD/_new  2014-04-23 17:32:39.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Devel-Declare
-Version:0.006015
+Version:0.006016
 Release:0
 %define cpan_name Devel-Declare
 Summary:Adding keywords to perl, in perl

++ Devel-Declare-0.006015.tar.gz - Devel-Declare-0.006016.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006015/Changes 
new/Devel-Declare-0.006016/Changes
--- old/Devel-Declare-0.006015/Changes  2014-02-03 03:53:29.0 +0100
+++ new/Devel-Declare-0.006016/Changes  2014-04-01 05:00:48.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Devel-Declare
 
+0.006016 - 2014-03-31
+  - fixed syntax error in a test
+
 0.006015 - 2014-02-02
   - fix use of wrong sprintf formatting codes (Zefram, RT#91983)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006015/META.json 
new/Devel-Declare-0.006016/META.json
--- old/Devel-Declare-0.006015/META.json2014-02-03 03:54:04.0 
+0100
+++ new/Devel-Declare-0.006016/META.json2014-04-01 05:01:12.0 
+0200
@@ -4,7 +4,7 @@
   Matt S Trout - m...@shadowcat.co.uk - original author
],
dynamic_config : 0,
-   generated_by : ExtUtils::MakeMaker version 6.88, CPAN::Meta::Converter 
version 2.133380,
+   generated_by : ExtUtils::MakeMaker version 6.94, CPAN::Meta::Converter 
version 2.140640,
license : [
   perl_5
],
@@ -55,5 +55,5 @@
  web : 
http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=p5sagit/Devel-Declare.git;
   }
},
-   version : 0.006015
+   version : 0.006016
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006015/META.yml 
new/Devel-Declare-0.006016/META.yml
--- old/Devel-Declare-0.006015/META.yml 2014-02-03 03:54:04.0 +0100
+++ new/Devel-Declare-0.006016/META.yml 2014-04-01 05:01:12.0 +0200
@@ -3,30 +3,30 @@
 author:
   - 'Matt S Trout - m...@shadowcat.co.uk - original author'
 build_requires:
-  B::Hooks::OP::Check: 0.19
-  Test::More: 0.88
-  Test::Requires: 0
+  B::Hooks::OP::Check: '0.19'
+  Test::More: '0.88'
+  Test::Requires: '0'
 configure_requires:
-  B::Hooks::OP::Check: 0.19
-  ExtUtils::Depends: 0.302
+  B::Hooks::OP::Check: '0.19'
+  ExtUtils::Depends: '0.302'
 dynamic_config: 0
-generated_by: 'ExtUtils::MakeMaker version 6.88, CPAN::Meta::Converter version 
2.133380'
+generated_by: 'ExtUtils::MakeMaker version 6.94, CPAN::Meta::Converter version 
2.140640'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
-  version: 1.4
+  version: '1.4'
 name: Devel-Declare
 no_index:
   directory:
 - t
 - inc
 requires:
-  B::Hooks::EndOfScope: 0.05
-  B::Hooks::OP::Check: 0.19
-  Scalar::Util: 1.11
-  Sub::Name: 0
-  perl: 5.008001
+  B::Hooks::EndOfScope: '0.05'
+  B::Hooks::OP::Check: '0.19'
+  Scalar::Util: '1.11'
+  Sub::Name: '0'
+  perl: '5.008001'
 resources:
   bugtracker: https://rt.cpan.org/Public/Dist/Display.html?Name=Devel-Declare
   repository: git://git.shadowcat.co.uk/p5sagit/Devel-Declare.git
-version: 0.006015
+version: '0.006016'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Devel-Declare-0.006015/lib/Devel/Declare/Context/Simple.pm 
new/Devel-Declare-0.006016/lib/Devel/Declare/Context/Simple.pm
--- old/Devel-Declare-0.006015/lib/Devel/Declare/Context/Simple.pm  
2014-02-03 03:52:23.0 +0100
+++ new/Devel-Declare-0.006016/lib/Devel/Declare/Context/Simple.pm  
2014-04-01 04:57:25.0 +0200
@@ -6,7 +6,7 @@
 use B::Hooks::EndOfScope;
 use Carp qw/confess/;
 
-our $VERSION = 

commit perl-Devel-Declare for openSUSE:Factory

2014-03-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Declare for 
openSUSE:Factory checked in at 2014-03-09 18:37:45

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


Package is perl-Devel-Declare

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Declare/perl-Devel-Declare.changes
2013-07-30 16:40:32.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Declare.new/perl-Devel-Declare.changes   
2014-03-09 18:37:46.0 +0100
@@ -1,0 +2,6 @@
+Fri Mar  7 09:19:15 UTC 2014 - co...@suse.com
+
+- updated to 0.006015
+  - fix use of wrong sprintf formatting codes (Zefram, RT#91983)
+
+---

Old:

  Devel-Declare-0.006014.tar.gz

New:

  Devel-Declare-0.006015.tar.gz



Other differences:
--
++ perl-Devel-Declare.spec ++
--- /var/tmp/diff_new_pack.IY5GmK/_old  2014-03-09 18:37:47.0 +0100
+++ /var/tmp/diff_new_pack.IY5GmK/_new  2014-03-09 18:37:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Declare
 #
-# 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-Devel-Declare
-Version:0.006014
+Version:0.006015
 Release:0
 %define cpan_name Devel-Declare
 Summary:Adding keywords to perl, in perl
@@ -34,12 +34,6 @@
 BuildRequires:  perl(Sub::Name)
 BuildRequires:  perl(Test::More) = 0.88
 BuildRequires:  perl(Test::Requires)
-#BuildRequires: perl(Devel::CallParser)
-#BuildRequires: perl(Devel::Declare)
-#BuildRequires: perl(Devel::Declare::Context::Simple)
-#BuildRequires: perl(Devel::Declare::MethodInstaller::Simple)
-#BuildRequires: perl(Distar) = 0.001000
-#BuildRequires: perl(t::early1_x)
 Requires:   perl(B::Hooks::EndOfScope) = 0.05
 Requires:   perl(B::Hooks::OP::Check) = 0.19
 Requires:   perl(Sub::Name)

++ Devel-Declare-0.006014.tar.gz - Devel-Declare-0.006015.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006014/Changes 
new/Devel-Declare-0.006015/Changes
--- old/Devel-Declare-0.006014/Changes  2013-07-21 18:03:44.0 +0200
+++ new/Devel-Declare-0.006015/Changes  2014-02-03 03:53:29.0 +0100
@@ -1,26 +1,29 @@
-Changes for Devel-Declare
+Revision history for Devel-Declare
+
+0.006015 - 2014-02-02
+  - fix use of wrong sprintf formatting codes (Zefram, RT#91983)
 
 0.006014 - 2013-07-21
   - converted dist to Distar
 
-0.006013   2013-06-18
+0.006013 - 2013-06-18
   - re-release, because Module::Install is AWESOME!
 
-0.006012   2013-06-18
+0.006012 - 2013-06-18
   - Updates for some deprecations in perl 5.17. (Zefram, RT#83968)
 
-0.006011   2012-02-22
+0.006011 - 2012-02-22
   - In XS, use PERL_NO_GET_CONTEXT for efficiency.
   - Avoid using Test::Warn, which has previously been a troublesome
 dependency.
 
-0.006010   2012-02-07
+0.006010 - 2012-02-07
   - Fix workaround for unexported core symbols to avoid breaking
 compilation on non-threading builds of Perl 5.8.
   - Set permissions on .perldb file created during test, to avoid
 insecure rcfile warning.
 
-0.006009   2012-02-01
+0.006009 - 2012-02-01
   - Be adaptive about whether to delete the line reallocation filter,
 so as to play as nicely as possible with other kinds of source filter.
   - Document that injecting newlines doesn't work.
@@ -30,11 +33,11 @@
 Windows (David Bouyssie).
   - Jump through some hoops to avoid compiler warnings.
 
-0.006008   2011-11-05
+0.006008 - 2011-11-05
   - Adjust toke_scan_str logic to always leave the prefix part of
 linestr unchanged.
 
-0.006007   2011-09-12
+0.006007 - 2011-09-12
   - Depend on B::Hooks::OP::Check version 0.19, which fixes a serious bug in
 how it interacts with other modules that hook ops.
   - Initialize immediately upon loading the module, so that was Devel::Declare
@@ -48,124 +51,124 @@
   - Give Devel::Declare::Context::Simple a version number.
   - Add MYMETA.{json,yml} to MANIFEST.SKIP and .gitignore.
 
-0.006006   2011-08-23
+0.006006 - 2011-08-23
   - Increase default linestr size to avoid reallocations (Zefram).
 
-0.006005   2011-07-06
+0.006005 - 2011-07-06
   - Add a flag for controlling 'redefined' warnings when installing subs into
 namespaces (clkao).
 
-0.006004   2011-05-02
+0.006004 - 2011-05-02
   - Bail out earlier when being called while not lexing (Zefram).
   - Make 

commit perl-Devel-Declare for openSUSE:Factory

2013-07-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Declare for 
openSUSE:Factory checked in at 2013-07-30 16:40:31

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


Package is perl-Devel-Declare

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Declare/perl-Devel-Declare.changes
2013-06-09 16:54:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Declare.new/perl-Devel-Declare.changes   
2013-07-30 16:40:32.0 +0200
@@ -1,0 +2,8 @@
+Sat Jul 27 11:58:45 UTC 2013 - co...@suse.com
+
+- updated to 0.006014
+  - converted dist to Distar
+  - re-release, because Module::Install is AWESOME!
+  - Updates for some deprecations in perl 5.17. (Zefram, RT#83968)
+
+---

Old:

  Devel-Declare-0.006011.tar.gz

New:

  Devel-Declare-0.006014.tar.gz



Other differences:
--
++ perl-Devel-Declare.spec ++
--- /var/tmp/diff_new_pack.ksIxkT/_old  2013-07-30 16:40:33.0 +0200
+++ /var/tmp/diff_new_pack.ksIxkT/_new  2013-07-30 16:40:33.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   perl-Devel-Declare
-Version:0.006011
+Version:0.006014
 Release:0
 %define cpan_name Devel-Declare
 Summary:Adding keywords to perl, in perl
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Devel-Declare/
-Source: 
http://www.cpan.org/authors/id/Z/ZE/ZEFRAM/%{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -33,17 +33,13 @@
 BuildRequires:  perl(ExtUtils::Depends) = 0.302
 BuildRequires:  perl(Sub::Name)
 BuildRequires:  perl(Test::More) = 0.88
+BuildRequires:  perl(Test::Requires)
 #BuildRequires: perl(Devel::CallParser)
 #BuildRequires: perl(Devel::Declare)
 #BuildRequires: perl(Devel::Declare::Context::Simple)
 #BuildRequires: perl(Devel::Declare::MethodInstaller::Simple)
-#BuildRequires: perl(inc::Module::Install) = 0.91
-#BuildRequires: perl(JSON)
-#BuildRequires: perl(Module::Build)
-#BuildRequires: perl(Module::Install::Base)
-#BuildRequires: perl(Parse::CPAN::Meta)
+#BuildRequires: perl(Distar) = 0.001000
 #BuildRequires: perl(t::early1_x)
-#BuildRequires: perl(YAML::Tiny)
 Requires:   perl(B::Hooks::EndOfScope) = 0.05
 Requires:   perl(B::Hooks::OP::Check) = 0.19
 Requires:   perl(Sub::Name)
@@ -57,6 +53,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}

++ Devel-Declare-0.006011.tar.gz - Devel-Declare-0.006014.tar.gz ++
 2552 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-Devel-Declare for openSUSE:Factory

2013-06-09 Thread h_root
Hello community,

here is the log from the commit of package perl-Devel-Declare for 
openSUSE:Factory checked in at 2013-06-09 16:54:48

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


Package is perl-Devel-Declare

Changes:

--- /work/SRC/openSUSE:Factory/perl-Devel-Declare/perl-Devel-Declare.changes
2011-12-27 18:14:01.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Devel-Declare.new/perl-Devel-Declare.changes   
2013-06-09 16:54:50.0 +0200
@@ -1,0 +2,22 @@
+Tue Jun  4 08:19:44 UTC 2013 - co...@suse.com
+
+- updated to 0.006011
+  - In XS, use PERL_NO_GET_CONTEXT for efficiency.
+  - Avoid using Test::Warn, which has previously been a troublesome
+dependency.
+
+  - Fix workaround for unexported core symbols to avoid breaking
+compilation on non-threading builds of Perl 5.8.
+  - Set permissions on .perldb file created during test, to avoid
+insecure rcfile warning.
+
+  - Be adaptive about whether to delete the line reallocation filter,
+so as to play as nicely as possible with other kinds of source filter.
+  - Document that injecting newlines doesn't work.
+  - Fix a C declaration after statement, which broke compatibility with
+older compilers (Jan Dubois).
+  - Partially work around unexported core symbols affecting Perl 5.8 on
+Windows (David Bouyssie).
+  - Jump through some hoops to avoid compiler warnings.
+
+---

Old:

  Devel-Declare-0.006008.tar.gz

New:

  Devel-Declare-0.006011.tar.gz



Other differences:
--
++ perl-Devel-Declare.spec ++
--- /var/tmp/diff_new_pack.oXSPbS/_old  2013-06-09 16:54:51.0 +0200
+++ /var/tmp/diff_new_pack.oXSPbS/_new  2013-06-09 16:54:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Devel-Declare
 #
-# Copyright (c) 2011 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
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   perl-Devel-Declare
-Version:0.006008
+Version:0.006011
 Release:0
 %define cpan_name Devel-Declare
 Summary:Adding keywords to perl, in perl
@@ -32,7 +33,6 @@
 BuildRequires:  perl(ExtUtils::Depends) = 0.302
 BuildRequires:  perl(Sub::Name)
 BuildRequires:  perl(Test::More) = 0.88
-BuildRequires:  perl(Test::Warn)
 #BuildRequires: perl(Devel::CallParser)
 #BuildRequires: perl(Devel::Declare)
 #BuildRequires: perl(Devel::Declare::Context::Simple)

++ Devel-Declare-0.006008.tar.gz - Devel-Declare-0.006011.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006008/Changes 
new/Devel-Declare-0.006011/Changes
--- old/Devel-Declare-0.006008/Changes  2011-11-05 22:52:05.0 +0100
+++ new/Devel-Declare-0.006011/Changes  2012-02-22 21:35:00.0 +0100
@@ -1,5 +1,26 @@
 Changes for Devel-Declare
 
+0.006011 - 22 Feb 2012
+  - In XS, use PERL_NO_GET_CONTEXT for efficiency.
+  - Avoid using Test::Warn, which has previously been a troublesome
+dependency.
+
+0.006010 - 07 Feb 2012
+  - Fix workaround for unexported core symbols to avoid breaking
+compilation on non-threading builds of Perl 5.8.
+  - Set permissions on .perldb file created during test, to avoid
+insecure rcfile warning.
+
+0.006009 - 01 Feb 2012
+  - Be adaptive about whether to delete the line reallocation filter,
+so as to play as nicely as possible with other kinds of source filter.
+  - Document that injecting newlines doesn't work.
+  - Fix a C declaration after statement, which broke compatibility with
+older compilers (Jan Dubois).
+  - Partially work around unexported core symbols affecting Perl 5.8 on
+Windows (David Bouyssie).
+  - Jump through some hoops to avoid compiler warnings.
+
 0.006008 - 05 Nov 2011
   - Adjust toke_scan_str logic to always leave the prefix part of
 linestr unchanged.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Devel-Declare-0.006008/Declare.xs 
new/Devel-Declare-0.006011/Declare.xs
--- old/Devel-Declare-0.006008/Declare.xs   2011-11-05 22:47:29.0 
+0100
+++ new/Devel-Declare-0.006011/Declare.xs   2012-02-22 21:28:32.0 
+0100
@@ -1,3 +1,4 @@
+#define PERL_NO_GET_CONTEXT 1
 #include EXTERN.h
 #include perl.h
 #include XSUB.h
@@ -63,6 +64,7 @@
   HV* is_declarator_pack_hash;
   SV** is_declarator_flag_ref;