[eclipse-fedorapackager/f17] Specify minimum BR/R for xmlrpc, ws-common-utils & not-yet-commons-ssl

Krzysztof Daniel kdaniel at fedoraproject.org
Thu Apr 19 15:41:34 UTC 2012


commit 73f1988b199e4606b5376e3611018d5696486271
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Thu Apr 19 17:41:06 2012 +0200

    Specify minimum BR/R for xmlrpc, ws-common-utils & not-yet-commons-ssl
    
    Conflicts:
    	eclipse-fedorapackager.spec

 eclipse-fedorapackager.spec |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/eclipse-fedorapackager.spec b/eclipse-fedorapackager.spec
index 2cfaed3..ae3acfc 100644
--- a/eclipse-fedorapackager.spec
+++ b/eclipse-fedorapackager.spec
@@ -2,7 +2,7 @@
 
 Name:           eclipse-fedorapackager
 Version:        0.3.1
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        Fedora Packager for Eclipse
 
 Group:          Development/Tools
@@ -17,7 +17,7 @@ BuildRequires: java-devel
 # problem, but FP for Eclipse itself doesn't really have any Indigo
 # deps.
 BuildRequires: eclipse-pde >= 1:3.7.0
-BuildRequires: not-yet-commons-ssl
+BuildRequires: not-yet-commons-ssl >= 0.3.11-6
 BuildRequires: google-gson
 BuildRequires: eclipse-changelog
 # Local project creation and import SRPM feature
@@ -29,9 +29,9 @@ BuildRequires: apache-commons-codec
 # Earlier httpcomponents-client versions didn't have sane
 # OSGi metadata
 BuildRequires: httpcomponents-client >= 4.1.1-3
-BuildRequires: xmlrpc3-client
-BuildRequires: xmlrpc3-common
-BuildRequires: ws-commons-util
+BuildRequires: xmlrpc3-client >= 3.1.3-9
+BuildRequires: xmlrpc3-common >= 3.1.3-9
+BuildRequires: ws-commons-util >= 1.0.1-21
 # Since 1.1 egit has the remote tracking fix
 BuildRequires: eclipse-egit >= 1.1.0
 # We really need Indigo for 0.2 and up, due to a .spec file editor
@@ -39,7 +39,7 @@ BuildRequires: eclipse-egit >= 1.1.0
 # deps.
 Requires: eclipse-platform >= 3.7.0
 Requires: google-gson
-Requires: not-yet-commons-ssl
+Requires: not-yet-commons-ssl >= 0.3.11-6
 Requires: eclipse-rpm-editor >= 0.9.0-0.1.20110815git2168cacb
 Requires: eclipse-rpmstubby >= 0.9.0-0.2.20110922git681e7142
 Requires: eclipse-changelog
@@ -47,9 +47,9 @@ Requires: eclipse-changelog
 # OSGi metadata
 Requires: httpcomponents-client >= 4.1.1-3
 Requires: apache-commons-codec
-Requires: xmlrpc3-client
-Requires: xmlrpc3-common
-Requires: ws-commons-util
+Requires: xmlrpc3-client >= 3.1.3-9
+Requires: xmlrpc3-common >= 3.1.3-9
+Requires: ws-commons-util >= 1.0.1-21
 # Since 1.1 egit has the remote tracking fix
 Requires: eclipse-egit >= 1.1.0
 # Make fedora-packager a dependency, since we refer to some
@@ -118,6 +118,9 @@ popd
 %doc org.fedoraproject.eclipse.packager-feature/*.html
 
 %changelog
+* Thu Apr 19 2012 Krzysztof Daniel <kdaniel at redhat.com> 0.3.1-4
+- Specify minimum BR/R for xmlrpc, ws-common-utils & not-yet-commons-ssl
+
 * Wed Apr 18 2012 Andrew Robinson <arobinso at redhat.com> 0.3.1-3
 - Remove bundled library
 


More information about the scm-commits mailing list