Hello community,

here is the log from the commit of package double-conversion for 
openSUSE:Factory checked in at 2019-07-31 14:13:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/double-conversion (Old)
 and      /work/SRC/openSUSE:Factory/.double-conversion.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "double-conversion"

Wed Jul 31 14:13:32 2019 rev:7 rq:718475 version:3.1.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/double-conversion/double-conversion.changes      
2019-03-04 09:14:00.912669649 +0100
+++ 
/work/SRC/openSUSE:Factory/.double-conversion.new.4126/double-conversion.changes
    2019-07-31 14:13:39.330896835 +0200
@@ -1,0 +2,17 @@
+Mon Jul 22 19:33:44 UTC 2019 - Todd R <[email protected]>
+
+- Update to version 3.1.5
+  * Fix `0x` for string->double conversion when Hex Floats are allowed.
+    Avoid integer overflow when exponents for hex floats were too big.
+    Update version number.
+  * Fixed warning in gcc4.9.
+  * Merged changes to install libraries in the correct place when
+    using 64-bit libraries.
+  * Use relative includes in the library. This shouldn't have any visible 
effect
+    for consumers of the library.
+  * Fix typo in test.
+  * Fix separator characters when they they don't fit into 8 bits.
+  * Check correctly for _MSC_VER.
+  * Allow the library to be compiled for Emscripten.
+
+-------------------------------------------------------------------

Old:
----
  double-conversion-3.0.3.tar.gz

New:
----
  double-conversion-3.1.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ double-conversion.spec ++++++
--- /var/tmp/diff_new_pack.I2E5c9/_old  2019-07-31 14:13:40.030896314 +0200
+++ /var/tmp/diff_new_pack.I2E5c9/_new  2019-07-31 14:13:40.034896311 +0200
@@ -16,9 +16,9 @@
 #
 
 
-%define lib_ver 2
+%define lib_ver 3
 Name:           double-conversion
-Version:        3.0.3
+Version:        3.1.5
 Release:        0
 Summary:        Binary-decimal and decimal-binary routines for IEEE doubles
 License:        BSD-3-Clause
@@ -64,27 +64,28 @@
 %setup -q
 
 %build
-%cmake -DBUILD_SHARED_LIBS=ON -DBUILD_TESTING=ON
+%cmake \
+    -DBUILD_SHARED_LIBS:BOOL=ON\
+    -DBUILD_TESTING:BOOL=ON
 %make_jobs
 
 %install
 %cmake_install
 
 %check
-export LD_LIBRARY_PATH=$PWD/build/double-conversion
+export LD_LIBRARY_PATH=%{buildroot}%{_libdir}
 %ctest
 
 %post -n lib%{name}%{lib_ver} -p /sbin/ldconfig
 %postun -n lib%{name}%{lib_ver} -p /sbin/ldconfig
 
 %files -n lib%{name}%{lib_ver}
-%defattr(-,root,root)
+%license COPYING LICENSE
 %{_libdir}/libdouble-conversion.so.%{lib_ver}*
 
 %files devel
-%defattr(-,root,root)
 %doc AUTHORS Changelog README.md
-%license LICENSE
+%license COPYING LICENSE
 %{_libdir}/libdouble-conversion.so
 %{_libdir}/cmake/%{name}/
 %{_includedir}/%{name}/

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.I2E5c9/_old  2019-07-31 14:13:40.054896296 +0200
+++ /var/tmp/diff_new_pack.I2E5c9/_new  2019-07-31 14:13:40.054896296 +0200
@@ -1 +1 @@
-libdouble-conversion2
+libdouble-conversion3

++++++ double-conversion-3.0.3.tar.gz -> double-conversion-3.1.5.tar.gz ++++++
/work/SRC/openSUSE:Factory/double-conversion/double-conversion-3.0.3.tar.gz 
/work/SRC/openSUSE:Factory/.double-conversion.new.4126/double-conversion-3.1.5.tar.gz
 differ: char 12, line 1


Reply via email to