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.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.changes b/gnome-control-center.changes index 01de2e5..7064b9e 100644 --- a/gnome-control-center.changes +++ b/gnome-control-center.changes @@ -1,3 +1,46 @@ +------------------------------------------------------------------- +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 + +- 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..9e80e15 100644 --- a/gnome-control-center.spec +++ b/gnome-control-center.spec @@ -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 @@ 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-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(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 +74,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.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 @@ translation-update-upstream %build %configure --with-pic\ --with-libsocialweb\ +%if %{with_systemd} + --enable-systemd\ +%endif --disable-static\ --disable-scrollkeeper\ --disable-maintainer-mode