[arora] Update to 0.11.0

Jaroslav Reznik jreznik at fedoraproject.org
Wed Oct 6 11:03:15 UTC 2010


commit efe91bf85876b14d2f7ab27b7a63524ed3fbe9d0
Author: Jaroslav Reznik <jreznik at redhat.com>
Date:   Wed Oct 6 13:03:14 2010 +0200

    Update to 0.11.0

 .gitignore                    |    1 +
 arora-0.10.2-gitversion.patch |   27 ---------------------------
 arora.spec                    |   16 +++++++---------
 sources                       |    2 +-
 4 files changed, 9 insertions(+), 37 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a52433c..df8f4fb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 arora-0.10.2.tar.gz
+/arora-0.11.0.tar.gz
diff --git a/arora.spec b/arora.spec
index 85df11a..f9efc79 100644
--- a/arora.spec
+++ b/arora.spec
@@ -1,20 +1,15 @@
 Name:           arora
-Version:        0.10.2
-Release:        4%{?dist}
+Version:        0.11.0
+Release:        1%{?dist}
 Summary:        A cross platform web browser
 
 Group:          Applications/Internet
 License:        GPLv2+
 URL:            http://code.google.com/p/arora/
 Source0:        http://arora.googlecode.com/files/%{name}-%{version}.tar.gz
-Patch0:         arora-0.10.2-gitversion.patch
 Patch1:         arora-0.10.0-fedorabookmarks.patch
 Patch2:         arora-0.10.2-fedorahome.patch
 
-# upstream patches
-# commit 5ca8d4b93a284d2e96ba
-Patch100:       arora-0.10.2-declare-qwebelement-metatype.patch
-
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
@@ -43,10 +38,9 @@ Adds Arora to Preferred Applications list in Gnome Control Center.
 
 %prep
 %setup -q
-%patch0 -p1 -b .gitversion
+
 %patch1 -p1 -b .fedorabookmarks
 %patch2 -p1 -b .fedorahome
-%patch100 -p1 -b .declare-qwebelement-metatype
 
 %build
 qmake-qt4 PREFIX=%{_prefix}
@@ -106,6 +100,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %changelog
+* Wed Oct 06 2010 Jaroslav Reznik <jreznik at redhat.com> - 0.11.0-1
+- Update to 0.11.0
+- Remove Git version patch
+
 * Mon May 17 2010 Jaroslav Reznik <jreznik at redhat.com> - 0.10.2-4
 - QWebElement metatype redeclaration in QtWebKit 2.0
 
diff --git a/sources b/sources
index 69a79f6..f638ec0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ccef0f214e0f03828cde8c521f7a5225  arora-0.10.2.tar.gz
+64334ce4198861471cad9316d841f0cb  arora-0.11.0.tar.gz


More information about the scm-commits mailing list