[eclipse-moreunit] Update to latest upstream.

Alexander Kurtakov akurtakov at fedoraproject.org
Thu Apr 26 23:47:35 UTC 2012


commit 4eaf5b28ed9f103420c909e5678f2dee88671e15
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Fri Apr 27 02:47:25 2012 +0300

    Update to latest upstream.

 .gitignore            |    1 +
 eclipse-moreunit.spec |   15 ++++++++-------
 sources               |    2 +-
 3 files changed, 10 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f310b9e..7b75b61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 eclipse-moreunit-fetched-src-V_2_2_1.tar.bz2
 /eclipse-moreunit-fetched-src-V_2_3_0.tar.xz
 eclipse-moreunit-2.4.1.tar.xz
+eclipse-moreunit-2.4.4.tar.xz
diff --git a/eclipse-moreunit.spec b/eclipse-moreunit.spec
index 633d4ae..6f02bd5 100644
--- a/eclipse-moreunit.spec
+++ b/eclipse-moreunit.spec
@@ -1,16 +1,15 @@
-%global src_repo_tag   V_2_4_1
-%global eclipse_base   %{_libdir}/eclipse
+%global src_repo_tag   V_2_4_4
 %global install_loc    %{_datadir}/eclipse/dropins/moreunit
 
 Name:           eclipse-moreunit
-Version:        2.4.1
-Release:        2%{?dist}
+Version:        2.4.4
+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_2_4_1 2.4.1
+## sh %{name}-fetch-src.sh V_2_4_4 2.4.4
 Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}-fetch-src.sh
 
@@ -33,7 +32,7 @@ find -name '*.class' -exec rm -f '{}' \;
 find -name '*.jar' -exec rm -f '{}' \;
 
 %build
-%{eclipse_base}/buildscripts/pdebuild -f org.moreunit
+eclipse-pdebuild -f org.moreunit
 
 %install
 install -d -m 755 %{buildroot}%{install_loc}
@@ -42,11 +41,13 @@ install -d -m 755 %{buildroot}%{install_loc}
      build/rpmBuild/org.moreunit.zip 
 
 %files
-%defattr(-,root,root,-)
 %{install_loc}
 %doc org.moreunit.plugin/help/documentation.html
 
 %changelog
+* Fri Apr 27 2012 Alexander Kurtakov <akurtako at redhat.com> 2.4.4-1
+- Update to latest upstream.
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.4.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index f881cac..a343fee 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7dc612b5ee0d5b4f32c35d2fd8e9dbda  eclipse-moreunit-2.4.1.tar.xz
+47c4fd38415294c81efa2fba1e82afe6  eclipse-moreunit-2.4.4.tar.xz


More information about the scm-commits mailing list