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.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.perl-Compress-Bzip2.new/perl-Compress-Bzip2.changes
2013-10-10 12:03:35.000000000 +0200
@@ -1,0 +2,7 @@
+Fri Oct 4 09:13:41 UTC 2013 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.rq6FhP/_new 2013-10-10 12:03:37.000000000 +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.000000000 +0200
+++ new/Compress-Bzip2-2.17/Changes 2013-08-28 17:48:58.000000000 +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.000000000 +0200
+++ new/Compress-Bzip2-2.17/META.json 2013-08-28 17:51:04.000000000 +0200
@@ -4,7 +4,7 @@
"Rob Janes <[email protected]>"
],
"dynamic_config" : 1,
- "generated_by" : "ExtUtils::MakeMaker version 6.64, CPAN::Meta::Converter
version 2.130880",
+ "generated_by" : "ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter
version 2.131560",
"license" : [
"perl_5"
],
@@ -56,5 +56,5 @@
"url" : "https://github.com/rurban/Compress-Bzip2"
}
},
- "version" : "2.16"
+ "version" : "2.17"
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Bzip2-2.16/META.yml
new/Compress-Bzip2-2.17/META.yml
--- old/Compress-Bzip2-2.16/META.yml 2013-06-18 18:41:28.000000000 +0200
+++ new/Compress-Bzip2-2.17/META.yml 2013-08-28 17:51:04.000000000 +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.130880'
+generated_by: 'ExtUtils::MakeMaker version 6.72, CPAN::Meta::Converter version
2.131560'
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.16
+version: 2.17
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Bzip2-2.16/README
new/Compress-Bzip2-2.17/README
--- old/Compress-Bzip2-2.16/README 2013-03-25 23:22:19.000000000 +0100
+++ new/Compress-Bzip2-2.17/README 2013-08-28 17:48:27.000000000 +0200
@@ -1,12 +1,12 @@
Compress::Bzip2
-Version 2.09
+Version 2.17
-9 Aug 2005
+2013-08-28
The subdirectory bzlib-src contains almost all of the files from the
-1.0.2 distribution of bzip2. What's missing is that I only included
+1.0.6 distribution of bzip2. What's missing is that I only included
the html flavour of the documentation. See the README in there for
more information.
@@ -30,11 +30,11 @@
Streaming decompression on the other hand, gives a steady torrent of bytes.
-What is Perl-Bzip2 ?
+What is Compress::Bzip2 ?
====================
-Perl-Bzip2 provides Bzip2 bindings for Perl5. I.e. you can access the
-Bzip2 library from your Perl scripts thereby compressing ordinary
-Perl files, streams, whatever.
+Compress::Bzip2 provided early Bzip2 bindings for Perl5 compatible to
+the old Compress::Zlib library. See Compress::Raw::Bzip2 for the new API
+compatible with IO::Compress.
It's my intent to make this package like the Compress::Zlib package, so
that code that uses one can fairly easily use the other. The perlxs stuff
@@ -61,9 +61,15 @@
bzip2
Julian Seward, j s e w a r d a t a c m . o r g
-Compress-Bzip2 is distributed under the terms of the
+Compress-Bzip2 prior to 2.0 is distributed under the terms of the
GNU General Public License (GPL). See the file COPYING.
+Since version 2.0 Compress-Bzip2 is dual-licensed.
+You can redistribute it and/or modify it under the same terms as Perl
+itself, either Perl version 5.8.3 or, at your option, any later
+version of Perl 5 you may have available.
+
+
Many Thanks to:
===============
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Bzip2-2.16/SIGNATURE
new/Compress-Bzip2-2.17/SIGNATURE
--- old/Compress-Bzip2-2.16/SIGNATURE 2013-06-18 18:41:32.000000000 +0200
+++ new/Compress-Bzip2-2.17/SIGNATURE 2013-08-28 17:51:08.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.70.
+signed via the Module::Signature module, version 0.73.
To verify the content in this distribution, first make sure you have
Module::Signature installed, then type:
@@ -17,14 +17,14 @@
SHA1 321030dcade0d87dba537aff99fcba66230971d0 ANNOUNCE
SHA1 d8094d7a2ccce1ff3a3fc69a76c73dd15291cc65 Bzip2.xs
SHA1 ff8688f52f05aa77ac2522c7970e6ab23bf77d0e COPYING
-SHA1 387c45ffcd9ba5d79b6b1b81e70df2394755c954 Changes
+SHA1 34d0cd033b45d10f7202b6c45bbc46e34b3928ea Changes
SHA1 06186a4d62ebec3ffac9a4f5457458436d7302c5 INSTALL
SHA1 dd1e07a034c254f94c1ee14562aeac83a653d3b1 MANIFEST
-SHA1 1b1d8076b1846b7ea32323d3e99ae0db9efed0db META.json
-SHA1 2fe67b63ae9e66bf1eaad5ba3acf2e061c54a694 META.yml
+SHA1 d98cd84034af6fc7a56f77ebd5e5fbc4a5ab636d META.json
+SHA1 555572c6f28761ac08fc62423188af180c89a2e9 META.yml
SHA1 37454ac6a9d9000cf85c79514e6a0344da309a1e Makefile.PL
SHA1 01ca12f980ac0675ebc82d84c432bbf3be80c74c NEWS
-SHA1 29150767f937349476e535058519683813ddd965 README
+SHA1 53f65a059d9303153d8b54300636fbd81560e639 README
SHA1 6bdb898b814cca277ba465b15a14eb50bc458ea8 bzlib-src/CHANGES
SHA1 1c0c6888759a63c32bca7eb63353af2cd9bd5d9e bzlib-src/LICENSE
SHA1 ec798819dffc496d45bab5ee665eabcc6b141c5d bzlib-src/Makefile.PL
@@ -89,7 +89,7 @@
SHA1 7dfc2194e9b344251a52ae5b6399fb1650342905 config.in
SHA1 f51e8905cd4c7ac9abe672ead1f8a52b82fbbad5 fallback/const-c.inc
SHA1 340a622d47ec2642d9631c79432f1c234a6c8c84 fallback/const-xs.inc
-SHA1 b7a8046afe9c33c343124ac2d4c763de3c34c1b3 lib/Compress/Bzip2.pm
+SHA1 81020db2b7eebabde63d31b00541c9a146b79af0 lib/Compress/Bzip2.pm
SHA1 fb7154b5f5ab3dd33064a2a1ac704f596dc6449a ppport.h
SHA1 f5620dc7bc334bd571a5bceb7012cc11114cccff show_bzversion.c
SHA1 4dd4bbbd10e755857ed1ca2beabfa6410c8ef2ca t/010-useability.t
@@ -126,9 +126,9 @@
SHA1 c77d252511eb0f1ec5403322cb21ce00ccce5aff t/lib.pl
SHA1 d247f2120895e2fdcd1ea6e65bab1a1f68c06714 typemap
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.12 (GNU/Linux)
+Version: GnuPG v1.4.14 (GNU/Linux)
-iEYEARECAAYFAlHAjbkACgkQmm2SYo/9yUL8ygCfdzEUTEyksUeHATsVEfSkOtIj
-s7IAn2UjLw9nf+qj/+SMh+salYU0bs/O
-=1NlB
+iEYEARECAAYFAlIeHGgACgkQmm2SYo/9yUJ5bgCdGfb5MXu9B2GYIKFFFz0958n+
+bb0AnRbVm4NLe8woVJ/gvfmTigNC9UdO
+=Un13
-----END PGP SIGNATURE-----
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/Compress-Bzip2-2.16/lib/Compress/Bzip2.pm
new/Compress-Bzip2-2.17/lib/Compress/Bzip2.pm
--- old/Compress-Bzip2-2.16/lib/Compress/Bzip2.pm 2013-06-18
18:08:35.000000000 +0200
+++ new/Compress-Bzip2-2.17/lib/Compress/Bzip2.pm 2013-08-28
17:44:02.000000000 +0200
@@ -1,8 +1,8 @@
# File : Bzip2.pm
# Author : Rob Janes
# Created : 14 April 2005
-# Modified : 2013-06-18 11:08:30 rurban
-# Version : 2.16
+# Modified : 2013-08-28 10:44:01 rurban
+# Version : 2.17
#
# Copyright (c) 2005 Rob Janes. All rights reserved.
# This program is free software; you can redistribute it and/or
@@ -12,7 +12,7 @@
package Compress::Bzip2;
use 5.006;
-our $VERSION = "2.16";
+our $VERSION = "2.17";
use strict;
use warnings;
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]