[eclipse-ecf] Rebuild for httpcomponents 4.4 update

Mikolaj Izdebski mizdebsk at fedoraproject.org
Mon Jan 19 10:51:23 UTC 2015


commit 9c18e04078356c79fc972d7db21f438b5daaa30a
Author: Mikolaj Izdebski <mizdebsk at redhat.com>
Date:   Mon Jan 19 11:48:58 2015 +0100

    Rebuild for httpcomponents 4.4 update

 eclipse-ecf.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-ecf.spec b/eclipse-ecf.spec
index 85769c8..9347d7f 100644
--- a/eclipse-ecf.spec
+++ b/eclipse-ecf.spec
@@ -13,7 +13,7 @@
 
 Name:           %{?scl_prefix}eclipse-ecf
 Version:        3.9.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Eclipse Communication Framework (ECF) Eclipse plug-in
 
 License:        EPL
@@ -76,6 +76,9 @@ build-jar-repository -s -p deps \
 # Allow building on java > 1.4
 sed -i -e 's#(Object) ((URIID) o)#((URIID) o)#g' ecf/plugins/org.eclipse.ecf.identity/src/org/eclipse/ecf/core/identity/URIID.java
 
+# Compatibility with httpcomponents >= 4.4.0
+sed -i '/httpcomponents/s/,4.4)/,5)/' $(find -name *.MF)
+
 %build
 OPTIONS="-DforceContextQualifier=$(date +v%Y%m%d-%H00)"
 
@@ -116,6 +119,9 @@ rm %{buildroot}%{_libdir}/eclipse/plugins/org.apache*
 %doc ecf/features/org.eclipse.ecf.core.feature/*.html
 
 %changelog
+* Mon Jan 19 2015 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.9.1-3
+- Rebuild for httpcomponents 4.4 update
+
 * Tue Dec 09 2014 Roland Grunberg <rgrunber at redhat.com> - 3.9.1-2
 - Symlink ECF bundles into javadir.
 


More information about the scm-commits mailing list