Accepting request 298410 from GNOME:Factory
Scripted push of project GNOME:Factory OBS-URL: https://build.opensuse.org/request/show/298410 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=131
This commit is contained in:
commit
0bf36fe6db
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d2ca9ef8619fee91f2b54c0b8461185ecbcb003916f5ff077ddc3f97232d3b12
|
|
||||||
size 6981660
|
|
3
gnome-control-center-3.16.1.tar.xz
Normal file
3
gnome-control-center-3.16.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:eec9f59d6f17193c6a05030f9ce585118e64c6ab8d997ce962803129b1ad7b1f
|
||||||
|
size 7025316
|
@ -1,3 +1,38 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 15 15:17:23 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.16.1:
|
||||||
|
+ Add AppData file so it cannot be removed in GNOME Software.
|
||||||
|
+ Color:
|
||||||
|
- Set the default profile quality at startup.
|
||||||
|
- Set the users profile title when generating a profile.
|
||||||
|
- Allow to change profile color by activating the list box row.
|
||||||
|
+ Display:
|
||||||
|
- Fix some memory leaks.
|
||||||
|
- Close the dialog when the RR configuration changes.
|
||||||
|
+ Mouse and Touchpad:
|
||||||
|
- Fix checking touchpad capabilities when multiple devices
|
||||||
|
are present
|
||||||
|
- Fix sensitivity of two-finger scroll toggle with libinput X11
|
||||||
|
driver.
|
||||||
|
- Fix tap-to-click toggle sensitivity with libinput X11 driver.
|
||||||
|
+ Network: Fix a crash on IPv6 settings dialog.
|
||||||
|
+ Online accounts:
|
||||||
|
- Disable the remove button for locked accounts
|
||||||
|
- Prevent the attention-needed icon from getting hidden and
|
||||||
|
widen the list.
|
||||||
|
+ Power: Make section headings accessible.
|
||||||
|
+ Printers: Recognize more supply types.
|
||||||
|
+ Sound: Fix duplicated Bluetooth devices.
|
||||||
|
+ User Accounts: Show restart notification when account type
|
||||||
|
changed.
|
||||||
|
+ Wacom:
|
||||||
|
- Support tablets where the stylus doesn't have an eraser such
|
||||||
|
as the Huion and UC-Logic tablets.
|
||||||
|
- Require udev to be present to build Wayland support.
|
||||||
|
- Fix possible crashes.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 23 11:52:08 UTC 2015 - dimstar@opensuse.org
|
Mon Mar 23 11:52:08 UTC 2015 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
%define with_cacert_patch 1
|
%define with_cacert_patch 1
|
||||||
|
|
||||||
Name: gnome-control-center
|
Name: gnome-control-center
|
||||||
Version: 3.16.0
|
Version: 3.16.1
|
||||||
Release: 0
|
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)
|
# 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
|
Summary: The GNOME Control Center
|
||||||
@ -252,6 +252,7 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
%{_datadir}/appdata/gnome-control-center.appdata.xml
|
||||||
%exclude %{_datadir}/applications/gnome-color-panel.desktop
|
%exclude %{_datadir}/applications/gnome-color-panel.desktop
|
||||||
%{_datadir}/applications/*.desktop
|
%{_datadir}/applications/*.desktop
|
||||||
%{_datadir}/bash-completion/completions/gnome-control-center
|
%{_datadir}/bash-completion/completions/gnome-control-center
|
||||||
|
Loading…
Reference in New Issue
Block a user