[eclipse-moreunit] Rebuild to generate missing OSGi auto-requires

Mikolaj Izdebski mizdebsk at fedoraproject.org
Fri Feb 6 20:58:36 UTC 2015


commit f2bc5a2c91cee3767b9f43afc74ae3d33cbd7996
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Fri Feb 6 21:55:15 2015 +0100

    Rebuild to generate missing OSGi auto-requires
    
    This rebuild adds missing OSGi auto-requires which were not generated
    due to a bug in Fedora P2 integration, fixed in tycho 0.22.0-11.
    
    This rebuild adds the following requires to eclipse-moreunit:
    
        osgi(org.eclipse.jdt.core)
        osgi(org.eclipse.jdt.core.manipulation)
        osgi(org.eclipse.jdt.junit)
        osgi(org.eclipse.jdt.launching)
        osgi(org.eclipse.jdt.ui)

 eclipse-moreunit.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-moreunit.spec b/eclipse-moreunit.spec
index 6a21529..1cf36c1 100644
--- a/eclipse-moreunit.spec
+++ b/eclipse-moreunit.spec
@@ -2,7 +2,7 @@
 
 Name:           eclipse-moreunit
 Version:        3.0.4
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        An Eclipse plugin that assists with writing more unit tests
 
 Group:          Development/Tools
@@ -49,6 +49,9 @@ popd
 %files -f .mfiles
 
 %changelog
+* Fri Feb  6 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.0.4-5
+- Rebuild to generate missing OSGi auto-requires
+
 * Fri Dec 5 2014 Alexander Kurtakov <akurtako at redhat.com> 3.0.4-4
 - Drop useless BR on feclipse-maven-plugin.
 


More information about the scm-commits mailing list