[qtwebkit] qtwebkit-2.2.1 add explicit BR: pkgconfig(xext) pkgconfig(xrender)

Rex Dieter rdieter at fedoraproject.org
Mon Dec 19 21:40:24 UTC 2011


commit cf9a32af04b59b9aaf9e88511e3e4827633de0d5
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Dec 19 15:40:20 2011 -0600

    qtwebkit-2.2.1
    add explicit BR: pkgconfig(xext) pkgconfig(xrender)

 .gitignore    |    2 +-
 qtwebkit.spec |   15 ++++++++++-----
 sources       |    2 +-
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f474d6e..bbe35dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
 /qtwebkit-developers-qtwebkit-qtwebkit-2.1.1.tar.xz
-/qtwebkit-2.2-week35.tar.xz
 /qtwebkit-2.2.0.tar.xz
+/qtwebkit-2.2.1.tar.xz
diff --git a/qtwebkit.spec b/qtwebkit.spec
index 1d3e71f..249ef31 100644
--- a/qtwebkit.spec
+++ b/qtwebkit.spec
@@ -1,15 +1,15 @@
 
 Name: qtwebkit
-Version: 2.2.0
-Release: 3%{?dist}
+Version: 2.2.1
+Release: 1%{?dist}
 Summary: Qt WebKit bindings
 Group: System Environment/Libraries
 License: LGPLv2 with exceptions or GPLv3 with exceptions
 URL: http://trac.webkit.org/wiki/QtWebKit
 # git clone git://gitorious.org/+qtwebkit-developers/webkit/qtwebkit.git ; cd qtwebkit 
-# git archive --prefix=webkit-qtwebkit/ qtwebkit-2.2.0 \
+# git archive --prefix=webkit-qtwebkit/ qtwebkit-2.2.1 \
 #  autogen.sh ChangeLog configure.ac GNUmakefile.am Makefile Source/ Tools/ | xz -9
-Source0: qtwebkit-2.2.0.tar.xz
+Source0: qtwebkit-%{version}.tar.xz
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 # search /usr/lib{,64}/mozilla/plugins-wrapped for browser plugins too
@@ -41,6 +41,8 @@ BuildRequires: pkgconfig(libpcre)
 BuildRequires: pkgconfig(libpng)
 BuildRequires: pkgconfig(QtCore) pkgconfig(QtNetwork) 
 BuildRequires: pkgconfig(sqlite3)
+BuildRequires: pkgconfig(xext)
+BuildRequires: pkgconfig(xrender)
 BuildRequires: perl
 %if 0%{?fedora}
 # for QtLocation, QtSensors 
@@ -117,7 +119,6 @@ rm -rf %{buildroot}
 
 
 %post -p /sbin/ldconfig
-
 %postun -p /sbin/ldconfig
 
 %files
@@ -137,6 +138,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Dec 19 2011 Rex Dieter <rdieter at fedoraproject.org> 2.2.1-1
+- qtwebkit-2.2.1
+- add explicit BR: pkgconfig(xext) pkgconfig(xrender)
+
 * Sun Nov 27 2011 Rex Dieter <rdieter at fedoraproject.org> 2.2.0-3
 - add explicit BR: libjpeg-devel libpng-devel
 
diff --git a/sources b/sources
index 8dd1410..338e212 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5c1581052ad5bb7aed07a1798a340061  qtwebkit-2.2.0.tar.xz
+7ca591ef308d0a025fe9b466ec04c9a9  qtwebkit-2.2.1.tar.xz


More information about the scm-commits mailing list