Hello community,

here is the log from the commit of package sblim-gather for openSUSE:Factory
checked in at Mon Sep 19 21:26:18 CEST 2011.



--------
--- sblim-gather/sblim-gather.changes   2010-09-14 22:26:39.000000000 +0200
+++ /mounts/work_src_done/STABLE/sblim-gather/sblim-gather.changes      
2011-09-17 13:08:13.000000000 +0200
@@ -1,0 +2,31 @@
+Sat Sep 17 10:40:05 UTC 2011 - [email protected]
+
+- Update to 2.2.3
+  Bugs fixed:
+  - 3275169 bash error reported in provider bootstrap scripts
+  - 3289931 long vm names cause buffer overflow
+  - 3181085 Mandatory Properties not instantiated: CIM_MetricServiceCapa
+  - 3005596 virt plugin only connects to libvirtd at load
+  - 3302709 leak libvir connections when no domains
+
+  Features added:
+  - 3300216 new KVM scheduler counter metrics
+  - 3302712 log libvirt connection failures
+
+-------------------------------------------------------------------
+Wed Jan  5 14:26:58 UTC 2011 - [email protected]
+
+- update to 2.2.2
+  Bugs fixed:
+  - 3039719 normalize virtual server metric sample interval
+  - 3049802 plugin load generates error if already loaded
+  - 3074431 change VSState to a Point metric
+  - 3074452 change ActiveVirtualProcessors to point metric
+  - 1845491 gather reposdump facility segfaults
+  - 3078358 no metrics collected for inactive virtual servers
+  - 3109840 mlog with arguments segfaults on M_SHOW
+  - 3109852 TimeStamp property should be end of interval
+  Features added:
+  - 3098510 add process name to UnixProcessMetric
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
  gather-reposdump.patch
  sblim-gather-2.2.0-redefinition.patch
  sblim-gather-2.2.0.tar.bz2
  use-open_device_tree-in-sysfs-wrapper.patch

New:
----
  sblim-gather-2.2.2-redefinition.patch
  sblim-gather-2.2.3-initstyle.patch
  sblim-gather-2.2.3.tar.bz2

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

Other differences:
------------------
++++++ sblim-gather.spec ++++++
--- /var/tmp/diff_new_pack.t7E0XL/_old  2011-09-19 21:26:11.000000000 +0200
+++ /var/tmp/diff_new_pack.t7E0XL/_new  2011-09-19 21:26:11.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package sblim-gather (Version 2.2.0)
+# spec file for package sblim-gather
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -20,7 +20,7 @@
 
 Name:           sblim-gather
 BuildRequires:  gcc-c++ libvirt-devel openssl-devel pam-devel 
sblim-cmpi-base-devel sblim-indication_helper-devel sblim-testsuite
-%if 0%{?rhel_version} != 501
+%if 0%{?rhel_version} == 0
 BuildRequires:  openslp-devel
 %endif
 BuildRequires:  glib2-devel
@@ -38,16 +38,14 @@
 Url:            http://sblim.wiki.sourceforge.net/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Summary:        SBLIM Performance Data Gatherer and Provider
-Version:        2.2.0
+Version:        2.2.3
 Release:        6
 Group:          System/Management
 License:        IBM PL
 Source0:        
http://prdownloads.sourceforge.net/sblim/sblim-gather-%{version}.tar.bz2
 Patch1:         sblim-gather-2.1.8_pointers.patch
-# see 
https://sourceforge.net/tracker/?func=detail&atid=712784&aid=1845491&group_id=128809
-Patch2:         gather-reposdump.patch
-Patch3:         sblim-gather-2.2.0-redefinition.patch
-Patch4:         use-open_device_tree-in-sysfs-wrapper.patch
+Patch3:         sblim-gather-2.2.2-redefinition.patch
+Patch4:         sblim-gather-2.2.3-initstyle.patch
 Provides:       sblim-gather-pluginz = %{version}
 Requires(pre):  cim-server
 BuildRequires:  -tog-pegasus
@@ -126,8 +124,7 @@
 %prep
 %setup -n %{name}-%{version}
 %patch1
-%patch2
-%patch3
+%patch3 -p1
 %patch4 -p1
 
 %build
@@ -170,6 +167,7 @@
 %defattr(-,root,root)
 %config(noreplace) %{_sysconfdir}/gatherd.conf
 %config(noreplace) %{_sysconfdir}/reposd.conf
+%{_sysconfdir}/init.d/gatherer
 %{_localstatedir}/run/gather
 %{_bindir}/*
 %{_sbindir}/*

++++++ sblim-gather-2.2.0-redefinition.patch -> 
sblim-gather-2.2.2-redefinition.patch ++++++
--- sblim-gather/sblim-gather-2.2.0-redefinition.patch  2009-10-02 
13:44:18.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/sblim-gather/sblim-gather-2.2.2-redefinition.patch 
    2011-01-05 15:37:29.000000000 +0100
@@ -1,8 +1,7 @@
-Index: provider/mof/Linux_Metric.mof
-===================================================================
---- provider/mof/Linux_Metric.mof.orig
-+++ provider/mof/Linux_Metric.mof
-@@ -52,12 +52,6 @@ class Linux_MetricHostedService : CIM_Ho
+diff -wruN -x '*~' ../orig-sblim-gather-2.2.2/provider/mof/Linux_Metric.mof 
./provider/mof/Linux_Metric.mof
+--- ../orig-sblim-gather-2.2.2/provider/mof/Linux_Metric.mof   2010-05-22 
04:07:51.000000000 +0200
++++ ./provider/mof/Linux_Metric.mof    2011-01-05 15:31:30.000000000 +0100
+@@ -55,12 +55,6 @@
  class Linux_MetricServiceAffectsElement : CIM_ServiceAffectsElement
  { };
  

++++++ sblim-gather-2.2.3-initstyle.patch ++++++
diff -wruN -x '*~' ../orig-sblim-gather-2.2.3/configure.ac ./configure.ac
--- ../orig-sblim-gather-2.2.3/configure.ac     2011-05-18 04:12:52.000000000 
+0200
+++ ./configure.ac      2011-09-17 12:51:15.000000000 +0200
@@ -157,6 +157,9 @@
 elif test -f /etc/SuSE-release
 then 
    INIT_STYLE=init-suse
+elif test -d /etc/SuSEconfig
+then 
+   INIT_STYLE=init-suse
 else
    INIT_STYLE=init-none
 fi
diff -wruN -x '*~' ../orig-sblim-gather-2.2.3/gatherer.init-suse.in 
./gatherer.init-suse.in
--- ../orig-sblim-gather-2.2.3/gatherer.init-suse.in    2009-09-23 
03:45:14.000000000 +0200
+++ ./gatherer.init-suse.in     2011-09-17 12:56:12.000000000 +0200
@@ -5,7 +5,9 @@
 ### BEGIN INIT INFO
 # Provides:          gatherd
 # Default-Start:     3 5
+# Required-Start:
 # Default-Stop:      0 1 2 6
+# Required-Stop:
 # Short-Description: SBLIM Metric Gatherer collection daemon
 # Description:       Manage metric collections service
 ### END INIT INFO
++++++ sblim-gather-2.2.0.tar.bz2 -> sblim-gather-2.2.3.tar.bz2 ++++++
++++ 4529 lines of diff (skipped)


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



Remember to have fun...

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

Reply via email to