changeset 2553:59c314511010

[RPM] Fix rawhide build after jnr updates Reviewed-by: ebaron Review-thread: http://icedtea.classpath.org/pipermail/thermostat/2017-January/021913.html
author Alex Macdonald <almacdon@redhat.com>
date Wed, 04 Jan 2017 16:54:27 -0500
parents 51bf307c74e5
children 45c6d9e60653
files distribution/packaging/fedora/thermostat.spec
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/distribution/packaging/fedora/thermostat.spec	Thu Dec 29 12:06:25 2016 -0500
+++ b/distribution/packaging/fedora/thermostat.spec	Wed Jan 04 16:54:27 2017 -0500
@@ -59,13 +59,13 @@
   %global javax_servlet_bsn            javax.servlet-api
   # jnr-unixsocket and deps
   %global jnr_unixsocket_version     0.12.0
-  %global jnr_enxio_version          0.12.0
-  %global jnr_constants_version      0.9.2
+  %global jnr_enxio_version          0.14.0
+  %global jnr_constants_version      0.9.6
   %global jnr_x86asm_symbolic_name   jnr.x86asm
   %global jnr_x86asm_version         1.0.2
   %global jffi_version               1.2.12
-  %global jnr_posix_version          3.0.29
-  %global jnr_ffi_version            2.0.9
+  %global jnr_posix_version          3.0.33
+  %global jnr_ffi_version            2.1.2
   %global osgi_compendium_maven_version 1.4.0
   # xmvn-subst in rawhide and later fedoras support
   # in reactor symlinking. See RHBZ#1226251