rpms/maven-plugin-testing/devel maven-plugin-testing.spec,1.1,1.2

Yang Yong yyang at fedoraproject.org
Thu May 27 06:00:48 UTC 2010


Author: yyang

Update of /cvs/pkgs/rpms/maven-plugin-testing/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv21193

Modified Files:
	maven-plugin-testing.spec 
Log Message:
Remove epoch in Requires of maven-test-tools


Index: maven-plugin-testing.spec
===================================================================
RCS file: /cvs/pkgs/rpms/maven-plugin-testing/devel/maven-plugin-testing.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- maven-plugin-testing.spec	14 May 2010 11:25:36 -0000	1.1
+++ maven-plugin-testing.spec	27 May 2010 06:00:47 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           maven-plugin-testing
 Version:        1.2
-Release:        2.2%{?dist}
+Release:        2.3%{?dist}
 Summary:        Maven Plugin Testing
 
 Group:          Development/Libraries
@@ -67,7 +67,7 @@ A set of useful tools to help the Maven 
 %package -n maven-test-tools
 Summary: Maven Testing Tool
 Group: Development/Libraries
-Requires: maven-plugin-testing = %{epoch}:%{version}-%{release}
+Requires: maven-plugin-testing = %{version}-%{release}
 
 %description -n maven-test-tools
 Framework to test Maven Plugins with Easymock objects.
@@ -154,6 +154,9 @@ rm -rf %{buildroot}
 %{_javadir}/%{name}/maven-test-tools*
 
 %changelog
+* Thu May 27 2010 Yong Yang <yyang at redhat.com> 1:1.2-2.3
+- Remove epoch in Requires of maven-test-tools
+
 * Wed May 12 2010 Alexander Kurtakov <akurtako at redhat.com> 1:1.2-2
 - Fix line lengths and use macroses consistently.
 - Add comment for the tests skip.



More information about the scm-commits mailing list