[shotwell] Update to 0.12.2

Kalev Lember kalev at fedoraproject.org
Fri Apr 13 11:27:03 UTC 2012


commit 0450592e3c2585596b1ac024f9019161df0278fd
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Apr 13 14:26:07 2012 +0300

    Update to 0.12.2
    
    Also use %find_lang macro's --with-gnome option to include help files,
    instead of manually listing them in %files.

 .gitignore    |    1 +
 shotwell.spec |    9 ++++++---
 sources       |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6f21294..dbeb205 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /shotwell-0.12.0-163bf4a114.tar.xz
 /shotwell-0.12.0-cf087489ea.tar.xz
 /shotwell-0.12.1.tar.bz2
+/shotwell-0.12.2.tar.bz2
diff --git a/shotwell.spec b/shotwell.spec
index 7c803cb..5bf4c21 100644
--- a/shotwell.spec
+++ b/shotwell.spec
@@ -1,5 +1,5 @@
 Name:           shotwell
-Version:        0.12.1
+Version:        0.12.2
 Release:        1%{?dist}
 Summary:        A photo organizer for the GNOME desktop
 
@@ -67,7 +67,7 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/shotwell-viewer.de
   tar xf %{SOURCE1}
 )
 
-%find_lang %{name}
+%find_lang %{name} --with-gnome
 %find_lang %{name}-extras
 cat %{name}-extras.lang >> %{name}.lang
 
@@ -98,10 +98,13 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/GConf/gsettings/shotwell.convert
 %{_datadir}/glib-2.0/schemas/*.xml
 %{_datadir}/icons/hicolor/*/apps/shotwell.png
-%{_datadir}/gnome/help/shotwell
 
 
 %changelog
+* Fri Apr 13 2012 Kalev Lember <kalevlember at gmail.com> - 0.12.2-1
+- Update to 0.12.2
+- Use find_lang --with-gnome for including help files
+
 * Tue Apr 03 2012 Kalev Lember <kalevlember at gmail.com> - 0.12.1-1
 - Update to 0.12.1
 - Don't buildrequire gnome-vfs (#690563)
diff --git a/sources b/sources
index db27670..177d7a8 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af2fa1f6d9ee498c0e23c23d8bb9fc7b  shotwell-0.12.1.tar.bz2
+ce3a3204ca3c1dd451ac43e3b80c28d9  shotwell-0.12.2.tar.bz2


More information about the scm-commits mailing list