rpms/qgit/FC-5 .cvsignore, 1.5, 1.6 qgit.spec, 1.6, 1.7 sources, 1.5, 1.6 qgit-configure.patch, 1.1, NONE

Dan Horak (sharkcz) fedora-extras-commits at redhat.com
Sun Jul 16 07:36:17 UTC 2006


Author: sharkcz

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

Modified Files:
	.cvsignore qgit.spec sources 
Removed Files:
	qgit-configure.patch 
Log Message:
- update to upstream version 1.4
- remove the patch as upstream reverted the linking behaviour
- requires git-core >= 1.4.0



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/qgit/FC-5/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	5 Jun 2006 07:52:45 -0000	1.5
+++ .cvsignore	16 Jul 2006 07:36:17 -0000	1.6
@@ -1 +1 @@
-qgit-1.3.tar.bz2
+qgit-1.4.tar.bz2


Index: qgit.spec
===================================================================
RCS file: /cvs/extras/rpms/qgit/FC-5/qgit.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qgit.spec	11 Jun 2006 10:09:59 -0000	1.6
+++ qgit.spec	16 Jul 2006 07:36:17 -0000	1.7
@@ -1,5 +1,5 @@
 Name:           qgit
-Version:        1.3
+Version:        1.4
 Release:        2%{?dist}
 Summary:        QGit is a git GUI repository browser
 
@@ -9,10 +9,9 @@
 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
+Requires:       git-core >= 1.4.0
 
 %description
 With qgit you are able to browse revisions history, view patch content
@@ -20,7 +19,6 @@
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
 
 %build
 %configure
@@ -47,6 +45,14 @@
 
 
 %changelog
+* Sun Jul 16 2006 Dan Horak <dan at danny.cz> 1.4-2
+- remove the patch also from the spec file
+
+* Sun Jul 16 2006 Dan Horak <dan at danny.cz> 1.4-1
+- update to upstream version 1.4
+- remove the patch as upstream reverted the linking behaviour
+- requires git-core >= 1.4.0
+
 * Sun Jun 11 2006 Dan Horak <dan at danny.cz> 1.3-2
 - added patch for creating of usable debug package (#194782)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/qgit/FC-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	5 Jun 2006 07:52:45 -0000	1.5
+++ sources	16 Jul 2006 07:36:17 -0000	1.6
@@ -1 +1 @@
-9706e40979cc19f59c58730bea390031  qgit-1.3.tar.bz2
+15f14e4356ea95a3b563af3ce53d846e  qgit-1.4.tar.bz2


--- qgit-configure.patch DELETED ---




More information about the scm-commits mailing list