Accepting request 246057 from GNOME:Next
Push GN OBS-URL: https://build.opensuse.org/request/show/246057 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=202
This commit is contained in:
parent
2f012cc045
commit
a21981c978
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e887bd63c733febccb7f2c1453c075016342e223214fa9cfc60d90f1e16e080f
|
||||
size 1672512
|
3
gnome-settings-daemon-3.13.90.tar.xz
Normal file
3
gnome-settings-daemon-3.13.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7030ae241189117c5d9108b90f466977bdce48ef2a8e1469f5322764263fc766
|
||||
size 1647580
|
@ -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
|
@ -1,3 +1,84 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -34,19 +34,17 @@
|
||||
%endif
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.12.2
|
||||
Version: 3.13.90
|
||||
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.13/%{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
|
||||
@ -77,6 +75,8 @@ BuildRequires: pkgconfig(ibus-1.0) >= 1.4.99
|
||||
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 +89,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 +139,6 @@ translation-update-upstream
|
||||
#gnome-patch-translation-prepare
|
||||
#%%patch2 -p0
|
||||
%patch10 -p0
|
||||
%patch17 -p1
|
||||
%patch19 -p1
|
||||
|
||||
%build
|
||||
@ -215,11 +213,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 +235,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.*
|
||||
|
Loading…
Reference in New Issue
Block a user