rpms/qgit/F-10 qgit-2.3-qmake.patch, NONE, 1.1 .cvsignore, 1.16, 1.17 qgit.spec, 1.26, 1.27 sources, 1.16, 1.17 qgit-2.2-qmake.patch, 1.1, NONE

Dan Horák sharkcz at fedoraproject.org
Mon May 11 09:36:16 UTC 2009


Author: sharkcz

Update of /cvs/extras/rpms/qgit/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12194

Modified Files:
	.cvsignore qgit.spec sources 
Added Files:
	qgit-2.3-qmake.patch 
Removed Files:
	qgit-2.2-qmake.patch 
Log Message:
* Sun May 10 2009 Dan Horak <dan[at]danny.cz> 2.3-1
- update to upstream version 2.3


qgit-2.3-qmake.patch:

--- NEW FILE qgit-2.3-qmake.patch ---
--- qgit/src/src.pro.qmake	2009-04-18 19:56:46.000000000 +0200
+++ qgit/src/src.pro	2009-05-10 16:17:10.000000000 +0200
@@ -38,7 +38,7 @@ win32 {
 
 unix {
     TARGET = qgit
-    target.path = ~/bin
+    target.path = /usr/bin
     CONFIG += x11
 }
 
@@ -50,8 +50,8 @@ macx {
 }
 
 HAVE_GCC {
-	QMAKE_CXXFLAGS_RELEASE += -s -O2 -Wno-non-virtual-dtor -Wno-long-long -pedantic -Wconversion
-	QMAKE_CXXFLAGS_DEBUG += -g3 -ggdb -O0 -Wno-non-virtual-dtor -Wno-long-long -pedantic -Wconversion
+	QMAKE_CXXFLAGS_RELEASE += -Wno-non-virtual-dtor -Wno-long-long -pedantic -Wconversion
+	QMAKE_CXXFLAGS_DEBUG += -Wno-non-virtual-dtor -Wno-long-long -pedantic -Wconversion
 }
 
 ENABLE_CONSOLE_MSG {


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qgit/F-10/.cvsignore,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- .cvsignore	17 Jul 2008 13:14:02 -0000	1.16
+++ .cvsignore	11 May 2009 09:35:45 -0000	1.17
@@ -1 +1 @@
-qgit-2.2.tar.bz2
+qgit-2.3.tar.bz2


Index: qgit.spec
===================================================================
RCS file: /cvs/extras/rpms/qgit/F-10/qgit.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- qgit.spec	1 Apr 2009 17:39:47 -0000	1.26
+++ qgit.spec	11 May 2009 09:35:45 -0000	1.27
@@ -1,6 +1,6 @@
 Name:           qgit
-Version:        2.2
-Release:        4%{?dist}.1
+Version:        2.3
+Release:        1%{?dist}
 Summary:        GUI browser for git repositories
 
 Group:          Development/Tools
@@ -9,7 +9,7 @@ URL:            http://digilander.libero
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 Source1:        %{name}.desktop
 Source2:        %{name}48d.png
-Patch0:         %{name}-2.2-qmake.patch
+Patch0:         %{name}-2.3-qmake.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils, qt4-devel 
@@ -56,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Sun May 10 2009 Dan Horak <dan[at]danny.cz> 2.3-1
+- update to upstream version 2.3
+
 * Wed Apr 01 2009 Kevin Kofler <Kevin at tigcc.ticalc.org> 2.2-4.1
 - rebuild against Qt 4.5 to work around apparent ABI compatibility issue
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qgit/F-10/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- sources	17 Jul 2008 13:14:02 -0000	1.16
+++ sources	11 May 2009 09:35:45 -0000	1.17
@@ -1 +1 @@
-f863efa000aa1549f803c6ad743decd6  qgit-2.2.tar.bz2
+1f6cd60cc1b92973718b108d542e3270  qgit-2.3.tar.bz2


--- qgit-2.2-qmake.patch DELETED ---




More information about the fedora-extras-commits mailing list