Hello community,

here is the log from the commit of package ctdb for openSUSE:Factory checked in 
at 2012-01-25 11:07:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ctdb (Old)
 and      /work/SRC/openSUSE:Factory/.ctdb.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ctdb", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ctdb/ctdb.changes        2011-09-23 
01:54:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ctdb.new/ctdb.changes   2012-01-25 
11:07:52.000000000 +0100
@@ -1,0 +2,21 @@
+Mon Jan 23 16:36:00 UTC 2012 - [email protected]
+
+- Simplify conditional BuildRrequires of pkg-config.
+
+-------------------------------------------------------------------
+Wed Dec 21 12:59:18 UTC 2011 - [email protected]
+
+- Add autoconf as buildrequire to avoid implicit dependency for post-11.4
+  systems.
+
+-------------------------------------------------------------------
+Tue Dec 20 20:24:22 UTC 2011 - [email protected]
+
+- Remove call to suse_update_config macro for post-11.4 systems.
+
+-------------------------------------------------------------------
+Sun Sep 18 00:07:30 UTC 2011 - [email protected]
+
+- Remove redundant tags/sections from specfile
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ctdb.spec ++++++
--- /var/tmp/diff_new_pack.XCbXnD/_old  2012-01-25 11:07:58.000000000 +0100
+++ /var/tmp/diff_new_pack.XCbXnD/_new  2012-01-25 11:07:58.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ctdb
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -17,12 +17,12 @@
 
 
 Summary:        Clustered TDB
+License:        GPL-3.0
+Group:          System/Daemons
 
 Name:           ctdb
 Version:        1.2.29
-Release:        3
-License:        GPL-3.0
-Group:          System/Daemons
+Release:        0
 Url:            http://ctdb.samba.org/
 Source:         ctdb-%{version}.tar.bz2
 Source1:        ctdb-sysconfig-suse.template
@@ -34,27 +34,22 @@
 %endif
 PreReq:         fileutils /bin/mktemp /usr/bin/killall sed
 %define         initdir %{_sysconfdir}/init.d
-AutoReqProv:    on
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} == 0 || 0%{?suse_version} > 1140
+BuildRequires:  autoconf
+%endif
 %if 0%{?suse_version} > 1020
 BuildRequires:  pkg-config
 %else
-%if 0%{?suse_version}
 BuildRequires:  pkgconfig
 %endif
-%endif
-#%if 0%{?suse_version}
-#BuildRequires:  pkg-config
-#%endif
 
 %description
 ctdb is the clustered database used by Samba
 
 %package devel
-License:        GPL-3.0
 Summary:        Libraries and Header Files to Develop Programs with ctdb 
support
 Group:          Development/Libraries/C and C++
-AutoReqProv:    on
 
 %description devel
 This package contains the static libraries and header files needed to
@@ -65,7 +60,9 @@
 %patch1 -p1
 
 %build
+%if 0%{?suse_version} && 0%{?suse_version} < 1141
 %{?suse_update_config:%{suse_update_config -f}}
+%endif
 autoreconf --force --install \
        -I. \
        -Ilib/replace \

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

Reply via email to