Changelog for
yast2-control-center-gnome-3.1.1-18.1.x86_64.rpm :
Wed Nov 13 13:00:00 2013 jreidingerAATTsuse.com
- Add explicit COPYING file
Tue Oct 8 14:00:00 2013 jreidingerAATTsuse.com
- Use plain spec file to allow easy rebuild
- Add Rakefile to provide uniform access needed by CI
- 3.1.0
Thu Sep 26 14:00:00 2013 lslezakAATTsuse.cz
- fixed repeated start of a Yast module (bnc#827704) (by Michael
Catanzaro)
- 3.0.1
Wed Jul 31 14:00:00 2013 lslezakAATTsuse.cz
- version 3.0.0
Wed Feb 27 13:00:00 2013 tgoettlicherAATTsuse.de
- Added dependency to yast2_theme
- Release 2.23.3
Fri Feb 22 13:00:00 2013 mike.catanzaroAATTgmail.com
Release 2.23.0
Update code to gnome-control-center 3.6 branch. Most significant change
is bigger sizes for the window and all icons.
* configure.in.in: now requires x11
* src/cut-n-paste/: update code from gnome-control-center
* src/{control-center.c,gnome-control-center.c,shell.ui}: rebase on updated code
* src/patch/: update patch to current changes
Wed Jan 11 13:00:00 2012 vuntzAATTopensuse.org
- Update to version 2.21.3:
+ Update gnome-control-center code; this includes:
- Window sizing fixes.
- Small changes.
- Build fixes on recent GNOME.
- Add new explicit pkgconfig(glib-2.0) BuildRequires, following
upstream change.
Fri Sep 2 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 2.21.2:
+ Update gnome-control-center code; this includes:
- port to the new gnome-menus library
- do not display item title twice when searching
- add Ctrl+Q as a way to exit the shell
+ Specify layout in YaST-gnome.menu to avoid alphabetical order.
- Change pkgconfig(libgnome-menu) BuildRequires to
pkgconfig(libgnome-menu-3.0) to use the new gnome-menus library.
Thu Jul 28 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 2.21.1:
+ Do not depend on libgnome-control-center, which is going
private upstream. Instead, keep a local copy of the code.
- Remove pkgconfig(libgnome-control-center) BuildRequires.
Mon Jul 25 14:00:00 2011 vuntzAATTopensuse.org
- Update to version 2.21.0:
+ Port to GNOME 3, based on the code of the gnome-control-center
shell.
- Change pkgconfig() BuildRequires to reflect dependency changes:
+ Old ones: libslab, unique-1.0.
+ New ones: gio-unix-2.0, gtk+-3.0, libgnome-control-center,
libgnome-menu.
- Remove gconf schema handling, since there is no gconf schema
anymore.
Tue Apr 26 14:00:00 2011 vuntzAATTopensuse.org
- Move to pkgconfig()-style BuildRequires:
+ Old ones: libslab-devel, libunique-devel.
+ New ones: libslab, unique-1.0.
- This fixes the build with GNOME 3.
Fri Aug 28 14:00:00 2009 vuntzAATTnovell.com
- Update to version 2.13.4:
+ force not using the default handler for gconf errors, to avoid
spammy dialog for errors
+ use the \"current\" icon theme for yast
+ move the gconf key to /apps/yast-control-center
+ synchronize code with code from the shell in
gnome-control-center:
- use goption
- use libunique instead of bonobo
- bigger icons
- Drop yast2-control-center-gnome-no-gconf-error-dialog.patch:
now unneeded.
- Do not call autoreconf.
- Remove definition of prefix.
- Drop gnome-main-menu-devel, gnome-menus-devel, libgnomeui-devel
BuildRequires.
- Add libslab-devel and libunique-devel BuildRequires.
- Drop gnome-main-menu, libgnomesu Requires.
- Use spec-cleaner script:
+ reorder lines in preamble.
+ remove AutoReqProv: it\'s default now.
+ use makeinstall macro.