From 83a3d483f3c630e1702bca82ad4a2984992933658f4ec3c886d90b2ae7a56acb Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 17 Jan 2012 18:43:48 +0000 Subject: [PATCH 1/2] Accepting request 100493 from home:vuntz:branches:GNOME:Factory Update to 3.3.4 OBS-URL: https://build.opensuse.org/request/show/100493 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=129 --- gnome-control-center-3.3.3.tar.xz | 3 --- gnome-control-center-3.3.4.tar.xz | 3 +++ gnome-control-center.changes | 34 +++++++++++++++++++++++++++++++ gnome-control-center.spec | 19 +++++++++++++---- 4 files changed, 52 insertions(+), 7 deletions(-) delete mode 100644 gnome-control-center-3.3.3.tar.xz create mode 100644 gnome-control-center-3.3.4.tar.xz diff --git a/gnome-control-center-3.3.3.tar.xz b/gnome-control-center-3.3.3.tar.xz deleted file mode 100644 index 3789e82..0000000 --- a/gnome-control-center-3.3.3.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:24c6e9cb785e12de1d26d3884adbab82fb002872494002e89a9d3d898c7aed6f -size 4354276 diff --git a/gnome-control-center-3.3.4.tar.xz b/gnome-control-center-3.3.4.tar.xz new file mode 100644 index 0000000..a8f6545 --- /dev/null +++ b/gnome-control-center-3.3.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5907d211ff1140a0024d2c3e56f84c2b1c523e58bd4d386212b6e191d1331989 +size 4310316 diff --git a/gnome-control-center.changes b/gnome-control-center.changes index 01de2e5..e206385 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Tue Jan 17 17:20:15 UTC 2012 - vuntz@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. + ------------------------------------------------------------------- Thu Jan 5 08:07:55 UTC 2012 - vuntz@opensuse.org diff --git a/gnome-control-center.spec b/gnome-control-center.spec index e241f71..a6fc73e 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -15,6 +15,9 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +# 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 @@ -28,16 +31,18 @@ BuildRequires: update-desktop-files # 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-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 +58,10 @@ BuildRequires: pkgconfig(libnotify) >= 0.7.3 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 +72,7 @@ BuildRequires: pkgconfig(xft) BuildRequires: pkgconfig(xi) >= 1.2 Obsoletes: fontilus themus acme Provides: fontilus themus acme -Version: 3.3.3 +Version: 3.3.4 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 +164,9 @@ translation-update-upstream %build %configure --with-pic\ --with-libsocialweb\ +%if %{with_systemd} + --enable-systemd\ +%endif --disable-static\ --disable-scrollkeeper\ --disable-maintainer-mode From b04dfbc36b7d96a304bbf7c836a352ccd3aa7393078c037b7624a173aedd74d6 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 18 Jan 2012 20:16:15 +0000 Subject: [PATCH 2/2] Accepting request 100617 from home:vuntz:branches:GNOME:Factory Update to 3.3.4.1 OBS-URL: https://build.opensuse.org/request/show/100617 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=130 --- gnome-control-center-3.3.4.1.tar.xz | 3 +++ gnome-control-center-3.3.4.tar.xz | 3 --- gnome-control-center.changes | 9 +++++++++ gnome-control-center.spec | 4 +++- 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 gnome-control-center-3.3.4.1.tar.xz delete mode 100644 gnome-control-center-3.3.4.tar.xz diff --git a/gnome-control-center-3.3.4.1.tar.xz b/gnome-control-center-3.3.4.1.tar.xz new file mode 100644 index 0000000..0719c58 --- /dev/null +++ b/gnome-control-center-3.3.4.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df1646832c6741e52ea666ad094d1dbb44b51febb3f8ea45cf138a7f0fd8859c +size 4310236 diff --git a/gnome-control-center-3.3.4.tar.xz b/gnome-control-center-3.3.4.tar.xz deleted file mode 100644 index a8f6545..0000000 --- a/gnome-control-center-3.3.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5907d211ff1140a0024d2c3e56f84c2b1c523e58bd4d386212b6e191d1331989 -size 4310316 diff --git a/gnome-control-center.changes b/gnome-control-center.changes index e206385..7064b9e 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Jan 18 17:51:57 UTC 2012 - vuntz@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 - vuntz@opensuse.org diff --git a/gnome-control-center.spec b/gnome-control-center.spec index a6fc73e..9e80e15 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + # We cannot enable systemd support right now, as it is exclusive and means we # lose ConsoleKit support (bad for sysvinit) %define with_systemd 0 @@ -41,6 +42,7 @@ BuildRequires: pkgconfig(goa-backend-1.0) BuildRequires: pkgconfig(gconf-2.0) BuildRequires: pkgconfig(gdk-pixbuf-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) >= 3.3.4 BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0 @@ -72,7 +74,7 @@ BuildRequires: pkgconfig(xft) BuildRequires: pkgconfig(xi) >= 1.2 Obsoletes: fontilus themus acme Provides: fontilus themus acme -Version: 3.3.4 +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