[webkitgtk] Add cairo-gobject as BR, apply double2intsPPC32.patch also on s390

Tomas Popela tpopela at fedoraproject.org
Wed Apr 3 07:49:02 UTC 2013


commit 0d830d3f65196a7febddd35f08323941d75cbe04
Author: Tomas Popela <tpopela at redhat.com>
Date:   Wed Apr 3 09:48:59 2013 +0200

    Add cairo-gobject as BR, apply double2intsPPC32.patch also on s390

 webkitgtk.spec |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)
---
diff --git a/webkitgtk.spec b/webkitgtk.spec
index 1771f9b..f86952b 100644
--- a/webkitgtk.spec
+++ b/webkitgtk.spec
@@ -7,7 +7,7 @@
 
 Name:		webkitgtk
 Version:	2.0.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	GTK+ Web content engine library
 
 Group:		Development/Libraries
@@ -52,6 +52,7 @@ BuildRequires:  mesa-libGL-devel
 BuildRequires:  gtk-doc
 BuildRequires:  ruby
 BuildRequires:	cairo-devel
+BuildRequires:	cairo-gobject-devel
 BuildRequires:	fontconfig-devel >= 2.5
 BuildRequires:	freetype-devel
 
@@ -90,6 +91,8 @@ This package contains developer documentation for %{name}.
 %patch2 -p1 -b .double2ints
 %ifarch ppc
 %patch3 -p1 -b .libatomic
+# required for 32-bit big-endians
+%ifarch ppc s390
 %patch4 -p1 -b .double2intsPPC32
 %endif
 
@@ -199,6 +202,10 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
 
 
 %changelog
+* Wed Apr 3 2013 Tomas Popela <tpopela at redhat.com> - 2.0.0-2
+- Add cairo-gobject as BR
+- Apply double2intsPPC32.patch also on s390
+
 * Tue Apr 2 2013 Tomas Popela <tpopela at redhat.com> - 2.0.0-1
 - Update to 2.0.0
 - Update BR versions


More information about the scm-commits mailing list