commit liblbxutil for openSUSE:Factory

2020-01-12 Thread root
Hello community,

here is the log from the commit of package liblbxutil for openSUSE:Factory 
checked in at 2020-01-12 23:16:44

Comparing /work/SRC/openSUSE:Factory/liblbxutil (Old)
 and  /work/SRC/openSUSE:Factory/.liblbxutil.new.6675 (New)


Package is "liblbxutil"

Sun Jan 12 23:16:44 2020 rev:9 rq:762023 version:1.1.0

Changes:

--- /work/SRC/openSUSE:Factory/liblbxutil/liblbxutil.changes2013-04-17 
07:14:22.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblbxutil.new.6675/liblbxutil.changes  
2020-01-12 23:17:15.350657946 +0100
@@ -1,0 +2,7 @@
+Wed Jan  8 17:48:26 UTC 2020 - Stefan Dirsch 
+
+- u_fno-common.patch
+  * fix build with gcc's -fno-common option (boo#1160278) 
+- added baselibs.conf as source to specfile
+
+---

New:

  u_fno-common.patch



Other differences:
--
++ liblbxutil.spec ++
--- /var/tmp/diff_new_pack.B0OKmF/_old  2020-01-12 23:17:18.526659121 +0100
+++ /var/tmp/diff_new_pack.B0OKmF/_new  2020-01-12 23:17:18.534659124 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblbxutil
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -28,6 +28,8 @@
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/liblbxutil
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/liblbxutil/
 Source: 
http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
+Source1:baselibs.conf
+Patch0: u_fno-common.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf >= 2.57, automake, libtool
 BuildRequires:  pkgconfig
@@ -65,6 +67,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure --disable-static

++ u_fno-common.patch ++
diff -u -r liblbxutil-1.1.0/src/lbx_zlib/lbx_zlib.c 
liblbxutil-1.1.0/src/lbx_zlib/lbx_zlib.c
--- liblbxutil-1.1.0/src/lbx_zlib/lbx_zlib.c2009-11-03 06:55:28.0 
+0100
+++ liblbxutil-1.1.0/src/lbx_zlib/lbx_zlib.c2020-01-08 18:42:27.748352503 
+0100
@@ -55,7 +55,7 @@
 #ifdef WIN32
 #define _WILLWINSOCK_
 #endif
-#define _BSD_SOURCE
+#define DEFAULT_SOURCE
 #include 
 #include 
 #include 
diff -u -r liblbxutil-1.1.0/src/lbx_zlib/lbx_zlib.h 
liblbxutil-1.1.0/src/lbx_zlib/lbx_zlib.h
--- liblbxutil-1.1.0/src/lbx_zlib/lbx_zlib.h2009-11-03 06:52:21.0 
+0100
+++ liblbxutil-1.1.0/src/lbx_zlib/lbx_zlib.h2020-01-08 18:38:26.711719446 
+0100
@@ -136,9 +136,9 @@
 #endif
 
 /* lbx_zlib.c */
-unsigned long stream_out_compressed;
-unsigned long stream_out_uncompressed;
-unsigned long stream_out_plain;
-unsigned long stream_in_compressed;
-unsigned long stream_in_uncompressed;
-unsigned long stream_in_plain;
+extern unsigned long stream_out_compressed;
+extern unsigned long stream_out_uncompressed;
+extern unsigned long stream_out_plain;
+extern unsigned long stream_in_compressed;
+extern unsigned long stream_in_uncompressed;
+extern unsigned long stream_in_plain;
diff -u -r liblbxutil-1.1.0/src/lbx_zlib/reqstats.c 
liblbxutil-1.1.0/src/lbx_zlib/reqstats.c
--- liblbxutil-1.1.0/src/lbx_zlib/reqstats.c2009-11-03 06:39:14.0 
+0100
+++ liblbxutil-1.1.0/src/lbx_zlib/reqstats.c2020-01-08 18:40:15.229805230 
+0100
@@ -43,8 +43,8 @@
 
 #define LBX_CODE 136 /* XXX - this should not be hardcoded - on todo list */
 
-extern unsigned long stream_in_compressed;
-extern unsigned long stream_in_plain;
+unsigned long stream_in_compressed;
+unsigned long stream_in_plain;
 extern unsigned long stream_in_packet_header_bytes;
 extern unsigned long stream_in_uncompressed_bytes;
 



commit liblbxutil for openSUSE:Factory

2013-04-16 Thread h_root
Hello community,

here is the log from the commit of package liblbxutil for openSUSE:Factory 
checked in at 2013-04-17 07:14:21

Comparing /work/SRC/openSUSE:Factory/liblbxutil (Old)
 and  /work/SRC/openSUSE:Factory/.liblbxutil.new (New)


