OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 19-Feb-2007 18:08:37
Branch: HEAD Handle: 2007021917083700
Modified files:
openpkg-src/io io.patch io.spec
Log:
upgrading package: io 20070104 -> 20070219
Summary:
Revision Changes Path
1.2 +5 -5 openpkg-src/io/io.patch
1.4 +3 -3 openpkg-src/io/io.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/io/io.patch
============================================================================
$ cvs diff -u -r1.1 -r1.2 io.patch
--- openpkg-src/io/io.patch 9 Dec 2006 09:30:06 -0000 1.1
+++ openpkg-src/io/io.patch 19 Feb 2007 17:08:37 -0000 1.2
@@ -1,13 +1,13 @@
Index: Makefile
---- Makefile.orig 2006-12-07 19:43:27 +0100
-+++ Makefile 2006-12-09 09:55:57 +0100
-@@ -98,7 +98,8 @@
-
+--- Makefile.orig 2007-02-19 09:57:42 +0100
++++ Makefile 2007-02-19 18:07:02 +0100
+@@ -99,7 +99,8 @@
+ # Unlink the io binary before copying so running Io processes will keep
running
install:
umask 022
- mkdir -p $(INSTALL_PREFIX)/{bin,lib} || true
+ mkdir -p $(INSTALL_PREFIX)/bin || true
+ mkdir -p $(INSTALL_PREFIX)/lib || true
+ rm -f $(INSTALL_PREFIX)/bin/io$(BINARY_SUFFIX)
cp _build/binaries/io$(BINARY_SUFFIX) $(INSTALL_PREFIX)/bin || true
chmod ugo+rx $(INSTALL_PREFIX)/bin/io
- cp _build/binaries/io_static$(BINARY_SUFFIX) $(INSTALL_PREFIX)/bin
@@ .
patch -p0 <<'@@ .'
Index: openpkg-src/io/io.spec
============================================================================
$ cvs diff -u -r1.3 -r1.4 io.spec
--- openpkg-src/io/io.spec 28 Jan 2007 09:03:10 -0000 1.3
+++ openpkg-src/io/io.spec 19 Feb 2007 17:08:37 -0000 1.4
@@ -23,8 +23,8 @@
##
# package version
-%define V_opkg 20070104
-%define V_dist 2007-01-04
+%define V_opkg 20070219
+%define V_dist 2007-02-19
# package information
Name: io
@@ -37,7 +37,7 @@
Group: Language
License: BSD
Version: %{V_opkg}
-Release: 20070128
+Release: 20070219
# package options
%option with_threads no
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]