OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 22-Jan-2004 09:39:56
Branch: HEAD Handle: 2004012208395402
Modified files:
openpkg-src/xmms xmms.spec
openpkg-web news.txt
Log:
repair by stripping locale header include
Summary:
Revision Changes Path
1.15 +4 -1 openpkg-src/xmms/xmms.spec
1.8164 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/xmms/xmms.spec
============================================================================
$ cvs diff -u -r1.14 -r1.15 xmms.spec
--- openpkg-src/xmms/xmms.spec 5 Sep 2003 09:39:36 -0000 1.14
+++ openpkg-src/xmms/xmms.spec 22 Jan 2004 08:39:56 -0000 1.15
@@ -33,7 +33,7 @@
Group: Audio
License: GPL
Version: 1.2.8
-Release: 20030905
+Release: 20040122
# list of sources
Source0: http://xmms.org/files/1.2.x/xmms-%{version}.tar.bz2
@@ -59,6 +59,9 @@
%prep
%setup -q
%patch -p1
+ %{l_shtool} subst \
+ -e 's;\(#include <locale.h>\);/*\1*/;' \
+ wmxmms/wmxmms.c
%{l_shtool} subst \
-e 's;@l_tar@;%{l_tar};g' \
-e 's;@l_gzip@;%{l_gzip};g' \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.8163 -r1.8164 news.txt
--- openpkg-web/news.txt 22 Jan 2004 08:39:41 -0000 1.8163
+++ openpkg-web/news.txt 22 Jan 2004 08:39:54 -0000 1.8164
@@ -1,3 +1,4 @@
+22-Jan-2004: Upgraded package: P<xmms-1.2.8-20040122>
22-Jan-2004: Upgraded package: P<openpkg-20040122-20040122>
21-Jan-2004: Upgraded package: P<xmlto-0.0.18-20040121>
21-Jan-2004: Upgraded package: P<sav-2.14+3.77a-20040121>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]