commit perl-Clone for openSUSE:Factory

2020-05-02 Thread root
Hello community,

here is the log from the commit of package perl-Clone for openSUSE:Factory 
checked in at 2020-05-02 22:14:49

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


Package is "perl-Clone"

Sat May  2 22:14:49 2020 rev:31 rq:798891 version:0.45

Changes:

--- /work/SRC/openSUSE:Factory/perl-Clone/perl-Clone.changes2020-04-25 
20:17:35.904695040 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Clone.new.2738/perl-Clone.changes  
2020-05-02 22:14:51.848225169 +0200
@@ -1,0 +2,9 @@
+Fri Apr 24 03:08:49 UTC 2020 -  
+
+- updated to 0.45
+   see /usr/share/doc/packages/perl-Clone/Changes
+
+  0.45 2020-04-23 14:46:00 atoomic
+- bump B::COW requirement to fix big-endian issue
+
+---

Old:

  Clone-0.44.tar.gz

New:

  Clone-0.45.tar.gz



Other differences:
--
++ perl-Clone.spec ++
--- /var/tmp/diff_new_pack.lkUEAL/_old  2020-05-02 22:14:52.416226358 +0200
+++ /var/tmp/diff_new_pack.lkUEAL/_new  2020-05-02 22:14:52.420226367 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Clone
-Version:0.44
+Version:0.45
 Release:0
 %define cpan_name Clone
 Summary:Recursively copy Perl datatypes
@@ -29,7 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(B::COW) >= 0.003
+BuildRequires:  perl(B::COW) >= 0.004
 %{perl_requires}
 
 %description

++ Clone-0.44.tar.gz -> Clone-0.45.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.44/Changes new/Clone-0.45/Changes
--- old/Clone-0.44/Changes  2020-04-20 19:32:34.030379252 +0200
+++ new/Clone-0.45/Changes  2020-04-23 22:46:58.0 +0200
@@ -1,5 +1,8 @@
 Revision history for Perl module Clone
 
+0.45 2020-04-23 14:46:00 atoomic
+  - bump B::COW requirement to fix big-endian issue
+
 0.44 2020-04-20 11:30:00 atoomic
   - support Perls with COW disabled (plicease)
   - bump B::COW requirement for testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.44/Clone.pm new/Clone-0.45/Clone.pm
--- old/Clone-0.44/Clone.pm 2020-04-20 19:32:57.0 +0200
+++ new/Clone-0.45/Clone.pm 2020-04-23 22:46:00.0 +0200
@@ -11,7 +11,7 @@
 @EXPORT= qw();
 @EXPORT_OK = qw( clone );
 
-$VERSION = '0.44';
+$VERSION = '0.45';
 
 bootstrap Clone $VERSION;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.44/META.json new/Clone-0.45/META.json
--- old/Clone-0.44/META.json2020-04-20 19:44:59.0 +0200
+++ new/Clone-0.45/META.json2020-04-23 23:02:21.0 +0200
@@ -32,7 +32,7 @@
   },
   "test" : {
  "requires" : {
-"B::COW" : "0.003",
+"B::COW" : "0.004",
 "Test::More" : "0"
  }
   }
@@ -49,6 +49,6 @@
  "url" : "http://github.com/garu/Clone;
   }
},
-   "version" : "0.44",
+   "version" : "0.45",
"x_serialization_backend" : "JSON::PP version 4.04"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.44/META.yml new/Clone-0.45/META.yml
--- old/Clone-0.44/META.yml 2020-04-20 19:44:59.0 +0200
+++ new/Clone-0.45/META.yml 2020-04-23 23:02:21.0 +0200
@@ -3,7 +3,7 @@
 author:
   - 'Ray Finch '
 build_requires:
-  B::COW: '0.003'
+  B::COW: '0.004'
   ExtUtils::MakeMaker: '0'
   Test::More: '0'
 configure_requires:
@@ -23,5 +23,5 @@
   bugtracker: https://github.com/garu/Clone/issues
   license: http://dev.perl.org/licenses/
   repository: http://github.com/garu/Clone
-version: '0.44'
+version: '0.45'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.44/Makefile.PL new/Clone-0.45/Makefile.PL
--- old/Clone-0.44/Makefile.PL  2020-04-20 18:43:46.0 +0200
+++ new/Clone-0.45/Makefile.PL  2020-04-23 22:44:33.0 +0200
@@ -9,7 +9,7 @@
 'PL_FILES'  => {},
 'TEST_REQUIRES' => {
   'Test::More' => 0,
-  'B::COW' => '0.003',
+  'B::COW' => '0.004',
 },
 'LIBS'  => [''], # e.g., '-lm'
 'DEFINE'=> '',   # e.g., '-DHAVE_SOMETHING'




commit perl-Clone for openSUSE:Factory

2020-04-25 Thread root
Hello community,

here is the log from the commit of package perl-Clone for openSUSE:Factory 
checked in at 2020-04-25 20:15:30

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


Package is "perl-Clone"

Sat Apr 25 20:15:30 2020 rev:30 rq:796286 version:0.44

Changes:

