Hello community,

here is the log from the commit of package schedtop for openSUSE:Factory
checked in at Wed Aug 31 11:07:16 CEST 2011.



--------
--- schedtop/schedtop.changes   2011-03-17 12:40:46.000000000 +0100
+++ /mounts/work_src_done/STABLE/schedtop/schedtop.changes      2011-08-29 
22:27:27.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Aug 29 20:26:50 UTC 2011 - crrodrig...@opensuse.org
+
+- Add missing boost_system library linkage 
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ schedtop.spec ++++++
--- /var/tmp/diff_new_pack.4GCIti/_old  2011-08-31 10:59:31.000000000 +0200
+++ /var/tmp/diff_new_pack.4GCIti/_new  2011-08-31 10:59:31.000000000 +0200
@@ -31,7 +31,7 @@
 
 Name:           schedtop
 Version:        1.1
-Release:        13
+Release:        15
 License:        GPL
 Requires:       ncurses
 Group:          System/Monitoring
@@ -51,7 +51,7 @@
   Gregory Haskins <ghask...@novell.com>
 
 %prep
-%setup
+%setup -q
 %patch0
 %patch1
 

++++++ schedtop-boost_filesystem_changes.patch ++++++
--- /var/tmp/diff_new_pack.4GCIti/_old  2011-08-31 10:59:31.000000000 +0200
+++ /var/tmp/diff_new_pack.4GCIti/_new  2011-08-31 10:59:31.000000000 +0200
@@ -1,7 +1,5 @@
-Index: schedtop.cc
-===================================================================
---- schedtop.cc.orig   2009-03-25 01:24:52.000000000 +0100
-+++ schedtop.cc        2011-03-17 12:19:45.617622677 +0100
+--- schedtop.cc.orig
++++ schedtop.cc
 @@ -267,21 +267,21 @@ void ProcSnapshot(StatMap &smap)
      fs::directory_iterator end;
      for (fs::directory_iterator iter("/proc"); iter != end; ++iter) {
@@ -36,3 +34,13 @@
  
                    importer += type;
                }
+--- Makefile.orig
++++ Makefile
+@@ -3,6 +3,7 @@ CXXFLAGS += -g -O0
+ ARCH=$(shell uname -m)
+ OBJDIR ?= obj/$(ARCH)
+ LIBRARIES += -lboost_regex
++LIBRARIES += -lboost_system
+ LIBRARIES += -lboost_program_options
+ LIBRARIES += -lboost_filesystem
+ LIBRARIES += -lncurses


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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to