commit perl-Sub-Name for openSUSE:Factory

2019-10-10 Thread root
Hello community,

here is the log from the commit of package perl-Sub-Name for openSUSE:Factory 
checked in at 2019-10-10 11:52:25

Comparing /work/SRC/openSUSE:Factory/perl-Sub-Name (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Sub-Name.new.2352 (New)


Package is "perl-Sub-Name"

Thu Oct 10 11:52:25 2019 rev:28 rq:736088 version:0.26

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Name/perl-Sub-Name.changes  
2016-10-10 17:27:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Name.new.2352/perl-Sub-Name.changes
2019-10-10 11:52:27.107479441 +0200
@@ -1,0 +2,26 @@
+Mon Oct  7 10:39:39 UTC 2019 -  
+
+- updated to 0.26
+   see /usr/share/doc/packages/perl-Sub-Name/Changes
+
+  0.26  2019-10-05 22:23:12Z
+  - no changes since 0.25
+  
+  0.25  2018-04-21 14:38:45Z (TRIAL RELEASE)
+  - fix "Undefined symbol "DPPP_my_croak_xs_usage"" error on some perls
+(RT#125158)
+  
+  0.24  2018-04-21 08:15:30Z (TRIAL RELEASE)
+  - small internal changes to bring implementation in line with changes to
+Sub::Util (Graham Knop)
+  
+  0.23  2016-10-23 04:33:37Z (TRIAL RELEASE)
+  - test for renaming lexical subs, which should work on perl 5.22+. 
(PR#10,
+Graham Knop)
+  
+  0.22  2016-10-17 01:41:42Z (TRIAL RELEASE)
+  - %DB::sub is now populated correctly for sub names with wide characters
+or nulls. (PR#9: Graham Knop, Leon Timmermans, Reini Urban)
+  - better perl 5.6 compatibility by lowering prereqs of core modules
+
+---

Old:

  Sub-Name-0.21.tar.gz

New:

  Sub-Name-0.26.tar.gz



Other differences:
--
++ perl-Sub-Name.spec ++
--- /var/tmp/diff_new_pack.mADNdf/_old  2019-10-10 11:52:27.631478051 +0200
+++ /var/tmp/diff_new_pack.mADNdf/_new  2019-10-10 11:52:27.639478029 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sub-Name
 #
-# Copyright (c) 2016 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
@@ -12,24 +12,23 @@
 # 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-Sub-Name
-Version:0.21
+Version:0.26
 Release:0
 %define cpan_name Sub-Name
 Summary:(Re)name a sub
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Sub-Name/
-Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{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
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More) >= 0.88
 %{perl_requires}
 # MANUAL BEGIN
 BuildRequires:  perl(Devel::CheckBin)
@@ -42,11 +41,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
@@ -55,6 +54,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENCE README
+%doc Changes CONTRIBUTING README
+%license LICENCE
 
 %changelog

++ Sub-Name-0.21.tar.gz -> Sub-Name-0.26.tar.gz ++
 9208 lines of diff (skipped)




commit perl-Sub-Name for openSUSE:Factory

2016-10-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Name for openSUSE:Factory 
checked in at 2016-10-10 17:27:38

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


Package is "perl-Sub-Name"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Name/perl-Sub-Name.changes  
2016-08-22 10:50:06.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Name.new/perl-Sub-Name.changes 
2016-10-10 17:27:39.0 +0200
@@ -1,0 +2,14 @@
+Mon Oct  3 06:14:45 UTC 2016 - co...@suse.com
+
+- updated to 0.21
+   see /usr/share/doc/packages/perl-Sub-Name/Changes
+
+  0.21  2016-10-02 05:00:12Z
+  - no change since 0.20
+  
+  0.20  2016-09-11 00:33:10Z (TRIAL RELEASE)
+  - fix occasional segmentation fault on OpenBSD when malloc randomization
+causes nameptr to be at the beginning of the page (RT#117072, Alexander
+Bluhm)
+
+---

Old:

  Sub-Name-0.19.tar.gz

New:

  Sub-Name-0.21.tar.gz



Other differences:
--
++ perl-Sub-Name.spec ++
--- /var/tmp/diff_new_pack.g7ZB3F/_old  2016-10-10 17:27:40.0 +0200
+++ /var/tmp/diff_new_pack.g7ZB3F/_new  2016-10-10 17:27:40.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sub-Name
-Version:0.19
+Version:0.21
 Release:0
 %define cpan_name Sub-Name
 Summary:(Re)name a sub
@@ -29,7 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Test::More) >= 0.88
 %{perl_requires}
 # MANUAL BEGIN

++ Sub-Name-0.19.tar.gz -> Sub-Name-0.21.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Name-0.19/CONTRIBUTING 
new/Sub-Name-0.21/CONTRIBUTING
--- old/Sub-Name-0.19/CONTRIBUTING  2016-08-18 20:52:37.0 +0200
+++ new/Sub-Name-0.21/CONTRIBUTING  2016-10-02 07:00:17.0 +0200
@@ -99,4 +99,4 @@
 
 
 This file was generated via Dist::Zilla::Plugin::GenerateFile::FromShareDir 
0.012 from a
-template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.118.
+template file originating in Dist-Zilla-PluginBundle-Author-ETHER-0.120.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Name-0.19/Changes new/Sub-Name-0.21/Changes
--- old/Sub-Name-0.19/Changes   2016-08-18 20:52:37.0 +0200
+++ new/Sub-Name-0.21/Changes   2016-10-02 07:00:17.0 +0200
@@ -1,5 +1,13 @@
 Revision history for Sub-Name
 
+0.21  2016-10-02 05:00:12Z
+- no change since 0.20
+
+0.20  2016-09-11 00:33:10Z (TRIAL RELEASE)
+- fix occasional segmentation fault on OpenBSD when malloc randomization
+  causes nameptr to be at the beginning of the page (RT#117072, Alexander
+  Bluhm)
+
 0.19  2016-08-18 18:52:33Z
 - fix checking of SvUTF8 flag
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Name-0.19/META.json new/Sub-Name-0.21/META.json
--- old/Sub-Name-0.19/META.json 2016-08-18 20:52:37.0 +0200
+++ new/Sub-Name-0.21/META.json 2016-10-02 07:00:17.0 +0200
@@ -40,7 +40,7 @@
   },
   "develop" : {
  "recommends" : {
-"Dist::Zilla::PluginBundle::Author::ETHER" : "0.118"
+"Dist::Zilla::PluginBundle::Author::ETHER" : "0.120"
  },
  "requires" : {
 "Devel::PPPort" : "3.33",
@@ -96,7 +96,7 @@
 "Dist::Zilla::Plugin::Readme" : "0",
 "Dist::Zilla::Plugin::ReadmeAnyFromPod" : "0.142180",
 "Dist::Zilla::Plugin::RewriteVersion::Transitional" : "0.004",
-"Dist::Zilla::Plugin::Run::AfterBuild" : "0.038",
+"Dist::Zilla::Plugin::Run::AfterBuild" : "0.041",
 "Dist::Zilla::Plugin::Run::AfterRelease" : "0.038",
 "Dist::Zilla::Plugin::RunExtraTests" : "0.024",
 "Dist::Zilla::Plugin::StaticInstall" : "0.005",
@@ -115,7 +115,7 @@
 "Dist::Zilla::Plugin::Test::ReportPrereqs" : "0.022",
 "Dist::Zilla::Plugin::TestRelease" : "0",
 "Dist::Zilla::Plugin::UploadToCPAN" : "0",
-"Dist::Zilla::PluginBundle::Author::ETHER" : "0.095",
+"Dist::Zilla::PluginBundle::Author::ETHER" : "0.119",
 "File::Spec" : "0",
 "IO::Handle" : "0",
 "IPC::Open3" : "0",
@@ -156,8 +156,8 @@
 "B" : "0",
 "B::Deparse" : "0",
 "Carp" : "0",
+"ExtUtils::MakeMaker" : "0",
 "File::Spec" : "0",
-"Module::Metadata" : "0",

commit perl-Sub-Name for openSUSE:Factory

2016-08-22 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Name for openSUSE:Factory 
checked in at 2016-08-22 10:50:04

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


Package is "perl-Sub-Name"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Name/perl-Sub-Name.changes  
2016-04-22 16:23:16.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Name.new/perl-Sub-Name.changes 
2016-08-22 10:50:06.0 +0200
@@ -1,0 +2,26 @@
+Fri Aug 19 05:58:07 UTC 2016 - co...@suse.com
+
+- updated to 0.19
+   see /usr/share/doc/packages/perl-Sub-Name/Changes
+
+  0.19  2016-08-18 18:52:33Z
+  - fix checking of SvUTF8 flag
+
+---
+Tue Aug 16 05:52:40 UTC 2016 - co...@suse.com
+
+- updated to 0.18
+   see /usr/share/doc/packages/perl-Sub-Name/Changes
+
+  0.18  2016-08-16 01:07:54Z
+  - no changes since 0.17
+  
+  0.17  2016-06-27 22:45:27Z (TRIAL RELEASE)
+  - fixed parsing error where the name contains a single colon but the last
+separator is :: (Leon Timmermans)
+  
+  0.16  2016-06-21 03:41:40Z (TRIAL RELEASE)
+  - support binary and unicode symbol names (Leon Timmermans, Aristotle
+Pagaltzis, Peter Rabbitson, Reini Urban, PR#8)
+
+---

Old:

  Sub-Name-0.15.tar.gz

New:

  Sub-Name-0.19.tar.gz



Other differences:
--
++ perl-Sub-Name.spec ++
--- /var/tmp/diff_new_pack.QPHJFG/_old  2016-08-22 10:50:07.0 +0200
+++ /var/tmp/diff_new_pack.QPHJFG/_new  2016-08-22 10:50:07.0 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   perl-Sub-Name
-Version:0.15
+Version:0.19
 Release:0
 %define cpan_name Sub-Name
-Summary:(re)name a sub
+Summary:(Re)name a sub
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sub-Name/

++ Sub-Name-0.15.tar.gz -> Sub-Name-0.19.tar.gz ++
 3591 lines of diff (skipped)




commit perl-Sub-Name for openSUSE:Factory

2016-04-22 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Name for openSUSE:Factory 
checked in at 2016-04-22 16:23:16

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


Package is "perl-Sub-Name"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Name/perl-Sub-Name.changes  
2015-04-25 11:26:28.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Name.new/perl-Sub-Name.changes 
2016-04-22 16:23:16.0 +0200
@@ -1,0 +2,11 @@
+Mon Mar 21 11:59:53 UTC 2016 - co...@suse.com
+
+- updated to 0.15
+   see /usr/share/doc/packages/perl-Sub-Name/Changes
+
+  0.15  2016-03-15 22:17:38Z
+  - fix uninitialized warning in test on perls < 5.8.6 (RT#104510)
+  - repository moved to the github p5sagit organization (the primary is on
+shadowcat, mirrored to github)
+
+---

Old:

  Sub-Name-0.14.tar.gz

New:

  Sub-Name-0.15.tar.gz



Other differences:
--
++ perl-Sub-Name.spec ++
--- /var/tmp/diff_new_pack.GFOXow/_old  2016-04-22 16:23:17.0 +0200
+++ /var/tmp/diff_new_pack.GFOXow/_new  2016-04-22 16:23:17.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sub-Name
 #
-# 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-Sub-Name
-Version:0.14
+Version:0.15
 Release:0
 %define cpan_name Sub-Name
 Summary:(re)name a sub
@@ -29,6 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(Module::Metadata)
 BuildRequires:  perl(Test::More) >= 0.88
 %{perl_requires}
 # MANUAL BEGIN
@@ -55,6 +56,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README
+%doc Changes CONTRIBUTING LICENCE README
 
 %changelog

++ Sub-Name-0.14.tar.gz -> Sub-Name-0.15.tar.gz ++
 3605 lines of diff (skipped)




commit perl-Sub-Name for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Name for openSUSE:Factory 
checked in at 2015-04-25 09:54:18

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


Package is "perl-Sub-Name"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Name/perl-Sub-Name.changes  
2015-04-18 10:39:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Name.new/perl-Sub-Name.changes 
2015-04-25 11:26:28.0 +0200
@@ -1,0 +2,11 @@
+Fri Apr 24 15:52:16 UTC 2015 - co...@suse.com
+
+- updated to 0.14
+   see /usr/share/doc/packages/perl-Sub-Name/Changes
+
+  0.14  2015-04-24 03:26:54Z
+  - remove mandatory dependencies for optional test
+  - mark the test with B::C as TODO, as it seems to fail frequently and
+should not block normal installations
+
+---

Old:

  Sub-Name-0.13.tar.gz

New:

  Sub-Name-0.14.tar.gz



Other differences:
--
++ perl-Sub-Name.spec ++
--- /var/tmp/diff_new_pack.DyYc8u/_old  2015-04-25 11:26:29.0 +0200
+++ /var/tmp/diff_new_pack.DyYc8u/_new  2015-04-25 11:26:29.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Sub-Name
-Version:0.13
+Version:0.14
 Release:0
 %define cpan_name Sub-Name
 Summary:(re)name a sub
@@ -29,7 +29,6 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Devel::CheckBin)
 BuildRequires:  perl(Test::More) >= 0.88
 %{perl_requires}
 # MANUAL BEGIN

++ Sub-Name-0.13.tar.gz -> Sub-Name-0.14.tar.gz ++
 9008 lines of diff (skipped)




commit perl-Sub-Name for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Name for openSUSE:Factory 
checked in at 2015-04-18 10:39:41

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


Package is "perl-Sub-Name"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Name/perl-Sub-Name.changes  
2014-09-30 20:09:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Name.new/perl-Sub-Name.changes 
2015-04-18 10:39:42.0 +0200
@@ -1,0 +2,10 @@
+Tue Apr 14 18:23:44 UTC 2015 - co...@suse.com
+
+- updated to 0.13
+   see /usr/share/doc/packages/perl-Sub-Name/Changes
+
+  0.13  2015-03-28 06:27:23Z
+  - fix optional test of interaction with B::C that sometimes invalidly
+failed
+
+---

Old:

  Sub-Name-0.12.tar.gz

New:

  Sub-Name-0.13.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Sub-Name.spec ++
--- /var/tmp/diff_new_pack.GPYoLm/_old  2015-04-18 10:39:43.0 +0200
+++ /var/tmp/diff_new_pack.GPYoLm/_new  2015-04-18 10:39:43.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sub-Name
 #
-# 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,20 +17,24 @@
 
 
 Name:   perl-Sub-Name
-Version:0.12
+Version:0.13
 Release:0
 %define cpan_name Sub-Name
 Summary:(re)name a sub
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sub-Name/
-Source: 
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/E/ET/ETHER/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Devel::CheckBin)
 BuildRequires:  perl(Test::More) >= 0.88
 %{perl_requires}
+# MANUAL BEGIN
+BuildRequires:  perl(Devel::CheckBin)
+# MANUAL END
 
 %description
 This module has only one function, which is also exported by default:
@@ -52,6 +56,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes CONTRIBUTING LICENSE README weaver.ini
+%doc Changes CONTRIBUTING LICENSE README
 
 %changelog

++ Sub-Name-0.12.tar.gz -> Sub-Name-0.13.tar.gz ++
 2269 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
preamble: |-
 BuildRequires: perl(Devel::CheckBin)
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: -
#./Build build flags=%{?_smp_mflags} --myflag



commit perl-Sub-Name for openSUSE:Factory

2014-09-30 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Name for openSUSE:Factory 
checked in at 2014-09-30 20:09:39

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


Package is "perl-Sub-Name"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Name/perl-Sub-Name.changes  
2014-07-26 09:42:11.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Name.new/perl-Sub-Name.changes 
2014-09-30 20:09:40.0 +0200
@@ -1,0 +2,21 @@
+Fri Sep 19 12:15:47 UTC 2014 - co...@suse.com
+
+- updated to 0.12
+ - fix licence in LICENSE and pod
+ 
+ 0.11  2014-08-20 04:44:25Z (TRIAL RELEASE)
+ - move variable declaration to fix warning under
+   -Werror=declaration-after-statement, to allow compilation under MSVC
+   (J.R.Mash, github #3)
+ 
+ 0.10  2014-08-16 00:46:35Z (TRIAL RELEASE)
+ - converted distribution packaging to Dist::Zilla
+ 
+ 0.09  2014-08-09
+ - Copy the contents of the %DB::sub entry if it exists; fixes
+   Devel::NYTProf's anon sub handling (RT#50524, ilmari)
+ 
+ 0.08  2014-08-04
+ - Fix leak when setting a fully-qualified name (ilmari, github#1)
+
+---

Old:

  Sub-Name-0.07.tar.gz

New:

  Sub-Name-0.12.tar.gz



Other differences:
--
++ perl-Sub-Name.spec ++
--- /var/tmp/diff_new_pack.bFizxD/_old  2014-09-30 20:09:41.0 +0200
+++ /var/tmp/diff_new_pack.bFizxD/_new  2014-09-30 20:09:41.0 +0200
@@ -17,17 +17,19 @@
 
 
 Name:   perl-Sub-Name
-Version:0.07
+Version:0.12
 Release:0
 %define cpan_name Sub-Name
 Summary:(re)name a sub
-License:Artistic-1.0 or GPL-2.0+
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sub-Name/
 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
+BuildRequires:  perl(Devel::CheckBin)
+BuildRequires:  perl(Test::More) >= 0.88
 %{perl_requires}
 
 %description
@@ -50,6 +52,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes CONTRIBUTING LICENSE README weaver.ini
 
 %changelog

++ Sub-Name-0.07.tar.gz -> Sub-Name-0.12.tar.gz ++
 3495 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-Sub-Name for openSUSE:Factory

2014-07-26 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Name for openSUSE:Factory 
checked in at 2014-07-26 09:42:02

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


Package is "perl-Sub-Name"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Name/perl-Sub-Name.changes  
2013-03-01 08:03:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Name.new/perl-Sub-Name.changes 
2014-07-26 09:42:11.0 +0200
@@ -1,0 +2,12 @@
+Fri Jul 25 09:31:59 UTC 2014 - co...@suse.com
+
+- updated to 0.07
+ - skip optional test if B::C 1.48 is not installed (Reini Urban)
+ 
+ 0.06 -- 2014-07-10
+ * Do not change the string arg in XS, use copy instead. Fixes perlcc -O3
+   RT#96893 (Reini Urban)
+ * add README make target
+ * add more distribution metadata
+
+---

Old:

  Sub-Name-0.05.tar.gz

New:

  Sub-Name-0.07.tar.gz



Other differences:
--
++ perl-Sub-Name.spec ++
--- /var/tmp/diff_new_pack.vZ3OS9/_old  2014-07-26 09:42:12.0 +0200
+++ /var/tmp/diff_new_pack.vZ3OS9/_new  2014-07-26 09:42:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sub-Name
 #
-# 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,14 +17,14 @@
 
 
 Name:   perl-Sub-Name
-Version:0.05
+Version:0.07
 Release:0
 %define cpan_name Sub-Name
-Summary:Assigns a new name to referenced sub
+Summary:(re)name a sub
 License:Artistic-1.0 or GPL-2.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Sub-Name/
-Source: 
http://www.cpan.org/authors/id/F/FL/FLORA/%{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,19 +33,6 @@
 %description
 This module has only one function, which is also exported by default:
 
-  subname NAME, CODEREF
-
-Assigns a new name to referenced sub. If package specification is omitted in
-the name, then the current package is used. The return value is the sub.
-
-The name is only used for informative routines (caller, Carp, etc). You won't
-be able to actually invoke the sub by the given name. To allow that, you need
-to do glob-assignment yourself.
-
-Note that for anonymous closures (subs that reference lexicals declared outside
-the sub itself) you can name each instance of the closure differently, which
-can be very useful for debugging.
-
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
@@ -61,9 +48,6 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files -f %{name}.files
 %defattr(-,root,root,755)
 %doc Changes README

++ Sub-Name-0.05.tar.gz -> Sub-Name-0.07.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Name-0.05/Changes new/Sub-Name-0.07/Changes
--- old/Sub-Name-0.05/Changes   2010-09-08 00:55:19.0 +0200
+++ new/Sub-Name-0.07/Changes   2014-07-11 18:32:02.0 +0200
@@ -1,3 +1,12 @@
+0.07 -- 2014-07-11
+- skip optional test if B::C 1.48 is not installed (Reini Urban)
+
+0.06 -- 2014-07-10
+* Do not change the string arg in XS, use copy instead. Fixes perlcc -O3
+  RT#96893 (Reini Urban)
+* add README make target
+* add more distribution metadata
+
 0.05 -- Wed Sep  8 00:51 CEST 2010
 * Stop using the padlist to refcount GVs. Instead use regular magic. This
   allows various modules, including B::Deparse, to safely peek into pads of
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Name-0.05/MANIFEST new/Sub-Name-0.07/MANIFEST
--- old/Sub-Name-0.05/MANIFEST  2010-09-08 00:56:43.0 +0200
+++ new/Sub-Name-0.07/MANIFEST  2014-07-11 18:45:35.0 +0200
@@ -6,5 +6,7 @@
 Name.xs
 README
 t/RT42725_deparse.t
+t/RT96893_perlcc.t
 t/smoke.t
-META.yml Module meta-data (added by MakeMaker)
+META.yml Module YAML meta-data (added by 
MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Sub-Name-0.05/MANIFEST.SKIP 
new/Sub-Name-0.07/MANIFEST.SKIP
--- old/Sub-Na

commit perl-Sub-Name for openSUSE:Factory

2013-02-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Name for openSUSE:Factory 
checked in at 2013-03-01 07:44:58

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


Package is "perl-Sub-Name", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/perl-Sub-Name/perl-Sub-Name.changes  
2011-09-23 12:38:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Sub-Name.new/perl-Sub-Name.changes 
2013-03-01 07:44:59.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb 27 06:24:03 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ perl-Sub-Name.spec ++
--- /var/tmp/diff_new_pack.2znnCF/_old  2013-03-01 07:45:00.0 +0100
+++ /var/tmp/diff_new_pack.2znnCF/_new  2013-03-01 07:45:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Sub-Name
 #
-# 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
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:   perl-Sub-Name
 Version:0.05
-Release:16
-License:Artistic-1.0 ; GPL-2.0+
+Release:0
 %define cpan_name Sub-Name
 Summary:Assigns a new name to referenced sub
-Url:http://search.cpan.org/dist/Sub-Name/
+License:Artistic-1.0 or GPL-2.0+
 Group:  Development/Libraries/Perl
+Url:http://search.cpan.org/dist/Sub-Name/
 Source: 
http://www.cpan.org/authors/id/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl

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



commit perl-Sub-Name for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Sub-Name for openSUSE:Factory 
checked in at 2011-12-06 18:47:32

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


Package is "perl-Sub-Name", Maintainer is ""

Changes:




Other differences:
--
++ perl-Sub-Name.spec ++
--- /var/tmp/diff_new_pack.qIRsOc/_old  2011-12-06 19:19:19.0 +0100
+++ /var/tmp/diff_new_pack.qIRsOc/_new  2011-12-06 19:19:19.0 +0100
@@ -20,7 +20,7 @@
 Name:   perl-Sub-Name
 Version:0.05
 Release:16
-License:Artistic License; GPLv2+
+License:Artistic-1.0 ; GPL-2.0+
 %define cpan_name Sub-Name
 Summary:Assigns a new name to referenced sub
 Url:http://search.cpan.org/dist/Sub-Name/

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



commit perl-Sub-Name for openSUSE:Factory

2011-08-24 Thread h_root

Hello community,

here is the log from the commit of package perl-Sub-Name for openSUSE:Factory
checked in at Wed Aug 24 14:58:14 CEST 2011.




--- perl-Sub-Name/perl-Sub-Name.changes 2010-12-01 14:54:51.0 +0100
+++ /mounts/work_src_done/STABLE/perl-Sub-Name/perl-Sub-Name.changes
2011-08-19 13:50:15.0 +0200
@@ -1,0 +2,10 @@
+Fri Aug 19 11:48:28 UTC 2011 - l...@linux-schulserver.de
+
+- Fixed summary and description
+
+---
+Sat Apr 30 15:20:26 UTC 2011 - co...@opensuse.org
+
+- updated to 0.05
+
+---

calling whatdependson for head-i586




Other differences:
--
++ perl-Sub-Name.spec ++
--- /var/tmp/diff_new_pack.JSQhjf/_old  2011-08-24 14:56:40.0 +0200
+++ /var/tmp/diff_new_pack.JSQhjf/_new  2011-08-24 14:56:40.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Sub-Name (Version 0.05)
+# spec file for package perl-Sub-Name
 #
-# 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,48 +15,43 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
 
 
 Name:   perl-Sub-Name
-%define cpan_name Sub-Name
-Summary:(re)name a sub
 Version:0.05
-Release:2
-License:GPL+ or Artistic
-Group:  Development/Libraries/Perl
+Release:16
+License:Artistic License; GPLv2+
+%define cpan_name Sub-Name
+Summary:Assigns a new name to referenced sub
 Url:http://search.cpan.org/dist/Sub-Name/
-Source: 
http://www.cpan.org/modules/by-module/Sub/Sub-Name-%{version}.tar.gz
+Group:  Development/Libraries/Perl
+Source: 
http://www.cpan.org/authors/id/F/FL/FLORA/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+%{perl_requires}
 
 %description
 This module has only one function, which is also exported by default:
 
   subname NAME, CODEREF
-Assigns a new name to referenced sub. If package specification is
-omitted in the name, then the current package is used. The return value
-is the sub.
-
-The name is only used for informative routines (caller, Carp, etc). You
-won't be able to actually invoke the sub by the given name. To allow
-that, you need to do glob-assignment yourself.
-
-Note that for anonymous closures (subs that reference lexicals declared
-outside the sub itself) you can name each instance of the closure
-differently, which can be very useful for debugging.
-
-Authors:
-
-Matthijs van Duin 
+
+Assigns a new name to referenced sub. If package specification is omitted in
+the name, then the current package is used. The return value is the sub.
+
+The name is only used for informative routines (caller, Carp, etc). You won't
+be able to actually invoke the sub by the given name. To allow that, you need
+to do glob-assignment yourself.
+
+Note that for anonymous closures (subs that reference lexicals declared outside
+the sub itself) you can name each instance of the closure differently, which
+can be very useful for debugging.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="$RPM_OPT_FLAGS"
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %{__make} %{?_smp_mflags}
 
 %check
@@ -68,10 +63,10 @@
 %perl_gen_filelist
 
 %clean
-%{__rm} -rf $RPM_BUILD_ROOT
+%{__rm} -rf %{buildroot}
 
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Changes README
 
 %changelog






Remember to have fun...

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