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 <timueller+p...@suse.de>
+
+- 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.000000000 +0200
+++ new/Compress-Bzip2-2.28/Changes     2020-07-18 08:05:32.000000000 +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.000000000 +0200
+++ new/Compress-Bzip2-2.28/META.json   2020-07-18 08:11:34.000000000 +0200
@@ -4,7 +4,7 @@
       "Rob Janes <ar...@cpan.org>"
    ],
    "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.yml    2020-05-26 20:14:08.000000000 +0200
+++ new/Compress-Bzip2-2.28/META.yml    2020-07-18 08:11:34.000000000 +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/
   repository: https://github.com/rurban/Compress-Bzip2
-version: '2.27'
+version: '2.28'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.27/Makefile.PL 
new/Compress-Bzip2-2.28/Makefile.PL
--- old/Compress-Bzip2-2.27/Makefile.PL 2020-05-26 20:13:57.000000000 +0200
+++ new/Compress-Bzip2-2.28/Makefile.PL 2020-07-18 08:09:23.000000000 +0200
@@ -72,8 +72,8 @@
     {"recommends" =>
      {
        'Compress::Zlib'       => '1.19',
-       'IO::Compress::Bzip2'  => '2.060',
-       'Compress::Raw::Bzip2' => '2.060',
+       'IO::Compress::Bzip2'  => '2.094',
+       'Compress::Raw::Bzip2' => '2.094',
      },
      resources =>
      {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.27/SIGNATURE 
new/Compress-Bzip2-2.28/SIGNATURE
--- old/Compress-Bzip2-2.27/SIGNATURE   2020-05-26 20:14:10.000000000 +0200
+++ new/Compress-Bzip2-2.28/SIGNATURE   2020-07-18 08:11:35.000000000 +0200
@@ -1,5 +1,5 @@
 This file contains message digests of all files listed in MANIFEST,
-signed via the Module::Signature module, version 0.83.
+signed via the Module::Signature module, version 0.87.
 
 To verify the content in this distribution, first make sure you have
 Module::Signature installed, then type:
@@ -12,18 +12,18 @@
 not run its Makefile.PL or Build.PL.
 
 -----BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
+Hash: RIPEMD160
 
 SHA256 fa8c28ad9a8c5d9b53704b4650aab799a32fa9bc487244045fa3dd1b383738f3 
.gitignore
 SHA256 ac03d71e2f6c9135a2ffd6496cdc30941a329641e430f74164552dcd31028dc1 
ANNOUNCE
 SHA256 7e8092c1077822d1610207c58f0aaf5011dc1f177dbc6017e868ba7771838914 
Bzip2.xs
 SHA256 dce6fd813b2c35c74a248304bc537b32a12fc6c54c26609650e594bfc7f97540 COPYING
-SHA256 9c2b3128b3621358cc157e2358865c273755a759893919572c8e5cef146c0f2b Changes
+SHA256 dacd96a3ffee4d08ab0d9792ebeeb66e557e47560e89f3d4f4b466dc09cf1f05 Changes
 SHA256 3bc281fa5c2e4301fc795660ee3e534b0957fc1574ce9e3c6c4a8cc3ad5c430f INSTALL
 SHA256 30868f8d1360dd417e8e7e93670b141d38e9658fcf6e689f1155c7bed6cc55ae 
MANIFEST
-SHA256 7715fbb4821ec52a701cc7d6ab208f745cb612b43412da2be2f1a9a7d10c6071 
META.json
-SHA256 9205cd60da3bbaa2d251f35495dfa5e7d58f3edc25476c993d9ab2d01b3c2c75 
META.yml
-SHA256 9bc81f02713d0fcdeaa2d56864451c34bb6bdf8318983f3bae921e36c72724fe 
Makefile.PL
+SHA256 4fe1c5016826b2f2b22da2df0831766ccd00ccc52405e09eb6c2de4813e4c221 
META.json
+SHA256 71b0af2f27be08089b66fb031e013f77ad76546dda89cc5430cd763b9689d281 
META.yml
+SHA256 2406c9add6cda16df255d8db283592b7db76c9a27932e0715bb697460f38bf45 
Makefile.PL
 SHA256 a3dc5fea93c88c9583a175375dd97a9144ab87e9f142ab71c7451767deafd11e NEWS
 SHA256 e5d80e836b45927bef559f69599e3a824108b1ee682311cc17e3006b428c0dbc 
README.md
 SHA256 cf9ea36ed7161f90be08940164de30d5426c236dabab5f396ae6fbf19bdb2b7b 
bzlib-src/CHANGES
@@ -90,7 +90,7 @@
 SHA256 0ccdb083350bdba764bd32ab51fc1c3f07cafced6026c2189ee03c2a257e49b5 
config.in
 SHA256 13bb34ea1d2ba55740d6a24be98e2242d50c2fe5bcc4c44a2e68f4871684237f 
fallback/const-c.inc
 SHA256 61c1fc21520a5792fb15fbd86eef6a54f03d620fac9f20f06b29b48bfac8b2aa 
fallback/const-xs.inc
-SHA256 f9cc997155cbb16a7a6c7bd6d0b0f4efc77d7243c02f475a6192f9aea9ded3e3 
lib/Compress/Bzip2.pm
+SHA256 89a1959878bd88ffabe6862b665e4611249fbdad36f4e0489304f14f27b2fe6b 
lib/Compress/Bzip2.pm
 SHA256 47f3cdcdfdc4a7eb1171ee3cf96e7038de18bab5d1bde36b01e06ea0a2847470 
ppport.h
 SHA256 97c56bd23bb756524b650f60790fa8751823bd035570f8a6e327b08569302249 
show_bzversion.c
 SHA256 23372786f50002d3572024464e0b4fb0f2c5fb88c54899fcfa26a6c4b3c58148 
t/010-useability.t
@@ -130,12 +130,12 @@
 SHA256 6391bc21f5bec5c581e97d43427d136147ea001bd2c9d307ca400f8d6a021474 typemap
 -----BEGIN PGP SIGNATURE-----
 
-iQEzBAEBCAAdFiEEKJWogdNCcPq/6PdHtPYzOeZdZBQFAl7NXHEACgkQtPYzOeZd
-ZBR86Qf/c/qDU75NidUiB5Qlf8OYz4NrbD41XT/bkCPN1m5Mmy4jitKbhTcX2BfM
-V5MaYn06ZjK6okfqn3k6ueSS5A+5t/mlS2GMDh3CybOXCTarFmQF51dk2Q8P8bd/
-5vO5f7qlUC60hgg2QIVo/6YC+NYurG+xbnzrPE5GBQ9wiwanvldJ4UNypGjpWGfE
-jSXM77uSZNRw2+HBlJg2DRDXPZmOviK9rVhsFruKNgoIVgs0HG31U6fDRy2vitDa
-uttgDGbiHAInmXVoo0OiciVxcH/oHHnRhNpW41mYfsFrvJ+C05ya/EXfbr8nfUym
-BdiLxjy5smD7j7UJzQmygozkS7cQlg==
-=stfh
+iQEzBAEBAwAdFiEEKJWogdNCcPq/6PdHtPYzOeZdZBQFAl8SkpcACgkQtPYzOeZd
+ZBQJIwf7BT5oxMBqwtF3Rb7FedCl8Jh63tQiko/Kv7Njnp6IwamwfVSYVlganNNO
+blSvNwoIJAikL5eG3FHrR1SMFyvrRGeAMO1ZyEn+roF6MiKCfpYDueWOCqeUAVYn
+6wVD6yRHDf4XlIENypesLjdySavKsbfMEyG53LamRW7EePpqcBqakYIO7+5a3fhB
+7ljbi1wVvb6ldRta4pz/sQx0R3yueO/TIh0iHHMkWIYEEOSwqE0WglbRi0GOECP5
+r/to0eFCLZ6sH0FKlbi6LCQ67zayd9JeBaI6MBiEJTwrfssZoN3Wrk55x4Qud8m5
+VwBSYgKhE+PxKms0Bybh6tAHmuLCNQ==
+=BAI6
 -----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Compress-Bzip2-2.27/lib/Compress/Bzip2.pm 
new/Compress-Bzip2-2.28/lib/Compress/Bzip2.pm
--- old/Compress-Bzip2-2.27/lib/Compress/Bzip2.pm       2020-05-26 
20:13:57.000000000 +0200
+++ new/Compress-Bzip2-2.28/lib/Compress/Bzip2.pm       2020-07-18 
08:05:50.000000000 +0200
@@ -1,7 +1,7 @@
 # File    : Bzip2.pm
 # Author   : Rob Janes
 # Created  : 14 April 2005
-# Version  : 2.27
+# Version  : 2.28
 #
 #     Copyright (c) 2005 Rob Janes. All rights reserved.
 #     This program is free software; you can redistribute it and/or
@@ -11,7 +11,7 @@
 package Compress::Bzip2;
 
 use 5.006;
-our $VERSION = "2.27";
+our $VERSION = "2.28";
 use strict;
 use warnings;
 


Reply via email to