--- /work/SRC/openSUSE:Factory/perl-Clone/perl-Clone.changes2019-11-23 
23:10:43.438732381 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Clone.new.2738/perl-Clone.changes  
2020-04-25 20:17:35.904695040 +0200
@@ -1,0 +2,6 @@
+Tue Apr 21 03:08:45 UTC 2020 -  
+
+- updated to 0.44
+   see /usr/share/doc/packages/perl-Clone/Changes
+
+---

Old:

  Clone-0.43.tar.gz

New:

  Clone-0.44.tar.gz



Other differences:
--
++ perl-Clone.spec ++
--- /var/tmp/diff_new_pack.6ziQWT/_old  2020-04-25 20:17:38.056699477 +0200
+++ /var/tmp/diff_new_pack.6ziQWT/_new  2020-04-25 20:17:38.060699485 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Clone
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Clone
-Version:0.43
+Version:0.44
 Release:0
 %define cpan_name Clone
 Summary:Recursively copy Perl datatypes
@@ -29,7 +29,7 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(B::COW)
+BuildRequires:  perl(B::COW) >= 0.003
 %{perl_requires}
 
 %description
@@ -48,7 +48,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
+find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path 
"*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ Clone-0.43.tar.gz -> Clone-0.44.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.43/Changes new/Clone-0.44/Changes
--- old/Clone-0.43/Changes  2019-07-29 21:48:05.0 +0200
+++ new/Clone-0.44/Changes  2020-04-20 19:32:34.030379252 +0200
@@ -1,6 +1,10 @@
 Revision history for Perl module Clone
 
-0.43 2019-07-29 13:47:42  atomic
+0.44 2020-04-20 11:30:00 atoomic
+  - support Perls with COW disabled (plicease)
+  - bump B::COW requirement for testing
+
+0.43 2019-07-29 13:47:42  atoomic
   - fix an issue when cloning a NULL mg_ptr pointer
 
 0.42 2019-07-19 23:06:04  garu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.43/Clone.pm new/Clone-0.44/Clone.pm
--- old/Clone-0.43/Clone.pm 2019-07-29 21:48:29.0 +0200
+++ new/Clone-0.44/Clone.pm 2020-04-20 19:32:57.0 +0200
@@ -11,7 +11,7 @@
 @EXPORT= qw();
 @EXPORT_OK = qw( clone );
 
-$VERSION = '0.43';
+$VERSION = '0.44';
 
 bootstrap Clone $VERSION;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.43/Clone.xs new/Clone-0.44/Clone.xs
--- old/Clone-0.43/Clone.xs 2019-07-29 21:46:41.0 +0200
+++ new/Clone-0.44/Clone.xs 2020-04-20 18:42:58.0 +0200
@@ -174,7 +174,7 @@
 * Note: when using a Debug Perl with READONLY_COW
 * we cannot do 'sv_buf_to_rw + sv_buf_to_ro' as these APIs calls are not 
exported
 */
