commit perl-Compress-Bzip2 for openSUSE:Factory

2020-07-27 Thread root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2020-07-27 17:39:53

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


Package is "perl-Compress-Bzip2"

Mon Jul 27 17:39:53 2020 rev:16 rq:822852 version:2.28

Changes:

--- /work/SRC/openSUSE:Factory/perl-Compress-Bzip2/perl-Compress-Bzip2.changes  
2020-06-02 14:35:20.890896735 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new.3592/perl-Compress-Bzip2.changes
2020-07-27 17:40:38.879013775 +0200
@@ -1,0 +2,10 @@
+Sun Jul 19 03:08:31 UTC 2020 - Tina Müller 
+
+- updated to 2.28
+   see /usr/share/doc/packages/perl-Compress-Bzip2/Changes
+
+
+  2.28 2020-07-18 08:05:11 rurban
+ - re-upload with unexpired gpg key. no changes.
+
+---

Old:

  Compress-Bzip2-2.27.tar.gz

New:

  Compress-Bzip2-2.28.tar.gz



Other differences:
--
++ perl-Compress-Bzip2.spec ++
--- /var/tmp/diff_new_pack.0Rlr75/_old  2020-07-27 17:40:41.047015810 +0200
+++ /var/tmp/diff_new_pack.0Rlr75/_new  2020-07-27 17:40:41.055015818 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Compress-Bzip2
-Version:2.27
+Version:2.28
 Release:0
 %define cpan_name Compress-Bzip2
 Summary:Interface to Bzip2 compression library
@@ -29,9 +29,9 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-Recommends: perl(Compress::Raw::Bzip2) >= 2.060
+Recommends: perl(Compress::Raw::Bzip2) >= 2.094
 Recommends: perl(Compress::Zlib) >= 1.19
-Recommends: perl(IO::Compress::Bzip2) >= 2.060
+Recommends: perl(IO::Compress::Bzip2) >= 2.094
 %{perl_requires}
 # MANUAL BEGIN
 BuildRequires:  libbz2-devel

++ Compress-Bzip2-2.27.tar.gz -> Compress-Bzip2-2.28.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.27/Changes 
new/Compress-Bzip2-2.28/Changes
--- old/Compress-Bzip2-2.27/Changes 2020-05-26 20:13:57.0 +0200
+++ new/Compress-Bzip2-2.28/Changes 2020-07-18 08:05:32.0 +0200
@@ -197,3 +197,6 @@
 2.27 2020-05-26 15:56:27 rurban
- fix various null derefs (RT #132711, reported by Petr Pisar)
- 5.6 does not work for some time, disallow
+
+2.28 2020-07-18 08:05:11 rurban
+   - re-upload with unexpired gpg key. no changes.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.27/META.json 
new/Compress-Bzip2-2.28/META.json
--- old/Compress-Bzip2-2.27/META.json   2020-05-26 20:14:09.0 +0200
+++ new/Compress-Bzip2-2.28/META.json   2020-07-18 08:11:34.0 +0200
@@ -4,7 +4,7 @@
   "Rob Janes "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 8.3508, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -32,9 +32,9 @@
   },
   "runtime" : {
  "recommends" : {
-"Compress::Raw::Bzip2" : "2.060",
+"Compress::Raw::Bzip2" : "2.094",
 "Compress::Zlib" : "1.19",
-"IO::Compress::Bzip2" : "2.060"
+"IO::Compress::Bzip2" : "2.094"
  },
  "requires" : {
 "Carp" : "0",
@@ -57,6 +57,6 @@
  "url" : "https://github.com/rurban/Compress-Bzip2;
   }
},
-   "version" : "2.27",
-   "x_serialization_backend" : "JSON::PP version 2.97001_04"
+   "version" : "2.28",
+   "x_serialization_backend" : "JSON::PP version 2.97001"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.27/META.yml 
new/Compress-Bzip2-2.28/META.yml
--- old/Compress-Bzip2-2.27/META.yml2020-05-26 20:14:08.0 +0200
+++ new/Compress-Bzip2-2.28/META.yml2020-07-18 08:11:34.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 8.3508, CPAN::Meta::Converter 
version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 7.38, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -18,9 +18,9 @@
 - t
 - inc
 recommends:
-  Compress::Raw::Bzip2: '2.060'
+  Compress::Raw::Bzip2: '2.094'
   Compress::Zlib: '1.19'
-  IO::Compress::Bzip2: '2.060'
+  IO::Compress::Bzip2: '2.094'
 requires:
   Carp: '0'
   Config: '0'
@@ -33,5 +33,5 @@
 resources:
   license: http://dev.perl.org/licenses/
   

commit perl-Compress-Bzip2 for openSUSE:Factory

2020-06-02 Thread root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2020-06-02 14:35:06

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


Package is "perl-Compress-Bzip2"

Tue Jun  2 14:35:06 2020 rev:15 rq:810044 version:2.27

Changes:

--- /work/SRC/openSUSE:Factory/perl-Compress-Bzip2/perl-Compress-Bzip2.changes  
2017-04-20 20:52:22.691847471 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new.3606/perl-Compress-Bzip2.changes
2020-06-02 14:35:20.890896735 +0200
@@ -1,0 +2,11 @@
+Wed May 27 03:08:57 UTC 2020 - Tina Müller 
+
+updated to 2.27
+   see /usr/share/doc/packages/perl-Compress-Bzip2/Changes
+
+  
+  2.27 2020-05-26 15:56:27 rurban
+ - fix various null derefs (RT #132711, reported by Petr Pisar)
+ - 5.6 does not work for some time, disallow
+
+---

Old:

  Compress-Bzip2-2.26.tar.gz

New:

  Compress-Bzip2-2.27.tar.gz



Other differences:
--
++ perl-Compress-Bzip2.spec ++
--- /var/tmp/diff_new_pack.5SIrko/_old  2020-06-02 14:35:21.750899456 +0200
+++ /var/tmp/diff_new_pack.5SIrko/_new  2020-06-02 14:35:21.754899469 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Compress-Bzip2
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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-Compress-Bzip2
-Version:2.26
+Version:2.27
 Release:0
 %define cpan_name Compress-Bzip2
 Summary:Interface to Bzip2 compression library
-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/Compress-Bzip2/
+URL:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -58,14 +58,14 @@
 
 %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}"
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++ Compress-Bzip2-2.26.tar.gz -> Compress-Bzip2-2.27.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.26/Bzip2.xs 
new/Compress-Bzip2-2.27/Bzip2.xs
--- old/Compress-Bzip2-2.26/Bzip2.xs2015-06-10 04:18:07.0 +0200
+++ new/Compress-Bzip2-2.27/Bzip2.xs2020-05-26 20:13:57.0 +0200
@@ -179,7 +179,7 @@
 
   errstr = error_num * -1 < 0 || error_num * -1 > 9 ? "Unknown" : (char *) 
