Hello community, here is the log from the commit of package gnome-do for openSUSE:Factory checked in at 2014-03-13 20:43:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-do (Old) and /work/SRC/openSUSE:Factory/.gnome-do.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-do" Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-do/gnome-do.changes 2013-01-10 11:21:35.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-do.new/gnome-do.changes 2014-03-13 20:43:18.000000000 +0100 @@ -1,0 +2,28 @@ +Sat Feb 8 09:17:19 UTC 2014 - [email protected] + +- 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... + +------------------------------------------------------------------- Old: ---- gnome-do-0.9.tar.gz gnome-do-mono3.patch New: ---- gnome-do-0.95.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-do.spec ++++++ --- /var/tmp/diff_new_pack.qX56d9/_old 2014-03-13 20:43:19.000000000 +0100 +++ /var/tmp/diff_new_pack.qX56d9/_new 2014-03-13 20:43:19.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package gnome-do # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +17,15 @@ Name: gnome-do -Version: 0.9 +Version: 0.95.1 Release: 0 # FIXME: check if removal of locales in %install is still needed (last checked: 2010-12-11) Url: http://do.davebsd.com/ -Source: https://launchpad.net/do/trunk/0.9/+download/%{name}-%{version}.tar.gz +Source: https://launchpad.net/do/trunk/%{version}/+download/%{name}-%{version}.tar.gz # PATCH-FIX-UPSTREAM gnome-do-OnlyShowIn.patch lp#413575 [email protected] -- Show gnome-do only in gnome desktop. Patch0: gnome-do-OnlyShowIn.patch -# PATCH-FIX-UPSTREAM gnome-do-quiet-autostart.patch lp#413596 [email protected] -- Do not show the dialog when autostarted +# PATCH-NEEDS-REBASE -- was PATCH-FIX-UPSTREAM gnome-do-quiet-autostart.patch lp#413596 [email protected] -- Do not show the dialog when autostarted Patch1: gnome-do-quiet-autostart.patch -# PATCH-FIX-UPSTREAM gnome-do-mono3.patch lp#1097712 [email protected] -- Fix build with mono 3.0 -Patch2: gnome-do-mono3.patch Summary: A powerful, speedy, and sexy remote control for your GNOME Desktop License: GPL-3.0+ Group: Productivity/Other @@ -42,13 +40,13 @@ BuildRequires: pkgconfig(gconf-sharp-2.0) BuildRequires: pkgconfig(gdk-2.0) BuildRequires: pkgconfig(gdk-x11-2.0) +BuildRequires: pkgconfig(gio-sharp-2.0) +BuildRequires: pkgconfig(gkeyfile-sharp) BuildRequires: pkgconfig(glade-sharp-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(glib-sharp-2.0) BuildRequires: pkgconfig(gnome-desktop-sharp-2.0) BuildRequires: pkgconfig(gnome-keyring-sharp-1.0) -BuildRequires: pkgconfig(gnome-sharp-2.0) -BuildRequires: pkgconfig(gnome-vfs-sharp-2.0) BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(gtk-sharp-2.0) BuildRequires: pkgconfig(mono-addins) @@ -82,8 +80,8 @@ %prep %setup -q %patch0 -p1 -%patch1 -p1 -%patch2 -p1 +## Patch needs rebase +#%%patch1 -p1 %build autoreconf -fi @@ -103,12 +101,13 @@ %{__rm} %{buildroot}%{_datadir}/locale/nan/LC_MESSAGES/* %endif %__rm -f %{buildroot}%{_libdir}/%{name}/libdo.la +## Disabled since the patch needs rebase. # Keep the same autostart desktop filename as upstream (needed because of gnome-do-quiet-autostart.patch) -mv %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop +#mv %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}-autostart.desktop %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop # We need to specify the whole path since we have two desktop files with the # same filename %suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop Utilities DesktopUtility -%suse_update_desktop_file %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop Utilities DesktopUtility +#%suse_update_desktop_file %{buildroot}%{_sysconfdir}/xdg/autostart/%{name}.desktop Utilities DesktopUtility %find_lang %{name} %{?no_lang_C} %find_gconf_schemas ++++++ gnome-do-0.9.tar.gz -> gnome-do-0.95.1.tar.gz ++++++ ++++ 40153 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
