[kwebkitpart] 1.3.1

Rex Dieter rdieter at fedoraproject.org
Fri Jan 4 02:52:14 UTC 2013


commit 08f4b97901dc300afa9eb0c3ea2de80af7c92135
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Thu Jan 3 20:52:39 2013 -0600

    1.3.1

 .gitignore                                         |    1 +
 0001-Removed-unnecessary-debug-statements.patch    |   40 --
 ...h-when-QWebHitTestResult-frame-returns-NU.patch |   28 --
 ...pplet-tag-to-the-ondemand-plugin-loader-l.patch |   31 --
 0004-Fix-search-shortcuts.patch                    |   43 ---
 ...Removed-no-longer-necessary-namespace-use.patch |  393 --------------------
 ...me-or-document-source-open-the-actual-fil.patch |   82 ----
 kwebkitpart.spec                                   |   15 +-
 sources                                            |    2 +-
 9 files changed, 9 insertions(+), 626 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 503756b..0842c6f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /kwebkitpart-1.3.0.tar.xz
+/kwebkitpart-1.3.1.tar.xz
diff --git a/kwebkitpart.spec b/kwebkitpart.spec
index cf35316..26843f4 100644
--- a/kwebkitpart.spec
+++ b/kwebkitpart.spec
@@ -1,22 +1,16 @@
 
 Name:    kwebkitpart
 Summary: A KPart based on QtWebKit
-Version: 1.3.0
+Version: 1.3.1
 Release: 1%{?dist}
 
 License: LGPLv2+
 URL:     https://projects.kde.org/projects/extragear/base/kwebkitpart
 # git clone git://anongit.kde.org/kwebkitpart
-# git archive --prefix=kwebkitpart-%{version}/ v1.3.0 | xz > ../kwebkitpart-%{version}.tar.xz
+# git archive --prefix=kwebkitpart-%{version}/ v1.3.1 | xz > ../kwebkitpart-%{version}.tar.xz
 Source0: kwebkitpart-%{version}.tar.xz
 
 ## upstream patches
-Patch101: 0001-Removed-unnecessary-debug-statements.patch
-Patch102: 0002-Do-not-crash-when-QWebHitTestResult-frame-returns-NU.patch
-Patch103: 0003-Added-the-applet-tag-to-the-ondemand-plugin-loader-l.patch
-Patch104: 0004-Fix-search-shortcuts.patch
-Patch105: 0005-Removed-no-longer-necessary-namespace-use.patch
-Patch106: 0006-On-view-frame-or-document-source-open-the-actual-fil.patch
 
 BuildRequires: gettext
 BuildRequires: git-core
@@ -37,6 +31,7 @@ browsing the web in Konqueror.
 %prep
 %setup -q
 
+%if 0
 git init
 if [ -z "$GIT_COMMITTER_NAME" ]; then
 git config user.email "kde at lists.fedoraproject.org"
@@ -47,6 +42,7 @@ git commit -a -q -m "%{version} baseline."
 
 # Apply all the patches
 git am -p1 %{patches} < /dev/null
+%endif
 
 %if 0%{?fedora} < 18
 # revert commit that gives kwebkitpart higher priority than khtml
@@ -90,6 +86,9 @@ fi
 
 
 %changelog
+* Thu Jan 03 2013 Rex Dieter <rdieter at fedoraproject.org> 1.3.1-1
+- 1.3.1
+
 * Thu Oct 04 2012 Rex Dieter <rdieter at fedoraproject.org> 1.3.0-1
 - generate tarball from v1.3.0 tag
 - include a few post v1.3.0 patches
diff --git a/sources b/sources
index 6a08a3a..05e5f77 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-df3d529f9aa062eefa2812cdab99d7fe  kwebkitpart-1.3.0.tar.xz
+f941fb9cbcadb02bac18059a1741dc8c  kwebkitpart-1.3.1.tar.xz


More information about the scm-commits mailing list