bzerrorstrings[ error_num * -1 ];
 
-  if ( obj!=NULL ) {
+  if ( obj != NULL ) {
 obj->bzip_errno = error_num;
 obj->io_error = error_num == BZ_IO_ERROR ? errno : 0;
   }
@@ -216,7 +216,7 @@
 #else
 Bool bzfile_error( obj ) bzFile *obj; {
 #endif
-  return obj!=NULL ? ( obj->bzip_errno ? True : False ) : global_bzip_errno ? 
True : False;
+  return obj != NULL ? ( obj->bzip_errno ? True : False ) : global_bzip_errno 
? True : False;
 }
 
 #ifdef CAN_PROTOTYPE
@@ -224,7 +224,7 @@
 #else
 int bzfile_geterrno( obj ) bzFile *obj; {
 #endif
-  return obj==NULL ? global_bzip_errno : obj->bzip_errno;
+  return obj == NULL ? global_bzip_errno : obj->bzip_errno;
 }
 
 #ifdef CAN_PROTOTYPE
@@ -232,7 +232,7 @@
 #else
 const char *bzfile_geterrstr( obj ) bzFile *obj; {
 #endif
-  int error_num = obj==NULL ? global_bzip_errno : obj->bzip_errno;
+  int error_num = obj == NULL ? global_bzip_errno : obj->bzip_errno;
   char *errstr = error_num * -1 < 0 || error_num * -1 > 9 ? "Unknown" : (char 
*) bzerrorstrings[ error_num * -1 ];
   return errstr;
 }
@@ -242,7 +242,7 @@
 #else
 Bool bzfile_eof( obj ) bzFile *obj; {
 #endif
-  return obj==NULL ? False :
+  return obj == NULL ? False :
 obj->bzip_errno == BZ_UNEXPECTED_EOF ? True :

commit perl-Compress-Bzip2 for openSUSE:Factory

2017-04-20 Thread root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2017-04-20 20:52:20

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


Package is "perl-Compress-Bzip2"

Thu Apr 20 20:52:20 2017 rev:14 rq:487655 version:2.26

Changes:

--- /work/SRC/openSUSE:Factory/perl-Compress-Bzip2/perl-Compress-Bzip2.changes  
2016-11-13 23:02:52.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new/perl-Compress-Bzip2.changes 
2017-04-20 20:52:22.691847471 +0200
@@ -1,0 +2,10 @@
+Tue Apr 11 05:17:47 UTC 2017 - co...@suse.com
+
+- updated to 2.26
+   see /usr/share/doc/packages/perl-Compress-Bzip2/Changes
+
+  
+  2.26 2017-04-10 rurban
+ - . in @INC test fixes for perl5.26 (RT #121020)
+
+---

Old:

  Compress-Bzip2-2.25.tar.gz

New:

  Compress-Bzip2-2.26.tar.gz



Other differences:
--
++ perl-Compress-Bzip2.spec ++
--- /var/tmp/diff_new_pack.so7QR4/_old  2017-04-20 20:52:24.079651229 +0200
+++ /var/tmp/diff_new_pack.so7QR4/_new  2017-04-20 20:52:24.083650663 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Compress-Bzip2
 #
-# Copyright (c) 2016 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-Compress-Bzip2
-Version:2.25
+Version:2.26
 Release:0
 %define cpan_name Compress-Bzip2
 Summary:Interface to Bzip2 compression library
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Compress-Bzip2/
-Source0:
http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
@@ -74,6 +74,7 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ANNOUNCE Changes COPYING NEWS README.md
+%doc ANNOUNCE Changes NEWS README.md
+%license COPYING
 
 %changelog

++ Compress-Bzip2-2.25.tar.gz -> Compress-Bzip2-2.26.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.25/Changes 
new/Compress-Bzip2-2.26/Changes
--- old/Compress-Bzip2-2.25/Changes 2016-11-11 18:49:30.0 +0100
+++ new/Compress-Bzip2-2.26/Changes 2017-04-10 15:05:01.0 +0200
@@ -190,3 +190,6 @@
 
 2.25 2016-11-11 rurban
- Workaround EUMM 7.16 (RT #117800) by chorny
+
+2.26 2017-04-10 rurban
+   - . in @INC test fixes for perl5.26 (RT #121020)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.25/META.json 
new/Compress-Bzip2-2.26/META.json
--- old/Compress-Bzip2-2.25/META.json   2016-11-11 19:00:22.0 +0100
+++ new/Compress-Bzip2-2.26/META.json   2017-04-10 15:06:39.0 +0200
@@ -4,7 +4,7 @@
   "Rob Janes "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 8.0403, CPAN::Meta::Converter 
version 2.150010",
+   "generated_by" : "ExtUtils::MakeMaker version 8.0404, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -57,6 +57,6 @@
  "url" : "https://github.com/rurban/Compress-Bzip2;
   }
},
-   "version" : "2.25",
-   "x_serialization_backend" : "JSON::PP version 2.27400"
+   "version" : "2.26",
+   "x_serialization_backend" : "JSON::PP version 2.27400_02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.25/META.yml 
new/Compress-Bzip2-2.26/META.yml
--- old/Compress-Bzip2-2.25/META.yml2016-11-11 19:00:21.0 +0100
+++ new/Compress-Bzip2-2.26/META.yml2017-04-10 15:06:38.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 8.0403, CPAN::Meta::Converter 
version 2.150010'
+generated_by: 'ExtUtils::MakeMaker version 8.0404, CPAN::Meta::Converter 
version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -33,5 +33,5 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://github.com/rurban/Compress-Bzip2
-version: '2.25'
+version: '2.26'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN 

commit perl-Compress-Bzip2 for openSUSE:Factory

2016-11-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2016-11-13 23:01:48

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


Package is "perl-Compress-Bzip2"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Compress-Bzip2/perl-Compress-Bzip2.changes  
2015-12-13 09:39:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new/perl-Compress-Bzip2.changes 
2016-11-13 23:02:52.0 +0100
@@ -1,0 +2,10 @@
+Sat Nov 12 06:10:36 UTC 2016 - co...@suse.com
+
+- updated to 2.25
+   see /usr/share/doc/packages/perl-Compress-Bzip2/Changes
+
+  
+  2.25 2016-11-11 rurban
+ - Workaround EUMM 7.16 (RT #117800) by chorny
+
+---

Old:

  Compress-Bzip2-2.24.tar.gz

New:

  Compress-Bzip2-2.25.tar.gz



Other differences:
--
++ perl-Compress-Bzip2.spec ++
--- /var/tmp/diff_new_pack.0QtYKk/_old  2016-11-13 23:02:53.0 +0100
+++ /var/tmp/diff_new_pack.0QtYKk/_new  2016-11-13 23:02:53.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Compress-Bzip2
 #
-# 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-Compress-Bzip2
-Version:2.24
+Version:2.25
 Release:0
 %define cpan_name Compress-Bzip2
 Summary:Interface to Bzip2 compression library

++ Compress-Bzip2-2.24.tar.gz -> Compress-Bzip2-2.25.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.24/Changes 
new/Compress-Bzip2-2.25/Changes
--- old/Compress-Bzip2-2.24/Changes 2015-12-08 15:45:33.0 +0100
+++ new/Compress-Bzip2-2.25/Changes 2016-11-11 18:49:30.0 +0100
@@ -187,3 +187,6 @@
- Silence gcc-5 optimizer warning (RT #105647)
  with internal BUILD_BZLIB=1
- Improve kwalitee test
+
+2.25 2016-11-11 rurban
+   - Workaround EUMM 7.16 (RT #117800) by chorny
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.24/META.json 
new/Compress-Bzip2-2.25/META.json
--- old/Compress-Bzip2-2.24/META.json   2015-12-08 15:50:39.0 +0100
+++ new/Compress-Bzip2-2.25/META.json   2016-11-11 19:00:22.0 +0100
@@ -4,7 +4,7 @@
   "Rob Janes "
],
"dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter 
version 2.150005",
+   "generated_by" : "ExtUtils::MakeMaker version 8.0403, CPAN::Meta::Converter 
version 2.150010",
"license" : [
   "perl_5"
],
@@ -57,6 +57,6 @@
  "url" : "https://github.com/rurban/Compress-Bzip2;
   }
},
-   "version" : "2.24",
-   "x_serialization_backend" : "JSON::PP version 2.27300"
+   "version" : "2.25",
+   "x_serialization_backend" : "JSON::PP version 2.27400"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.24/META.yml 
new/Compress-Bzip2-2.25/META.yml
--- old/Compress-Bzip2-2.24/META.yml2015-12-08 15:50:39.0 +0100
+++ new/Compress-Bzip2-2.25/META.yml2016-11-11 19:00:21.0 +0100
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 7.1, CPAN::Meta::Converter version 
2.150005'
+generated_by: 'ExtUtils::MakeMaker version 8.0403, CPAN::Meta::Converter 
version 2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -33,5 +33,5 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://github.com/rurban/Compress-Bzip2
-version: '2.24'
-x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
+version: '2.25'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.24/SIGNATURE 
new/Compress-Bzip2-2.25/SIGNATURE
--- old/Compress-Bzip2-2.24/SIGNATURE   2015-12-08 15:50:43.0 +0100
+++ new/Compress-Bzip2-2.25/SIGNATURE   2016-11-11 19:00:26.0 +0100
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.79.
+signed via the Module::Signature module, version 0.81.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:

commit perl-Compress-Bzip2 for openSUSE:Factory

2015-12-13 Thread h_root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2015-12-13 09:39:47

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


Package is "perl-Compress-Bzip2"

Changes:

--- /work/SRC/openSUSE:Factory/perl-Compress-Bzip2/perl-Compress-Bzip2.changes  
2015-04-18 10:40:37.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new/perl-Compress-Bzip2.changes 
2015-12-13 09:39:53.0 +0100
@@ -1,0 +2,17 @@
+Wed Dec  9 09:00:04 UTC 2015 - co...@suse.com
+
+- updated to 2.24
+   see /usr/share/doc/packages/perl-Compress-Bzip2/Changes
+
+  
+  2.23 2015-06-08 rurban
+ - HP-UX lddlflags fix by Merjin Brand (RT #105096)
+   "ld: Unrecognized argument: -Wl,-E"
+ - -Wformat fixes
+  
+  2.24 2015-12-08 rurban
+ - Silence gcc-5 optimizer warning (RT #105647)
+   with internal BUILD_BZLIB=1
+ - Improve kwalitee test
+
+---

Old:

  Compress-Bzip2-2.22.tar.gz

New:

  Compress-Bzip2-2.24.tar.gz



Other differences:
--
++ perl-Compress-Bzip2.spec ++
--- /var/tmp/diff_new_pack.opC1jE/_old  2015-12-13 09:39:54.0 +0100
+++ /var/tmp/diff_new_pack.opC1jE/_new  2015-12-13 09:39:54.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   perl-Compress-Bzip2
-Version:2.22
+Version:2.24
 Release:0
 %define cpan_name Compress-Bzip2
 Summary:Interface to Bzip2 compression library
@@ -40,9 +40,9 @@
 
 %description
 The _Compress::Bzip2_ module provides a Perl interface to the *bzip2*
-compression library (see the /AUTHOR manpage for details about where to get
-_Bzip2_). A relevant subset of the functionality provided by _bzip2_ is
-available in _Compress::Bzip2_.
+compression library (see AUTHOR for details about where to get _Bzip2_). A
+relevant subset of the functionality provided by _bzip2_ is available in
+_Compress::Bzip2_.
 
 All string parameters can either be a scalar or a scalar reference.
 
@@ -53,12 +53,12 @@
 *NOTE*
 
 _Compress::Bzip2_ is just a simple _bzip2_ binding, comparable to the old
-the Compress::Zlib manpage library. It is not well integrated into PerlIO,
-use the preferred the IO::Compress::Bzip2 manpage instead.
+Compress::Zlib library. It is not well integrated into PerlIO, use the
+preferred IO::Compress::Bzip2 instead.
 
 %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}"

++ Compress-Bzip2-2.22.tar.gz -> Compress-Bzip2-2.24.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.22/Bzip2.xs 
new/Compress-Bzip2-2.24/Bzip2.xs
--- old/Compress-Bzip2-2.22/Bzip2.xs2015-02-19 10:54:20.0 +0100
+++ new/Compress-Bzip2-2.24/Bzip2.xs2015-06-10 04:18:07.0 +0200
@@ -1839,7 +1839,7 @@
noprefix = 1;
RETVAL = newSV(len * 10);
   } else {
-   warn("invalid buffer (too short %ld or bad marker %d)",len,in[0]);
+   warn("invalid buffer (too short %ld or bad marker %d)",(long)len,in[0]);
XSRETURN_UNDEF;
   }
 } else {
@@ -2396,7 +2396,7 @@
 
if ( obj->verbosity>=4 )
  PerlIO_printf(PerlIO_stderr(), "debug: bzdeflate collected %d, 
outbuf is now %ld\n",
-   amt_collected, outp-firstp);
+   amt_collected, (long)(outp-firstp));
  }
 
  if ( errno != EAGAIN ) error_flag = 1;
@@ -2428,7 +2428,7 @@
 
   if ( obj->verbosity>=4 )
PerlIO_printf(PerlIO_stderr(), "debug: bzdeflate collected %d, outbuf 
is now %ld\n",
- amt_collected, outp-firstp);
+ amt_collected, (long)(outp-firstp));
 }
 
 if ( errno != EAGAIN ) error_flag = 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.22/Changes 
