OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-control-center?expand=0&rev=22
This commit is contained in:
parent
7db221c99e
commit
3c82e772a3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fe39f813b9a59ddbd6ae3999be702f904d7d7f47be8c4ff949367729919b5c18
|
||||
size 2196923
|
3
gnome-control-center-2.25.92.tar.bz2
Normal file
3
gnome-control-center-2.25.92.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ddabfec88ac68c52a5f6160e6bcd30ced07a5d951383b57f3be611ee2bf951b8
|
||||
size 2220041
|
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 6 16:44:51 CET 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 2.25.92:
|
||||
+ General:
|
||||
- remove lots of deprecated GDK/GTK+ calls (bgo#572325)
|
||||
+ Appearance:
|
||||
- fix message markup appearing in post-install dialog
|
||||
(bgo#572453)
|
||||
+ Display:
|
||||
- don't block the GUI while changing RANDR configuration
|
||||
- realign outputs after a resolution change
|
||||
- use black text for enabled monitors
|
||||
- change window title and menu entry to "Display"/"Display
|
||||
Preferences" (bgo#570907)
|
||||
+ Keybindings:
|
||||
- fix saving custom shortcut commands (bgo#572501)
|
||||
- always show "<Unknown Action>" for shortcuts without a
|
||||
description (bgo#572808)
|
||||
+ Keyboard:
|
||||
- add visual bell settings (bgo#564998)
|
||||
- fix initial layout preview (bgo#550721)
|
||||
- restore help button in layout options (bgo#556952)
|
||||
- remove non-existing icon from sound notifications button
|
||||
(bgo#570906)
|
||||
+ Font Viewer:
|
||||
- initialize type system to fix hang (bgo#572189)
|
||||
+ Updated translations.
|
||||
- Remove -fno-strict-aliasing from CFLAGS.
|
||||
- Remove AutoReqProv: it's default now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 5 15:33:55 CET 2009 - vuntz@novell.com
|
||||
|
||||
- Add libgnomeui-devel to Requires of devel package.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 12 18:20:16 CET 2009 - vuntz@novell.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gnome-control-center (Version 2.25.90)
|
||||
# spec file for package gnome-control-center (Version 2.25.92)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -44,7 +44,7 @@ License: GPL v2 or later
|
||||
Group: System/GUI/GNOME
|
||||
Obsoletes: fontilus themus acme
|
||||
Provides: fontilus themus acme
|
||||
Version: 2.25.90
|
||||
Version: 2.25.92
|
||||
Release: 1
|
||||
Summary: The GNOME Control Center
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
@ -69,7 +69,6 @@ Recommends: gnome-audio
|
||||
Provides: control-center2 = 2.22.1
|
||||
Obsoletes: control-center2 <= 2.22.1
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
AutoReqProv: on
|
||||
%gconf_schemas_prereq
|
||||
|
||||
%description
|
||||
@ -85,8 +84,7 @@ Authors:
|
||||
License: GPL v2 or later
|
||||
Summary: Header files for the GNOME Control Center
|
||||
Group: System/GUI/GNOME
|
||||
AutoReqProv: on
|
||||
Requires: %{name} = %{version} dbus-1-devel glib2-devel gtk2-devel gnome-desktop-devel gnome-menus-devel libglade2-devel librsvg-devel pango-devel
|
||||
Requires: %{name} = %{version} dbus-1-devel glib2-devel gtk2-devel gnome-desktop-devel gnome-menus-devel libglade2-devel libgnomeui-devel librsvg-devel pango-devel
|
||||
Requires: dbus-1-glib-devel
|
||||
Provides: control-center2-devel = 2.22.1
|
||||
Obsoletes: control-center2-devel <= 2.22.1
|
||||
@ -114,8 +112,6 @@ gnome-patch-translation-update
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
# needed for control-center-2.16.1:
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
%configure --with-pic\
|
||||
--libexecdir=%{_prefix}/lib/control-center-2.0\
|
||||
--disable-static\
|
||||
@ -207,6 +203,36 @@ fi
|
||||
%{_datadir}/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
* Fri Mar 06 2009 vuntz@novell.com
|
||||
- Update to version 2.25.92:
|
||||
+ General:
|
||||
- remove lots of deprecated GDK/GTK+ calls (bgo#572325)
|
||||
+ Appearance:
|
||||
- fix message markup appearing in post-install dialog
|
||||
(bgo#572453)
|
||||
+ Display:
|
||||
- don't block the GUI while changing RANDR configuration
|
||||
- realign outputs after a resolution change
|
||||
- use black text for enabled monitors
|
||||
- change window title and menu entry to "Display"/"Display
|
||||
Preferences" (bgo#570907)
|
||||
+ Keybindings:
|
||||
- fix saving custom shortcut commands (bgo#572501)
|
||||
- always show "<Unknown Action>" for shortcuts without a
|
||||
description (bgo#572808)
|
||||
+ Keyboard:
|
||||
- add visual bell settings (bgo#564998)
|
||||
- fix initial layout preview (bgo#550721)
|
||||
- restore help button in layout options (bgo#556952)
|
||||
- remove non-existing icon from sound notifications button
|
||||
(bgo#570906)
|
||||
+ Font Viewer:
|
||||
- initialize type system to fix hang (bgo#572189)
|
||||
+ Updated translations.
|
||||
- Remove -fno-strict-aliasing from CFLAGS.
|
||||
- Remove AutoReqProv: it's default now.
|
||||
* Thu Mar 05 2009 vuntz@novell.com
|
||||
- Add libgnomeui-devel to Requires of devel package.
|
||||
* Thu Feb 12 2009 vuntz@novell.com
|
||||
- Call %%suse_update_desktop_file on gnome-network-properties
|
||||
* Thu Feb 05 2009 mboman@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user