[openshift-java-client] Update to version 2.4.0.Final

Gerard Ryan galileo at fedoraproject.org
Sun Oct 13 13:33:24 UTC 2013


commit 73806cca4aa70f69722b16cdc954d02dd85ea9b1
Author: Gerard Ryan <gerard at ryan.lt>
Date:   Sun Oct 13 14:32:55 2013 +0100

    Update to version 2.4.0.Final

 openshift-java-client.spec |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/openshift-java-client.spec b/openshift-java-client.spec
index 0497249..9c45391 100644
--- a/openshift-java-client.spec
+++ b/openshift-java-client.spec
@@ -1,9 +1,9 @@
-%global commit 8de85549be875dd556f430e58d305d575b980c15
+%global commit a97de132855a8fcd69e512e5909b609581385dc8
 %global shortcommit %(c=%{commit}; echo ${c:0:7})
 
 Name:           openshift-java-client
-Version:        2.3.0
-Release:        2%{?dist}
+Version:        2.4.0
+Release:        1%{?dist}
 Summary:        OpenShift Java Client
 
 Group:          Development/Libraries
@@ -14,7 +14,6 @@ BuildArch: noarch
 
 BuildRequires: maven-local
 BuildRequires: jsch
-BuildRequires: mvn(org.easytesting:fest-assert)
 BuildRequires: mvn(org.jboss:jboss-dmr)
 BuildRequires: mvn(org.mockito:mockito-core)
 BuildRequires: mvn(junit:junit)
@@ -41,6 +40,8 @@ API documentation for %{name}.
 %prep
 %setup -qn %{name}-%{commit}
 
+%pom_remove_dep org.easytesting:fest-assert
+
 %build
 # Tests skipped because of wrong junit version
 # (Fedora is 4.10, this expects 4.8)
@@ -57,6 +58,9 @@ API documentation for %{name}.
 %doc license epl-v10.html
 
 %changelog
+* Sun Oct 13 2013 Gerard Ryan <galileo at fedoraproject.org> - 2.4.0-1
+- Update to version 2.4.0.Final
+
 * Sat Jul 27 2013 Gerard Ryan <galileo at fedoraproject.org> - 2.3.0-2
 - Add BR maven-resources-plugin to fix rawhide
 


More information about the scm-commits mailing list