new/Compress-Bzip2-2.24/Changes
--- old/Compress-Bzip2-2.22/Changes 2015-02-19 10:54:29.0 +0100
+++ new/Compress-Bzip2-2.24/Changes 2015-12-08 15:45:33.0 +0100
@@ -177,3 +177,13 @@
- Better memory leak testcase with Memory::Dump, t/090-memory-usage.pl
  (RT #102211 by Nick Koston)
- clarify docs that deflate = compress, inflate = uncompress
+
+2.23 2015-06-08 rurban
+   - HP-UX lddlflags fix by Merjin Brand (RT #105096)
+ "ld: Unrecognized argument: -Wl,-E"
+   - -Wformat fixes
+
+2.24 2015-12-08 rurban
+   - Silence gcc-5 optimizer warning (RT #105647)
+ 

commit perl-Compress-Bzip2 for openSUSE:Factory

2015-04-18 Thread h_root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2015-04-18 10:40:35

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


Package is perl-Compress-Bzip2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Compress-Bzip2/perl-Compress-Bzip2.changes  
2015-02-10 20:21:31.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new/perl-Compress-Bzip2.changes 
2015-04-18 10:40:37.0 +0200
@@ -1,0 +2,17 @@
+Thu Apr 16 21:31:43 UTC 2015 - co...@suse.com
+
+- updated to 2.22
+   see /usr/share/doc/packages/perl-Compress-Bzip2/Changes
+
+  
+  2.21 2015-02-17 rurban
+ - Add leaktrace test
+ - Add .gitignore
+  
+  2.22 2015-02-17 rurban
+ - Fixed huge decompress memory leak, leaking every single XS outbut 
buffer.
+ - Better memory leak testcase with Memory::Dump, t/090-memory-usage.pl
+   (RT #102211 by Nick Koston)
+ - clarify docs that deflate = compress, inflate = uncompress
+
+---

Old:

  Compress-Bzip2-2.20.tar.gz

New:

  Compress-Bzip2-2.22.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Compress-Bzip2.spec ++
--- /var/tmp/diff_new_pack.tntGZI/_old  2015-04-18 10:40:37.0 +0200
+++ /var/tmp/diff_new_pack.tntGZI/_new  2015-04-18 10:40:37.0 +0200
@@ -17,14 +17,15 @@
 
 
 Name:   perl-Compress-Bzip2
-Version:2.20
+Version:2.22
 Release:0
 %define cpan_name Compress-Bzip2
 Summary:Interface to Bzip2 compression library
 License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Compress-Bzip2/
-Source: 
http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
@@ -32,9 +33,10 @@
 Recommends: perl(Compress::Zlib) = 1.19
 Recommends: perl(IO::Compress::Bzip2) = 2.060
 %{perl_requires}
-# MANUAL
+# MANUAL BEGIN
 BuildRequires:  libbz2-devel
 Requires:   bzip2
+# MANUAL END
 
 %description
 The _Compress::Bzip2_ module provides a Perl interface to the *bzip2*

++ Compress-Bzip2-2.20.tar.gz - Compress-Bzip2-2.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.20/.gitignore 
new/Compress-Bzip2-2.22/.gitignore
--- old/Compress-Bzip2-2.20/.gitignore  1970-01-01 01:00:00.0 +0100
+++ new/Compress-Bzip2-2.22/.gitignore  2015-02-19 10:55:51.0 +0100
@@ -0,0 +1,45 @@
+/.gdbinit
+*~
+.bash_history
+Bzip2.bs
+Bzip2.c
+Bzip2.o
+Compress-Bzip2-*.tar.gz
+Debian_CPANTS.txt
+MANIFEST.files
+META.yml
+MYMETA.json
+MYMETA.yml
+Makefile
+Makefile.old
+blib/
+bzlib-src/Makefile.old
+const-c.inc
+const-xs.inc
+/log.*
+pm_to_blib
+show_bzversion
+t/011-tmp-sample.bz2
+t/020-tmp-sample.bz2
+t/021-tmp-sample.bz2
+t/022-tmp-sample.bz2
+t/023-tmp-sample.bz2
+t/024-tmp-reference.bz2
+t/024-tmp-sample.bz2
+t/025-tmp-reference.bz2
+t/025-tmp-sample.bz2
+t/026-tmp-reference.bz2
+t/026-tmp-sample.bz2
+t/030-tmp-sample.txt
+t/031-tmp-sample.txt
+t/032-tmp-sample.txt
+t/033-tmp-sample.txt
+t/034-tmp-reference.bz2
+t/034-tmp-reference.txt
+t/034-tmp-sample.txt
+t/035-tmp-sample.txt
+t/041-tmp-protected.bz2
+t/050-tmp-out.bz2
+t/051-tmp-out.bz2
+t/051-tmp-reference-out-bunzip2.txt
+t/060-tmp-out.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.20/Bzip2.xs 
new/Compress-Bzip2-2.22/Bzip2.xs
--- old/Compress-Bzip2-2.20/Bzip2.xs2013-03-26 20:48:59.0 +0100
+++ new/Compress-Bzip2-2.22/Bzip2.xs2015-02-19 10:54:20.0 +0100
@@ -2033,7 +2033,7 @@
  XPUSHs(sv_2mortal(newSVpv(,0)));
   }
   else
-XPUSHs(outbuf);
+XPUSHs(sv_2mortal(outbuf));
 
   if (GIMME == G_ARRAY) 
 XPUSHs(sv_2mortal(newSViv(global_bzip_errno)));
@@ -2096,7 +2096,7 @@
   if (outbuf==NULL)
XPUSHs(sv_newmortal());
   else
-   XPUSHs(outbuf);
+   XPUSHs(sv_2mortal(outbuf));
 
   if (GIMME == G_ARRAY) 
XPUSHs(sv_2mortal(newSViv(global_bzip_errno)));
@@ -2440,7 +2440,7 @@
XPUSHs(sv_2mortal(newSVpv(,0)));
 }
 else
-  XPUSHs(outbuf);
+  XPUSHs(sv_2mortal(outbuf));
 
 if (GIMME == G_ARRAY) 
   XPUSHs(sv_2mortal(newSViv(global_bzip_errno)));
@@ -2479,7 +2479,6 @@
 
 perlobj = newSV(0);
 sv_setref_iv( 

commit perl-Compress-Bzip2 for openSUSE:Factory

2015-02-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2015-02-10 20:21:30

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


Package is perl-Compress-Bzip2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Compress-Bzip2/perl-Compress-Bzip2.changes  
2014-09-17 17:25:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new/perl-Compress-Bzip2.changes 
2015-02-10 20:21:31.0 +0100
@@ -1,0 +2,10 @@
+Fri Feb  6 13:13:05 UTC 2015 - co...@suse.com
+
+- updated to 2.20
+- fixed generated SIGNATURE (EUMM parallel make issue)
+ 
+ 2.20 2015-01-15 rurban
+- Convert README to markdown, mention the preferred IO::Compress::Bzip2 in
+  the docs (done by Pattarawat Chormai, GH PR #2)
+
+---

Old:

  Compress-Bzip2-2.18.tar.gz

New:

  Compress-Bzip2-2.20.tar.gz



Other differences:
--
++ perl-Compress-Bzip2.spec ++
--- /var/tmp/diff_new_pack.eeHxfB/_old  2015-02-10 20:21:33.0 +0100
+++ /var/tmp/diff_new_pack.eeHxfB/_new  2015-02-10 20:21:33.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Compress-Bzip2
 #
-# 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-Compress-Bzip2
-Version:2.18
+Version:2.20
 Release:0
 %define cpan_name Compress-Bzip2
 Summary:Interface to Bzip2 compression library
@@ -37,9 +37,9 @@
 Requires:   bzip2
 
 %description
-The _Compress::Bzip2_ module provides a Perl interface to the _Bzip2_
+The _Compress::Bzip2_ module provides a Perl interface to the *bzip2*
 compression library (see the /AUTHOR manpage for details about where to get
-_Bzip2_). A relevant subset of the functionality provided by _Bzip2_ is
+_Bzip2_). A relevant subset of the functionality provided by _bzip2_ is
 available in _Compress::Bzip2_.
 
 All string parameters can either be a scalar or a scalar reference.
@@ -48,6 +48,12 @@
 in-memory compression/decompression and read/write access to _bzip2_ files.
 Each of these areas will be discussed separately below.
 
+*NOTE*
+
+_Compress::Bzip2_ is just a simple _bzip2_ binding, comparable to the old
+the Compress::Zlib manpage library. It is not well integrated into PerlIO,
+use the preferred the IO::Compress::Bzip2 manpage instead.
+
 %prep
 %setup -q -n %{cpan_name}-%{version}
 find . -type f -print0 | xargs -0 chmod 644
@@ -66,6 +72,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc ANNOUNCE Changes COPYING NEWS README
+%doc ANNOUNCE Changes COPYING NEWS README.md
 
 %changelog

++ Compress-Bzip2-2.18.tar.gz - Compress-Bzip2-2.20.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.18/Changes 
new/Compress-Bzip2-2.20/Changes
--- old/Compress-Bzip2-2.18/Changes 2014-08-07 01:53:14.0 +0200
+++ new/Compress-Bzip2-2.20/Changes 2015-01-15 10:44:41.0 +0100
@@ -159,4 +159,11 @@
- [cpan #68572] add ccdlflags for show_bzversion missing -R also, similar 
to the
  fix in 2.11. Not a EUMM bug.
- require constant 1.04 (since 5.8) to accept hashrefs.
-   - add META to MANIFEST
\ No newline at end of file
+   - add META to MANIFEST
+
+2.19 2015-10-24 rurban
+   - fixed generated SIGNATURE (EUMM parallel make issue)
+
+2.20 2015-01-15 rurban
+   - Convert README to markdown, mention the preferred IO::Compress::Bzip2 in
+ the docs (done by Pattarawat Chormai, GH PR #2)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.18/MANIFEST 
new/Compress-Bzip2-2.20/MANIFEST
--- old/Compress-Bzip2-2.18/MANIFEST2014-08-07 01:53:30.0 +0200
+++ new/Compress-Bzip2-2.20/MANIFEST2015-01-15 10:46:24.0 +0100
@@ -1,12 +1,10 @@
-README
+README.md
 Changes
 MANIFEST
 COPYING
 INSTALL
 ANNOUNCE
 NEWS
-META.json
-META.yml
 Makefile.PL
 config.in
 ppport.h
@@ -109,4 +107,6 @@
 t/900_perl_minimum_version.t
 t/900_pod-coverage.t
 t/900_pod.t
+META.yml Module YAML meta-data (added by 
MakeMaker)
+META.jsonModule JSON meta-data (added by 
MakeMaker)
 SIGNATUREPublic-key signature (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 

commit perl-Compress-Bzip2 for openSUSE:Factory

2014-09-17 Thread h_root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2014-09-17 17:25:36

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


Package is perl-Compress-Bzip2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Compress-Bzip2/perl-Compress-Bzip2.changes  
2013-10-10 12:03:35.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new/perl-Compress-Bzip2.changes 
2014-09-17 17:25:50.0 +0200
@@ -1,0 +2,9 @@
+Mon Sep 15 15:15:15 UTC 2014 - co...@suse.com
+
+- updated to 2.18
+   - [cpan #68572] add ccdlflags for show_bzversion missing -R also, similar 
to the
+ fix in 2.11. Not a EUMM bug.
+   - require constant 1.04 (since 5.8) to accept hashrefs.
+   - add META to MANIFEST
+
+---

Old:

  Compress-Bzip2-2.17.tar.gz

New:

  Compress-Bzip2-2.18.tar.gz



Other differences:
--
++ perl-Compress-Bzip2.spec ++
--- /var/tmp/diff_new_pack.DNBbUh/_old  2014-09-17 17:25:51.0 +0200
+++ /var/tmp/diff_new_pack.DNBbUh/_new  2014-09-17 17:25:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Compress-Bzip2
 #
-# 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-Compress-Bzip2
-Version:2.17
+Version:2.18
 Release:0
 %define cpan_name Compress-Bzip2
 Summary:Interface to Bzip2 compression library
@@ -28,15 +28,13 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
-#BuildRequires: perl(Compress::Bzip2)
-#BuildRequires: perl(Test::Kwalitee)
 Recommends: perl(Compress::Raw::Bzip2) = 2.060
 Recommends: perl(Compress::Zlib) = 1.19
 Recommends: perl(IO::Compress::Bzip2) = 2.060
+%{perl_requires}
 # MANUAL
 BuildRequires:  libbz2-devel
 Requires:   bzip2
-%{perl_requires}
 
 %description
 The _Compress::Bzip2_ module provides a Perl interface to the _Bzip2_

++ Compress-Bzip2-2.17.tar.gz - Compress-Bzip2-2.18.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.17/Changes 
new/Compress-Bzip2-2.18/Changes
--- old/Compress-Bzip2-2.17/Changes 2013-08-28 17:48:58.0 +0200
+++ new/Compress-Bzip2-2.18/Changes 2014-08-07 01:53:14.0 +0200
@@ -154,3 +154,9 @@
 
 2.17 2013-08-28 rurban
- Fixed license in README (thanks to John Peacock)
+
+2.18 2014-08-06 rurban
+   - [cpan #68572] add ccdlflags for show_bzversion missing -R also, similar 
to the
+ fix in 2.11. Not a EUMM bug.
+   - require constant 1.04 (since 5.8) to accept hashrefs.
+   - add META to MANIFEST
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.17/MANIFEST 
new/Compress-Bzip2-2.18/MANIFEST
--- old/Compress-Bzip2-2.17/MANIFEST2013-08-28 17:51:04.0 +0200
+++ new/Compress-Bzip2-2.18/MANIFEST2014-08-07 01:53:30.0 +0200
@@ -5,6 +5,8 @@
 INSTALL
 ANNOUNCE
 NEWS
+META.json
+META.yml
 Makefile.PL
 config.in
 ppport.h
@@ -107,6 +109,4 @@
 t/900_perl_minimum_version.t
 t/900_pod-coverage.t
 t/900_pod.t
-META.yml Module YAML meta-data (added by 
MakeMaker)
-META.jsonModule JSON meta-data (added by 
MakeMaker)
 SIGNATUREPublic-key signature (added by 
MakeMaker)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.17/META.json 
new/Compress-Bzip2-2.18/META.json
--- old/Compress-Bzip2-2.17/META.json   2013-08-28 17:51:04.0 +0200
+++ new/Compress-Bzip2-2.18/META.json   2014-08-07 01:53:31.0 +0200
@@ -4,7 +4,7 @@
   Rob Janes ar...@cpan.org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter 
version 2.131560,
+   generated_by : ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.142060,
license : [
   perl_5
],
@@ -43,7 +43,8 @@
 File::Copy : 0,
 File::Spec : 0,
 Getopt::Std : 0,
-Test::More : 0
+Test::More : 0,
+constant : 1.04
  }
   }
},
@@ -56,5 +57,5 @@
  url : https://github.com/rurban/Compress-Bzip2;
   }
},
-   version : 2.17
+   

commit perl-Compress-Bzip2 for openSUSE:Factory

2013-10-10 Thread h_root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2013-10-10 12:03:34

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


Package is perl-Compress-Bzip2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Compress-Bzip2/perl-Compress-Bzip2.changes  
2013-07-29 21:08:46.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new/perl-Compress-Bzip2.changes 
2013-10-10 12:03:35.0 +0200
@@ -1,0 +2,7 @@
+Fri Oct  4 09:13:41 UTC 2013 - co...@suse.com
+
+- updated to 2.17
+  - Fixed license in README (thanks to John Peacock)
+- remove Compress-Bzip2-2.09.diff
+
+---

Old:

  Compress-Bzip2-2.09.diff
  Compress-Bzip2-2.16.tar.gz

New:

  Compress-Bzip2-2.17.tar.gz



Other differences:
--
++ perl-Compress-Bzip2.spec ++
--- /var/tmp/diff_new_pack.rq6FhP/_old  2013-10-10 12:03:37.0 +0200
+++ /var/tmp/diff_new_pack.rq6FhP/_new  2013-10-10 12:03:37.0 +0200
@@ -17,46 +17,46 @@
 
 
 Name:   perl-Compress-Bzip2
+Version:2.17
+Release:0
 %define cpan_name Compress-Bzip2
 Summary:Interface to Bzip2 compression library
-License:GPL-1.0+ or Artistic-1.0
+License:Artistic-1.0 or GPL-1.0+
 Group:  Development/Libraries/Perl
-Version:2.16
-Release:0
-Url:http://cpan.org/modules/by-module/Compress/
-Source: %{cpan_name}-%{version}.tar.gz
-Patch:  %{cpan_name}-2.09.diff
+Url:http://search.cpan.org/dist/Compress-Bzip2/
+Source: 
http://www.cpan.org/authors/id/R/RU/RURBAN/%{cpan_name}-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-%{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Carp)
-BuildRequires:  perl(Config)
-BuildRequires:  perl(Fcntl)
-BuildRequires:  perl(File::Copy)
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(Getopt::Std)
-BuildRequires:  perl(Test::More)
-# other not perl || perl-base
+#BuildRequires: perl(Compress::Bzip2)
+#BuildRequires: perl(Test::Kwalitee)
+Recommends: perl(Compress::Raw::Bzip2) = 2.060
+Recommends: perl(Compress::Zlib) = 1.19
+Recommends: perl(IO::Compress::Bzip2) = 2.060
+# MANUAL
 BuildRequires:  libbz2-devel
 Requires:   bzip2
+%{perl_requires}
 
 %description
-The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression
- library (see AUTHOR for details about where to get Bzip2). A relevant subset
- of the functionality provided by Bzip2 is available in Compress::Bzip2.
+The _Compress::Bzip2_ module provides a Perl interface to the _Bzip2_
+compression library (see the /AUTHOR manpage for details about where to get
+_Bzip2_). A relevant subset of the functionality provided by _Bzip2_ is
+available in _Compress::Bzip2_.
+
+All string parameters can either be a scalar or a scalar reference.
+
+The module can be split into two general areas of functionality, namely
+in-memory compression/decompression and read/write access to _bzip2_ files.
+Each of these areas will be discussed separately below.
 
 %prep
 %setup -q -n %{cpan_name}-%{version}
-%patch -p0
+find . -type f -print0 | xargs -0 chmod 644
 
 %build
-#BUILD_BZLIB=0
-BZLIB_INCLUDE=%{_includedir}
-BZLIB_LIB=%{_libdir}
-BZLIB_BIN=%{_bindir}
-perl Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall LDDLFLAGS= -shared 
-L%{_libdir} LDFLAGS= -L%{_libdir}
-%{__make}
+%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE=%{optflags}
+%{__make} %{?_smp_mflags}
 
 %check
 %{__make} test
@@ -66,11 +66,8 @@
 %perl_process_packlist
 %perl_gen_filelist
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.files
-%defattr(-,root,root)
-%doc COPYING Changes README
+%defattr(-,root,root,755)
+%doc ANNOUNCE Changes COPYING NEWS README
 
 %changelog

++ Compress-Bzip2-2.16.tar.gz - Compress-Bzip2-2.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.16/Changes 
new/Compress-Bzip2-2.17/Changes
--- old/Compress-Bzip2-2.16/Changes 2013-06-18 18:08:02.0 +0200
+++ new/Compress-Bzip2-2.17/Changes 2013-08-28 17:48:58.0 +0200
@@ -151,3 +151,6 @@
 
 2.16 2013-06-18 rurban
- pod typo fixed by GH dsteinbrunner.
+
+2.17 2013-08-28 rurban
+   - Fixed license in README (thanks to John Peacock)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.16/META.json 
new/Compress-Bzip2-2.17/META.json
--- old/Compress-Bzip2-2.16/META.json   2013-06-18 18:41:28.0 +0200
+++ 

commit perl-Compress-Bzip2 for openSUSE:Factory

2013-07-29 Thread h_root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2013-07-29 21:08:44

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


Package is perl-Compress-Bzip2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Compress-Bzip2/perl-Compress-Bzip2.changes  
2013-06-06 12:19:21.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new/perl-Compress-Bzip2.changes 
2013-07-29 21:08:46.0 +0200
@@ -1,0 +2,6 @@
+Sat Jul 27 12:07:12 UTC 2013 - co...@suse.com
+
+- update to 2.16
+  - pod typo fixed by GH dsteinbrunner.
+
+---

Old:

  Compress-Bzip2-2.15.tar.gz

New:

  Compress-Bzip2-2.16.tar.gz



Other differences:
--
++ perl-Compress-Bzip2.spec ++
--- /var/tmp/diff_new_pack.J02Iil/_old  2013-07-29 21:08:46.0 +0200
+++ /var/tmp/diff_new_pack.J02Iil/_new  2013-07-29 21:08:46.0 +0200
@@ -21,7 +21,7 @@
 Summary:Interface to Bzip2 compression library
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:2.15
+Version:2.16
 Release:0
 Url:http://cpan.org/modules/by-module/Compress/
 Source: %{cpan_name}-%{version}.tar.gz

++ Compress-Bzip2-2.15.tar.gz - Compress-Bzip2-2.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.15/Changes 
new/Compress-Bzip2-2.16/Changes
--- old/Compress-Bzip2-2.15/Changes 2013-04-05 16:55:58.0 +0200
+++ new/Compress-Bzip2-2.16/Changes 2013-06-18 18:08:02.0 +0200
@@ -148,3 +148,6 @@
 2.15 2013-04-05 rurban
- Silence show_bzversion warnings with make test in t/lib.pl when -lbz2 is 
unusable.
  ParseConfig is duplicated and not needed in t/lib.pl, but I'll leave it 
there.
+
+2.16 2013-06-18 rurban
+   - pod typo fixed by GH dsteinbrunner.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.15/META.json 
new/Compress-Bzip2-2.16/META.json
--- old/Compress-Bzip2-2.15/META.json   2013-04-05 17:27:37.0 +0200
+++ new/Compress-Bzip2-2.16/META.json   2013-06-18 18:41:28.0 +0200
@@ -4,7 +4,7 @@
   Rob Janes ar...@cpan.org
],
dynamic_config : 1,
-   generated_by : ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.120630,
+   generated_by : ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter 
version 2.130880,
license : [
   perl_5
],
@@ -56,5 +56,5 @@
  url : https://github.com/rurban/Compress-Bzip2;
   }
},
-   version : 2.15
+   version : 2.16
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.15/META.yml 
new/Compress-Bzip2-2.16/META.yml
--- old/Compress-Bzip2-2.15/META.yml2013-04-05 17:27:37.0 +0200
+++ new/Compress-Bzip2-2.16/META.yml2013-06-18 18:41:28.0 +0200
@@ -7,7 +7,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 
2.120630'
+generated_by: 'ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter version 
2.130880'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -32,4 +32,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: https://github.com/rurban/Compress-Bzip2
-version: 2.15
+version: 2.16
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.15/SIGNATURE 
new/Compress-Bzip2-2.16/SIGNATURE
--- old/Compress-Bzip2-2.15/SIGNATURE   2013-04-05 17:27:40.0 +0200
+++ new/Compress-Bzip2-2.16/SIGNATURE   2013-06-18 18:41:32.0 +0200
@@ -17,11 +17,11 @@
 SHA1 321030dcade0d87dba537aff99fcba66230971d0 ANNOUNCE
 SHA1 d8094d7a2ccce1ff3a3fc69a76c73dd15291cc65 Bzip2.xs
 SHA1 ff8688f52f05aa77ac2522c7970e6ab23bf77d0e COPYING