-#if PERL_VERSION >= 20 && !defined(PERL_DEBUG_READONLY_COW)
+#if defined(SV_COW_REFCNT_MAX) && !defined(PERL_DEBUG_READONLY_COW)
 /* only for simple PVs unblessed */
 if ( SvIsCOW(ref) && !SvOOK(ref) && SvLEN(ref) > 0 ) {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.43/META.json new/Clone-0.44/META.json
--- old/Clone-0.43/META.json2019-07-29 21:49:45.0 +0200
+++ new/Clone-0.44/META.json2020-04-20 19:44:59.0 +0200
@@ -4,13 +4,13 @@
   "Ray Finch "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.24, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.44, 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" : "Clone",
"no_index" : {
@@ -32,7 +32,7 @@
   },
   "test" : {
  "requires" : {
-"B::COW" : "0",
+"B::COW" : "0.003",
 "Test::More" : 

commit perl-Clone for openSUSE:Factory

2019-11-23 Thread root
Hello community,

here is the log from the commit of package perl-Clone for openSUSE:Factory 
checked in at 2019-11-23 23:10:36

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


Package is "perl-Clone"

Sat Nov 23 23:10:36 2019 rev:29 rq:748732 version:0.43

Changes:

--- /work/SRC/openSUSE:Factory/perl-Clone/perl-Clone.changes2018-11-12 
09:39:01.833394977 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Clone.new.26869/perl-Clone.changes 
2019-11-23 23:10:43.438732381 +0100
@@ -1,0 +2,21 @@
+Wed Jul 31 05:03:45 UTC 2019 - Stephan Kulow 
+
+- updated to 0.43
+   see /usr/share/doc/packages/perl-Clone/Changes
+
+  0.43 2019-07-29 13:47:42  atomic
+- fix an issue when cloning a NULL mg_ptr pointer
+
+---
+Fri Jul 19 05:32:49 UTC 2019 - Stephan Kulow 
+
+- updated to 0.42
+   see /usr/share/doc/packages/perl-Clone/Changes
+
+  0.42 2019-07-19 23:06:04  garu
+- make handling of mg_ptr safer (ATOOMIC, Harald Jörg)
+- change license wording on some test files to
+  make the entire dist released under the same
+  terms as Perl itself (fixes GH#20) (GARU)
+
+---

Old:

  Clone-0.41.tar.gz

New:

  Clone-0.43.tar.gz



Other differences:
--
++ perl-Clone.spec ++
--- /var/tmp/diff_new_pack.Bt4jTS/_old  2019-11-23 23:10:45.226732572 +0100
+++ /var/tmp/diff_new_pack.Bt4jTS/_new  2019-11-23 23:10:45.226732572 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Clone
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,19 @@
 
 
 Name:   perl-Clone
-Version:0.41
+Version:0.43
 Release:0
 %define cpan_name Clone
-Summary:Recursively Copy Perl Datatypes
+Summary:Recursively copy Perl datatypes
 License:Artistic-1.0 OR GPL-1.0-or-later
 Group:  Development/Libraries/Perl
 Url:https://metacpan.org/release/%{cpan_name}
-Source0:
https://cpan.metacpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
+BuildRequires:  perl(B::COW)
 %{perl_requires}
 
 %description
@@ -51,10 +52,10 @@
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
-%{__make} %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install
@@ -63,6 +64,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes
+%doc Changes README.md
 
 %changelog

++ Clone-0.41.tar.gz -> Clone-0.43.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.41/Changes new/Clone-0.43/Changes
--- old/Clone-0.41/Changes  2018-10-25 15:32:34.0 +0200
+++ new/Clone-0.43/Changes  2019-07-29 21:48:05.0 +0200
@@ -1,10 +1,20 @@
 Revision history for Perl module Clone
 
+0.43 2019-07-29 13:47:42  atomic
+  - fix an issue when cloning a NULL mg_ptr pointer
+
+0.42 2019-07-19 23:06:04  garu
+  - make handling of mg_ptr safer (ATOOMIC, Harald Jörg)
+  - change license wording on some test files to
+make the entire dist released under the same
+terms as Perl itself (fixes GH#20) (GARU)
+
 0.41 2018-10-25 10:20:03  garu
   - Check the CowREFCNT of a COWed PV (ATOOMIC)
 this should fix some issues people have been
 having with 0.40 on DBD drives and DBIx::Class
   - Make buildtools files not executable (Mohammad S Anwar)
+  - Move bugtracker to Github (GARU)
 
 0.40 2018-10-23 20:001:49  garu
   - reuse COWed PV when cloning (fixes RT97535) (ATOOMIC)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.41/Clone.pm new/Clone-0.43/Clone.pm
--- old/Clone-0.41/Clone.pm 2018-10-25 15:22:15.0 +0200
+++ new/Clone-0.43/Clone.pm 2019-07-29 21:48:29.0 +0200
@@ -11,7 +11,7 @@
 @EXPORT= qw();
 @EXPORT_OK = qw( clone );
 
-$VERSION = '0.41';
+$VERSION = '0.43';
 
 bootstrap Clone $VERSION;
 
@@ -81,7 +81,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 2001-2018 Ray Finch. All Rights Reserved.
+Copyright 2001-2019 Ray Finch. All Rights Reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl 

commit perl-Clone for openSUSE:Factory

2018-11-12 Thread root
Hello community,

here is the log from the commit of package perl-Clone for openSUSE:Factory 
checked in at 2018-11-12 09:38:39

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


Package is "perl-Clone"

Mon Nov 12 09:38:39 2018 rev:28 rq:647337 version:0.41

Changes:

--- /work/SRC/openSUSE:Factory/perl-Clone/perl-Clone.changes2017-04-12 
18:16:32.659173685 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Clone.new/perl-Clone.changes   
2018-11-12 09:39:01.833394977 +0100
@@ -1,0 +2,17 @@
+Thu Nov  8 06:07:26 UTC 2018 - Stephan Kulow 
+
+- updated to 0.41
+   see /usr/share/doc/packages/perl-Clone/Changes
+
+  0.41 2018-10-25 10:20:03  garu
+- Check the CowREFCNT of a COWed PV (ATOOMIC)
+  this should fix some issues people have been
+  having with 0.40 on DBD drives and DBIx::Class
+- Make buildtools files not executable (Mohammad S Anwar)
+  
+  0.40 2018-10-23 20:001:49  garu
+- reuse COWed PV when cloning (fixes RT97535) (ATOOMIC)
+- extra protection against potential infinite loop (ATOOMIC)
+- improved tests
+
+---

Old:

  Clone-0.39.tar.gz

New:

  Clone-0.41.tar.gz



Other differences:
--
++ perl-Clone.spec ++
--- /var/tmp/diff_new_pack.aQspXO/_old  2018-11-12 09:39:03.689392311 +0100
+++ /var/tmp/diff_new_pack.aQspXO/_new  2018-11-12 09:39:03.689392311 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Clone
 #
-# Copyright (c) 2017 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,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-Clone
-Version:0.39
+Version:0.41
 Release:0
 %define cpan_name Clone
 Summary:Recursively Copy Perl Datatypes
-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/Clone/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -50,7 +50,7 @@
 find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
 %{__make} %{?_smp_mflags}
 
 %check
@@ -63,6 +63,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes
 
 %changelog

++ Clone-0.39.tar.gz -> Clone-0.41.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.39/Changes new/Clone-0.41/Changes
--- old/Clone-0.39/Changes  2017-04-07 13:11:24.0 +0200
+++ new/Clone-0.41/Changes  2018-10-25 15:32:34.0 +0200
@@ -1,5 +1,16 @@
 Revision history for Perl module Clone
 
+0.41 2018-10-25 10:20:03  garu
+  - Check the CowREFCNT of a COWed PV (ATOOMIC)
+this should fix some issues people have been
+having with 0.40 on DBD drives and DBIx::Class
+  - Make buildtools files not executable (Mohammad S Anwar)
+
+0.40 2018-10-23 20:001:49  garu
+  - reuse COWed PV when cloning (fixes RT97535) (ATOOMIC)
+  - extra protection against potential infinite loop (ATOOMIC)
+  - improved tests
+
 0.39 2017-04-07 13:06:00  garu
   - use explicit '.' in tests since it may not be in @INC
 anymore in newer perls (fixes RT120648) (PLICEASE, SIMCOP)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.39/Clone.pm new/Clone-0.41/Clone.pm
--- old/Clone-0.39/Clone.pm 2017-04-07 13:11:56.0 +0200
+++ new/Clone-0.41/Clone.pm 2018-10-25 15:22:15.0 +0200
@@ -11,7 +11,7 @@
 @EXPORT= qw();
 @EXPORT_OK = qw( clone );
 
-$VERSION = '0.39';
+$VERSION = '0.41';
 
 bootstrap Clone $VERSION;
 
@@ -81,7 +81,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 2001-2017 Ray Finch. All Rights Reserved.
+Copyright 2001-2018 Ray Finch. All Rights Reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Clone for openSUSE:Factory

2017-04-12 Thread root
Hello community,

here is the log from the commit of package perl-Clone for openSUSE:Factory 
checked in at 2017-04-12 17:35:53

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


Package is "perl-Clone"

Wed Apr 12 17:35:53 2017 rev:27 rq:486674 version:0.39

Changes:

--- /work/SRC/openSUSE:Factory/perl-Clone/perl-Clone.changes2015-04-25 
21:16:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Clone.new/perl-Clone.changes   
2017-04-12 18:16:32.659173685 +0200
@@ -1,0 +2,10 @@
+Sat Apr  8 05:16:16 UTC 2017 - co...@suse.com
+
+- updated to 0.39
+   see /usr/share/doc/packages/perl-Clone/Changes
+
+  0.39 2017-04-07 13:06:00  garu
+- use explicit '.' in tests since it may not be in @INC
+  anymore in newer perls (fixes RT120648) (PLICEASE, SIMCOP)
+
+---

Old:

  Clone-0.38.tar.gz

New:

  Clone-0.39.tar.gz



Other differences:
--
++ perl-Clone.spec ++
--- /var/tmp/diff_new_pack.0r7tlI/_old  2017-04-12 18:16:33.167101861 +0200
+++ /var/tmp/diff_new_pack.0r7tlI/_new  2017-04-12 18:16:33.171101295 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Clone
 #
-# 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,14 @@
 
 
 Name:   perl-Clone
-Version:0.38
+Version:0.39
 Release:0
 %define cpan_name Clone
 Summary:Recursively Copy Perl Datatypes
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Clone/
-Source0:
http://www.cpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -47,7 +47,7 @@
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-find . -type f -print0 | xargs -0 chmod 644
+find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"

++ Clone-0.38.tar.gz -> Clone-0.39.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.38/Changes new/Clone-0.39/Changes
--- old/Clone-0.38/Changes  2015-01-18 22:34:32.0 +0100
+++ new/Clone-0.39/Changes  2017-04-07 13:11:24.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl module Clone
 
+0.39 2017-04-07 13:06:00  garu
+  - use explicit '.' in tests since it may not be in @INC
+anymore in newer perls (fixes RT120648) (PLICEASE, SIMCOP)
+
 0.38 2015-01-18 19:27:41  garu
   - typo fixes and improvements to the README (zmughal)
   - travis/coveralls integration (zmughal)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.38/Clone.pm new/Clone-0.39/Clone.pm
--- old/Clone-0.38/Clone.pm 2015-01-18 22:34:00.0 +0100
+++ new/Clone-0.39/Clone.pm 2017-04-07 13:11:56.0 +0200
@@ -11,7 +11,7 @@
 @EXPORT= qw();
 @EXPORT_OK = qw( clone );
 
-$VERSION = '0.38';
+$VERSION = '0.39';
 
 bootstrap Clone $VERSION;
 
@@ -81,7 +81,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 2001-2015 Ray Finch. All Rights Reserved.
+Copyright 2001-2017 Ray Finch. All Rights Reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.38/META.json new/Clone-0.39/META.json
--- old/Clone-0.38/META.json2015-01-18 22:36:01.0 +0100
+++ new/Clone-0.39/META.json2017-04-07 13:22:02.0 +0200
@@ -4,7 +4,7 @@
   "Ray Finch "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter 
version 2.142690",
+   "generated_by" : "ExtUtils::MakeMaker version 7.1002, CPAN::Meta::Converter 
version 2.150005",
"license" : [
   "perl_5"
],
@@ -46,5 +46,6 @@
  "url" : "http://github.com/garu/Clone;
   }
},
-   "version" : "0.38"
+   "version" : "0.39",
+   "x_serialization_backend" : "JSON::PP version 2.27300_01"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.38/META.yml new/Clone-0.39/META.yml
--- old/Clone-0.38/META.yml 2015-01-18 22:36:01.0 +0100
+++ new/Clone-0.39/META.yml 

commit perl-Clone for openSUSE:Factory

2015-04-25 Thread h_root
Hello community,

here is the log from the commit of package perl-Clone for openSUSE:Factory 
checked in at 2015-04-25 21:16:03

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


Package is perl-Clone

Changes:

--- /work/SRC/openSUSE:Factory/perl-Clone/perl-Clone.changes2013-12-12 
11:19:08.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Clone.new/perl-Clone.changes   
2015-04-25 21:16:05.0 +0200
@@ -1,0 +2,15 @@
+Thu Apr 16 17:27:41 UTC 2015 - co...@suse.com
+
+- updated to 0.38
+   see /usr/share/doc/packages/perl-Clone/Changes
+
+  0.38 2015-01-18 19:27:41  garu
+- typo fixes and improvements to the README (zmughal)
+- travis/coveralls integration (zmughal)
+  
+  0.37 2014-05-15 16:45:33  garu
+- removed Carp dependency (GARU)
+- silenced some clang warnings (JACQUESG)
+- added a README (GARU)
+
+---

Old:

  Clone-0.36.tar.gz

New:

  Clone-0.38.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Clone.spec ++
--- /var/tmp/diff_new_pack.0Qnh9q/_old  2015-04-25 21:16:06.0 +0200
+++ /var/tmp/diff_new_pack.0Qnh9q/_new  2015-04-25 21:16:06.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Clone
 #
-# Copyright (c) 2013 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,28 +17,27 @@
 
 
 Name:   perl-Clone
-Version:0.36
+Version:0.38
 Release:0
 %define cpan_name Clone
-Summary:recursively copy Perl datatypes
+Summary:Recursively Copy Perl Datatypes
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Clone/
-Source: 
http://www.cpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Clone)
-#BuildRequires: perl(Hash::Util::FieldHash)
 %{perl_requires}
 
 %description
-This module provides a clone() method which makes recursive copies of
+This module provides a 'clone()' method which makes recursive copies of
 nested hash, array, scalar and reference types, including tied variables
 and objects.
 
-clone() takes a scalar argument and duplicates it. To duplicate lists,
-arrays or hashes, pass them in by reference. e.g.
+'clone()' takes a scalar argument and duplicates it. To duplicate lists,
+arrays or hashes, pass them in by reference, e.g.
 
 my $copy = clone (\@array);
 
@@ -64,6 +63,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes
+%doc Changes README
 
 %changelog

++ Clone-0.36.tar.gz - Clone-0.38.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.36/Changes new/Clone-0.38/Changes
--- old/Clone-0.36/Changes  2013-12-07 20:30:48.0 +0100
+++ new/Clone-0.38/Changes  2015-01-18 22:34:32.0 +0100
@@ -1,5 +1,14 @@
 Revision history for Perl module Clone
 
+0.38 2015-01-18 19:27:41  garu
+  - typo fixes and improvements to the README (zmughal)
+  - travis/coveralls integration (zmughal)
+
+0.37 2014-05-15 16:45:33  garu
+  - removed Carp dependency (GARU)
+  - silenced some clang warnings (JACQUESG)
+  - added a README (GARU)
+
 0.36 2013-12-07 17:36:04  garu
   - fixed compilation issue on AIX and C89 (GAAS)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.36/Clone.pm new/Clone-0.38/Clone.pm
--- old/Clone-0.36/Clone.pm 2013-12-07 20:33:27.0 +0100
+++ new/Clone-0.38/Clone.pm 2015-01-18 22:34:00.0 +0100
@@ -1,18 +1,17 @@
 package Clone;
 
 use strict;
-use Carp;
 use vars qw($VERSION @ISA @EXPORT @EXPORT_OK $AUTOLOAD);
 
 require Exporter;
 require DynaLoader;
 require AutoLoader;
 
-@ISA = qw(Exporter DynaLoader);
-@EXPORT = qw();
+@ISA   = qw(Exporter DynaLoader);
+@EXPORT= qw();
 @EXPORT_OK = qw( clone );
 
-$VERSION = '0.36';
+$VERSION = '0.38';
 
 bootstrap Clone $VERSION;
 
@@ -23,37 +22,49 @@
 
 Clone - recursively copy Perl datatypes
 
+=for html
+a href=https://travis-ci.org/garu/Clone;img 
src=https://travis-ci.org/garu/Clone.png?branch=master; alt=Build Status/a
+a href=https://coveralls.io/r/garu/Clone?branch=master;img 

commit perl-Clone for openSUSE:Factory

2013-12-12 Thread h_root
Hello community,

here is the log from the commit of package perl-Clone for openSUSE:Factory 
checked in at 2013-12-12 11:19:07

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


Package is perl-Clone

Changes:

--- /work/SRC/openSUSE:Factory/perl-Clone/perl-Clone.changes2013-10-06 
18:37:41.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Clone.new/perl-Clone.changes   
2013-12-12 11:19:08.0 +0100
@@ -1,0 +2,6 @@
+Mon Dec  9 11:17:50 UTC 2013 - co...@suse.com
+
+- updated to 0.36
+ - fixed compilation issue on AIX and C89 (GAAS)
+
+---

Old:

  Clone-0.35.tar.gz

New:

  Clone-0.36.tar.gz



Other differences:
--
++ perl-Clone.spec ++
--- /var/tmp/diff_new_pack.NfiOgN/_old  2013-12-12 11:19:08.0 +0100
+++ /var/tmp/diff_new_pack.NfiOgN/_new  2013-12-12 11:19:08.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Clone
-Version:0.35
+Version:0.36
 Release:0
 %define cpan_name Clone
 Summary:recursively copy Perl datatypes

++ Clone-0.35.tar.gz - Clone-0.36.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.35/Changes new/Clone-0.36/Changes
--- old/Clone-0.35/Changes  2013-09-05 18:21:41.0 +0200
+++ new/Clone-0.36/Changes  2013-12-07 20:30:48.0 +0100
@@ -1,7 +1,10 @@
 Revision history for Perl module Clone
 
+0.36 2013-12-07 17:36:04  garu
+  - fixed compilation issue on AIX and C89 (GAAS)
+
 0.35 2013-09-05 13:26:54  garu
-  - SV's can be NULL (shit happens) (fixes RT86217) (Tux)
+  - SV's can be NULL (shit happens) (fixes RT86217) (HMBRAND)
   - making tests compatible with older versions of Test::More (GARU)
 
 0.34 2012-12-09 14:46:09  garu
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.35/Clone.pm new/Clone-0.36/Clone.pm
--- old/Clone-0.35/Clone.pm 2013-09-05 18:22:57.0 +0200
+++ new/Clone-0.36/Clone.pm 2013-12-07 20:33:27.0 +0100
@@ -9,20 +9,13 @@
 require AutoLoader;
 
 @ISA = qw(Exporter DynaLoader);
-# Items to export into callers namespace by default. Note: do not export
-# names by default without a very good reason. Use EXPORT_OK instead.
-# Do not simply export all your public functions/methods/constants.
 @EXPORT = qw();
 @EXPORT_OK = qw( clone );
 
-$VERSION = '0.35';
+$VERSION = '0.36';
 
 bootstrap Clone $VERSION;
 
-# Preloaded methods go here.
-
-# Autoload methods go after =cut, and are processed by the autosplit program.
-
 1;
 __END__
 
@@ -77,7 +70,7 @@
 
 =head1 COPYRIGHT
 
-Copyright 2001-2012 Ray Finch. All Rights Reserved.
+Copyright 2001-2013 Ray Finch. All Rights Reserved.
 
 This module is free software; you can redistribute it and/or
 modify it under the same terms as Perl itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.35/Clone.xs new/Clone-0.36/Clone.xs
--- old/Clone-0.35/Clone.xs 2013-09-05 18:17:37.0 +0200
+++ new/Clone-0.36/Clone.xs 2013-12-07 19:55:17.0 +0100
@@ -122,6 +122,7 @@
   SV *clone = ref;
   SV **seen = NULL;
   UV visible;
+  int magic_ref = 0;
 
   if (!ref)
 {
@@ -136,7 +137,6 @@
 #else
   visible = (SvREFCNT(ref)  1) || (SvMAGICAL(ref)  mg_find(ref, ''));
 #endif
-  int magic_ref = 0;
 
   TRACEME((ref = 0x%x(%d)\n, ref, SvREFCNT(ref)));
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.35/META.json new/Clone-0.36/META.json
--- old/Clone-0.35/META.json2013-09-05 18:25:35.0 +0200
+++ new/Clone-0.36/META.json2013-12-07 20:35:51.0 +0100
@@ -46,5 +46,5 @@
  url : http://github.com/garu/Clone;
   }
},
-   version : 0.35
+   version : 0.36
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.35/META.yml new/Clone-0.36/META.yml
--- old/Clone-0.35/META.yml 2013-09-05 18:25:35.0 +0200
+++ new/Clone-0.36/META.yml 2013-12-07 20:35:51.0 +0100
@@ -22,4 +22,4 @@
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Clone
   license: http://dev.perl.org/licenses/
   repository: http://github.com/garu/Clone
-version: 0.35
+version: 0.36

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



commit perl-Clone for openSUSE:Factory

2013-10-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Clone for openSUSE:Factory 
checked in at 2013-10-06 18:37:40

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


Package is perl-Clone

Changes:

--- /work/SRC/openSUSE:Factory/perl-Clone/perl-Clone.changes2013-06-05 
17:49:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Clone.new/perl-Clone.changes   
2013-10-06 18:37:41.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 09:11:38 UTC 2013 - co...@suse.com
+
+- updated to 0.35
+  - SV's can be NULL (shit happens) (fixes RT86217) (Tux)
+  - making tests compatible with older versions of Test::More (GARU)
+
+---

Old:

  Clone-0.34.tar.gz

New:

  Clone-0.35.tar.gz



Other differences:
--
++ perl-Clone.spec ++
--- /var/tmp/diff_new_pack.GFZaAf/_old  2013-10-06 18:37:41.0 +0200
+++ /var/tmp/diff_new_pack.GFZaAf/_new  2013-10-06 18:37:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Clone
-Version:0.34
+Version:0.35
 Release:0
 %define cpan_name Clone
 Summary:recursively copy Perl datatypes

++ Clone-0.34.tar.gz - Clone-0.35.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.34/Changes new/Clone-0.35/Changes
--- old/Clone-0.34/Changes  2012-12-09 22:18:48.0 +0100
+++ new/Clone-0.35/Changes  2013-09-05 18:21:41.0 +0200
@@ -1,5 +1,9 @@
 Revision history for Perl module Clone
 
+0.35 2013-09-05 13:26:54  garu
+  - SV's can be NULL (shit happens) (fixes RT86217) (Tux)
+  - making tests compatible with older versions of Test::More (GARU)
+
 0.34 2012-12-09 14:46:09  garu
   - making some tests optional (fixes RT81774) (GARU)
   - modernizing synopsis (GARU)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.34/Clone.pm new/Clone-0.35/Clone.pm
--- old/Clone-0.34/Clone.pm 2012-12-09 22:18:48.0 +0100
+++ new/Clone-0.35/Clone.pm 2013-09-05 18:22:57.0 +0200
@@ -15,7 +15,7 @@
 @EXPORT = qw();
 @EXPORT_OK = qw( clone );
 
-$VERSION = '0.34';
+$VERSION = '0.35';
 
 bootstrap Clone $VERSION;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.34/Clone.xs new/Clone-0.35/Clone.xs
--- old/Clone-0.34/Clone.xs 2012-11-24 14:41:31.0 +0100
+++ new/Clone-0.35/Clone.xs 2013-09-05 18:17:37.0 +0200
@@ -121,12 +121,20 @@
 {
   SV *clone = ref;
   SV **seen = NULL;
+  UV visible;
+
+  if (!ref)
+{
+  TRACEME((NULL\n));
+  return NULL;
+}
+
 #if PERL_REVISION = 5  PERL_VERSION  8
   /* This is a hack for perl 5.9.*, save everything */
   /* until I find out why mg_find is no longer working */
-  UV visible = 1;
+  visible = 1;
 #else
-  UV visible = (SvREFCNT(ref)  1) || (SvMAGICAL(ref)  mg_find(ref, ''));
+  visible = (SvREFCNT(ref)  1) || (SvMAGICAL(ref)  mg_find(ref, ''));
 #endif
   int magic_ref = 0;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.34/META.json new/Clone-0.35/META.json
--- old/Clone-0.34/META.json2012-12-09 22:48:15.0 +0100
+++ new/Clone-0.35/META.json2013-09-05 18:25:35.0 +0200
@@ -4,7 +4,7 @@
   Ray Finch r...@cpan.org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120921,
+   generated_by : ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter 
version 2.120921,
license : [
   perl_5
],
@@ -46,5 +46,5 @@
  url : http://github.com/garu/Clone;
   }
},
-   version : 0.34
+   version : 0.35
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.34/META.yml new/Clone-0.35/META.yml
--- old/Clone-0.34/META.yml 2012-12-09 22:48:15.0 +0100
+++ new/Clone-0.35/META.yml 2013-09-05 18:25:35.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter 
version 2.120921'
+generated_by: 'ExtUtils::MakeMaker version 6.66, CPAN::Meta::Converter version 
2.120921'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -22,4 +22,4 @@
   bugtracker: http://rt.cpan.org/NoAuth/Bugs.html?Dist=Clone
   license: http://dev.perl.org/licenses/
   repository: http://github.com/garu/Clone
-version: 0.34
+version: 0.35
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.34/t/08fieldhash.t 

commit perl-Clone for openSUSE:Factory

2013-06-05 Thread h_root
Hello community,

here is the log from the commit of package perl-Clone for openSUSE:Factory 
checked in at 2013-06-05 17:49:01

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


Package is perl-Clone

Changes:

--- /work/SRC/openSUSE:Factory/perl-Clone/perl-Clone.changes2011-11-21 
12:37:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.perl-Clone.new/perl-Clone.changes   
2013-06-05 17:49:03.0 +0200
@@ -1,0 +2,16 @@
+Mon Jun  3 15:40:26 UTC 2013 - co...@suse.com
+
+- updated to 0.34
+   - Stop skipping SvROK handling for all magical scalars. This fixes
+ RT issues 67105, 79730 and 80201 (FLORA).
+   - making the Changes file compliant to the CPAN::Changes spec (GARU).
+   - Fixing tests when Scalar::Util::weaken is not available. As a
+ result, tests should now pass even in odd OpenBSD versions (GARU).
+   - removed dubious documentation on the optional parameter until
+ it is 'fixed'. Right now it just increases the refcount when it's 0,
+ and clones otherwise (which isn't exactly what it says). This
+ fixes RT issue 57773 (GARU).
+   - updated remark on Storable's dclone() to address RT issue 50174 (GARU)
+   - updated Makefile.PL to include test dependencies (GARU)
+
+---

Old:

  Clone-0.31.tar.gz

New:

  Clone-0.34.tar.gz



Other differences:
--
++ perl-Clone.spec ++
--- /var/tmp/diff_new_pack.Ozwdie/_old  2013-06-05 17:49:03.0 +0200
+++ /var/tmp/diff_new_pack.Ozwdie/_new  2013-06-05 17:49:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Clone
 #
-# 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,40 +15,43 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   perl-Clone
+Version:0.34
+Release:0
 %define cpan_name Clone
-Summary:Recursively copy Perl datatypes
-Version:0.31
-Release:8
-License:GPL-1.0+ or Artistic-1.0
+Summary:recursively copy Perl datatypes
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Clone/
-#Source: http://www.cpan.org/authors/id/R/RD/RDF/Clone-0.31.tar.gz
-Source: %{cpan_name}-%{version}.tar.gz
+Source: 
http://www.cpan.org/authors/id/G/GA/GARU/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
+#BuildRequires: perl(Clone)
+#BuildRequires: perl(Hash::Util::FieldHash)
+%{perl_requires}
 
 %description
 This module provides a clone() method which makes recursive copies of
 nested hash, array, scalar and reference types, including tied variables
 and objects.
 
-For a slower, but more flexible solution see Storable's dclone().
+clone() takes a scalar argument and duplicates it. To duplicate lists,
+arrays or hashes, pass them in by reference. e.g.
+
+my $copy = clone (\@array);
+
+# or
+
+my %copy = %{ clone (\%hash) };
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-### rpmlint:
-# spurious-executable-perm
-# script-without-shebang
-%{__chmod} 0644 Changes *.{xs,pm}
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=$RPM_OPT_FLAGS
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
 %{__make} %{?_smp_mflags}
 
 %check
@@ -56,24 +59,11 @@
 
 %install
 %perl_make_install
-### since 11.4 perl_process_packlist
-### removes .packlist, perllocal.pod files
-%if 0%{?suse_version}  1130
 %perl_process_packlist
-%else
-# do not perl_process_packlist
-# remove .packlist file
-%{__rm} -f $RPM_BUILD_ROOT%perl_vendorarch/auto/Clone/.packlist
-# remove perllocal.pod file
-%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod
-%endif
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root,-)
+%defattr(-,root,root,755)
 %doc Changes
 
 %changelog

++ Clone-0.31.tar.gz - Clone-0.34.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Clone-0.31/Changes new/Clone-0.34/Changes
--- old/Clone-0.31/Changes  2009-01-20 05:54:37.0 +0100
+++ new/Clone-0.34/Changes  2012-12-09 22:18:48.0 +0100
@@ -1,144 +1,165 @@
-Revision history for Perl extension Clone.
+Revision history for Perl module 

commit perl-Clone for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Clone for openSUSE:Factory 
checked in at 2011-12-06 18:38:58

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


Package is perl-Clone, Maintainer is lmue...@suse.com

Changes:




Other differences:
--
++ perl-Clone.spec ++
--- /var/tmp/diff_new_pack.uzesmQ/_old  2011-12-06 19:05:48.0 +0100
+++ /var/tmp/diff_new_pack.uzesmQ/_new  2011-12-06 19:05:48.0 +0100
@@ -23,7 +23,7 @@
 Summary:Recursively copy Perl datatypes
 Version:0.31
 Release:8
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Clone/
 #Source: http://www.cpan.org/authors/id/R/RD/RDF/Clone-0.31.tar.gz

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



commit perl-Clone for openSUSE:Factory

2011-11-21 Thread h_root
Hello community,

here is the log from the commit of package perl-Clone for openSUSE:Factory 
checked in at 2011-11-21 12:36:41

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


Package is perl-Clone, Maintainer is lmue...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/perl-Clone/perl-Clone.changes2011-09-23 
12:36:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.perl-Clone.new/perl-Clone.changes   
2011-11-21 12:37:42.0 +0100
@@ -1,0 +2,5 @@
+Fri Nov 18 11:10:34 UTC 2011 - co...@suse.com
+
+- use original .tar.gz
+
+---

Old:

  Clone-0.31.tar.bz2

New:

  Clone-0.31.tar.gz



Other differences:
--
++ perl-Clone.spec ++
--- /var/tmp/diff_new_pack.rxMq8I/_old  2011-11-21 12:37:44.0 +0100
+++ /var/tmp/diff_new_pack.rxMq8I/_new  2011-11-21 12:37:44.0 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package perl-Clone (Version 0.31)
+# spec file for package perl-Clone
 #
-# 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
@@ -27,7 +27,7 @@
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Clone/
 #Source: http://www.cpan.org/authors/id/R/RD/RDF/Clone-0.31.tar.gz
-Source: %{cpan_name}-%{version}.tar.bz2
+Source: %{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %{perl_requires}
 BuildRequires:  perl

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