Hello community, here is the log from the commit of package goobox for openSUSE:Factory checked in at 2012-12-19 20:45:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/goobox (Old) and /work/SRC/openSUSE:Factory/.goobox.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "goobox", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/goobox/goobox.changes 2012-10-16 11:42:10.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.goobox.new/goobox.changes 2012-12-19 20:45:26.000000000 +0100 @@ -1,0 +2,28 @@ +Tue Dec 18 16:27:14 UTC 2012 - [email protected] + +- Update to version 3.1.1: + + New features and user visible changes: + - Implemented a GNOME 3 like interface. + - Added an application menu. + - Fixed the window size with big playlists. + + Bugs fixed: + - Fixed skipping to a specific position. + + Internal code changes: + - Ported to libmusicbrainz 4. + - Use libcoverart (if available) to get the CD cover. + - Use GResource to store ui files. + - Ported to the new documentation infrastructure. + - Removed markup from translatable messages. + - Removed use of deprecated functions. + + Updated translations. +- Add pkgconfig(libcoverart) BuildRequires (currently disabled, as + we do not yet have a package for it). +- Replace pkgconfig(libmusicbrainz3) BuildRequires with + pkgconfig(libmusicbrainz4), following upstreams port. +- Replace gnome-doc-utils-devel BuildRequires with yelp-tools, + following upstreams port to the new documentation infrastructure. +- Drop gconf2 BuildRequires: gconftool-2 is no longer needed. +- Remove conditions for no longer supported openSUSE versions (post + scripts are now unconditionally configured). + +------------------------------------------------------------------- Old: ---- goobox-3.0.1.tar.xz New: ---- goobox-3.1.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ goobox.spec ++++++ --- /var/tmp/diff_new_pack.DNZi8g/_old 2012-12-19 20:45:28.000000000 +0100 +++ /var/tmp/diff_new_pack.DNZi8g/_new 2012-12-19 20:45:28.000000000 +0100 @@ -17,28 +17,28 @@ Name: goobox -Version: 3.0.1 +Version: 3.1.1 Release: 0 +# FIXME: Enable libcoverart support. Summary: CD Player and Ripper for GNOME License: GPL-2.0+ Group: Productivity/Multimedia/CD/Grabbers Url: http://www.gnome.org -Source: http://download.gnome.org/sources/goobox/3.0/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/goobox/3.1/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gcc-c++ -# Needed for gconftool-2 -BuildRequires: gconf2 -BuildRequires: gnome-doc-utils-devel BuildRequires: intltool BuildRequires: translation-update-upstream BuildRequires: update-desktop-files +BuildRequires: yelp-tools BuildRequires: pkgconfig(glib-2.0) >= 2.30 BuildRequires: pkgconfig(gstreamer-0.10) >= 0.10.12 -BuildRequires: pkgconfig(gtk+-3.0) >= 3.2.0 +BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.0 BuildRequires: pkgconfig(ice) BuildRequires: pkgconfig(libbrasero-media3) +#BuildRequires: pkgconfig(libcoverart) >= 1.0.0beta1 BuildRequires: pkgconfig(libdiscid) -BuildRequires: pkgconfig(libmusicbrainz3) >= 3.0.0 +BuildRequires: pkgconfig(libmusicbrainz4) >= 4.0.0 BuildRequires: pkgconfig(libnotify) >= 0.4.3 BuildRequires: pkgconfig(sm) Recommends: %{name}-lang @@ -56,10 +56,10 @@ %build %configure \ --disable-scrollkeeper -make %{?jobs:-j%jobs} +make %{?_smp_mflags} %install -%makeinstall +%make_install %suse_update_desktop_file goobox AudioVideo Player CD %find_lang %{name} %{?no_lang_C} %fdupes %{buildroot} @@ -67,34 +67,24 @@ %clean rm -rf %{buildroot} -%if 0%{?suse_version} > 1130 - %post %glib2_gsettings_schema_post %desktop_database_post %icon_theme_cache_post -%endif - -%if 0%{?suse_version} > 1130 %postun %glib2_gsettings_schema_postun %desktop_database_postun %icon_theme_cache_postun -%endif %files %defattr (-, root, root) %doc AUTHORS COPYING ChangeLog NEWS README -%dir %{_datadir}/gnome/ -%dir %{_datadir}/gnome/help/ -%dir %{_datadir}/gnome/help/%{name}/ -%doc %{_datadir}/gnome/help/%{name}/C/ +%doc %{_datadir}/help/C/%{name}/ %{_bindir}/goobox %{_datadir}/applications/goobox.desktop %{_datadir}/GConf/gsettings/goobox.convert %{_datadir}/glib-2.0/schemas/org.gnome.Goobox.gschema.xml -%{_datadir}/goobox/ %{_datadir}/icons/hicolor/*/apps/goobox.png %files lang -f %{name}.lang -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
