Skip to Content.
Sympa Menu

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

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 (e7e00248883c395fee5d6020d1adc852b20d7b76)
  • Date: Sun, 17 May 2009 09:16:30 -0500

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

utils/hal/DEPENDS | 2 +-
utils/hal/DETAILS | 2 +-
utils/hal/HISTORY | 4 ++++
3 files changed, 6 insertions(+), 2 deletions(-)

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

hal: fixed udev's conf path

diff --git a/utils/hal/DEPENDS b/utils/hal/DEPENDS
index bab08d5..471fef7 100755
--- a/utils/hal/DEPENDS
+++ b/utils/hal/DEPENDS
@@ -4,7 +4,7 @@ depends glib2 &&
depends intltool &&
depends libcap &&
depends libtool &&
-depends udev &&
+depends udev '--with-udev-prefix=/etc' &&
depends xml-parser-expat &&
depends pkgconfig &&
depends util-linux &&
diff --git a/utils/hal/DETAILS b/utils/hal/DETAILS
index 4b60da7..f6d9272 100755
--- a/utils/hal/DETAILS
+++ b/utils/hal/DETAILS
@@ -7,7 +7,7 @@ if [[ $HAL_VER == devel ]]; then
FORCE_DOWNLOAD=on
else
VERSION=0.5.12
- PATCHLEVEL=1
+ PATCHLEVEL=2

SOURCE_HASH=sha512:d450bbcb6f9d8c2b2b6a29324af74cabf2992676c547abce366fe599eb2feb1f3ed65e7eb0b84ad02392ce3b31c5fca6f0b0c6bd0d3db1c0992a52878a5d307f
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_URL[0]=http://hal.freedesktop.org/releases/$SOURCE
diff --git a/utils/hal/HISTORY b/utils/hal/HISTORY
index 834633b..889a18c 100644
--- a/utils/hal/HISTORY
+++ b/utils/hal/HISTORY
@@ -1,3 +1,7 @@
+2009-05-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL+=1
+ * DEPENDS: fixed udev's conf path
+
2009-05-12 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: PATCHLEVEL=1
* DEPENDS: added util-linux as req dep



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (e7e00248883c395fee5d6020d1adc852b20d7b76), Vlad Glagolev, 05/17/2009

Archive powered by MHonArc 2.6.24.

Top of Page