rpms/qgit/F-9 qgit-2.2-qmake.patch, NONE, 1.1 .cvsignore, 1.15, 1.16 qgit.spec, 1.23, 1.24 sources, 1.15, 1.16 qgit-2.1-qmake.patch, 1.1, NONE

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Thu Jul 17 13:17:45 UTC 2008


Author: sharkcz

Update of /cvs/extras/rpms/qgit/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5698

Modified Files:
	.cvsignore qgit.spec sources 
Added Files:
	qgit-2.2-qmake.patch 
Removed Files:
	qgit-2.1-qmake.patch 
Log Message:
* Thu Jul 17 2008 Dan Horak <dan[at]danny.cz> 2.2-1
- update to upstream version 2.2


qgit-2.2-qmake.patch:

--- NEW FILE qgit-2.2-qmake.patch ---
--- qgit/src/src.pro.qmake	2008-06-07 16:37:41.000000000 +0200
+++ qgit/src/src.pro	2008-07-17 14:53:54.000000000 +0200
@@ -38,13 +38,13 @@
 
 unix {
     TARGET = qgit
-    target.path = ~/bin
+    target.path = /usr/bin
     CONFIG += x11
 }
 
 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 +=
+	QMAKE_CXXFLAGS_DEBUG +=
 }
 
 ENABLE_CONSOLE_MSG {


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qgit/F-9/.cvsignore,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- .cvsignore	31 Dec 2007 16:37:07 -0000	1.15
+++ .cvsignore	17 Jul 2008 13:16:46 -0000	1.16
@@ -1 +1 @@
-qgit-2.1.tar.bz2
+qgit-2.2.tar.bz2


Index: qgit.spec
===================================================================
RCS file: /cvs/extras/rpms/qgit/F-9/qgit.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- qgit.spec	10 Feb 2008 13:17:26 -0000	1.23
+++ qgit.spec	17 Jul 2008 13:16:46 -0000	1.24
@@ -1,6 +1,6 @@
 Name:           qgit
-Version:        2.1
-Release:        3%{?dist}
+Version:        2.2
+Release:        1%{?dist}
 Summary:        QGit is a git GUI repository browser
 
 Group:          Development/Tools
@@ -9,7 +9,7 @@
 Source0:        http://dl.sourceforge.net/qgit/%{name}-%{version}.tar.bz2
 Source1:        %{name}.desktop
 Source2:        %{name}48d.png
-Patch0:         %{name}-2.1-qmake.patch
+Patch0:         %{name}-2.2-qmake.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  desktop-file-utils, qt4-devel 
@@ -21,7 +21,10 @@
 
 %prep
 %setup -q -n %{name}
-%patch0 -p0 -b .qmake
+%patch0 -p1 -b .qmake
+
+# fix permissions
+chmod a-x src/*.{cpp,h}
 
 
 %build
@@ -45,14 +48,17 @@
 
 
 %files
-%doc COPYING README
 %defattr(-,root,root,-)
+%doc README
 %{_bindir}/%{name}
 %{_datadir}/applications/fedora-%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png
 
 
 %changelog
+* Thu Jul 17 2008 Dan Horak <dan[at]danny.cz> 2.2-1
+- update to upstream version 2.2
+
 * Sun Feb 10 2008 Dan Horak <dan[at]danny.cz> 2.1-3
 - rebuild for gcc 4.3
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qgit/F-9/sources,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- sources	31 Dec 2007 16:37:07 -0000	1.15
+++ sources	17 Jul 2008 13:16:46 -0000	1.16
@@ -1 +1 @@
-f22787c814fbe832d6da7c6a2436c3c0  qgit-2.1.tar.bz2
+f863efa000aa1549f803c6ad743decd6  qgit-2.2.tar.bz2


--- qgit-2.1-qmake.patch DELETED ---




More information about the fedora-extras-commits mailing list