[Lsb-messages] /var/www/bzr/lsb/devel/build_env r2083: version zlib - only two symbols affected

Mats Wichmann mats at linuxfoundation.org
Thu Feb 28 14:59:17 UTC 2013


------------------------------------------------------------
revno: 2083
committer: Mats Wichmann <mats at linuxfoundation.org>
branch nick: build_env
timestamp: Thu 2013-02-28 07:59:17 -0700
message:
  version zlib - only two symbols affected
modified:
  package/Makefile
  stub_libs/5.0/IA32/libz.Version
  stub_libs/5.0/IA64/libz.Version
  stub_libs/5.0/PPC32/libz.Version
  stub_libs/5.0/PPC64/libz.Version
  stub_libs/5.0/S390/libz.Version
  stub_libs/5.0/S390X/libz.Version
  stub_libs/5.0/x86-64/libz.Version
-------------- next part --------------
=== modified file 'package/Makefile'
--- a/package/Makefile	2013-02-28 14:38:25 +0000
+++ b/package/Makefile	2013-02-28 14:59:17 +0000
@@ -46,7 +46,7 @@
 
 # We define this here instead of directly in the spec file as
 # we need to be able to work out what the produced rpm files will be called
-RPM_PACKAGE_RELEASE=5
+RPM_PACKAGE_RELEASE=6
 
 # Initialize LIB64 to proper value for 64-bit architectures
 export LIB64:=$(shell case `uname -m` in (ppc64 | s390x | x86_64) echo 64 ;; esac)

=== modified file 'stub_libs/5.0/IA32/libz.Version'
--- a/stub_libs/5.0/IA32/libz.Version	2009-10-22 20:11:53 +0000
+++ b/stub_libs/5.0/IA32/libz.Version	2013-02-28 14:59:17 +0000
@@ -1,1 +1,5 @@
 LSB_DUMMY { __LSB_DUMMY; };
+ZLIB_1.2.0 {
+  compressBound;
+  deflateBound;
+};

=== modified file 'stub_libs/5.0/IA64/libz.Version'
--- a/stub_libs/5.0/IA64/libz.Version	2009-10-22 20:11:53 +0000
+++ b/stub_libs/5.0/IA64/libz.Version	2013-02-28 14:59:17 +0000
@@ -1,1 +1,5 @@
 LSB_DUMMY { __LSB_DUMMY; };
+ZLIB_1.2.0 {
+  compressBound;
+  deflateBound;
+};

=== modified file 'stub_libs/5.0/PPC32/libz.Version'
--- a/stub_libs/5.0/PPC32/libz.Version	2009-10-22 20:11:53 +0000
+++ b/stub_libs/5.0/PPC32/libz.Version	2013-02-28 14:59:17 +0000
@@ -1,1 +1,5 @@
 LSB_DUMMY { __LSB_DUMMY; };
+ZLIB_1.2.0 {
+  compressBound;
+  deflateBound;
+};

=== modified file 'stub_libs/5.0/PPC64/libz.Version'
--- a/stub_libs/5.0/PPC64/libz.Version	2009-10-22 20:11:53 +0000
+++ b/stub_libs/5.0/PPC64/libz.Version	2013-02-28 14:59:17 +0000
@@ -1,1 +1,5 @@
 LSB_DUMMY { __LSB_DUMMY; };
+ZLIB_1.2.0 {
+  compressBound;
+  deflateBound;
+};

=== modified file 'stub_libs/5.0/S390/libz.Version'
--- a/stub_libs/5.0/S390/libz.Version	2009-10-22 20:11:53 +0000
+++ b/stub_libs/5.0/S390/libz.Version	2013-02-28 14:59:17 +0000
@@ -1,1 +1,5 @@
 LSB_DUMMY { __LSB_DUMMY; };
+ZLIB_1.2.0 {
+  compressBound;
+  deflateBound;
+};

=== modified file 'stub_libs/5.0/S390X/libz.Version'
--- a/stub_libs/5.0/S390X/libz.Version	2009-10-22 20:11:53 +0000
+++ b/stub_libs/5.0/S390X/libz.Version	2013-02-28 14:59:17 +0000
@@ -1,1 +1,5 @@
 LSB_DUMMY { __LSB_DUMMY; };
+ZLIB_1.2.0 {
+  compressBound;
+  deflateBound;
+};

=== modified file 'stub_libs/5.0/x86-64/libz.Version'
--- a/stub_libs/5.0/x86-64/libz.Version	2009-10-22 20:11:53 +0000
+++ b/stub_libs/5.0/x86-64/libz.Version	2013-02-28 14:59:17 +0000
@@ -1,1 +1,5 @@
 LSB_DUMMY { __LSB_DUMMY; };
+ZLIB_1.2.0 {
+  compressBound;
+  deflateBound;
+};



More information about the lsb-messages mailing list