Hello community,

here is the log from the commit of package lash for openSUSE:Factory checked in 
at 2015-08-21 07:38:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lash (Old)
 and      /work/SRC/openSUSE:Factory/.lash.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lash"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lash/lash.changes        2012-08-04 
09:20:12.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lash.new/lash.changes   2015-08-21 
07:38:16.000000000 +0200
@@ -1,0 +2,11 @@
+Tue Aug 11 09:22:57 UTC 2015 - idon...@suse.com
+
+- Add baselibs.conf as source 
+
+-------------------------------------------------------------------
+Tue Aug 11 06:48:25 UTC 2015 - dims...@opensuse.org
+
+- Add lash-glibc-2.22.patch: Fix build with glibc 2.22. getattrinfo
+  is now only declared in _POSIX_C_SOURCE >= 200112L.
+
+-------------------------------------------------------------------

New:
----
  lash-glibc-2.22.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ lash.spec ++++++
--- /var/tmp/diff_new_pack.u57fUd/_old  2015-08-21 07:38:17.000000000 +0200
+++ /var/tmp/diff_new_pack.u57fUd/_new  2015-08-21 07:38:17.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lash
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -38,12 +38,14 @@
 Source:         %name-%version.tar.bz2
 Source1:        %name.desktop
 Source2:        %name.png
+Source1000:     baselibs.conf
 Patch0:         lash-gcc44.patch
 Patch1:         lash-implicit-fortify-decl.patch
 Patch2:         lash-info-entry.diff
 Patch3:         lash-swig-2x.patch
 Patch4:         lash-add-needed.patch
 Patch5:         lash-resource.patch
+Patch6:         lash-glibc-2.22.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %py_requires
 
@@ -67,6 +69,7 @@
 %patch3
 %patch4
 %patch5 -p1
+%patch6 -p1
 
 %build
 ./autogen.sh

++++++ lash-glibc-2.22.patch ++++++
Index: lash-0.5.4/liblash/socket.c
===================================================================
--- lash-0.5.4.orig/liblash/socket.c
+++ lash-0.5.4/liblash/socket.c
@@ -18,7 +18,7 @@
  *   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _POSIX_SOURCE /* addrinfo */
+#define _POSIX_C_SOURCE 200112L /* addrinfo */
 
 #include <stdint.h>
 #include <sys/types.h>


Reply via email to