[thermostat] Rebuild for updated deps.

jerboaa jerboaa at fedoraproject.org
Tue Aug 5 10:09:47 UTC 2014


commit 16958e34d02402315c97630e4fedb3bac5652cc3
Author: Severin Gehwolf <sgehwolf at redhat.com>
Date:   Tue Aug 5 12:08:10 2014 +0200

    Rebuild for updated deps.
    
    - httpcomponents-client (v4.3.5)
    - apache-commons-logging (v1.2.0)

 thermostat.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/thermostat.spec b/thermostat.spec
index f9c344d..2b892d8 100644
--- a/thermostat.spec
+++ b/thermostat.spec
@@ -17,11 +17,11 @@
 # apache-commons-collections
 %global collections_bundle_version 3.2.1
 # apache-commons-logging
-%global logging_bundle_version     1.1.3
+%global logging_bundle_version     1.2.0
 # Real OSGi Bundle-Version is 2.11.3.RELEASE
 %global mongo_bundle_version       2.11.3
 %global hc_core_bundle_version     4.3.2
-%global hc_client_bundle_version   4.3.4
+%global hc_client_bundle_version   4.3.5
 %global gson_bundle_version        2.2.4
 
 # Flag set to 1 if it's an SCL build. 0 otherwise.
@@ -80,7 +80,7 @@ Name:       %{?scl_prefix}thermostat
 Version:    %{major}.%{minor}.%{patchlevel}
 # If building from snapshot out of hg, uncomment and adjust below value as appropriate
 #Release:    0.1.20131122hg%{hgrev}%{?dist}
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    A monitoring and serviceability tool for OpenJDK
 License:    GPLv2+ with exceptions and OFL
 URL:        http://icedtea.classpath.org/thermostat/
@@ -850,6 +850,10 @@ end
 %config(noreplace) %{system_confdir}/sysconfig/tomcat@%{pkg_name}
 
 %changelog
+* Tue Aug 05 2014 Severin Gehwolf <sgehwolf at redhat.com> - 1.0.4-4
+- Rebuild for updated httpcomponents-client (v4.3.5) and
+  apache-commons-logging (v1.2.0) builds.
+
 * Tue Jun 10 2014 Severin Gehwolf <sgehwolf at redhat.com> - 1.0.4-3
 - Drop manual requires in favour of mvn()-style auto-requires.
 - Switch to mvn()-style BRs.


More information about the scm-commits mailing list