[double-conversion] Use github source

Orion Poplawski orion at fedoraproject.org
Fri Mar 13 21:07:59 UTC 2015


commit 92ba96f0efe337d0836e9a6c1365273daa579f9e
Author: Orion Poplawski <orion at cora.nwra.com>
Date:   Fri Mar 13 15:07:58 2015 -0600

    Use github source

 double-conversion.spec | 9 ++++++---
 sources                | 2 +-
 2 files changed, 7 insertions(+), 4 deletions(-)
---
diff --git a/double-conversion.spec b/double-conversion.spec
index a135a90..4aad070 100644
--- a/double-conversion.spec
+++ b/double-conversion.spec
@@ -3,10 +3,10 @@
 Summary:        Library providing binary-decimal and decimal-binary routines for IEEE doubles
 Name:           double-conversion
 Version:        2.0.1
-Release:        4%{?dist}
+Release:        5%{?dist}
 License:        BSD
 Group:          Development/Libraries
-Source0:        http://double-conversion.googlecode.com/files/%{name}-%{version}.tar.gz
+Source0:        https://github.com/floitsch/double-conversion/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 # Upstream patch to support SOVERSION
 Patch0:         double-conversion-soversion.patch
 # Use install paths in installed cmake files
@@ -42,7 +42,7 @@ Requires:   %{name}-devel%{?_isa} = %{version}-%{release}
 Static %{name} library.
 
 %prep
-%setup -q -c %{name}-%{version}
+%setup -q
 %patch0 -p1 -b .soversion
 %patch1 -p1 -b .cmake
 # Fix up install locations
@@ -99,6 +99,9 @@ popd
 %endif
 
 %changelog
+* Fri Mar 13 2015 Orion Poplawski <orion at cora.nwra.com> - 2.0.1-5
+- Use github source
+
 * Wed Mar 11 2015 Orion Poplawski <orion at cora.nwra.com> - 2.0.1-4
 - Build with cmake
 
diff --git a/sources b/sources
index b74b4fc..10eb1b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-995bc5a400573f220c7c314962950d8d  double-conversion-2.0.1.tar.gz
+60c564ad17a19924bfec831ebd09edea  double-conversion-2.0.1.tar.gz


More information about the scm-commits mailing list