[python-whisper] update to 0.9.13-pre1

Piotr Popieluch piotrp at fedoraproject.org
Sat Mar 7 12:05:34 UTC 2015


commit b4e62c7704edd12b9f51b1bf2e914adacfe2e9d0
Author: Piotr Popieluch <piotr1212 at gmail.com>
Date:   Sat Mar 7 13:05:14 2015 +0100

    update to 0.9.13-pre1

 .gitignore          | 11 +++++++++++
 python-whisper.spec | 15 +++++++++++----
 sources             | 12 +++++++++++-
 3 files changed, 33 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fa7bb44..b8c1b1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,14 @@
 /whisper-0.9.10.tar.gz
 /python-whisper-0.9.12.tar.gz
 /python-whisper-1d99a3be4f5b147c0a96419911743e3fb4696bfa.tar.gz
+/rrd2whisper.1
+/whisper-create.1
+/whisper-dump.1
+/whisper-fetch.1
+/whisper-fill.1
+/whisper-info.1
+/whisper-merge.1
+/whisper-resize.1
+/whisper-set-aggregation-method.1
+/whisper-update.1
+/python-whisper-142f5493972db05c5c63ef7691ff71a8aeb128a4.tar.gz
diff --git a/python-whisper.spec b/python-whisper.spec
index 5311ecc..3d06242 100644
--- a/python-whisper.spec
+++ b/python-whisper.spec
@@ -4,11 +4,11 @@
 %{!?python2_sitearch: %global python2_sitearch %(%{__python2} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %endif
 
-%global commit 1d99a3be4f5b147c0a96419911743e3fb4696bfa
+%global commit 142f5493972db05c5c63ef7691ff71a8aeb128a4
 
 Name:           python-whisper
-Version:        0.9.12
-Release:        4%{?dist}
+Version:        0.9.13
+Release:        0.1.pre1%{?dist}
 Summary:        Simple database library for storing time-series data
 
 Group:          Development/Libraries
@@ -25,6 +25,7 @@ Source15:       whisper-merge.1
 Source16:       whisper-resize.1
 Source17:       whisper-set-aggregation-method.1
 Source18:       whisper-update.1
+Source19:       whisper-fill.1
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -63,19 +64,21 @@ install -D -p -m0644 %{SOURCE15} $RPM_BUILD_ROOT%{_mandir}/man1
 install -D -p -m0644 %{SOURCE16} $RPM_BUILD_ROOT%{_mandir}/man1
 install -D -p -m0644 %{SOURCE17} $RPM_BUILD_ROOT%{_mandir}/man1
 install -D -p -m0644 %{SOURCE18} $RPM_BUILD_ROOT%{_mandir}/man1
+install -D -p -m0644 %{SOURCE19} $RPM_BUILD_ROOT%{_mandir}/man1
 
 # remove .py suffix
 for i in $RPM_BUILD_ROOT%{_bindir}/*.py; do
     mv ${i} ${i%%.py}
 done
 
- 
+
 %files
 %doc LICENSE
 %{_bindir}/rrd2whisper
 %{_bindir}/whisper-create
 %{_bindir}/whisper-dump
 %{_bindir}/whisper-fetch
+%{_bindir}/whisper-fill
 %{_bindir}/whisper-info
 %{_bindir}/whisper-merge
 %{_bindir}/whisper-resize
@@ -85,6 +88,7 @@ done
 %{_mandir}/man1/whisper-create.1*
 %{_mandir}/man1/whisper-dump.1*
 %{_mandir}/man1/whisper-fetch.1*
+%{_mandir}/man1/whisper-fill.1*
 %{_mandir}/man1/whisper-info.1*
 %{_mandir}/man1/whisper-merge.1*
 %{_mandir}/man1/whisper-resize.1*
@@ -98,6 +102,9 @@ done
 
 
 %changelog
+* Mon Jan 19 2015 Piotr Popieluch <piotr1212 at gmail.com> - 0.9.13-0.1.pre1
+- update to 0.9.13-pre1
+
 * Fri Nov 14 2014 Jamie Nguyen <jamielinux at fedoraproject.org> - 0.9.12-4
 - conditionally define macros for EPEL 6 and below
 
diff --git a/sources b/sources
index 603183a..05301b3 100644
--- a/sources
+++ b/sources
@@ -1 +1,11 @@
-3b89c16d32e92c077117a3e5e7fbd278  python-whisper-1d99a3be4f5b147c0a96419911743e3fb4696bfa.tar.gz
+add884f2e824f87d3c929cd16d99e5c9  rrd2whisper.1
+330fde37c92a176830b6300fa8189b23  whisper-create.1
+5e042dd8d5051f4a6f982eb2871c64c8  whisper-dump.1
+fb3d2f5cc6806af5247e250347ff3071  whisper-fetch.1
+d1596b3763afdb30379c8a2eda2ba933  whisper-fill.1
+a7b5ee2b7eccf5a7c44162bd5780dec7  whisper-info.1
+83cdfdc39fc653eae6f961f332c6c966  whisper-merge.1
+79d79194f812132107190ff58949cd37  whisper-resize.1
+c58c155f68413537f51590a8bbaf240a  whisper-set-aggregation-method.1
+87d95b9fce9c5e1d7f3dec8dbcafa06a  whisper-update.1
+4c43f1ac761c23f71271d5c3c7c6679d  python-whisper-142f5493972db05c5c63ef7691ff71a8aeb128a4.tar.gz


More information about the scm-commits mailing list