Hello community,

here is the log from the commit of package double-conversion for 
openSUSE:Factory checked in at 2016-02-03 10:20:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/double-conversion (Old)
 and      /work/SRC/openSUSE:Factory/.double-conversion.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "double-conversion"

Changes:
--------
--- /work/SRC/openSUSE:Factory/double-conversion/double-conversion.changes      
2014-08-11 12:30:44.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.double-conversion.new/double-conversion.changes 
2016-02-03 10:20:04.000000000 +0100
@@ -1,0 +2,6 @@
+Mon Feb  1 19:16:46 UTC 2016 - [email protected]
+
+- Update project and download urls
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

New:
----
  v2.0.1.tar.gz

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

Other differences:
------------------
++++++ double-conversion.spec ++++++
--- /var/tmp/diff_new_pack.RomiIH/_old  2016-02-03 10:20:05.000000000 +0100
+++ /var/tmp/diff_new_pack.RomiIH/_new  2016-02-03 10:20:05.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package double-conversion
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -16,15 +16,15 @@
 #
 
 
+%define lib_ver 1
 Name:           double-conversion
 Version:        2.0.1
-%define lib_ver 1
 Release:        0
 Summary:        Library providing binary-decimal and decimal-binary routines 
for IEEE doubles
 License:        BSD-3-Clause
 Group:          System/Libraries
-Url:            http://code.google.com/p/double-conversion
-Source0:        
http://double-conversion.googlecode.com/files/%{name}-%{version}.tar.gz
+Url:            https://github.com/google/double-conversion
+Source0:        
https://github.com/google/double-conversion/archive/v%{version}.tar.gz
 BuildRequires:  gcc-c++
 BuildRequires:  python
 BuildRequires:  scons >= 2.3.0
@@ -60,12 +60,13 @@
 that use double-conversion.
 
 %prep
-%setup -q -c %{name}-%{version}
+%setup -q
 
 %build
-scons %{?_smp_mflags} \
+scons \
       CXXFLAGS="%{optflags}" \
-      VERSION="%{version}"
+  VERSION="%{version}" \
+  %{?_smp_mflags}
 
 # With scons 2.3.0 setting the version fails without this
 # http://comments.gmane.org/gmane.comp.programming.tools.scons.user/24448
@@ -75,11 +76,12 @@
 install -d  %{buildroot}%{_libdir}
 install -d  %{buildroot}%{_includedir}/%{name}
 
-scons install \
+scons \
       CXXFLAGS="%{optflags}" \
       libsuffix=%{_lib} \
       prefix=%{_prefix} \
-      DESTDIR=%{buildroot}
+  DESTDIR=%{buildroot} \
+  install
 
 cp -p src/*.h %{buildroot}%{_includedir}/%{name}
 
@@ -90,7 +92,6 @@
 ./run_tests --list | tr -d '<' | xargs ./run_tests
 
 %post -n lib%{name}%{lib_ver} -p /sbin/ldconfig
-
 %postun -n lib%{name}%{lib_ver} -p /sbin/ldconfig
 
 %files -n lib%{name}%{lib_ver}


Reply via email to