Hello community,

here is the log from the commit of package gnome-control-center for 
openSUSE:Factory checked in at 2012-01-26 14:02:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-control-center (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-control-center.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-control-center", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/gnome-control-center/gnome-control-center.changes    
    2012-01-09 12:40:16.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gnome-control-center.new/gnome-control-center.changes
   2012-01-26 14:02:58.000000000 +0100
@@ -1,0 +2,43 @@
+Wed Jan 18 17:51:57 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.4.1:
+  + Bluetooth:
+    - Update for change in BluetoothChooser API
+- Add pkgconfig(gnome-bluetooth-1.0) BuildRequires: it was somehow
+  missing before.
+
+-------------------------------------------------------------------
+Tue Jan 17 17:20:15 UTC 2012 - vu...@opensuse.org
+
+- Update to version 3.3.4:
+  + Shell:
+    - Fix unfocused windows theming
+  + Bluetooth:
+    - Remove omnipresent scrollbar and only show it when needed
+  + Display:
+    - Port to GDBus
+  + Network:
+    - Move the device speed up to the device header
+    - Move "Airplane Mode" switch to the shell header
+  + Printers:
+    - Show correct hostnames for printers
+  + Region:
+    - Fix "extra" layouts not appearing in italics
+  + Sound:
+    - Fix compile time warnings
+  + Users:
+    - Fix capturing a picture with the webcam
+    - Add optional systemd support for session tracking
+  + Wacom:
+    - Add calibration for screen tablets
+    - Add per-stylus configuration
+- Add new pkgconfig(clutter-gst-1.0) and pkgconfig(fontconfig)
+  BuildRequires, following upstream change.
+- Get ready for full-switch to systemd:
+  + Add a with_systemd macro, currently set to 0 as the systemd
+    support implies no support for ConsoleKit, which we want to
+    keep until sysvinit is not supported anymore.
+  + Add pkgconfig(libsystemd-login) BuildRequires and pass
+    --enable-systemd to configure if we build systemd support.
+
+-------------------------------------------------------------------

Old:
----
  gnome-control-center-3.3.3.tar.xz

New:
----
  gnome-control-center-3.3.4.1.tar.xz

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

Other differences:
------------------
++++++ gnome-control-center.spec ++++++
--- /var/tmp/diff_new_pack.Ee81N6/_old  2012-01-26 14:03:00.000000000 +0100
+++ /var/tmp/diff_new_pack.Ee81N6/_new  2012-01-26 14:03:00.000000000 +0100
@@ -16,6 +16,10 @@
 #
 
 
+# We cannot enable systemd support right now, as it is exclusive and means we
+# lose ConsoleKit support (bad for sysvinit)
+%define with_systemd 0
+
 Name:           gnome-control-center
 BuildRequires:  cups-devel
 BuildRequires:  desktop-file-utils
@@ -28,16 +32,19 @@
 # Only needed because we don't (and won't) support building xz tarballs by 
default... See bnc#697467
 BuildRequires:  xz
 BuildRequires:  pkgconfig(cheese-gtk)
+BuildRequires:  pkgconfig(clutter-gst-1.0)
 BuildRequires:  pkgconfig(colord)
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(dbus-glib-1)
+BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(goa-1.0)
 BuildRequires:  pkgconfig(goa-backend-1.0)
 BuildRequires:  pkgconfig(gconf-2.0)
 BuildRequires:  pkgconfig(gdk-pixbuf-2.0)
-BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(glib-2.0) >= 2.31.0
+BuildRequires:  pkgconfig(gnome-bluetooth-1.0) >= 3.3.4
 BuildRequires:  pkgconfig(gnome-desktop-3.0) >= 3.1.91
-BuildRequires:  pkgconfig(gnome-settings-daemon) >= 2.91.94
+BuildRequires:  pkgconfig(gnome-settings-daemon) >= 3.3.4
 BuildRequires:  pkgconfig(gsettings-desktop-schemas) >= 3.3.0
 BuildRequires:  pkgconfig(gstreamer-0.10)
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.3.5
@@ -53,7 +60,10 @@
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(libpulse-mainloop-glib)
 BuildRequires:  pkgconfig(libsocialweb-client)
-BuildRequires:  pkgconfig(libwacom)
+%if %{with_systemd}
+BuildRequires:  pkgconfig(libsystemd-login)
+%endif
+BuildRequires:  pkgconfig(libwacom) >= 0.2
 BuildRequires:  pkgconfig(libxklavier)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(polkit-gobject-1) >= 0.97
@@ -64,7 +74,7 @@
 BuildRequires:  pkgconfig(xi) >= 1.2
 Obsoletes:      fontilus themus acme
 Provides:       fontilus themus acme
-Version:        3.3.3
+Version:        3.3.4.1
 Release:        0
 # FIXME: in 12.2 and later, check if we still need patch2 
(gnome-control-center-hide-region-system-tab.patch) (see bnc#703833)
 Summary:        The GNOME Control Center
@@ -156,6 +166,9 @@
 %build
 %configure --with-pic\
         --with-libsocialweb\
+%if %{with_systemd}
+        --enable-systemd\
+%endif
         --disable-static\
         --disable-scrollkeeper\
         --disable-maintainer-mode

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

Reply via email to