Package is "liblbxutil", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/liblbxutil/liblbxutil.changes2013-03-22 
11:27:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblbxutil.new/liblbxutil.changes   
2013-04-17 07:14:22.0 +0200
@@ -1,0 +2,6 @@
+Mon Apr 15 12:32:17 UTC 2013 - mmeis...@suse.com
+
+- Added url as source.
+  Please see http://en.opensuse.org/SourceUrls
+
+---



Other differences:
--
++ liblbxutil.spec ++
--- /var/tmp/diff_new_pack.vZAQZr/_old  2013-04-17 07:14:23.0 +0200
+++ /var/tmp/diff_new_pack.vZAQZr/_new  2013-04-17 07:14:23.0 +0200
@@ -27,7 +27,7 @@
 
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/liblbxutil
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/liblbxutil/
-Source: %name-%version.tar.bz2
+Source: 
http://xorg.freedesktop.org/archive/individual/lib/%{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf >= 2.57, automake, libtool
 BuildRequires:  pkgconfig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit liblbxutil for openSUSE:Factory

2013-03-22 Thread h_root
Hello community,

here is the log from the commit of package liblbxutil for openSUSE:Factory 
checked in at 2013-03-22 11:27:49

Comparing /work/SRC/openSUSE:Factory/liblbxutil (Old)
 and  /work/SRC/openSUSE:Factory/.liblbxutil.new (New)


Package is "liblbxutil", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/liblbxutil/liblbxutil.changes2012-09-25 
16:09:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.liblbxutil.new/liblbxutil.changes   
2013-03-22 11:27:50.0 +0100
@@ -1,0 +2,5 @@
+Sun Feb 17 17:21:53 UTC 2013 - jeng...@inai.de
+
+- Use more robust make install call
+
+---



Other differences:
--
++ liblbxutil.spec ++
--- /var/tmp/diff_new_pack.dDR93Z/_old  2013-03-22 11:27:50.0 +0100
+++ /var/tmp/diff_new_pack.dDR93Z/_new  2013-03-22 11:27:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package liblbxutil
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -71,7 +71,7 @@
 make %{?_smp_mflags}
 
 %install
-%makeinstall
+make install DESTDIR="%buildroot"
 rm -f "%buildroot/%_libdir"/*.la
 
 %post -n %lname -p /sbin/ldconfig

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit liblbxutil for openSUSE:Factory

2012-09-25 Thread h_root
Hello community,

here is the log from the commit of package liblbxutil for openSUSE:Factory 
checked in at 2012-09-25 16:09:12

Comparing /work/SRC/openSUSE:Factory/liblbxutil (Old)
 and  /work/SRC/openSUSE:Factory/.liblbxutil.new (New)


Package is "liblbxutil", Maintainer is ""

Changes:

--- /work/SRC/openSUSE:Factory/liblbxutil/liblbxutil.changes2012-02-17 
12:01:24.0 +0100
+++ /work/SRC/openSUSE:Factory/.liblbxutil.new/liblbxutil.changes   
2012-09-25 16:09:13.0 +0200
@@ -1,0 +2,5 @@
+Tue Sep 25 06:49:02 UTC 2012 - sndir...@suse.com
+
+- specfile cleanup 
+
+---



Other differences:
--
++ liblbxutil.spec ++
--- /var/tmp/diff_new_pack.Dq0jD3/_old  2012-09-25 16:09:15.0 +0200
+++ /var/tmp/diff_new_pack.Dq0jD3/_new  2012-09-25 16:09:15.0 +0200
@@ -14,6 +14,8 @@
 
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
+
+
 Name:   liblbxutil
 %define lname  liblbxutil1
 Version:1.1.0
@@ -21,15 +23,17 @@
 Summary:Low Bandwith X extension utility routines
 License:MIT
 Group:  Development/Libraries/C and C++
-URL:http://xorg.freedesktop.org/
+Url:http://xorg.freedesktop.org/
 
 #Git-Clone:git://anongit.freedesktop.org/xorg/lib/liblbxutil
 #Git-Web:  http://cgit.freedesktop.org/xorg/lib/liblbxutil/
 Source: %name-%version.tar.bz2
-BuildRoot: %_tmppath/%name-%version-build
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 #git#BuildRequires:autoconf >= 2.57, automake, libtool
-BuildRequires:  pkgconfig, pkgconfig(xorg-macros) >= 1.3
-BuildRequires: pkgconfig(xextproto) >= 7.0.99.1, pkgconfig(xproto)
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(xextproto) >= 7.0.99.1
+BuildRequires:  pkgconfig(xorg-macros) >= 1.3
+BuildRequires:  pkgconfig(xproto)
 BuildRequires: pkgconfig(zlib)
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org