-SHA1 f0a7cef9e514e4e90637b2f6daad769e531954f7 Changes
+SHA1 387c45ffcd9ba5d79b6b1b81e70df2394755c954 Changes
 SHA1 06186a4d62ebec3ffac9a4f5457458436d7302c5 INSTALL
 SHA1 dd1e07a034c254f94c1ee14562aeac83a653d3b1 MANIFEST
-SHA1 7450bcd85896695b7fbe0c906d4afd8e110ba991 META.json
-SHA1 e2c094b8509e97728b7546060b16a3b1e9c383a9 META.yml
+SHA1 1b1d8076b1846b7ea32323d3e99ae0db9efed0db META.json
+SHA1 2fe67b63ae9e66bf1eaad5ba3acf2e061c54a694 META.yml
 SHA1 37454ac6a9d9000cf85c79514e6a0344da309a1e Makefile.PL
 SHA1 01ca12f980ac0675ebc82d84c432bbf3be80c74c NEWS
 SHA1 29150767f937349476e535058519683813ddd965 README
@@ -89,7 +89,7 @@
 SHA1 

commit perl-Compress-Bzip2 for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2013-06-06 12:19:20

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


Package is perl-Compress-Bzip2

Changes:

--- /work/SRC/openSUSE:Factory/perl-Compress-Bzip2/perl-Compress-Bzip2.changes  
2013-03-08 09:36:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new/perl-Compress-Bzip2.changes 
2013-06-06 12:19:21.0 +0200
@@ -1,0 +2,5 @@
+Mon Jun  3 15:50:38 UTC 2013 - co...@suse.com
+
+- updated to 2.15, no changelog
+
+---

