Accepting request 580932 from Archiving

OBS-URL: https://build.opensuse.org/request/show/580932
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bzip2?expand=0&rev=60
This commit is contained in:
Dominique Leuenberger 2018-03-07 09:28:34 +00:00 committed by Git OBS Bridge
commit 47c73fa4d9
3 changed files with 20 additions and 5 deletions

View File

@ -11,7 +11,7 @@
+autoconf
--- /dev/null
+++ README.autotools
@@ -0,0 +1,39 @@
@@ -0,0 +1,41 @@
+bzip2 autoconfiscated
+=====================
+
@ -31,7 +31,7 @@
+contact me: Stanislav Brabec <sbrabec@suse.cz>
+
+Autoconfiscated version binaries are exactly equal to
+bzip2-1.0.5.tar.gz. There are only few changes. See below.
+bzip2-1.0.6.tar.gz. There are only few changes. See below.
+
+
+New features:
@ -49,6 +49,8 @@
+distributions already use the new number instead of the non-standard
+number from Makefile-libbz2_so.
+
+Shared library exports only public symbols.
+
+To be super-safe, I incremented minor number of the library file, so
+both instances of the shared library can live together.
--- /dev/null

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Feb 28 11:23:11 UTC 2018 - tchvatal@suse.com
- Update autotools patchset:
D bzip2-1.0.6-autoconfiscated.patch
A bzip2-1.0.6.2-autoconfiscated.patch
-------------------------------------------------------------------
Thu Feb 22 15:10:29 UTC 2018 - fvogt@suse.com
- Use %license (boo#1082318)
-------------------------------------------------------------------
Sat Nov 4 06:35:46 UTC 2017 - bwiedemann@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package bzip2
#
# 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
@ -30,7 +30,7 @@ Source2: bznew.1.gz
Source3: baselibs.conf
Source100: bzip2-rpmlintrc
# PATCH-FEATURE-OPENSUSE bzip2-1.0.6-autoconfiscated.patch sbrabec@suse.cz -- Convert to a standard autoconf based package.
Patch0: http://ftp.suse.com/pub/people/sbrabec/bzip2/bzip2-1.0.6-autoconfiscated.patch
Patch0: ftp://ftp.suse.com/pub/people/sbrabec/bzip2/for_downstream/bzip2-1.0.6.2-autoconfiscated.patch
Patch1: bzip2-1.0.6-fix-bashisms.patch
Patch2: bzip2-unsafe_strcpy.patch
Patch3: bzip2-point-to-doc-pkg.patch
@ -150,7 +150,8 @@ make %{?_smp_mflags} test
%files -n libbz2-devel
%defattr(-,root,root)
%doc LICENSE CHANGES
%license LICENSE
%doc CHANGES
%{_includedir}/bzlib.h
%{_libdir}/libbz2.so
%{_libdir}/pkgconfig/bzip2.pc