[python-whisper] Update to 0.9.12

Jonathan Steffan jsteffan at fedoraproject.org
Mon Sep 2 20:13:23 UTC 2013


commit 8ac2c743b5ed777f37f2f27d9c08adc82baeefcb
Author: Jonathan Steffan <jsteffan at fedoraproject.org>
Date:   Mon Sep 2 14:13:10 2013 -0600

    Update to 0.9.12

 .gitignore          |    1 +
 python-whisper.spec |    9 ++++++---
 sources             |    2 +-
 3 files changed, 8 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e2f297e..aa42c01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /whisper-0.9.10.tar.gz
+/python-whisper-0.9.12.tar.gz
diff --git a/python-whisper.spec b/python-whisper.spec
index 564670c..4bc145d 100644
--- a/python-whisper.spec
+++ b/python-whisper.spec
@@ -1,15 +1,15 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")}
 
 Name:           python-whisper
-Version:        0.9.10
-Release:        4%{?dist}
+Version:        0.9.12
+Release:        1%{?dist}
 Summary:        Simple database library for storing time-series data
 
 Group:          Development/Libraries
 License:        ASL 2.0
 URL:            https://launchpad.net/graphite/
 
-Source0:        https://github.com/downloads/graphite-project/whisper/whisper-0.9.10.tar.gz
+Source0:        https://github.com/graphite-project/whisper/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -51,6 +51,9 @@ popd
 
 
 %changelog
+* Mon Sep 02 2013 Jonathan Steffan <jsteffan at fedoraproject.org> - 0.9.12-1
+- Update to 0.9.12
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.10-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 47db1da..1cab152 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cf7d7d73e115f50e682f46c4eb52be09  whisper-0.9.10.tar.gz
+fcaa34d128d13278ba1b8e23443e0871  python-whisper-0.9.12.tar.gz


More information about the scm-commits mailing list