OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael van Elst
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src openpkg-web Date: 21-Jul-2003 11:35:16
Branch: HEAD Handle: 2003072110351501
Modified files:
openpkg-src/mailgrep mailgrep.spec
openpkg-web news.txt
Log:
avoid inlining functions as it breaks gcc3.3 on some platforms
Summary:
Revision Changes Path
1.24 +5 -1 openpkg-src/mailgrep/mailgrep.spec
1.5680 +1 -0 openpkg-web/news.txt
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/mailgrep/mailgrep.spec
============================================================================
$ cvs diff -u -r1.23 -r1.24 mailgrep.spec
--- openpkg-src/mailgrep/mailgrep.spec 8 Jul 2003 14:40:48 -0000 1.23
+++ openpkg-src/mailgrep/mailgrep.spec 21 Jul 2003 09:35:16 -0000 1.24
@@ -33,7 +33,7 @@
Group: Mail
License: GPL
Version: 0.5.0
-Release: 20030409
+Release: 20030721
# list of sources
Source0: ftp://ftp.obsidian.co.za/pub/mailgrep/mailgrep-%{version}.tar.gz
@@ -57,6 +57,10 @@
%prep
%setup -q
%patch -p0
+ # inlines break gcc on some platforms
+ %{l_shtool} subst \
+ -e 's; inline ; ;' \
+ src/parse.c
%build
CC="%{l_cc}" \
@@ .
patch -p0 <<'@@ .'
Index: openpkg-web/news.txt
============================================================================
$ cvs diff -u -r1.5679 -r1.5680 news.txt
--- openpkg-web/news.txt 21 Jul 2003 09:34:12 -0000 1.5679
+++ openpkg-web/news.txt 21 Jul 2003 09:35:15 -0000 1.5680
@@ -1,3 +1,4 @@
+21-Jul-2003: Upgraded package: P<mailgrep-0.5.0-20030721>
21-Jul-2003: New package: P<gxmame-0.33-20030721>
21-Jul-2003: Upgraded package: P<gdk-pixbuf-0.22.0-20030721>
21-Jul-2003: Upgraded package: P<libnet-1.1.0-20030721>
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]