rpms/eclipse-moreunit/devel eclipse-moreunit.spec,1.6,1.7

Alexander Kurtakov akurtakov at fedoraproject.org
Sat Jun 5 07:19:30 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/eclipse-moreunit/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv24397/devel

Modified Files:
	eclipse-moreunit.spec 
Log Message:
Use global instead of define.


Index: eclipse-moreunit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-moreunit/devel/eclipse-moreunit.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- eclipse-moreunit.spec	24 Jul 2009 20:55:02 -0000	1.6
+++ eclipse-moreunit.spec	5 Jun 2010 07:19:28 -0000	1.7
@@ -1,10 +1,10 @@
-%define src_repo_tag   V_1_3_3
-%define eclipse_base   %{_libdir}/eclipse
-%define install_loc    %{_datadir}/eclipse/dropins/moreunit
+%global src_repo_tag   V_1_3_3
+%global eclipse_base   %{_libdir}/eclipse
+%global install_loc    %{_datadir}/eclipse/dropins/moreunit
 
 Name:           eclipse-moreunit
 Version:        1.3.3
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        An Eclipse plugin that assists with writing more unit tests
 
 Group:          Development/Tools
@@ -51,6 +51,9 @@ install -d -m 755 %{buildroot}%{install_
 
 
 %changelog
+* Sat Jun 5 2010 Alexander Kurtakov <akurtako at redhat.com> 1.3.3-3
+- Use global instead of define.
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list