[shotwell/f16] Rebuild with vala 0.12.1 (#802104)

Kalev Lember kalev at fedoraproject.org
Fri Apr 13 12:10:42 UTC 2012


commit 34f51b1bebec179de9e7056609aaf373238b2d1b
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Apr 13 14:34:49 2012 +0300

    Rebuild with vala 0.12.1 (#802104)
    
    According to the ticket, building shotwell 0.10.1 with vala 0.14 can
    result in buggy code. Also revert the fatal warnings removal patch that
    was added in previous commit; this way we can be sure it doesn't build
    with an unsupported vala version.
    
    http://redmine.yorba.org/issues/4622

 shotwell-0.10.1-non-fatal-warnings.patch |   22 ----------------------
 shotwell.spec                            |    9 +++++----
 2 files changed, 5 insertions(+), 26 deletions(-)
---
diff --git a/shotwell.spec b/shotwell.spec
index f1a5655..3b8cacc 100644
--- a/shotwell.spec
+++ b/shotwell.spec
@@ -1,6 +1,6 @@
 Name:           shotwell
 Version:        0.10.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A photo organizer for the GNOME desktop
 
 Group:          Applications/Multimedia
@@ -16,8 +16,6 @@ Source1:        shotwell-icons.tar.bz2
 # `git svn find-rev %{svnrev}` | xz - > %{name}-%{version}-%{svnrev}.tar.xz
 #Source0:        shotwell-%{version}-%{svnrev}.tar.xz
 
-Patch0:         shotwell-0.10.1-non-fatal-warnings.patch
-
 BuildRequires:  vala-devel >= 0.11.7
 #BuildRequires:  libxml2-devel
 #BuildRequires:  dbus-glib-devel
@@ -48,7 +46,6 @@ them, and share them with others.
 
 %prep
 %setup -q
-%patch0 -p1 -b .non-fatal-warnings
 
 %build
 ./configure --prefix=%{_prefix} --lib=%{_lib} --disable-schemas-install --assume-pkgs
@@ -114,6 +111,10 @@ gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor &>/dev/null || :
 
 
 %changelog
+* Fri Apr 13 2012 Kalev Lember <kalevlember at gmail.com> - 0.10.1-4
+- Rebuild with vala 0.12.1 (#802104)
+- Revert the fatal warnings removal
+
 * Wed Feb 22 2012 Michel Salim <salimma at fedoraproject.org> - 0.10.1-3
 - Remove dependency on totem, unneeded since 0.10 (# 794487)
 - Turn off fatal warnings, as shotwell 0.10.x triggers many warnings against


More information about the scm-commits mailing list