rpms/arora/F-10 arora-0.5-gitversion.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 arora.spec, 1.5, 1.6 sources, 1.3, 1.4 arora-0.4-gitversion.patch, 1.1, NONE

Jaroslav Reznik jreznik at fedoraproject.org
Tue Feb 24 09:47:34 UTC 2009


Author: jreznik

Update of /cvs/pkgs/rpms/arora/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24999

Modified Files:
	.cvsignore arora.spec sources 
Added Files:
	arora-0.5-gitversion.patch 
Removed Files:
	arora-0.4-gitversion.patch 
Log Message:
* Tue Feb 24 2009 Jaroslav Reznik <jreznik at redhat.com> - 0.5-1
- Update to 0.5
- SPEC file cleanup


arora-0.5-gitversion.patch:

--- NEW FILE arora-0.5-gitversion.patch ---
--- arora-0.5/src/src.pri.orig  2009-02-21 04:41:49.569384096 +0100
+++ arora-0.5/src/src.pri       2009-02-21 04:43:54.479370331 +0100
@@ -14,16 +14,8 @@

 QT += webkit network

-win32 {
-    DEFINES += GITVERSION=0
-    DEFINES += GITCHANGENUMBER=0
-}
-!win32 {
-    GITVERSION=$$system(git log -n1 --pretty=format:%h)
-    DEFINES += GITVERSION=\"\\\"$$GITVERSION\\\"\"
-    GITCHANGENUMBER=$$system(git log --pretty=format:%h | wc -l)
-    DEFINES += GITCHANGENUMBER=\"\\\"$$GITCHANGENUMBER\\\"\"
-}
+DEFINES += GITVERSION=\"\\\"8fd1796\\\"\"
+DEFINES += GITCHANGENUMBER=\"\\\"528"\\\"\"

 FORMS += \
     aboutdialog.ui \



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/arora/F-10/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	1 Oct 2008 15:36:08 -0000	1.3
+++ .cvsignore	24 Feb 2009 09:47:04 -0000	1.4
@@ -1 +1 @@
-arora-0.4.tar.gz
+arora-0.5.tar.gz


Index: arora.spec
===================================================================
RCS file: /cvs/pkgs/rpms/arora/F-10/arora.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- arora.spec	2 Dec 2008 09:44:05 -0000	1.5
+++ arora.spec	24 Feb 2009 09:47:04 -0000	1.6
@@ -1,23 +1,19 @@
 Name:           arora
-Version:        0.4
-Release:        3%{?dist}
+Version:        0.5
+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.4-gitversion.patch
+Patch0:         arora-0.5-gitversion.patch
 Patch1:         arora-0.4-fedorabookmarks.patch
 Patch2:         arora-0.4-fedorahome.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils
-%if 0%{?fedora} > 8
 BuildRequires:  qt-devel >= 4.4.0
-%else
-BuildRequires:  qt4-devel >= 4.4.0
-%endif
 
 
 %description
@@ -59,21 +55,28 @@
 %{_datadir}/icons/hicolor/16x16/apps/arora.png
 %{_datadir}/icons/hicolor/32x32/apps/arora.png
 %{_datadir}/icons/hicolor/scalable/apps/arora.svg
-%{_datadir}/arora/
-%{_datadir}/arora/locale/
+%{_datadir}/arora
 %{_datadir}/pixmaps/arora.xpm
 %{_datadir}/man/man1/arora.1.gz
 
 %changelog
+* Tue Feb 24 2009 Jaroslav Reznik <jreznik at redhat.com> - 0.5-1
+- Update to 0.5
+- SPEC file cleanup
+
 * Tue Dec 02 2008 Jaroslav Reznik <jreznik at redhat.com> - 0.4-3
 - owns arora and locale directories (bz#473621)
+
 * Mon Oct 06 2008 Jaroslav Reznik <jreznik at redhat.com> - 0.4-2
 - Fedora Project & Red Hat bookmarks
 - Fedora Project homepage
 - GIT version patch
+
 * Wed Oct 01 2008 Jaroslav Reznik <jreznik at redhat.com> - 0.4-1
 - Updated to version 0.4
+
 * Thu Sep 25 2008 Jaroslav Reznik <jreznik at redhat.com> - 0.3-2
 - Location bar's double click selects all
+
 * Wed Aug 13 2008 Jaroslav Reznik <jreznik at redhat.com> - 0.3-1  
 - Initial spec file 
\ No newline at end of file


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/arora/F-10/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	1 Oct 2008 15:36:08 -0000	1.3
+++ sources	24 Feb 2009 09:47:04 -0000	1.4
@@ -1 +1 @@
-702d29d021f7ac2c4e3ace3252876071  arora-0.4.tar.gz
+339e35f46e50e38a49bdf8bbba7dd405  arora-0.5.tar.gz


--- arora-0.4-gitversion.patch DELETED ---




More information about the scm-commits mailing list