Old:

  Compress-Bzip2-2.09.tar.gz

New:

  Compress-Bzip2-2.15.tar.gz



Other differences:
--
++ perl-Compress-Bzip2.spec ++
--- /var/tmp/diff_new_pack.EWD7LJ/_old  2013-06-06 12:19:22.0 +0200
+++ /var/tmp/diff_new_pack.EWD7LJ/_new  2013-06-06 12:19:22.0 +0200
@@ -21,7 +21,7 @@
 Summary:Interface to Bzip2 compression library
 License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
-Version:2.09
+Version:2.15
 Release:0
 Url:http://cpan.org/modules/by-module/Compress/
 Source: %{cpan_name}-%{version}.tar.gz

++ Compress-Bzip2-2.09.tar.gz - Compress-Bzip2-2.15.tar.gz ++
 95099 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-Compress-Bzip2 for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2013-03-08 09:36:45

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


Package is perl-Compress-Bzip2, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/perl-Compress-Bzip2/perl-Compress-Bzip2.changes  
2012-11-28 12:00:42.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new/perl-Compress-Bzip2.changes 
2013-03-08 09:36:46.0 +0100
@@ -1,0 +2,5 @@
+Thu Mar  7 06:18:53 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ perl-Compress-Bzip2.spec ++
--- /var/tmp/diff_new_pack.iVJ8nc/_old  2013-03-08 09:36:47.0 +0100
+++ /var/tmp/diff_new_pack.iVJ8nc/_new  2013-03-08 09:36:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Compress-Bzip2
 #
