[gnome-photos: 3/7] Various fixes based on Debarshi's review feedback

Mathieu Bridon bochecha at fedoraproject.org
Tue Dec 4 15:15:26 UTC 2012


commit d1d8db450c04629fa65f189e0f6c7d7b0795b60e
Author: Mathieu Bridon <bochecha at fedoraproject.org>
Date:   Sun Nov 25 20:51:41 2012 +0800

    Various fixes based on Debarshi's review feedback
    
    This fixes the build requirement on gdk-pixbuf2-devel, and add a missing
    Provides on the bundled libgd.
    
    This was submitted on Sun Nov 25 2012:
        https://bugzilla.redhat.com/show_bug.cgi?id=877763#c5

 gnome-photos.spec |   14 ++++++++++++--
 1 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/gnome-photos.spec b/gnome-photos.spec
index 0a9ac70..92ef0d1 100644
--- a/gnome-photos.spec
+++ b/gnome-photos.spec
@@ -1,7 +1,7 @@
 Name:          gnome-photos
 Summary:       Access, organize and share your photos on GNOME
 Version:       3.7.2
-Release:       1%{?dist}
+Release:       2%{?dist}
 URL:           https://live.gnome.org/Design/Apps/Photos
 License:       GPLv2+
 
@@ -13,7 +13,7 @@ BuildRequires: intltool
 BuildRequires: clutter-devel >= 1.11
 BuildRequires: clutter-gtk-devel >= 1.3.2
 BuildRequires: exempi-devel >= 1.99.5
-BuildRequires: gdk-pixbuf2
+BuildRequires: gdk-pixbuf2-devel
 BuildRequires: glib2-devel >= 2.28.0
 BuildRequires: gnome-desktop3-devel
 BuildRequires: gnome-online-accounts-devel
@@ -23,6 +23,11 @@ BuildRequires: libexif-devel => 0.6.14
 BuildRequires: librsvg2-devel => 2.26.0
 BuildRequires: tracker-devel
 
+# libgd is not meant to be installed as a system-wide shared library.
+# It is just a way for GNOME applications to share widgets and other common
+# code on an ad-hoc basis.
+Provides: bundled(libgd)
+
 
 %description
 Photos, like Documents, Music and Videos, is one of the core GNOME
@@ -76,5 +81,10 @@ fi
 
 
 %changelog
+* Sun Nov 25 2012 Mathieu Bridon <bochecha at fedoraproject.org> - 3.7.2-2
+* Fixes based on Debarshi's review feedback:
+  - Fix build requirement on gdk-pixbuf2-devel
+  - Add missing Provides on the bundled libgd
+
 * Sun Nov 18 2012 Mathieu Bridon <bochecha at fedoraproject.org> - 3.7.2-1
 - Initial package for Fedora.


More information about the scm-commits mailing list