Hello community,

here is the log from the commit of package double-conversion for 
openSUSE:Factory checked in at 2017-07-30 11:24:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/double-conversion (Old)
 and      /work/SRC/openSUSE:Factory/.double-conversion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "double-conversion"

Sun Jul 30 11:24:08 2017 rev:5 rq:510890 version:2.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/double-conversion/double-conversion.changes      
2016-10-10 17:28:27.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.double-conversion.new/double-conversion.changes 
2017-07-30 11:24:09.392686160 +0200
@@ -1,0 +2,6 @@
+Fri Jul 14 20:51:40 UTC 2017 - jeng...@inai.de
+
+- Fix RPM groups.
+  Slightly trim/compact descriptions.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ double-conversion.spec ++++++
--- /var/tmp/diff_new_pack.Y7eYjm/_old  2017-07-30 11:24:10.648508953 +0200
+++ /var/tmp/diff_new_pack.Y7eYjm/_new  2017-07-30 11:24:10.664506696 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package double-conversion
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,9 +20,9 @@
 Name:           double-conversion
 Version:        2.0.1
 Release:        0
-Summary:        Library providing binary-decimal and decimal-binary routines 
for IEEE doubles
+Summary:        Binary-decimal and decimal-binary routines for IEEE doubles
 License:        BSD-3-Clause
-Group:          System/Libraries
+Group:          Development/Libraries/C and C++
 Url:            https://github.com/google/double-conversion
 Source0:        
https://github.com/google/double-conversion/archive/v%{version}.tar.gz
 Source99:       baselibs.conf
@@ -32,30 +32,30 @@
 
 %description
 Double-conversion provides binary-decimal and decimal-binary routines
-for IEEE doubles. The library consists of efficient conversion routines
-that have been extracted from the V8 JavaScript engine. The code has been
-re-factored and improved so that it can be used more easily in other projects.
+for IEEE double-precision floating point numbers. The library
+consists of conversion routines that have been extracted from the V8
+JavaScript engine.
 
 %package     -n lib%{name}%{lib_ver}
-Summary:        Library providing binary-decimal and decimal-binary routines 
for IEEE doubles
+Summary:        Binary-decimal and decimal-binary routines for IEEE doubles
 Group:          System/Libraries
 
 %description -n lib%{name}%{lib_ver}
 Double-conversion provides binary-decimal and decimal-binary routines
-for IEEE doubles. The library consists of efficient conversion routines
-that have been extracted from the V8 JavaScript engine. The code has been
-re-factored and improved so that it can be used more easily in other projects.
+for IEEE double-precision floating point numbers. The library
+consists of conversion routines that have been extracted from the V8
+JavaScript engine.
 
 %package        devel
-Summary:        Library providing binary-decimal and decimal-binary routines 
for IEEE doubles
+Summary:        Development files for BCD/DCB routines for IEEE doubles
 Group:          Development/Libraries/C and C++
 Requires:       lib%{name}%{lib_ver} = %{version}
 
 %description    devel
 Double-conversion provides binary-decimal and decimal-binary routines
-for IEEE doubles. The library consists of efficient conversion routines
-that have been extracted from the V8 JavaScript engine. The code has been
-re-factored and improved so that it can be used more easily in other projects.
+for IEEE double-precision floating point numbers. The library
+consists of conversion routines that have been extracted from the V8
+JavaScript engine.
 
 This package provides libraries and header files for developing applications
 that use double-conversion.


Reply via email to