Hello community, here is the log from the commit of package f-spot checked in at Thu Dec 7 19:56:51 CET 2006. -------- --- GNOME/f-spot/f-spot.changes 2006-11-20 17:05:05.000000000 +0100 +++ /mounts/work_src_done/STABLE/f-spot/f-spot.changes 2006-11-30 19:28:56.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Nov 30 19:26:16 CET 2006 - lewing@suse.de + +- Update to f-spot 0.3.0 See Fate #301234. + +------------------------------------------------------------------ Old: ---- f-spot-0.2.2.tar.bz2 f-spot-picasa.patch New: ---- f-spot-0.3.0.tar.bz2 f-spot-icons.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ f-spot.spec ++++++ --- /var/tmp/diff_new_pack.Rk67Cp/_old 2006-12-07 19:56:19.000000000 +0100 +++ /var/tmp/diff_new_pack.Rk67Cp/_new 2006-12-07 19:56:19.000000000 +0100 @@ -1,5 +1,5 @@ # -# spec file for package f-spot (Version 0.2.2) +# spec file for package f-spot (Version 0.3.0) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -13,13 +13,14 @@ Name: f-spot BuildRequires: art-sharp2 dbus-1-mono gconf-sharp2 glade-sharp2 glib-sharp2 gnome-screensaver gnome-sharp2 gtk-sharp2 gtkhtml-sharp2 intltool libglade2-devel libgnomeui-devel libgphoto2-devel libicu liblcms-devel libwnck-devel mono-basic mono-data-sqlite mono-devel perl-XML-Parser sqlite2-devel update-desktop-files %define prefix /usr +%define gnomeprefix /opt/gnome %define sysconfdir /etc/opt/gnome License: GNU General Public License (GPL) Group: Productivity/Graphics/Viewers Autoreqprov: on Requires: dcraw -Version: 0.2.2 -Release: 25 +Version: 0.3.0 +Release: 1 Summary: GNOME Photo Management Application URL: http://www.gnome.org/projects/f-spot/ Source: %{name}-%{version}.tar.bz2 @@ -27,7 +28,7 @@ Patch: %{name}-64bit-warn.patch Patch1: %{name}-libexif-so.patch Patch2: %{name}-configure.patch -Patch3: %{name}-picasa.patch +Patch3: %{name}-icons.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: mono-core nautilus-cd-burner dbus-1-x11 libgphoto2 @@ -86,6 +87,8 @@ export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 make install DESTDIR=$RPM_BUILD_ROOT unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL +mkdir -p $RPM_BUILD_ROOT%{gnomeprefix}/share +mv $RPM_BUILD_ROOT%{prefix}/share/icons $RPM_BUILD_ROOT%{gnomeprefix}/share/ %find_lang %{name} %suse_update_desktop_file -C "Organize digital photographs" -G "Photo Browser" -N "F-Spot" %{name} rm $RPM_BUILD_ROOT/%{_libdir}/f-spot/*.*a @@ -106,7 +109,16 @@ %{prefix}/%_lib/f-spot/* %{prefix}/share/applications/f-spot.desktop %{prefix}/share/applications/f-spot-view.desktop -%{prefix}/share/pixmaps/f-spot-logo.png +%{gnomeprefix}/share/icons/hicolor/16x16/apps/f-spot.png +%{gnomeprefix}/share/icons/hicolor/16x16/apps/f-spot.svg +%{gnomeprefix}/share/icons/hicolor/22x22/apps/f-spot.png +%{gnomeprefix}/share/icons/hicolor/22x22/apps/f-spot.svg +%{gnomeprefix}/share/icons/hicolor/24x24/apps/f-spot.png +%{gnomeprefix}/share/icons/hicolor/32x32/apps/f-spot.png +%{gnomeprefix}/share/icons/hicolor/32x32/apps/f-spot.svg +%{gnomeprefix}/share/icons/hicolor/48x48/apps/f-spot.png +%{gnomeprefix}/share/icons/hicolor/48x48/apps/f-spot.svg +%{gnomeprefix}/share/icons/hicolor/scalable/apps/f-spot.svg %{prefix}/%_lib/pkgconfig/f-spot.pc /opt/gnome/lib/gnome-screensaver/gnome-screensaver/f-spot-screensaver %dir /opt/gnome/share/gnome-screensaver/themes @@ -117,6 +129,8 @@ %endif %changelog -n f-spot +* Thu Nov 30 2006 - lewing@suse.de +- Update to f-spot 0.3.0 See Fate #301234. * Mon Nov 20 2006 - lewing@suse.de - Fix picasa web export. See b.n.c #222659 * Sat Oct 21 2006 - meissner@suse.de ++++++ f-spot-0.2.2.tar.bz2 -> f-spot-0.3.0.tar.bz2 ++++++ ++++ 68084 lines of diff (skipped) ++++++ f-spot-icons.patch ++++++ Index: icons/Makefile.am =================================================================== RCS file: /cvs/gnome/f-spot/icons/Makefile.am,v retrieving revision 1.26 diff -u -p -r1.26 Makefile.am --- icons/Makefile.am 27 Nov 2006 13:49:28 -0000 1.26 +++ icons/Makefile.am 29 Nov 2006 21:18:45 -0000 @@ -26,8 +26,7 @@ noinst_DATA = \ f-spot-question-mark.png \ f-spot.js \ f-spot-simple.css \ - f-spot-simple-white.css \ - f-spot-logo-tango.svg + f-spot-simple-white.css hicolordir = $(DESTDIR)$(datadir)/icons/hicolor @@ -47,6 +46,9 @@ install-data-local: $(INSTALL_DATA) $(srcdir)/f-spot-48.png $(hicolordir)/48x48/apps/f-spot.png $(INSTALL_DATA) $(srcdir)/f-spot-48.svg $(hicolordir)/48x48/apps/f-spot.svg + $(mkinstalldirs) $(hicolordir)/scalable/apps + $(INSTALL_DATA) $(srcdir)/f-spot-logo-tango.svg $(hicolordir)/scalable/apps/f-spot.svg + uninstall-hook: rm -f $(hicolordir)/16x16/apps/f-spot.png rm -f $(hicolordir)/16x16/apps/f-spot.svg @@ -57,6 +59,7 @@ uninstall-hook: rm -f $(hicolordir)/32x32/apps/f-spot.svg rm -f $(hicolordir)/48x48/apps/f-spot.png rm -f $(hicolordir)/48x48/apps/f-spot.svg + rm -f $(hicolordir)/scalable/apps/f-spot.svg EXTRA_DIST = \ $(noinst_DATA) \ @@ -68,4 +71,5 @@ EXTRA_DIST = \ f-spot-32.png \ f-spot-32.svg \ f-spot-48.png \ - f-spot-48.svg + f-spot-48.svg \ + f-spot-logo-tango.svg ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de