Accepting request 112127 from GNOME:Factory
Update to 3.4.0 OBS-URL: https://build.opensuse.org/request/show/112127 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=73
This commit is contained in:
commit
e2de7b3add
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55188c5a14e47692383a56f0bfe32342d4cb81c7ee7b104c1d518e59abbea73d
|
||||
size 4402060
|
3
gnome-control-center-3.4.0.tar.xz
Normal file
3
gnome-control-center-3.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09dafad9afbb6e01bd29dd9186e990545ad58ede3873ba7eff7009c6ffddb254
|
||||
size 4304764
|
@ -1,3 +1,81 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 26 17:37:25 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.4.0:
|
||||
+ Network:
|
||||
- Fix a crash by disconnecting idle sources
|
||||
+ Printers:
|
||||
- Fix crash in actualize_printers_list
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Mar 19 21:00:38 UTC 2012 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.3.92:
|
||||
+ Common:
|
||||
- Add missing git.mk to two panels.
|
||||
+ Color:
|
||||
- Do not select the device in the treeview if it changes.
|
||||
- Don't allow the user to add existing profiles to devices.
|
||||
- Prevent a crash when hotplugging monitors when the color
|
||||
panel is open.
|
||||
+ Date Time:
|
||||
- Fix broken time setting on 32-bit machines.
|
||||
+ Display:
|
||||
- Simplify add_key() calls and function.
|
||||
- Sort resolutions by width first.
|
||||
- Use symbolic name.
|
||||
+ Mouse:
|
||||
- Don't enable two-finger scrolling based on width.
|
||||
+ Region:
|
||||
- Don't make the dialogue overly wide.
|
||||
- Fix possible crasher with empty layout.
|
||||
+ Universal Access:
|
||||
- Hide zoom options when not in shell.
|
||||
+ User Accounts:
|
||||
- Minimum of 200 width for the users list.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 6 19:10:44 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.3.91:
|
||||
+ Color:
|
||||
- Layout fixes
|
||||
- Ensure the "Set profile system-wide" button is visible
|
||||
+ Display:
|
||||
- Fix crash when the screen setup changes and the Display
|
||||
panel has been closed
|
||||
+ Info:
|
||||
- Fix updates buttons never saying "No updates"
|
||||
- Fix empty dialogue when bringing up "Other media" dialog
|
||||
again
|
||||
- Avoid empty entries in "Other types" dialogue
|
||||
- Remove unused and broken icons
|
||||
+ Network:
|
||||
- Fix huge inline toolbar icons
|
||||
+ Power:
|
||||
- Fix reference to "Screen" panel, got renamed to
|
||||
"Brightness & Lock"
|
||||
+ Printers:
|
||||
- Port to GDBus
|
||||
+ Region & Language:
|
||||
- Fix handling of variants in "Copy" button
|
||||
+ Use Accounts:
|
||||
- Fix sizing problems in the user list
|
||||
- Fix possible crash for incomplete locales (such as Esperanto)
|
||||
+ Wacom:
|
||||
- Fix resetting display mapping
|
||||
- Layout fixes
|
||||
- Add touchring and touchstrips to the mapped buttons
|
||||
- Fix crasher when XRandR isn't available
|
||||
- Drop gnome-doc-utils-devel BuildRequires, removed dependency
|
||||
from upstream as the help was obsolete and almost empty.
|
||||
- Drop pkgconfig(dbus-glib-1) BuildRequires: removed dependency, as
|
||||
"Printers" has been ported to GDBus.
|
||||
- Remove --disable-scrollkeeper from configure, as it's no longer
|
||||
known.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 23 16:52:46 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define with_systemd 0
|
||||
|
||||
Name: gnome-control-center
|
||||
Version: 3.3.90
|
||||
Version: 3.4.0
|
||||
Release: 0
|
||||
# FIXME: change /usr/bin/glxinfo to Recommends to real package name, and to Requires, once we know which package name to use (see bnc#748373)
|
||||
# FIXME: in 12.2 and later, check if we still need patch2 (gnome-control-center-hide-region-system-tab.patch) (see bnc#703833)
|
||||
@ -29,7 +29,7 @@ Summary: The GNOME Control Center
|
||||
License: GPL-2.0+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gnome-control-center/3.3/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-control-center/3.4/%{name}-%{version}.tar.xz
|
||||
# PATCH-FEATURE-OPENSUSE gnome-control-center-allow-yast-in-shell.patch vuntz@opensuse.org -- Allow the launch of the yast shell from the g-c-c shell; it's quite ugly, but on the other hand, we don't want to change the behavior of the shell except for yast...
|
||||
Patch0: gnome-control-center-allow-yast-in-shell.patch
|
||||
# PATCH-HACK-OPENSUSE gnome-control-center-hide-region-system-tab.patch vuntz@opensuse.org -- Hide system tab in region panel until we really use the right files for system settings (see bnc#703833)
|
||||
@ -40,21 +40,19 @@ BuildRequires: cups-devel
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-common
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(cheese)
|
||||
BuildRequires: pkgconfig(cheese-gtk) >= 3.3.5
|
||||
BuildRequires: pkgconfig(colord)
|
||||
BuildRequires: pkgconfig(dbus-glib-1)
|
||||
BuildRequires: pkgconfig(fontconfig)
|
||||
BuildRequires: pkgconfig(gconf-2.0)
|
||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.31.0
|
||||
BuildRequires: pkgconfig(gnome-bluetooth-1.0) >= 3.3.4
|
||||
BuildRequires: pkgconfig(gnome-desktop-3.0) >= 3.1.91
|
||||
BuildRequires: pkgconfig(gnome-settings-daemon) >= 3.3.90
|
||||
BuildRequires: pkgconfig(gnome-settings-daemon) >= 3.3.91
|
||||
BuildRequires: pkgconfig(goa-1.0)
|
||||
BuildRequires: pkgconfig(goa-backend-1.0)
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.3.0
|
||||
@ -107,7 +105,9 @@ Recommends: /usr/bin/glxinfo
|
||||
Provides: acme
|
||||
Provides: fontilus
|
||||
Provides: themus
|
||||
Obsoletes: fontilus themus acme
|
||||
Obsoletes: acme
|
||||
Obsoletes: fontilus
|
||||
Obsoletes: themus
|
||||
Provides: control-center2 = 2.22.1
|
||||
Obsoletes: control-center2 < 2.22.1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -173,7 +173,6 @@ translation-update-upstream
|
||||
--enable-systemd\
|
||||
%endif
|
||||
--disable-static\
|
||||
--disable-scrollkeeper\
|
||||
--disable-maintainer-mode
|
||||
make %{?jobs:-j%jobs} V=1
|
||||
|
||||
@ -185,8 +184,6 @@ make %{?jobs:-j%jobs} V=1
|
||||
find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%find_lang %{name}-2.0 %{?no_lang_C}
|
||||
%find_lang %{name}-2.0-timezones %{name}-2.0.lang
|
||||
# help files
|
||||
%find_lang control-center %{?no_lang_C} %{name}-2.0.lang
|
||||
%suse_update_desktop_file gnome-control-center
|
||||
%suse_update_desktop_file gnome-sound-applet
|
||||
# capplets
|
||||
@ -225,13 +222,6 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog NEWS README TODO
|
||||
%dir %{_datadir}/gnome/
|
||||
%dir %{_datadir}/gnome/help/
|
||||
%dir %{_datadir}/gnome/help/control-center/
|
||||
%doc %{_datadir}/gnome/help/control-center/C/
|
||||
%dir %{_datadir}/omf/
|
||||
%dir %{_datadir}/omf/control-center/
|
||||
%doc %{_datadir}/omf/control-center/control-center-C.omf
|
||||
%{_bindir}/*
|
||||
%{_sysconfdir}/xdg/autostart/*.desktop
|
||||
%{_libdir}/control-center-1/
|
||||
|
Loading…
Reference in New Issue
Block a user