[f-spot] * Sat Aug 14 2010 Christian Krause <chkr at fedoraproject.org> - 0.7.2-1 - Update to 0.7.2 - Removed up

chkr chkr at fedoraproject.org
Sat Aug 14 15:27:24 UTC 2010


commit 675b9a71ebb69a12e9bf73cefcd36b90d1bcdf2f
Author: Christian Krause <christian.krause at raritan.com>
Date:   Sat Aug 14 17:27:20 2010 +0200

    * Sat Aug 14 2010 Christian Krause <chkr at fedoraproject.org> - 0.7.2-1
    - Update to 0.7.2
    - Removed upstreamed patches

 .gitignore                     |    1 +
 f-spot-0.7.1-build-fixes.patch |   27 ---------------------------
 f-spot.spec                    |   20 +++++++-------------
 sources                        |    2 +-
 4 files changed, 9 insertions(+), 41 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 09fae5b..bc3aafe 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 f-spot-0.7.1.tar.bz2
+f-spot-0.7.2.tar.bz2
diff --git a/f-spot.spec b/f-spot.spec
index b4bdaef..c17b207 100644
--- a/f-spot.spec
+++ b/f-spot.spec
@@ -1,5 +1,5 @@
 Name:           f-spot
-Version:        0.7.1
+Version:        0.7.2
 Release:        1%{?dist}
 Summary:        Photo management application
 
@@ -7,7 +7,6 @@ Group:          Applications/Multimedia
 License:        GPLv2+ and LGPLv2+ and CPL and MIT
 URL:            http://f-spot.org/
 Source0:        http://ftp.gnome.org/pub/gnome/sources/f-spot/0.7/f-spot-%{version}.tar.bz2
-Patch1:         f-spot-0.7.1-build-fixes.patch
 # unmount cameras before importing
 Patch3:         0002-enhance-the-f-spot-import-script.patch
 
@@ -70,22 +69,13 @@ photo collection in a slideshow as a screensaver.
 
 %prep
 %setup -q
-%patch1 -p1 -b .buildfix
 %patch3 -p1 -b .gvfs-gphoto
 
 %build
-intltoolize --force --copy
-libtoolize --force --copy --automake
-aclocal -I build/m4/f-spot -I build/m4/shamrock -I build/m4/shave
-autoconf
-autoheader
-test -f config.h.in && touch config.h.in
-automake --gnu --add-missing --force --copy -Wno-portability
 export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
 %configure --disable-scrollkeeper
 make V=1 %{?_smp_mflags}
 
-
 %install
 rm -rf $RPM_BUILD_ROOT
 export MONO_SHARED_DIR=%{_builddir}/%{?buildsubdir}
@@ -147,7 +137,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_libdir}/f-spot/*.mdb
 %{_libdir}/f-spot/*.so
 %{_libdir}/f-spot/*.so.*
-%exclude %{_libdir}/f-spot/Extensions/FSpot.Exporters.ScreensaverConfig.dll*
+%exclude %{_libdir}/f-spot/Extensions/FSpot.Tools.ScreensaverConfig.dll*
 %{_libdir}/f-spot/Extensions/
 %{_bindir}/f-spot
 %{_bindir}/f-spot-import
@@ -155,11 +145,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 
 %files screensaver
 %defattr(-,root,root,-)
-%{_libdir}/f-spot/Extensions/FSpot.Exporters.ScreensaverConfig.dll
+%{_libdir}/f-spot/Extensions/FSpot.Tools.ScreensaverConfig.dll
 %{_prefix}/libexec/gnome-screensaver/f-spot-screensaver
 %{_datadir}/applications/screensavers/f-spot-screensaver.desktop
 
 %changelog
+* Sat Aug 14 2010 Christian Krause <chkr at fedoraproject.org> - 0.7.2-1
+- Update to 0.7.2
+- Removed upstreamed patches
+
 * Thu Jul 15 2010 Christian Krause <chkr at fedoraproject.org> - 0.7.1-1
 - Update to 0.7.1
 - Update patch to support parallel builds
diff --git a/sources b/sources
index 220eb52..6b05ed6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6863fdba46a651b2b3f10477fce7472b  f-spot-0.7.1.tar.bz2
+ae429404840b829afeb5fb98d4ae53de  f-spot-0.7.2.tar.bz2


More information about the scm-commits mailing list