-# 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,14 +16,13 @@
 #
 
 
-
 Name:   perl-Compress-Bzip2
 %define cpan_name Compress-Bzip2
 Summary:Interface to Bzip2 compression library
-Version:2.09
-Release:1
-License:GPL+ or Artistic
+License:GPL-1.0+ or Artistic-1.0
 Group:  Development/Libraries/Perl
+Version:2.09
+Release:0
 Url:http://cpan.org/modules/by-module/Compress/
 Source: %{cpan_name}-%{version}.tar.gz
 Patch:  %{cpan_name}-2.09.diff
@@ -31,13 +30,13 @@
 %{perl_requires}
 BuildRequires:  perl
 BuildRequires:  perl-macros
-BuildRequires:  perl(Test::More)
-BuildRequires:  perl(File::Spec)
-BuildRequires:  perl(File::Copy)
-BuildRequires:  perl(Config)
 BuildRequires:  perl(Carp)
-BuildRequires:  perl(Getopt::Std)
+BuildRequires:  perl(Config)
 BuildRequires:  perl(Fcntl)
+BuildRequires:  perl(File::Copy)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(Getopt::Std)
+BuildRequires:  perl(Test::More)
 # other not perl || perl-base
 BuildRequires:  libbz2-devel
 Requires:   bzip2

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



