Accepting request 252090 from GNOME:Factory

Push GNOME 3.14.0 (forwarded request 251909 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/252090
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-settings-daemon?expand=0&rev=108
This commit is contained in:
Stephan Kulow 2014-09-30 17:38:18 +00:00 committed by Git OBS Bridge
commit 8a4ab1c385
5 changed files with 119 additions and 45 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e887bd63c733febccb7f2c1453c075016342e223214fa9cfc60d90f1e16e080f
size 1672512

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1511bbfbff5fc4aa59cdd4c84d778e6051343853a091a13a9d91024d859658b7
size 1598472

View File

@ -1,20 +0,0 @@
diff --git a/plugins/updates/gsd-updates-manager.c b/plugins/updates/gsd-updates-manager.c
index a81aa1f..5c193e9 100644
--- a/plugins/updates/gsd-updates-manager.c
+++ b/plugins/updates/gsd-updates-manager.c
@@ -995,6 +995,7 @@ set_proxy_cb (GObject *object, GAsyncResult *res, gpointer user_data)
static void
reload_proxy_settings (GsdUpdatesManager *manager)
{
+#if 0
gchar *proxy_http;
gchar *proxy_ftp;
@@ -1011,6 +1012,7 @@ reload_proxy_settings (GsdUpdatesManager *manager)
g_free (proxy_http);
g_free (proxy_ftp);
+#endif
}
static void

View File

@ -1,3 +1,113 @@
-------------------------------------------------------------------
Mon Sep 22 17:01:09 UTC 2014 - zaitor@opensuse.org
- Update to version 3.14.0:
+ XSettings: Fix swapping out of WM settings schemas.
+ Updated translations.
-------------------------------------------------------------------
Mon Sep 15 20:15:36 UTC 2014 - zaitor@opensuse.org
- Update to version 3.13.92:
+ Keyboard: Remove input sources handling: this was moved to
mutter/gnome-shell and removes g-s-d's build dependency on
IBus.
+ Power: '0' keyboard backlight is a valid value.
+ Rfkill: Add a property to determine whether to show airplane
mode.
- Drop pkgconfig(ibus-1.0) BuildRequires, and clean up spec from
define with ibus.
-------------------------------------------------------------------
Tue Sep 2 17:45:58 UTC 2014 - zaitor@opensuse.org
- Update to version 3.13.91:
+ Media-keys: Postpone initialisation of libcanberra to avoid
blocking on it at startup.
+ Wacom: Fix OLEDs never actually working due to a missing single
line.
-------------------------------------------------------------------
Mon Aug 18 11:54:35 UTC 2014 - dimstar@opensuse.org
- Update to version 3.13.90:
+ Media keys: Don't show Orientation lock popup if not supported.
+ Sharing: Fix crash when run against older NM.
+ Wacom: Add support for LEDs API in newer kernels.
-------------------------------------------------------------------
Wed Jul 23 16:12:57 UTC 2014 - dimstar@opensuse.org
- Update to version 3.13.4:
+ General:
- Fix crash when a plugin failed to start.
- Several code cleanups.
+ A11Y Keyboard: Make sticky and slow keys notifications more
difficult to miss.
+ Housekeeping: Fix regular files not getting deleted from the
Trash.
+ Media-keys: Set the keyring environment variables on all
processes that we launch.
+ Orientation: Fix plugin on MS Surface devices.
+ Power: Fix crash when logind isn't available.
+ Sharing: Fix compilation without NetworkManager.
+ Wacom: Handle "cursor" tablet devices so that they get properly
mapped for different orientations.
+ Updated translations.
-------------------------------------------------------------------
Sat Jul 12 19:56:04 UTC 2014 - dimstar@opensuse.org
- Update to version 3.13.3:
+ Plenty of Sharing plugin bug fixes.
- Changes from version 3.13.2:
+ Add new sharing plugin.
+ General:
- Implement size matching for touchscreens.
- Fix warnings in the display to input device mapper.
- Remove multiple screens support.
+ Power:
- Fix wakeup not working with some keymaps.
- Fix restarting of the lid inhibitor check timer.
- Fix suspend happening again when resuming from suspend.
- Discretize the set backlight value fixing problems.
on some harwdare with limited number of backlight settings.
- Fix initial backlight state in gnome-shell.
- Add sound notification on power plug/unplug.
+ Wacom:
- Add Bluetooth OLED handling for Intuos4 WL.
- Fix OLED application for wired Intuos4.
- Make OSD always appear on a single monitor.
+ XSettings:
- Honor changes to the enable-animations setting.
- Better support for GTK+ CSD titlebar button layout.
+ Housekeeping: Fix a possible data loss when symlinks are
created from /tmp.
+ Media-keys: Fix possible crash disabling media-keys plugin.
- Changes from version 3.13.1:
+ Color: Fix 13 byte long EDID description text parsing.
+ Common:
- Improve hotplug scripts exit status checking and correct the
documentation.
- Fix possible crasher in device-mapper.
+ Cursor: Remove multi-screen support.
+ Power:
- Remove unused session presence proxy.
- Emit change notification for brightness.
- Fix display not blanking after gnome-shell wake up.
- Don't warn when Kdb backlight D-Bus is called.
- Lower the lid safety timeout to 8 seconds.
+ Update: Remove the updates plugin. The functionality now lives
on in the gnome-software session service.
+ Updated translations.
- Add pkgconfig(libnm-glib) and pkgconfig(libnm-util)
BuildRequires: dependencies to the new sharing plugin.
- Remove pkgconfig(packagekit-glib2) BuildRequires: the Update
plugin is no longer available.
- Drop gnome-settings-daemon-stop-reload-proxy-settings.patch: it
fixed behaviour of the update plugin, which in turn no longer
exists.
-------------------------------------------------------------------
Wed May 21 20:57:44 UTC 2014 - mgorse@suse.com

View File

@ -20,9 +20,6 @@
# lose ConsoleKit support (bad for sysvinit)
%define with_systemd 1
# Allow to enable/disable ibus, as GNOME is rather strict on new versions.
%define with_ibus 1
# Smart-Card support is disabled in version 3.7.3
%define with_smartcard 1
@ -34,19 +31,17 @@
%endif
Name: gnome-settings-daemon
Version: 3.12.2
Version: 3.14.0
Release: 0
Summary: Settings daemon for the GNOME desktop
License: GPL-2.0+
Group: System/GUI/GNOME
Url: http://www.gnome.org
Source: http://download.gnome.org/sources/gnome-settings-daemon/3.12/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/gnome-settings-daemon/3.14/%{name}-%{version}.tar.xz
# PATCH-NEEDS-REBASE gnome-settings-daemon-system-proxy-configuration.diff
Patch2: gnome-settings-daemon-system-proxy-configuration.diff
# PATCH-FEATURE-UPSTREAM gnome-settings-daemon-bnc462640-mute-action.patch bnc462640 bgo572365 vuntz@novell.com -- Mute button should always mute sound instead of toggling mute status
Patch10: gnome-settings-daemon-bnc462640-mute-action.patch
# PATCH-FIX-OPENSUSE gnome-settings-daemon-stop-reload-proxy-settings.patch bnc689592#c1, bnc#538353 glin@suse.com -- Stop g-s-d poping up the authentication dialog for reloading the proxy settings
Patch17: gnome-settings-daemon-stop-reload-proxy-settings.patch
# PATCH-FEATURE-UPSTREAM gnome-settings-daemon-notify-idle-resumed.patch bnc#439018 bnc#708182 bgo#575467 hpj@suse.com -- notify user about auto suspend when returning from sleep
Patch19: gnome-settings-daemon-notify-idle-resumed.patch
BuildRequires: cups-devel
@ -71,12 +66,11 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.9.91
BuildRequires: pkgconfig(gtk+-3.0) >= 3.7.8
BuildRequires: pkgconfig(gudev-1.0)
BuildRequires: pkgconfig(gweather-3.0) >= 3.9.5
%if %{with_ibus}
BuildRequires: pkgconfig(ibus-1.0) >= 1.4.99
%endif
BuildRequires: pkgconfig(kbproto)
BuildRequires: pkgconfig(lcms2)
BuildRequires: pkgconfig(libcanberra-gtk3)
BuildRequires: pkgconfig(libnm-glib) >= 0.9.9.1
BuildRequires: pkgconfig(libnm-util) >= 0.9.9.1
BuildRequires: pkgconfig(libnotify) >= 0.7.3
BuildRequires: pkgconfig(libpulse) >= 2.0
BuildRequires: pkgconfig(libpulse-mainloop-glib) >= 2.0
@ -89,7 +83,6 @@ BuildRequires: pkgconfig(libwacom) >= 0.7
BuildRequires: pkgconfig(xorg-wacom)
%endif
BuildRequires: pkgconfig(nss)
BuildRequires: pkgconfig(packagekit-glib2) >= 0.8.1
BuildRequires: pkgconfig(pango) >= 1.20.0
BuildRequires: pkgconfig(polkit-gobject-1) >= 0.103
BuildRequires: pkgconfig(upower-glib) >= 0.99.0
@ -140,7 +133,6 @@ translation-update-upstream
#gnome-patch-translation-prepare
#%%patch2 -p0
%patch10 -p0
%patch17 -p1
%patch19 -p1
%build
@ -153,11 +145,6 @@ autoreconf -f -i
--disable-static \
--with-pnpids=%{_datadir}/libgnome-desktop-3.0/pnp.ids \
--libexecdir=%{_libexecdir}/gnome-settings-daemon-3.0 \
%if %{with_ibus}
--enable-ibus
%else
--disable-ibus
%endif
make %{?jobs:-j%jobs} V=1
@ -182,9 +169,6 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc AUTHORS COPYING ChangeLog NEWS
%if %{with_ibus}
%{_datadir}/dbus-1/services/org.freedesktop.IBus.service
%endif
%{_datadir}/gnome-settings-daemon/
%{_datadir}/gnome-settings-daemon-3.0/
%dir %{_libexecdir}/gnome-settings-daemon-3.0/
@ -215,11 +199,11 @@ rm -rf %{buildroot}
%{_libdir}/gnome-settings-daemon-3.0/libprint-notifications.so
%{_libdir}/gnome-settings-daemon-3.0/librfkill.so
%{_libdir}/gnome-settings-daemon-3.0/libscreensaver-proxy.so
%{_libdir}/gnome-settings-daemon-3.0/libsharing.so
%if %{with_smartcard}
%{_libdir}/gnome-settings-daemon-3.0/libsmartcard.so
%endif
%{_libdir}/gnome-settings-daemon-3.0/libsound.so
%{_libdir}/gnome-settings-daemon-3.0/libupdates.so
%{_libdir}/gnome-settings-daemon-3.0/libxrandr.so
%{_libdir}/gnome-settings-daemon-3.0/libxsettings.so
%{_sysconfdir}/xdg/autostart/gnome-settings-daemon.desktop
@ -237,7 +221,7 @@ rm -rf %{buildroot}
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.print-notifications.gschema.xml
# From patch2
#%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.proxy.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.updates.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.sharing.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xrandr.gschema.xml
%{_datadir}/glib-2.0/schemas/org.gnome.settings-daemon.plugins.xsettings.gschema.xml
%{_datadir}/icons/hicolor/*/apps/gsd-xrandr.*