Accepting request 171142 from home:dimstar:branches:GNOME:Factory
Update to 3.8.1 - Copy to G:S:3.8 on checkin OBS-URL: https://build.opensuse.org/request/show/171142 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-control-center?expand=0&rev=186
This commit is contained in:
parent
fafc80dd4e
commit
e9b85607bb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:154653d45c224eb5daf5a756e145989c2477fc4b448af20a5b62dbb897dd74f7
|
||||
size 6793712
|
3
gnome-control-center-3.8.1.tar.xz
Normal file
3
gnome-control-center-3.8.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07d7d8e08af6a9ef01754814ecf2d006c58b94a096f0c6ad549c9d0051e4e57a
|
||||
size 6682648
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 16 11:29:14 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.8.1:
|
||||
+ Background:
|
||||
- Fix cancellation of asynchronous calls when exiting panel.
|
||||
+ Info:
|
||||
- Fix crash with NVidia's GLX implementation.
|
||||
- Fix error handling when PackageKit isn't installed.
|
||||
+ Network:
|
||||
- Make VLANs, bridges and bonds deletable
|
||||
- Set the connection editor's title for VPNs and Wired
|
||||
connections.
|
||||
- Fix display of some characters in Wi-Fi AP names.
|
||||
- Fix possible crash in the connection editor.
|
||||
- Fix some strings not being marked as translatable.
|
||||
- Make sure "Apply" becomes sensitive when changing some
|
||||
options.
|
||||
- Fix jumping dialogues when showing the connection editor.
|
||||
+ Notifications:
|
||||
- Don't fail if a referenced application does not exist.
|
||||
+ Power:
|
||||
- Fix strings not being marked as translatable.
|
||||
+ Region:
|
||||
- Automatically apply settings system-wide on a single account
|
||||
system.
|
||||
- Fix settings the system language.
|
||||
+ Search:
|
||||
- Fix sorting when moving the last entry.
|
||||
- Fix moving unsorted applications.
|
||||
- Align the locations box with the close button.
|
||||
+ Shell:
|
||||
- Fix translation of the window title.
|
||||
- Remove obsolete libnotify dependency.
|
||||
+ Sound:
|
||||
- Fix possible crasher when changing the alert sound.
|
||||
+ User Accounts:
|
||||
- Tell realmd to not setup system management.
|
||||
- Drop pkgconfig(libnotify) BuildRequires: no longer needed.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 11 10:00:48 UTC 2013 - dimstar@opensuse.org
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
||||
%define with_ibus 0
|
||||
|
||||
Name: gnome-control-center
|
||||
Version: 3.8.0
|
||||
Version: 3.8.1
|
||||
Release: 0
|
||||
# FIXME: in 12.3 and later, check if we still need patch2 (gnome-control-center-hide-region-system-tab.patch) (see bnc#703833)
|
||||
Summary: The GNOME Control Center
|
||||
@ -70,7 +70,7 @@ BuildRequires: pkgconfig(gmodule-2.0)
|
||||
BuildRequires: pkgconfig(gnome-bluetooth-1.0) >= 3.5.5
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.7.5
|
||||
BuildRequires: pkgconfig(gnome-settings-daemon) >= 3.7.3
|
||||
BuildRequires: pkgconfig(goa-1.0) >= 3.5.90
|
||||
BuildRequires: pkgconfig(goa-1.0) >= 3.8.1
|
||||
BuildRequires: pkgconfig(goa-backend-1.0)
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.7.2.2
|
||||
@ -85,7 +85,6 @@ BuildRequires: pkgconfig(libgtop-2.0)
|
||||
BuildRequires: pkgconfig(libnm-glib) >= 0.9.8
|
||||
BuildRequires: pkgconfig(libnm-glib-vpn) >= 0.9.8
|
||||
BuildRequires: pkgconfig(libnm-gtk) >= 0.9.8
|
||||
BuildRequires: pkgconfig(libnotify) >= 0.7.3
|
||||
BuildRequires: pkgconfig(libpulse) >= 2.0
|
||||
BuildRequires: pkgconfig(libpulse-mainloop-glib) >= 2.0
|
||||
%if %{with_systemd}
|
||||
|
Loading…
Reference in New Issue
Block a user