commit perl-Compress-Bzip2 for openSUSE:Factory

2012-11-28 Thread h_root
Hello community,

here is the log from the commit of package perl-Compress-Bzip2 for 
openSUSE:Factory checked in at 2012-11-28 12:00:27

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


Package is perl-Compress-Bzip2, Maintainer is 

Changes:

New Changes file:

--- /dev/null   2012-11-26 11:02:30.307549147 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new/perl-Compress-Bzip2.changes 
2012-11-28 12:00:42.0 +0100
@@ -0,0 +1,33 @@
+---
+Tue Apr 12 09:47:33 UTC 2011 - ch...@computersalat.de
+
+- fix license
+- remove Author from spec
+
+---
+Tue Apr 12 06:21:35 UTC 2011 - ku...@novell.com
+
+- Fix compiler warning about missing return statement
+
+---
+Wed Dec  1 13:31:04 UTC 2010 - co...@novell.com
+
+- switch to perl_requires macro
+
+---
+Thu Dec 10 19:05:59 UTC 2009 - ch...@computersalat.de
+
+- mods to build env
+
+---
+Sat Jul 25 19:29:45 CEST 2009 - ch...@computersalat.de
+
+- spec mods
+  * removed ^--
+  * removed ^#-
+
+---
+Sun Jun 28 20:48:23 CEST 2009 - ch...@computersalat.de
+
+- initial pkg 2.09
+

