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: 18-Jul-2003 14:35:04 Branch: HEAD Handle: 2003071813350201 Modified files: openpkg-src/units units.spec openpkg-web news.txt Log: fix building with gcc3 Summary: Revision Changes Path 1.24 +6 -3 openpkg-src/units/units.spec 1.5642 +1 -0 openpkg-web/news.txt ____________________________________________________________________________ patch -p0 <<'@@ .' Index: openpkg-src/units/units.spec ============================================================================ $ cvs diff -u -r1.23 -r1.24 units.spec --- openpkg-src/units/units.spec 8 Jul 2003 14:43:02 -0000 1.23 +++ openpkg-src/units/units.spec 18 Jul 2003 12:35:03 -0000 1.24 @@ -33,7 +33,7 @@ Group: Converter License: GPL Version: 1.80 -Release: 20030417 +Release: 20030718 # list of sources Source0: ftp://ftp.gnu.org/gnu/units/units-%{version}.tar.gz @@ -41,8 +41,8 @@ # build information Prefix: %{l_prefix} BuildRoot: %{l_buildroot} -BuildPreReq: OpenPKG, openpkg >= 20020206 -PreReq: OpenPKG, openpkg >= 20020206 +BuildPreReq: OpenPKG, openpkg >= 20020717 +PreReq: OpenPKG, openpkg >= 20020717 AutoReq: no AutoReqProv: no @@ -55,6 +55,9 @@ %prep %setup -q + %{l_shtool} subst \ + -e 's;\(sed.*\)\\";\1/";g' \ + units.c %build CC="%{l_cc}" \ @@ . patch -p0 <<'@@ .' Index: openpkg-web/news.txt ============================================================================ $ cvs diff -u -r1.5641 -r1.5642 news.txt --- openpkg-web/news.txt 18 Jul 2003 11:57:02 -0000 1.5641 +++ openpkg-web/news.txt 18 Jul 2003 12:35:02 -0000 1.5642 @@ -1,3 +1,4 @@ +18-Jul-2003: Upgraded package: P<units-1.80-20030718> 18-Jul-2003: Upgraded package: P<proftpd-1.2.8-20030718> 18-Jul-2003: Upgraded package: P<prngd-0.9.27-20030718> 18-Jul-2003: Upgraded package: P<postgresql-7.3.3-20030718> @@ . ______________________________________________________________________ The OpenPKG Project www.openpkg.org CVS Repository Commit List [EMAIL PROTECTED]