commit asusfan for openSUSE:Factory
Hello community, here is the log from the commit of package asusfan for openSUSE:Factory checked in at Mon Sep 27 16:22:28 CEST 2010. -------- --- asusfan/asusfan.changes 2009-01-28 14:19:52.000000000 +0100 +++ /mounts/work_src_done/STABLE/asusfan/asusfan.changes 2010-09-27 01:01:17.000000000 +0200 @@ -1,0 +2,5 @@ +Mon Sep 27 01:00:49 CEST 2010 - ro@suse.de + +- fix regex in configure for new grep(1) + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ asusfan.spec ++++++ --- /var/tmp/diff_new_pack.dRbvak/_old 2010-09-27 16:22:13.000000000 +0200 +++ /var/tmp/diff_new_pack.dRbvak/_new 2010-09-27 16:22:13.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package asusfan (Version 0.1) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -21,11 +21,11 @@ Name: asusfan BuildRequires: xorg-x11-devel Url: http://www.consultmatt.co.uk/asusfan/ -License: GPL v2 or later +License: GPLv2+ Group: System/X11/Utilities AutoReqProv: on Version: 0.1 -Release: 182 +Release: 190 Summary: Fan Control for Nvidia-Based ASUS Graphics Cards Source: asusfan-0.1-nodocs.tar.bz2 Patch: asusfan-0.1.patch ++++++ asusfan-0.1.patch ++++++ --- /var/tmp/diff_new_pack.dRbvak/_old 2010-09-27 16:22:13.000000000 +0200 +++ /var/tmp/diff_new_pack.dRbvak/_new 2010-09-27 16:22:13.000000000 +0200 @@ -141,6 +141,17 @@ break; } return 0; +--- asusfan-0.1/configure ++++ asusfan-0.1/configure +@@ -6202,7 +6202,7 @@ + exit 1 + fi + gentoo_lt_version="1.5.10" +-gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'` ++gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'` + if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then + echo "$as_me:$LINENO: result: no" >&5 + echo "${ECHO_T}no" >&6 --- asusfan-0.1/libasus/detect.c +++ asusfan-0.1/libasus/detect.c @@ -25,11 +25,13 @@ ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de