Accepting request 98831 from home:vuntz:branches:GNOME:Factory
Update to 3.3.3.1 OBS-URL: https://build.opensuse.org/request/show/98831 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-settings-daemon?expand=0&rev=119
This commit is contained in:
parent
b55a36aac0
commit
edaa95bf8f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35788134339672ee1635aa094f78b187fb872dba558791b188adb574d94c6215
|
||||
size 1799966
|
3
gnome-settings-daemon-3.3.3.1.tar.xz
Normal file
3
gnome-settings-daemon-3.3.3.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ab326f4abfacd7e9a67380100b464eeaf0f23b6a99461122568e8e00f7f87ae
|
||||
size 1444184
|
@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 5 08:03:19 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.3.3.1:
|
||||
+ Wacom:
|
||||
- Fix referenced module name
|
||||
- Changes from version 3.3.3:
|
||||
+ Common:
|
||||
- Remove unused X key event code
|
||||
+ Wacom:
|
||||
- Lots of infrastructure buildup that I can't really summarize
|
||||
here
|
||||
- Rename plugin to avoid name clash with libwacom
|
||||
- Use libwacom to get tablet metadata
|
||||
- Implement per-device and per-stylus settings
|
||||
+ Power:
|
||||
- Add the vendor name to the battery recall warning
|
||||
(bgo#664418)
|
||||
- Add automatic dimming of keyboard backlight
|
||||
+ Print:
|
||||
- Prevent crashes when cups sends malformed D-Bus signals
|
||||
(bgo#665689)
|
||||
+ XSettings:
|
||||
- Set GtkShellShowsAppMenu xsetting when the shell is running
|
||||
+ Updated translations.
|
||||
- Add xz BuildRequires because we can't build a package for a
|
||||
xz-compressed tarball without explicitly specifying that... See
|
||||
bnc#697467 for more details.
|
||||
- Add pkgconfig(libwacom) BuildRequires: new dependency upstream.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 21 18:38:24 UTC 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gnome-settings-daemon
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -15,14 +15,15 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: gnome-settings-daemon
|
||||
Version: 3.3.2
|
||||
Version: 3.3.3.1
|
||||
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.3/%{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/gnome-settings-daemon/3.3/%{name}-%{version}.tar.xz
|
||||
# PATCH-NEEDS-REBASE gnome-settings-daemon-system-proxy-configuration.diff
|
||||
Patch2: gnome-settings-daemon-system-proxy-configuration.diff
|
||||
# PATCH-NEEDS-REBASE gnome-settings-daemon-apport-monitor.patch bnc439203 jblunck@novell.com -- Add apport monitoring plugin. (was PATCH-FEATURE-UPSTREAM)
|
||||
@ -47,6 +48,8 @@ BuildRequires: intltool
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: cups-devel
|
||||
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
|
||||
BuildRequires: xz
|
||||
BuildRequires: pkgconfig(colord) >= 0.1.12
|
||||
BuildRequires: pkgconfig(dbus-glib-1) >= 0.7.4
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
@ -57,7 +60,7 @@ BuildRequires: gnome-common
|
||||
%endif
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.1.5
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 2.99.3
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.4
|
||||
BuildRequires: pkgconfig(gudev-1.0)
|
||||
BuildRequires: pkgconfig(kbproto)
|
||||
BuildRequires: pkgconfig(lcms2)
|
||||
@ -66,6 +69,7 @@ BuildRequires: pkgconfig(libgnomekbd)
|
||||
BuildRequires: pkgconfig(libgnomekbdui)
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.7.3
|
||||
BuildRequires: pkgconfig(libpulse)
|
||||
BuildRequires: pkgconfig(libwacom)
|
||||
BuildRequires: pkgconfig(libxklavier)
|
||||
BuildRequires: pkgconfig(nss)
|
||||
BuildRequires: pkgconfig(packagekit-glib2) >= 0.6.12
|
||||
@ -97,6 +101,7 @@ splitted from it for a more general use.
|
||||
|
||||
%package polkit-datetime
|
||||
Summary: PolicyKit helper to set the system date and time
|
||||
Group: System/GUI/GNOME
|
||||
Requires: timezone
|
||||
|
||||
%description polkit-datetime
|
||||
@ -105,6 +110,7 @@ time.
|
||||
|
||||
%package devel
|
||||
Summary: Development package for the GNOME settings daemon
|
||||
Group: System/GUI/GNOME
|
||||
Requires: %{name} = %{version}
|
||||
|
||||
%description devel
|
||||
|
Loading…
Reference in New Issue
Block a user