Hello community,

here is the log from the commit of package procmeter for openSUSE:Factory
checked in at Fri Sep 9 11:51:13 CEST 2011.



--------
--- procmeter/procmeter.changes 2011-02-12 20:27:04.000000000 +0100
+++ /mounts/work_src_done/STABLE/procmeter/procmeter.changes    2011-09-05 
12:50:44.000000000 +0200
@@ -1,0 +2,18 @@
+Mon Sep  5 10:39:35 UTC 2011 - [email protected]
+
+- Update to version 3.5c:
+  + New features:
+    - Sort the module menu into alphabetical order.
+  + New modules:
+    - FanSpeed, Temperature & Voltage: Improved hardware sensors.
+  + Bug Fixes:
+    - Remove 64-bit compilation warnings and fix variable type
+      mismatch.
+    - Fixed df module to handle disks bigger than 2TB.
+    - Fixed sensors module to handle new directory format.
+    - Pass top-level Makefile variables down to sub directories.
+- Add procmeter-as-needed.patch: fix build with -Wl,--as-needed.
+  Taken from Debian.
+- Add libsensors4-devel BuildRequires to build the new sensors.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  procmeter3-3.5b.tar.bz2

New:
----
  procmeter-as-needed.patch
  procmeter3-3.5c.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ procmeter.spec ++++++
--- /var/tmp/diff_new_pack.4hhMLM/_old  2011-09-09 11:51:09.000000000 +0200
+++ /var/tmp/diff_new_pack.4hhMLM/_new  2011-09-09 11:51:09.000000000 +0200
@@ -19,18 +19,22 @@
 
 
 Name:           procmeter
-BuildRequires:  gtk2-devel update-desktop-files
 License:        GPLv2+
 Group:          System/Monitoring
-Provides:       procmtr
-Obsoletes:      procmtr
-Version:        3.5b
-Release:        6
+Version:        3.5c
+Release:        1
 Summary:        Display actual system parameters
 Url:            http://www.gedanken.demon.co.uk/procmeter3/
-Source:         procmeter3-%{version}.tar.bz2
+Source:         procmeter3-%{version}.tgz
 Source1:        procmeter3.desktop
-Patch:          procmeter3-3.4a.patch
+Patch0:         procmeter3-3.4a.patch
+# PATCH-FIX-UPSTREAM procmeter-as-needed.patch [email protected] -- Taken 
from debian, fix build with -Wl,--as-needed
+Patch1:         procmeter-as-needed.patch
+BuildRequires:  gtk2-devel
+BuildRequires:  libsensors4-devel
+BuildRequires:  update-desktop-files
+Provides:       procmtr
+Obsoletes:      procmtr
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -39,7 +43,8 @@
 
 %prep
 %setup -q -n procmeter3-%{version}
-%patch
+%patch0 -p0
+%patch1 -p1
 
 %build
 make XLIBDIR=/usr/%{_lib}

++++++ procmeter-as-needed.patch ++++++
Description: Fix FTBFS with ld --no-add-needed in natty toolchain
Author: Bhavani Shankar <[email protected]>
Bug-Debian: http://bugs.debian.org/556073

--- procmeter3-3.5c.orig/Makefile
+++ procmeter3-3.5c/Makefile
@@ -37,7 +37,7 @@ LD=gcc
 # Program options
 
 CFLAGS=$(RPM_OPT_FLAGS) -Wall
-LDFLAGS=-rdynamic
+LDFLAGS=-rdynamic -lX11
 
 PATHDEFS=-DINSTDIR=\"$(INSTDIR)\"   -DLIB_PATH=\"$(LIB_PATH)\" \
          -DMOD_PATH=\"$(MOD_PATH)\" -DRC_PATH=\"$(RC_PATH)\"

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to