Hello community,

here is the log from the commit of package lash for openSUSE:Factory checked in 
at 2012-08-04 09:20:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lash (Old)
 and      /work/SRC/openSUSE:Factory/.lash.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lash", Maintainer is "ti...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/lash/lash.changes        2011-11-14 
11:57:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lash.new/lash.changes   2012-08-04 
09:20:12.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Jul 29 11:10:35 UTC 2012 - a...@suse.de
+
+- Add missing sys/resource.h include (glibc 2.16)
+
+-------------------------------------------------------------------

New:
----
  lash-resource.patch

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

Other differences:
------------------
++++++ lash.spec ++++++
--- /var/tmp/diff_new_pack.hUDthP/_old  2012-08-04 09:20:20.000000000 +0200
+++ /var/tmp/diff_new_pack.hUDthP/_new  2012-08-04 09:20:20.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lash
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -16,17 +16,24 @@
 #
 
 
-
 Name:           lash
-BuildRequires:  alsa-devel e2fsprogs-devel glibc-devel gtk2-devel 
libjack-devel libuuid-devel libxml2-devel python-devel readline-devel swig
+BuildRequires:  alsa-devel
+BuildRequires:  e2fsprogs-devel
+BuildRequires:  glibc-devel
+BuildRequires:  gtk2-devel
+BuildRequires:  libjack-devel
 BuildRequires:  libtool
+BuildRequires:  libuuid-devel
+BuildRequires:  libxml2-devel
+BuildRequires:  python-devel
+BuildRequires:  readline-devel
+BuildRequires:  swig
 Summary:        Linux Audio Session Handler
-Version:        0.5.4
-Release:        7
+License:        GPL-2.0+
 Group:          Productivity/Multimedia/Sound/Utilities
-AutoReqProv:    on
+Version:        0.5.4
+Release:        0
 PreReq:         %install_info_prereq
-License:        GPL-2.0+
 Url:            http://git.savannah.gnu.org/cgit/lash.git
 Source:         %name-%version.tar.bz2
 Source1:        %name.desktop
@@ -36,6 +43,7 @@
 Patch2:         lash-info-entry.diff
 Patch3:         lash-swig-2x.patch
 Patch4:         lash-add-needed.patch
+Patch5:         lash-resource.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %py_requires
 
@@ -58,6 +66,7 @@
 %patch2 -p1
 %patch3
 %patch4
+%patch5 -p1
 
 %build
 ./autogen.sh
@@ -80,7 +89,6 @@
 rm -rf $RPM_BUILD_ROOT
 
 %package -n liblash1
-License:        GPL-2.0+
 Summary:        Development package for LASH
 Group:          Development/Libraries/C and C++
 
@@ -88,7 +96,6 @@
 This package contains the library for the LASH system.
 
 %package -n python-lash
-License:        GPL-2.0+
 Summary:        Python bindings for LASH
 Group:          Development/Languages/Python
 Requires:       %{name} = %{version}
@@ -103,11 +110,12 @@
     Dave Robillard <drobi...@connect.carelton.ca>
 
 %package -n lash-devel
-License:        GPL-2.0+
 Summary:        Development package for LASH
 Group:          Development/Libraries/C and C++
-Requires:       libuuid-devel glibc-devel readline-devel
+Requires:       glibc-devel
 Requires:       liblash1 = %{version}
+Requires:       libuuid-devel
+Requires:       readline-devel
 
 %description -n lash-devel
 This package contains the development files for the LASH system.

++++++ lash-resource.patch ++++++
Index: lash-0.5.4/liblash/lash.c
===================================================================
--- lash-0.5.4.orig/liblash/lash.c
+++ lash-0.5.4/liblash/lash.c
@@ -22,6 +22,7 @@
 #include <string.h>
 #include <strings.h>
 #include <pthread.h>
+#include <sys/resource.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <sys/socket.h>

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

Reply via email to