rpms/eclipse-moreunit/devel sources, 1.4, 1.5 eclipse-moreunit.spec, 1.7, 1.8 .cvsignore, 1.4, 1.5

jerboaa jerboaa at fedoraproject.org
Mon Jul 12 17:18:55 UTC 2010


Author: jerboaa

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

Modified Files:
	sources eclipse-moreunit.spec .cvsignore 
Log Message:
* Mon Jul 12 2010 Severin Gehwolf <sgehwolf at redhat.com> 2.0.1-1
- Update to new upstream version 2.0.1


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-moreunit/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	6 May 2009 09:17:27 -0000	1.4
+++ sources	12 Jul 2010 17:18:54 -0000	1.5
@@ -1 +1,2 @@
 76262250dd600b6b29bfb89386896423  eclipse-moreunit-fetched-src-V_1_3_3.tar.bz2
+84d0d95bad859a261662ad75ea43353e  eclipse-moreunit-fetched-src-V_2_0_1.tar.bz2


Index: eclipse-moreunit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-moreunit/devel/eclipse-moreunit.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- eclipse-moreunit.spec	5 Jun 2010 07:19:28 -0000	1.7
+++ eclipse-moreunit.spec	12 Jul 2010 17:18:55 -0000	1.8
@@ -1,16 +1,16 @@
-%global src_repo_tag   V_1_3_3
+%global src_repo_tag   V_2_0_1
 %global eclipse_base   %{_libdir}/eclipse
 %global install_loc    %{_datadir}/eclipse/dropins/moreunit
 
 Name:           eclipse-moreunit
-Version:        1.3.3
-Release:        3%{?dist}
+Version:        2.0.1
+Release:        1%{?dist}
 Summary:        An Eclipse plugin that assists with writing more unit tests
 
 Group:          Development/Tools
 License:        EPL
 URL:            http://moreunit.sourceforge.net
-## sh %{name}-fetch-src.sh V_1_3_3
+## sh %{name}-fetch-src.sh V_2_0_1
 Source0:        %{name}-fetched-src-%{src_repo_tag}.tar.bz2
 Source1:        %{name}-fetch-src.sh
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -32,14 +32,14 @@ also possible.
 %setup -q -c
 
 %build
-%{eclipse_base}/buildscripts/pdebuild -f moreUnit
+%{eclipse_base}/buildscripts/pdebuild
 
 %install
 %{__rm} -rf %{buildroot}
 install -d -m 755 %{buildroot}%{install_loc}
 
 %{__unzip} -q -d %{buildroot}%{install_loc} \
-     build/rpmBuild/moreUnit.zip 
+     build/rpmBuild/org.moreunit.zip 
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -51,6 +51,9 @@ install -d -m 755 %{buildroot}%{install_
 
 
 %changelog
+* Mon Jul 12 2010 Severin Gehwolf <sgehwolf at redhat.com> 2.0.1-1
+- Update to new upstream version 2.0.1
+
 * Sat Jun 5 2010 Alexander Kurtakov <akurtako at redhat.com> 1.3.3-3
 - Use global instead of define.
 


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/eclipse-moreunit/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	6 May 2009 09:17:27 -0000	1.4
+++ .cvsignore	12 Jul 2010 17:18:55 -0000	1.5
@@ -1,2 +1,3 @@
 eclipse-moreunit-fetched-src-V_1_3_2.tar.bz2
 eclipse-moreunit-fetched-src-V_1_3_3.tar.bz2
+eclipse-moreunit-fetched-src-V_2_0_1.tar.bz2



More information about the scm-commits mailing list