New:

  Compress-Bzip2-2.09.diff
  Compress-Bzip2-2.09.tar.gz
  perl-Compress-Bzip2.changes
  perl-Compress-Bzip2.spec



Other differences:
--
++ perl-Compress-Bzip2.spec ++
#
# spec file for package perl-Compress-Bzip2
#
# 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An Open Source License is a
# 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/
#



Name:   perl-Compress-Bzip2
%define cpan_name Compress-Bzip2
Summary:Interface to Bzip2 compression library
Version:2.09
Release:1
License:GPL+ or Artistic
Group:  Development/Libraries/Perl
Url:http://cpan.org/modules/by-module/Compress/
Source: %{cpan_name}-%{version}.tar.gz
Patch:  %{cpan_name}-2.09.diff
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
%{perl_requires}
BuildRequires:  perl
BuildRequires:  perl-macros
BuildRequires:  perl(Test::More)
BuildRequires:  perl(File::Spec)
BuildRequires:  perl(File::Copy)
BuildRequires:  perl(Config)
BuildRequires:  perl(Carp)
BuildRequires:  perl(Getopt::Std)
BuildRequires:  perl(Fcntl)
# other not perl || perl-base
BuildRequires:  libbz2-devel
Requires:   bzip2

%description
The Compress::Bzip2 module provides a Perl interface to the Bzip2 compression
 library (see AUTHOR for details about where to get Bzip2). A relevant subset
 of the functionality provided by Bzip2 is available in Compress::Bzip2.

%prep
%setup -q -n %{cpan_name}-%{version}
%patch -p0

%build
#BUILD_BZLIB=0
BZLIB_INCLUDE=%{_includedir}
BZLIB_LIB=%{_libdir}
BZLIB_BIN=%{_bindir}
perl Makefile.PL OPTIMIZE=$RPM_OPT_FLAGS -Wall LDDLFLAGS= -shared 
-L%{_libdir} LDFLAGS= -L%{_libdir}
%{__make}

%check
%{__make} test

%install
%perl_make_install
%perl_process_packlist
%perl_gen_filelist

%clean
%{__rm} -rf $RPM_BUILD_ROOT

%files -f %{name}.files
%defattr(-,root,root)
%doc COPYING Changes README

%changelog
++ Compress-Bzip2-2.09.diff ++
--- Bzip2.xs2011/04/12 06:18:47 1.1
+++ Bzip2.xs2011/04/12 06:20:15
@@ -258,9 +258,9 @@
 }
 
 #ifdef CAN_PROTOTYPE
-long bzfile_clear_totals( bzFile *obj ) {
+void bzfile_clear_totals( bzFile *obj ) {
 #else
-long bzfile_clear_totals( obj ) bzFile *obj; {
+void bzfile_clear_totals( obj ) bzFile *obj; {
 #endif
   obj-total_in = 0;
   obj-total_out = 0;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org