Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2baaec2d0baed9fea2914d9acbb969d8d2694e55)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2baaec2d0baed9fea2914d9acbb969d8d2694e55)
  • Date: Fri, 17 Oct 2008 15:23:59 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

x11-libs/wine/BUILD | 12 ++++++------
x11-libs/wine/DETAILS | 2 +-
x11-libs/wine/HISTORY | 4 ++++
3 files changed, 11 insertions(+), 7 deletions(-)

New commits:
commit 2baaec2d0baed9fea2914d9acbb969d8d2694e55
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wine: => 1.0.1 (stable)

diff --git a/x11-libs/wine/BUILD b/x11-libs/wine/BUILD
index 7fb8533..a8638e9 100755
--- a/x11-libs/wine/BUILD
+++ b/x11-libs/wine/BUILD
@@ -1,15 +1,15 @@
# fix wine build problem
-LDFLAGS=${LDFLAGS//-z combreloc/} &&
+LDFLAGS=${LDFLAGS//-z combreloc/} &&

OPTS="--disable-debug \
--disable-trace \
- $OPTS" &&
+ $OPTS" &&

# touch non-existant file
-touch programs/winetest/tests.rc &&
-default_build &&
+touch programs/winetest/tests.rc &&
+default_build &&


-if is_depends_enabled $SPELL docbook-utils; then
- make -C documentation
+if is_depends_enabled $SPELL docbook-utils; then
+ make -C documentation
fi
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index e4f571a..b562f1b 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -14,7 +14,7 @@ else
if [[ $WINE_DEVEL == y ]]; then
VERSION=1.1.6
else
- VERSION=1.0
+ VERSION=1.0.1
fi
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 4dfc89d..e960723 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,7 @@
+2008-10-18 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated stable to 1.0.1
+ * BUILD: cleaned up
+
2008-10-13 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated WINE_DEVEL=y to 1.1.6




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (2baaec2d0baed9fea2914d9acbb969d8d2694e55), Vlad Glagolev, 10/17/2008

Archive powered by MHonArc 2.6.24.

Top of Page