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

Mikolaj Izdebski mizdebsk at fedoraproject.org
Fri Feb 6 20:59:09 UTC 2015


commit 44bf7a4b1567c0249f91f8dee80f353b73752510
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-swtbot:
    
        osgi(org.eclipse.jdt.junit)
        osgi(org.eclipse.jdt.junit.core)
        osgi(org.eclipse.jdt.junit.runtime)
        osgi(org.eclipse.jdt.launching)
        osgi(org.eclipse.jdt.ui)
        osgi(org.eclipse.pde.core)
        osgi(org.eclipse.pde.launching)
        osgi(org.eclipse.pde.ui)

 eclipse-swtbot.spec |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-swtbot.spec b/eclipse-swtbot.spec
index 571729d..10f4299 100644
--- a/eclipse-swtbot.spec
+++ b/eclipse-swtbot.spec
@@ -1,6 +1,6 @@
 Name:           eclipse-swtbot
 Version:        2.2.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        UI and functional testing tool for SWT and Eclipse based applications
 
 License:        EPL
@@ -52,6 +52,9 @@ done
 %files -f .mfiles
 
 %changelog
+* Fri Feb  6 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 2.2.1-4
+- Rebuild to generate missing OSGi auto-requires
+
 * Wed Dec 3 2014 Alexander Kurtakov <akurtako at redhat.com> 2.2.1-3
 - Build with xmvn.
 


More information about the scm-commits mailing list