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.000000000 +0100
@@ -0,0 +1,33 @@
+-------------------------------------------------------------------
+Tue Apr 12 09:47:33 UTC 2011 - [email protected]
+
+- fix license
+- remove Author from spec
+
+-------------------------------------------------------------------
+Tue Apr 12 06:21:35 UTC 2011 - [email protected]
+
+- Fix compiler warning about missing return statement
+
+-------------------------------------------------------------------
+Wed Dec 1 13:31:04 UTC 2010 - [email protected]
+
+- switch to perl_requires macro
+
+-------------------------------------------------------------------
+Thu Dec 10 19:05:59 UTC 2009 - [email protected]
+
+- mods to build env
+
+-------------------------------------------------------------------
+Sat Jul 25 19:29:45 CEST 2009 - [email protected]
+
+- spec mods
+ * removed ^----------
+ * removed ^#---------
+
+-------------------------------------------------------------------
+Sun Jun 28 20:48:23 CEST 2009 - [email protected]
+
+- 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.xs 2011/04/12 06:18:47 1.1
+++ Bzip2.xs 2011/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: [email protected]
For additional commands, e-mail: [email protected]