Hello community,

here is the log from the commit of package libunique1 for openSUSE:Factory 
checked in at 2012-02-16 16:18:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libunique1 (Old)
 and      /work/SRC/openSUSE:Factory/.libunique1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libunique1", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libunique1/libunique1.changes    2012-01-09 
15:19:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libunique1.new/libunique1.changes       
2012-02-16 16:18:57.000000000 +0100
@@ -1,0 +2,10 @@
+Wed Feb  8 20:24:07 UTC 2012 - [email protected]
+
+- Pss --disable-maintainer-flags to configure to allow building
+  despite the use of deprecated API of glib 2.31.14+.
+- Change dbus-1-glib-devel and gtk2-devel BuildRequires to their
+  pkgconfig() replacements: dbus-glib-1, gtk+-2.0.
+- Drop gtk2-devel Requires from -devel package: it will be added
+  automatically the pkgconfig() way.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libunique1.spec ++++++
--- /var/tmp/diff_new_pack.q6wKS0/_old  2012-02-16 16:18:58.000000000 +0100
+++ /var/tmp/diff_new_pack.q6wKS0/_new  2012-02-16 16:18:58.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libunique1
 #
-# 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           libunique1
 %define _name   libunique
 Version:        1.1.6
@@ -28,11 +29,11 @@
 Patch0:         libunique1-gcc46.patch
 # PATCH-FIX-UPSTREAM libunique1-no_g_const_return.patch [email protected] 
-- Use const instead of G_CONST_RETURN. Not send upstream, as libunique1 is 
obsoleted.
 Patch1:         libunique1-no_g_const_return.patch
-BuildRequires:  dbus-1-glib-devel
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  gtk-doc
-BuildRequires:  gtk2-devel
 BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %define debug_package_requires libunique-1_0-0 = %{version}
 
@@ -64,7 +65,6 @@
 %package devel
 Summary:        A library for writing single instance application - 
development files
 Group:          Development/Libraries/GNOME
-Requires:       gtk2-devel
 Requires:       libunique-1_0-0 = %{version}
 Requires:       typelib-1_0-Unique-1_0 = %{version}
 Provides:       unique-doc = %{version}
@@ -83,11 +83,16 @@
 %patch1 -p1
 
 %build
-%configure --enable-debug=no --enable-static=no --enable-dbus=yes
-make %{?jobs:-j%jobs}
+# We use --disable-maintainer-flags to allow building with deprecated API
+%configure \
+    --enable-debug=no \
+    --enable-static=no \
+    --enable-dbus=yes \
+    --disable-maintainer-flags
+make %{?_smp_mflags}
 
 %install
-%makeinstall
+%make_install
 rm %{buildroot}%{_libdir}/*.la
 
 %post -n libunique-1_0-0 -p /sbin/ldconfig

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

Reply via email to