[Lunar-commits] r15371 - moonbase/trunk/gnome-platform/hal

Florin Braescu florin at lunar-linux.org
Mon Jun 13 20:18:46 UTC 2005


Author: florin
Date: 2005-06-13 20:18:45 +0000 (Mon, 13 Jun 2005)
New Revision: 15371

Modified:
   moonbase/trunk/gnome-platform/hal/BUILD
   moonbase/trunk/gnome-platform/hal/DEPENDS
   moonbase/trunk/gnome-platform/hal/DETAILS
Log:
bump the version from 0.4.7 to 0.4.8. bugfixes release.

Modified: moonbase/trunk/gnome-platform/hal/BUILD
===================================================================
--- moonbase/trunk/gnome-platform/hal/BUILD	2005-06-13 19:12:01 UTC (rev 15370)
+++ moonbase/trunk/gnome-platform/hal/BUILD	2005-06-13 20:18:45 UTC (rev 15371)
@@ -1,5 +1,8 @@
 (
-    add_priv_user haldaemon:haldaemon -d /dev/null -s /bin/false &&
+
+    sedit "s:SG_FLAG_LUN_:SG_FLAG_UNUSED_LUN_:"  hald/linux/linux_dvd_rw_utils.c  &&
+
+    add_priv_user haldaemon:haldaemon -d /dev/null -s /bin/false  &&
    
    ./configure  --prefix=/usr                      \
                 --build=$BUILD                     \
@@ -13,7 +16,8 @@
                 --enable-hotplug-map               \
                 --with-pid-file=/var/run/hald.pid  \
                 $OPTS                             &&
-    default_make				  &&
+    default_make				  
+
     cp $SOURCE_CACHE/$SOURCE2 /usr/share/applications 
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/gnome-platform/hal/DEPENDS
===================================================================
--- moonbase/trunk/gnome-platform/hal/DEPENDS	2005-06-13 19:12:01 UTC (rev 15370)
+++ moonbase/trunk/gnome-platform/hal/DEPENDS	2005-06-13 20:18:45 UTC (rev 15371)
@@ -1,5 +1,4 @@
-depends dbus     &&
-depends pygtk2   &&
-depends libpcap  &&
+depends dbus    &&
+depends libcap  &&
 
 optional_depends "pcmcia-cs" "--enable-pcmcia-support" "" "for pcmcia support" 

Modified: moonbase/trunk/gnome-platform/hal/DETAILS
===================================================================
--- moonbase/trunk/gnome-platform/hal/DETAILS	2005-06-13 19:12:01 UTC (rev 15370)
+++ moonbase/trunk/gnome-platform/hal/DETAILS	2005-06-13 20:18:45 UTC (rev 15371)
@@ -1,12 +1,12 @@
           MODULE=hal
-         VERSION=0.4.7
+         VERSION=0.4.8
           SOURCE=$MODULE-$VERSION.tar.gz
          SOURCE2=$MODULE-device-manager.desktop
       SOURCE_URL=http://freedesktop.org/~david/dist/
      SOURCE2_URL=$PATCH_URL/
-      SOURCE_VFY=sha1:c0c27ec78157b879eaad87828de507f1085688b4
+      SOURCE_VFY=sha1:f0640cef175569d99167511e9f4839d5cad1f764
      SOURCE2_VFY=sha1:a7ffa1fba31d8eab0cbb51ac0abc76109125f6da
-        WEB_SITE=http://www.gnome.org
+        WEB_SITE=http://www.freedesktop.org/wiki/Software_2fhal
          ENTERED=20050316
          UPDATED=20050403
            SHORT="Hardware Abstraction Layer"



More information about the Lunar-commits mailing list