[shotwell] Update to 0.9.1

Michel Alexandre Salim salimma at fedoraproject.org
Tue Apr 5 08:33:30 UTC 2011


commit 3e3c3a6c61108177bf1b10d3abd69884b1f189da
Author: Michel Alexandre Salim <michel at sylvestre.me>
Date:   Tue Apr 5 10:33:23 2011 +0200

    Update to 0.9.1

 .gitignore    |    2 +-
 shotwell.spec |   14 ++++++++------
 sources       |    3 +--
 3 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 904e2e2..a5d6b75 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,2 @@
-/shotwell-0.9.0.tar.bz2
 /shotwell-icons.tar.bz2
+/shotwell-0.9.1.tar.bz2
diff --git a/shotwell.spec b/shotwell.spec
index a2113e2..dd3b7e3 100644
--- a/shotwell.spec
+++ b/shotwell.spec
@@ -1,6 +1,6 @@
 Name:           shotwell
-Version:        0.9.0
-Release:        3%{?dist}
+Version:        0.9.1
+Release:        1%{?dist}
 Summary:        A photo organizer for the GNOME desktop
 
 Group:          Applications/Multimedia
@@ -11,8 +11,6 @@ URL:            http://www.yorba.org/shotwell/
 Source0:        http://www.yorba.org/download/shotwell/0.9/shotwell-%{version}.tar.bz2
 # http://trac.yorba.org/ticket/3379
 Source1:        shotwell-icons.tar.bz2
-# http://trac.yorba.org/ticket/3421
-Patch0:         shotwell-0.9.0-multilib.patch
 
 # git archive --format=tar --prefix=%{name}-%{version}/ \
 # `git svn find-rev %{svnrev}` | xz - > %{name}-%{version}-%{svnrev}.tar.xz
@@ -40,6 +38,8 @@ BuildRequires:  pkgconfig(libsoup-2.4)
 BuildRequires:  pkgconfig(sqlite3)
 BuildRequires:  pkgconfig(unique-1.0)
 BuildRequires:  pkgconfig(webkit-1.0)
+# for thumbnailing; see http://trac.yorba.org/ticket/3439
+Requires:       totem
 
 %description
 Shotwell is a new open source photo organizer designed for the GNOME desktop
@@ -48,10 +48,9 @@ them, and share them with others.
 
 %prep
 %setup -q
-%patch0 -p1 -b .multilib
 
 %build
-./configure --prefix=%{_prefix} --libdir=%{_lib} --disable-schemas-install --assume-pkgs
+./configure --prefix=%{_prefix} --lib=%{_lib} --disable-schemas-install --assume-pkgs
 echo CFLAGS=%{optflags} >> configure.mk
 make %{?_smp_mflags}
 
@@ -112,6 +111,9 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Tue Apr  5 2011 Michel Salim <salimma at fedoraproject.org> - 0.9.1-1
+- Update to 0.9.1
+
 * Fri Apr  1 2011 Michel Salim <salimma at fedoraproject.org> - 0.9.0-3
 - Use more complete multilib fix from upstream
 
diff --git a/sources b/sources
index 97fc20b..b329e3b 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-1df95b65bb7689c10840faaa765bf931  shotwell-icons.tar.bz2
-6701d9a7c0a2f4f720fdeed1d6e54758  shotwell-0.9.0.tar.bz2
+1a98d1da59424a67b310cc39e8ad3368  shotwell-0.9.1.tar.bz2


More information about the scm-commits mailing list