Update of /cvsroot/leaf/src/bering-uclibc/apps/lmsensors
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1839

Modified Files:
        buildtool.cfg buildtool.mk 
Added Files:
        lm_sensors-2.10.0.tar.gz 
Removed Files:
        lm_sensors-2.9.2.tar.gz lm_sensors-locale.diff.gz 
Log Message:
update to version 2.10.0

--- lm_sensors-locale.diff.gz DELETED ---

--- lm_sensors-2.9.2.tar.gz DELETED ---

Index: buildtool.cfg
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/lmsensors/buildtool.cfg,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** buildtool.cfg       30 Jan 2006 19:46:56 -0000      1.4
--- buildtool.cfg       21 Feb 2006 19:53:18 -0000      1.5
***************
*** 5,9 ****
  </File>
  
! <File lm_sensors-2.9.2.tar.gz>
          Server = cvs-sourceforge
        Revision = HEAD
--- 5,9 ----
  </File>
  
! <File lm_sensors-2.10.0.tar.gz>
          Server = cvs-sourceforge
        Revision = HEAD
***************
*** 12,27 ****
  </File>
  
- <File lm_sensors-locale.diff.gz>
-         Server = cvs-sourceforge
-       Revision = HEAD
-         Directory = lmsensors
-       envname = LMSENSORS_PATCH1
- </File>
- 
  <File Makefile.patch.gz>
          Server = cvs-sourceforge
        Revision = HEAD
          Directory = lmsensors
!       envname = LMSENSORS_PATCH2
  </File>
  
--- 12,20 ----
  </File>
  
  <File Makefile.patch.gz>
          Server = cvs-sourceforge
        Revision = HEAD
          Directory = lmsensors
!       envname = LMSENSORS_PATCH1
  </File>
  
***************
*** 34,38 ****
  <Package>
        <libsens>
!               Version = 3.0.9
                Revision = 1
                
--- 27,31 ----
  <Package>
        <libsens>
!               Version = 3.1.0
                Revision = 1
                
***************
*** 41,44 ****
--- 34,38 ----
                for your specific hardware.
                Homepage: http://secure.netroedge.com/~lm78/
+               Requires: libm.lrp
                LEAF Package by __PACKAGER__, __BUILDDATE__
                EOF
***************
*** 55,60 ****
                <Contents>
                        <File>
!                               Filename        = usr/lib/libsensors.so.3.0.9
!                               Source          = usr/lib/libsensors.so.3.0.9
                                Type            = binary
                                Permissions     = 755
--- 49,54 ----
                <Contents>
                        <File>
!                               Filename        = usr/lib/libsensors.so.3.1.0
!                               Source          = usr/lib/libsensors.so.3.1.0
                                Type            = binary
                                Permissions     = 755
***************
*** 62,66 ****
                        <File>
                                Filename        = usr/lib/libsensors.so.3
!                               Target          = usr/lib/libsensors.so.3.0.9
                                Type            = link
                        </File>
--- 56,60 ----
                        <File>
                                Filename        = usr/lib/libsensors.so.3
!                               Target          = usr/lib/libsensors.so.3.1.0
                                Type            = link
                        </File>
***************
*** 76,80 ****
        </libsens>
        <sensors>
!               Version = 2.9.2
                Revision = 1
                
--- 70,74 ----
        </libsens>
        <sensors>
!               Version = 2.10.0
                Revision = 1
                

Index: buildtool.mk
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/apps/lmsensors/buildtool.mk,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** buildtool.mk        30 Jan 2006 19:46:56 -0000      1.4
--- buildtool.mk        21 Feb 2006 19:53:18 -0000      1.5
***************
*** 8,12 ****
  include $(MASTERMAKEFILE)
  
! LMSENSORS_DIR:=lm_sensors-2.9.2
  LMSENSORS_TARGET_DIR:=$(BT_BUILD_DIR)/lmsensors
  STRIP_OPTIONS=--strip-debug
--- 8,12 ----
  include $(MASTERMAKEFILE)
  
! LMSENSORS_DIR:=lm_sensors-2.10.0
  LMSENSORS_TARGET_DIR:=$(BT_BUILD_DIR)/lmsensors
  STRIP_OPTIONS=--strip-debug
***************
*** 16,20 ****
        zcat $(LMSENSORS_SOURCE) | tar -xvf -   
        zcat $(LMSENSORS_PATCH1) | patch -d $(LMSENSORS_DIR) -p1 
-       zcat $(LMSENSORS_PATCH2) | patch -d $(LMSENSORS_DIR) -p1 
        touch $(LMSENSORS_DIR)/.source
  
--- 16,19 ----
***************
*** 31,35 ****
        $(BT_STRIP) --strip-debug 
$(LMSENSORS_TARGET_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/kernel/drivers/i2c/chips/*.o
        $(BT_STRIP) $(BT_STRIP_BINOPTS) $(LMSENSORS_TARGET_DIR)/usr/bin/sensors
!       $(BT_STRIP) $(BT_STRIP_LIBOPTS) 
$(LMSENSORS_TARGET_DIR)/usr/lib/libsensors.so.3.0.*
        cp -a lm-sensors.init $(BT_STAGING_DIR)/etc/init.d/lm-sensors
        cp -a $(LMSENSORS_TARGET_DIR)/usr/bin/sensors $(BT_STAGING_DIR)/usr/bin
--- 30,34 ----
        $(BT_STRIP) --strip-debug 
$(LMSENSORS_TARGET_DIR)/lib/modules/$(BT_KERNEL_RELEASE)/kernel/drivers/i2c/chips/*.o
        $(BT_STRIP) $(BT_STRIP_BINOPTS) $(LMSENSORS_TARGET_DIR)/usr/bin/sensors
!       $(BT_STRIP) $(BT_STRIP_LIBOPTS) 
$(LMSENSORS_TARGET_DIR)/usr/lib/libsensors.so.3.*
        cp -a lm-sensors.init $(BT_STAGING_DIR)/etc/init.d/lm-sensors
        cp -a $(LMSENSORS_TARGET_DIR)/usr/bin/sensors $(BT_STAGING_DIR)/usr/bin

--- NEW FILE: lm_sensors-2.10.0.tar.gz ---
(This appears to be a binary file; contents omitted.)



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
leaf-cvs-commits mailing list
leaf-cvs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to