rpms/qgit/FC-4 qgit-configure.patch,NONE,1.1 qgit.spec,1.5,1.6

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Sun Jun 11 10:11:46 UTC 2006


Author: sharkcz

Update of /cvs/extras/rpms/qgit/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19084

Modified Files:
	qgit.spec 
Added Files:
	qgit-configure.patch 
Log Message:
- added patch for creating of usable debug package (#194782)


qgit-configure.patch:

--- NEW FILE qgit-configure.patch ---
diff -Nru qgit-1.3.orig/configure qgit-1.3/configure
--- qgit-1.3.orig/configure	2006-06-11 10:11:16.000000000 +0200
+++ qgit-1.3/configure	2006-06-04 09:51:06.000000000 +0200
@@ -4682,7 +4682,7 @@
 
 
 CPPFLAGS="$CXXFLAGS $QT_CPPFLAGS"
-LDFLAGS="$LDFLAGS $QT_LDFLAGS -s"
+LDFLAGS="$LDFLAGS $QT_LDFLAGS"
 LIBS="$LIBS $QT_LIBS"
 
 # Checks for header files.


Index: qgit.spec
===================================================================
RCS file: /cvs/extras/rpms/qgit/FC-4/qgit.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- qgit.spec	5 Jun 2006 07:55:30 -0000	1.5
+++ qgit.spec	11 Jun 2006 10:11:46 -0000	1.6
@@ -1,6 +1,6 @@
 Name:           qgit
 Version:        1.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        QGit is a git GUI repository browser
 
 Group:          Development/Tools
@@ -9,6 +9,7 @@
 Source0:        http://dl.sourceforge.net/qgit/%{name}-%{version}.tar.bz2
 Source1:        %{name}.desktop
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch0:		qgit-configure.patch
 
 BuildRequires:  desktop-file-utils, qt-devel
 Requires:       git-core >= 1.3.0
@@ -19,7 +20,7 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-
+%patch0 -p1
 
 %build
 %configure
@@ -46,6 +47,9 @@
 
 
 %changelog
+* Sun Jun 11 2006 Dan Horak <dan at danny.cz> 1.3-2
+- added patch for creating of usable debug package (#194782)
+
 * Mon Jun 05 2006 Dan Horak <dan at danny.cz> 1.3-1
 - update to upstream version 1.3
 




More information about the fedora-extras-commits mailing list