[shotwell] - Update to 0.8.0

Christopher Aillon caillon at fedoraproject.org
Mon Jan 10 22:18:57 UTC 2011


commit 198dc86c9c305b4851262cccd3dc56ed3bb1bf74
Author: Christopher Aillon <caillon at redhat.com>
Date:   Mon Jan 10 14:19:41 2011 -0800

    - Update to 0.8.0

 .gitignore    |    1 +
 shotwell.spec |   15 +++++++++------
 sources       |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 28f2caa..a774b3c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 shotwell-0.6.1.tar.bz2
 /shotwell-0.7.1.tar.bz2
 /shotwell-0.7.2.tar.bz2
+/shotwell-0.8.0.tar.bz2
diff --git a/shotwell.spec b/shotwell.spec
index 88dad2d..9b7fdb9 100644
--- a/shotwell.spec
+++ b/shotwell.spec
@@ -1,6 +1,6 @@
 Name:           shotwell
-Version:        0.7.2
-Release:        4%{?dist}
+Version:        0.8.0
+Release:        1%{?dist}
 Summary:        A photo organizer for the GNOME desktop
 
 Group:          Applications/Multimedia
@@ -8,8 +8,7 @@ Group:          Applications/Multimedia
 # CC-BY-SA for some of the icons
 License:        LGPLv2+ and CC-BY-SA
 URL:            http://www.yorba.org/shotwell/
-Source0:        http://www.yorba.org/download/shotwell/0.7/shotwell-%{version}.tar.bz2
-Patch1:         shotwell-fix-permissions.patch
+Source0:        http://www.yorba.org/download/shotwell/0.8/shotwell-%{version}.tar.bz2
 
 BuildRequires:  gtk2-devel
 BuildRequires:  GConf2-devel
@@ -29,6 +28,8 @@ BuildRequires:  libsoup-devel
 BuildRequires:  libusb-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  gettext
+BuildRequires:  gstreamer-devel
+BuildRequires:  json-glib-devel
 
 %description
 Shotwell is a new open source photo organizer designed for the GNOME desktop
@@ -37,7 +38,6 @@ them, and share them with others.
 
 %prep
 %setup -q
-%patch1 -p0
 
 %build
 ./configure --prefix=/usr --disable-schemas-install --assume-pkgs
@@ -87,11 +87,14 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/shotwell
 %{_datadir}/applications/shotwell.desktop
 %{_datadir}/applications/shotwell-viewer.desktop
-%{_datadir}/icons/hicolor/scalable/apps/shotwell.svg
+%{_datadir}/icons/hicolor/*/apps/shotwell.svg
 %{_datadir}/gnome/help/shotwell
 
 
 %changelog
+* Sat Jan  8 2011 Christopher Aillon <caillon at redhat.com> - 0.8.0-1
+- Update to 0.8.0
+
 * Sun Jan  2 2011 Siddhesh Poyarekar <siddhesh at redhat.com> - 0.7.2-4
 - Add user_photos to permissions required. Fixes bz #666512.
 
diff --git a/sources b/sources
index f702e90..a15e2d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-075b04f9723bddfffc96810384b9524a  shotwell-0.7.2.tar.bz2
+3a8e61f3731e190d225e83e5cb47fba3  shotwell-0.8.0.tar.bz2


More information about the scm-commits mailing list