Changelog for
gnome-do-lang-0.95.3-44.57.noarch.rpm :
* Wed Jan 28 2015 dimstarAATTopensuse.org- Update to version 0.95.3: + Fixes session-wide hang when Do is set to show the window on startup.- Changes from version 0.95.2: + Small update to fix the website link and GTK threading crash with new GLib.
* Thu Oct 16 2014 dimstarAATTopensuse.org- Add gnome-do-mono-3.8.patch: Fix build with Mono 3.8.
* Sat Feb 08 2014 zaitorAATTopensuse.org- Update to version 0.95.1: + Brown paper bag release, resolving accidental Mono.Cairo 3.2 dependency.- Changes from version 0.95: + Drop use of deprecated gnome-sharp libraries. + Switch to GIO#. + Now builds with Mono 3.0. + Prevent users from setting known-broken keybindings. + Allow regular plugins to trigger their own refresh cycle. + Search in, and prefer, various GTK+ 3.0 locations. + Clean up hundreds of deprecation warnings in the Cairo code. + Clean up many, many instances where we relied on the finaliser to handle cleanup of Cairo objects. The GC should love us much more now! + Add a DebugItem action when debugging is enabled, to dump a bunch of useful information about an Item to Do\'s log.- Add pkgconfig(gio-sharp-2.0) and pkgconfig(gkeyfile-sharp), new dependencies due to upstream port.- Drop pkgconfig(gnome-sharp-2.0) pkgconfig(gnome-vfs-sharp-2.0), now obsolete due to above port.- Drop gnome-do-mono3.patch, fixed upstream.- Disable gnome-do-quiet-autostart.patch as it needs rebase, and I can\'t be botherd since upstream have failed to apply it for 3 years even if the patch have been acked in bug as correct...
* Wed Jan 09 2013 dimstarAATTopensuse.org- Add gnome-do-mono3.patch: Fix build with MONO 3.0.
* Sat Apr 14 2012 dimstarAATTopensuse.org- Update to version 0.9: + New DynamicItemSource API. This allows plugins to notify Do when a new item is available, + The Application item source uses this new API. You are now able to launch freshly-installed applications immediately from Do, rather than having to wait for them to be indexed. + Numerous bug fixes + Switch from the unmaintained NDesk.DBus to dbus-sharp. + Bugs fixed: lp#289556, lp#330505, lp#551056, lp#551059, lp#551102, lp#551125, lp#551180, lp#589649, lp#706299, lp#897450, lp#907678.- Drop pkgconfig(ndesk-dbus-1.0) and pkgconfig(ndesk-dbus-glib-1.0) and add pkgconfig(dbus-sharp-1.0) and pkgconfig(dbus-sharp-glib-1.0) BuildRequires after the switch from NDesk.DBus to dbus-sharp.- Drop gnome-do-fix-warning-empty-keybinding.patch: fixed upstream.- Drop gnome-do-glib-2.31.patch: fixed upstream.
* Mon Jan 23 2012 vuntzAATTopensuse.org- Move to pkgconfig() BuildRequires: + Old ones: gconf-sharp2, glade-sharp2, gnome-desktop-sharp2, gnome-keyring-sharp-devel, gnome-sharp2, gtk2-devel, mono-addins, rsvg2-sharp, ndesk-dbus-glib-devel, notify-sharp, wnck-sharp. + New ones: gconf-sharp-2.0, gdk-2.0, gdk-x11-2.0, glade-sharp-2.0, glib-2.0, glib-sharp-2.0, gnome-desktop-sharp-2.0, gnome-keyring-sharp-1.0, gnome-sharp-2.0, gnome-vfs-sharp-2.0, gtk+-2.0, gtk-sharp-2.0, mono-addins, mono-addins-gui, mono-addins-setup, ndesk-dbus-1.0, ndesk-dbus-glib-1.0, notify-sharp, rsvg2-sharp-2.0, wnck-sharp-1.0.
* Mon Nov 28 2011 dimstarAATTopensuse.org- Add gnome-do-glib-2.31.patch: Fix build with glib 2.31.
* Sat Oct 15 2011 cooloAATTsuse.com- add libtool as buildrequire to make the spec file more reliable
* Mon Jul 18 2011 vuntzAATTopensuse.org- Add missing glade-sharp2 BuildRequires to fix build; it was implicitly brought in before.
* Fri Jun 17 2011 vuntzAATTopensuse.org- Update to version 0.8.5: + Separate keybinding description from GConf key name. + Fix for KWin not showing the Do window properly. + Fix menu not being properly shown. + Fix build on mono 2.8+. + Small fixes. + Updated translations.- Drop patches integrated for issues fixed upstream: + gnome-do-fix-keybindings-gconf.patch + gnome-do-fix-kk.patch + gnome-do-mono-2.8.patch + gnome-do-no-disable-deprecated.patch- Only manually remove some translations on 11.4 and earlier: Factory can deal with those unknown locales now.
* Tue Feb 22 2011 vuntzAATTopensuse.org- Add gnome-do-fix-keybindings-gconf.patch: this fixes reading keybindings from gconf; the gconf keys that were used were based on translations.- Add gnome-do-fix-warning-empty-keybinding.patch: do no register OS bindings to empty keys, which creates annoying warnings.
* Tue Feb 15 2011 vuntzAATTopensuse.org- Update gnome-do-quiet-autostart.patch: when the user configures gnome-do to autostart via the prefs dialog, the autostart is not quiet. Use the right desktop file to fix this. Fix bnc#653487.- Pass --disable-schemas-install to configure, to avoid useless errors on %makeinstall.
* Sat Feb 12 2011 vuntzAATTopensuse.org- Call relevant macros in %post/%postun: + %desktop_database_post/postun because the package ships at least one desktop file. + %icon_theme_cache_post/postun because the package ships themed icons.- Pass %{?no_lang_C} to %find_lang so that english documentation can be packaged with the program, and not in the lang subpackage.- Change Requires of lang subpackage to Recommends, since the english documentation is not there anymore.
* Sat Dec 11 2010 vuntzAATTopensuse.org- Remove some locales until bnc#659001 is fixed, to fix a build failure.
* Thu Dec 09 2010 vuntzAATTopensuse.org- Update to version 0.8.4: + Drop docky: it\'s now an independent project. + Improved icons. + Fixes for threading problems with gnome-keyring-sharp. + Build fixes with recent GTK+. + Various small fixes. + Updated translations.- Changes from version 0.8.3.1: + When creating the autostart desktop file, explicitly set Hidden=false. + Fix crash when opening Preferences window for the first time.- Rebase gnome-do-quiet-autostart.patch.- Add gnome-do-fix-kk.patch: this fixes a broken translation, that breaks the .desktop file.- Drop gnome-do-bnc547744.patch: fixed upstream.
* Tue Nov 30 2010 vuntzAATTopensuse.org- Update gnome-do-quiet-autostart.patch so that gnome-do is only autostarted on GNOME. Fix bnc#629385.
* Sat Sep 25 2010 vuntzAATTopensuse.org- Add gnome-do-no-disable-deprecated.patch to not build with
* _DISABLE_DEPRECATED flags. This fixes the build with GTK+ 2.21.8 and later.
* Tue Dec 08 2009 dimstarAATTopensuse.org- Update to version 0.8.3: + A purely bugfix release + A multitude of crash bugs have been fixed + lp#395190, bnc#540518 - fixes the persistant \"100% CPU\" bug.
* Thu Oct 22 2009 dimstarAATTopensuse.org- Add gnome-do-bnc547744.patch to fix a crash when entering the first time the \"Preferences dialog\" - fix bnc#547744
* Fri Aug 14 2009 vuntzAATTnovell.com- Add gnome-do-quiet-autostart.patch to not display the do dialog when it\'s autostarted with the session.- Call autoreconf for the patch.
* Fri Aug 14 2009 dominique-obsAATTleuenberger.net- Add gnome-do-OnlyShowIn.patch. Prevent showing Gnome-DO in other desktops.- Recommend gnome-do-plugins.
* Thu Jul 30 2009 dominique-obsAATTleuenberger.net- Update to version 0.8.2 + A thoroughly bugfix release, with added Docky polish. + Plugin handling has been made more robust - this should be the very last time updating disables all your plugins.- Adjust the files section to include the new
*.pc files.- Split out the -lang package.
* Tue May 12 2009 dominique-obsAATTleuenberger.net- Update to version 0.8.1 Fixes most of the glaring issues and polish problems 0.8.0 has. 90% bugfix release.