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:
commit
47c73fa4d9
@ -11,7 +11,7 @@
|
|||||||
+autoconf
|
+autoconf
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ README.autotools
|
+++ README.autotools
|
||||||
@@ -0,0 +1,39 @@
|
@@ -0,0 +1,41 @@
|
||||||
+bzip2 autoconfiscated
|
+bzip2 autoconfiscated
|
||||||
+=====================
|
+=====================
|
||||||
+
|
+
|
||||||
@ -31,7 +31,7 @@
|
|||||||
+contact me: Stanislav Brabec <sbrabec@suse.cz>
|
+contact me: Stanislav Brabec <sbrabec@suse.cz>
|
||||||
+
|
+
|
||||||
+Autoconfiscated version binaries are exactly equal to
|
+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:
|
+New features:
|
||||||
@ -49,6 +49,8 @@
|
|||||||
+distributions already use the new number instead of the non-standard
|
+distributions already use the new number instead of the non-standard
|
||||||
+number from Makefile-libbz2_so.
|
+number from Makefile-libbz2_so.
|
||||||
+
|
+
|
||||||
|
+Shared library exports only public symbols.
|
||||||
|
+
|
||||||
+To be super-safe, I incremented minor number of the library file, so
|
+To be super-safe, I incremented minor number of the library file, so
|
||||||
+both instances of the shared library can live together.
|
+both instances of the shared library can live together.
|
||||||
--- /dev/null
|
--- /dev/null
|
@ -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
|
Sat Nov 4 06:35:46 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package bzip2
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -30,7 +30,7 @@ Source2: bznew.1.gz
|
|||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Source100: bzip2-rpmlintrc
|
Source100: bzip2-rpmlintrc
|
||||||
# PATCH-FEATURE-OPENSUSE bzip2-1.0.6-autoconfiscated.patch sbrabec@suse.cz -- Convert to a standard autoconf based package.
|
# 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
|
Patch1: bzip2-1.0.6-fix-bashisms.patch
|
||||||
Patch2: bzip2-unsafe_strcpy.patch
|
Patch2: bzip2-unsafe_strcpy.patch
|
||||||
Patch3: bzip2-point-to-doc-pkg.patch
|
Patch3: bzip2-point-to-doc-pkg.patch
|
||||||
@ -150,7 +150,8 @@ make %{?_smp_mflags} test
|
|||||||
|
|
||||||
%files -n libbz2-devel
|
%files -n libbz2-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc LICENSE CHANGES
|
%license LICENSE
|
||||||
|
%doc CHANGES
|
||||||
%{_includedir}/bzlib.h
|
%{_includedir}/bzlib.h
|
||||||
%{_libdir}/libbz2.so
|
%{_libdir}/libbz2.so
|
||||||
%{_libdir}/pkgconfig/bzip2.pc
|
%{_libdir}/pkgconfig/bzip2.pc
|
||||||
|
Loading…
Reference in New Issue
Block a user