rpms/guitone/devel guitone.spec,1.5,1.6

Thomas Moschny (thm) fedora-extras-commits at redhat.com
Wed May 28 08:39:54 UTC 2008


Author: thm

Update of /cvs/pkgs/rpms/guitone/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv14049/devel

Modified Files:
	guitone.spec 
Log Message:
Fix order of commands in the build section.


Index: guitone.spec
===================================================================
RCS file: /cvs/pkgs/rpms/guitone/devel/guitone.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- guitone.spec	27 May 2008 23:42:59 -0000	1.5
+++ guitone.spec	28 May 2008 08:39:13 -0000	1.6
@@ -1,6 +1,6 @@
 Name:		guitone
 Version:	0.8
-Release:	1%{?dist}
+Release:	2%{?dist}
 
 Summary:	A frontend for Monotone
 Group:		Development/Tools
@@ -58,8 +58,8 @@
 
 
 %build
-qmake-qt4 -config release guitone.pro
 lrelease-qt4 guitone.pro
+qmake-qt4 -config release guitone.pro
 make %{?_smp_mflags}
 
 
@@ -91,6 +91,9 @@
 
 
 %changelog
+* Wed May 28 2008 Thomas Moschny <thomas.moschny at gmx.de> - 0.8-2
+- Fix order of commands in the build section.
+
 * Mon May 26 2008 Thomas Moschny <thomas.moschny at gmx.de> - 0.8-1
 - Update to upstream version 0.8.
 - Add a zero-day patch from upstream.




More information about the fedora-extras-commits mailing list