[python-bitmath] Update to 1.2.3-2

Timothy Bielawa tbielawa at fedoraproject.org
Sun Jan 4 05:22:19 UTC 2015


commit 669f52f3347a0838d62b6894df74f07427c05398
Author: Tim Bielawa <tbielawa at redhat.com>
Date:   Sun Jan 4 00:19:55 2015 -0500

    Update to 1.2.3-2

 .gitignore          |    1 +
 python-bitmath.spec |    6 +++++-
 sources             |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dfea046..f6acdd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /1.0.8-3.tar.gz
 /1.1.0-1.tar.gz
 /1.2.3-1.tar.gz
+/1.2.3-2.tar.gz
diff --git a/python-bitmath.spec b/python-bitmath.spec
index 71fe0d6..8a94aa0 100644
--- a/python-bitmath.spec
+++ b/python-bitmath.spec
@@ -5,7 +5,7 @@
 %endif
 
 %global _short_name bitmath
-%global _short_release 1
+%global _short_release 2
 
 Name: python-bitmath
 Summary: Aids representing and manipulating sizes in various prefix notations
@@ -20,6 +20,7 @@ Url: https://github.com/tbielawa/bitmath
 BuildArch: noarch
 BuildRequires: python2-devel
 BuildRequires: python-nose
+BuildRequires: python-progressbar
 %{?el6:Requires: python-argparse}
 %{?el6:BuildRequires: python-argparse}
 %{?el6:BuildRequires: python-unittest2}
@@ -63,6 +64,9 @@ cp -v *.1 $RPM_BUILD_ROOT/%{_mandir}/man1/
 %doc %{_mandir}/man1/bitmath.1*
 
 %changelog
+* Sun Jan  4 2015 Tim Bielawa <tbielawa at redhat.com> - 1.2.3-2
+- Add python-progressbar build-dependency to satisfy 'check' tests
+
 * Sun Jan  4 2015 Tim Bielawa <tbielawa at redhat.com> - 1.2.3-1
 - Add progressbar example to the README
 
diff --git a/sources b/sources
index 4d4e979..b55d491 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7139c1c6ccbf784be4dd28723d5895fb  1.2.3-1.tar.gz
+b8dd3ff59b83463e355eb76e08887d33  1.2.3-2.tar.gz


More information about the scm-commits mailing list