[double-conversion] New upstream version.

Milan Bouchet-Valat nalimilan at fedoraproject.org
Sat Feb 8 17:14:57 UTC 2014


commit 5351f203cb6145ea0415d2afcd683dfa379ff196
Author: Milan Bouchet-Valat <nalimilan at club.fr>
Date:   Sat Feb 8 18:15:30 2014 +0100

    New upstream version.
    
    - Drop no longer needed custom SConstruct file and use new upstream SONAME.

 .gitignore             |    1 +
 SConstruct             |   40 ----------------------------------------
 double-conversion.spec |   17 ++++++++---------
 sources                |    2 +-
 4 files changed, 10 insertions(+), 50 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7409d12..73fd48c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /double-conversion-2.0.0.tar.gz
+/double-conversion-2.0.1.tar.gz
diff --git a/double-conversion.spec b/double-conversion.spec
index 3fcf2a6..5726422 100644
--- a/double-conversion.spec
+++ b/double-conversion.spec
@@ -2,14 +2,11 @@
 
 Summary:        Library providing binary-decimal and decimal-binary routines for IEEE doubles
 Name:           double-conversion
-Version:        2.0.0
-Release:        4%{?dist}
+Version:        2.0.1
+Release:        1%{?dist}
 License:        BSD
 Group:          Development/Libraries
 Source0:        http://double-conversion.googlecode.com/files/%{name}-%{version}.tar.gz
-# Currently needed to build a shared library with required options, filed upstream as
-# http://code.google.com/p/double-conversion/issues/detail?id=42
-Source1:        SConstruct
 URL:            http://code.google.com/p/double-conversion
 BuildRequires:  scons >= 2.3.0
 
@@ -41,7 +38,6 @@ Static %{name} library.
 
 %prep
 %setup -q -c %{name}-%{version}
-cp -p %{SOURCE1} SConstruct
 
 %build
 scons %{?_smp_mflags} \
@@ -65,8 +61,7 @@ scons %{target} \
       CXXFLAGS="%{optflags}" \
       libsuffix=%{_lib} \
       prefix=%{_prefix} \
-      DESTDIR=%{buildroot} \
-      VERSION="%{version}"
+      DESTDIR=%{buildroot}
 
 cp -p src/*.h %{buildroot}%{_includedir}/%{name}
 
@@ -79,7 +74,7 @@ scons CXXFLAGS="%{optflags}" run_tests
 
 %files
 %doc LICENSE README AUTHORS Changelog
-%{_libdir}/libdouble-conversion.so.2*
+%{_libdir}/libdouble-conversion.so.1*
 
 %files devel
 %{_libdir}/libdouble-conversion.so
@@ -92,6 +87,10 @@ scons CXXFLAGS="%{optflags}" run_tests
 %endif
 
 %changelog
+* Sat Feb 8 2014 Milan Bouchet-Valat <nalimilan at club.fr> - 2.0.1-1
+- New upstream version.
+- Drop no longer needed custom SConstruct file and use new upstream SONAME.
+
 * Tue Dec 17 2013 Milan Bouchet-Valat <nalimilan at club.fr> - 2.0.0-4
 - Drop libstdc++-devel from BuildRequires.
 - Move %%check after %%install.
diff --git a/sources b/sources
index f491ad5..b74b4fc 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a2ca5b30282b37222ad1eae01b6f2345  double-conversion-2.0.0.tar.gz
+995bc5a400573f220c7c314962950d8d  double-conversion-2.0.1.tar.gz


More information about the scm-commits mailing list