packages: lash/lash.spec, lash/lash-glibc2.8.patch (NEW), lash/lash-netdb.p...
stivi
stivi at pld-linux.org
Thu Jan 14 15:51:29 CET 2010
Author: stivi Date: Thu Jan 14 14:51:29 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- rel 2; proper fix build, patch from gentoo
- remove old patch
---- Files affected:
packages/lash:
lash.spec (1.3 -> 1.4) , lash-glibc2.8.patch (NONE -> 1.1) (NEW), lash-netdb.patch (1.1 -> NONE) (REMOVED)
---- Diffs:
================================================================
Index: packages/lash/lash.spec
diff -u packages/lash/lash.spec:1.3 packages/lash/lash.spec:1.4
--- packages/lash/lash.spec:1.3 Fri Nov 27 20:37:11 2009
+++ packages/lash/lash.spec Thu Jan 14 15:51:23 2010
@@ -3,13 +3,13 @@
Summary(pl.UTF-8): LASH Audio Session Handler - obsługa sesji dźwiękowych
Name: lash
Version: 0.5.4
-Release: 1
+Release: 2
License: GPL v2+
Group: Applications/Sound
Source0: http://download.savannah.gnu.org/releases/lash/%{name}-%{version}.tar.gz
# Source0-md5: 8eeb7e91f9127d7d9fc6ec076cbe14ed
Patch0: %{name}-link.patch
-Patch1: %{name}-netdb.patch
+Patch1: %{name}-glibc2.8.patch
URL: http://lash.nongnu.org/
BuildRequires: /usr/bin/texi2html
BuildRequires: alsa-lib-devel >= 0.9
@@ -103,7 +103,7 @@
%prep
%setup -q
%patch0 -p1
-%patch1 -p1
+%patch1 -p0
%build
%{__libtoolize}
@@ -174,6 +174,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.4 2010/01/14 14:51:23 stivi
+- rel 2; proper fix build, patch from gentoo
+- remove old patch
+
Revision 1.3 2009/11/27 19:37:11 jajcus
- build fix, by Krzysztof Mościcki
================================================================
Index: packages/lash/lash-glibc2.8.patch
diff -u /dev/null packages/lash/lash-glibc2.8.patch:1.1
--- /dev/null Thu Jan 14 15:51:29 2010
+++ packages/lash/lash-glibc2.8.patch Thu Jan 14 15:51:23 2010
@@ -0,0 +1,14 @@
+--- liblash/socket.c.old 2008-06-26 15:20:44.227064193 +0200
++++ liblash/socket.c 2008-06-26 15:21:18.245063129 +0200
+@@ -20,6 +20,11 @@
+
+ #define _POSIX_SOURCE /* addrinfo */
+
++#ifdef LASH_BUILD
++#define _GNU_SOURCE
++#include "config.h"
++#endif /* LASH_BUILD */
++
+ #include <stdint.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/lash/lash.spec?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list