[python-bitmath/el6] Update to 1.2.3-3

Timothy Bielawa tbielawa at fedoraproject.org
Sun Jan 4 05:47:32 UTC 2015


commit ae4b849ea8ab0b66b8c560989a7891584cc96b67
Author: Tim Bielawa <tbielawa at redhat.com>
Date:   Sun Jan 4 00:47:39 2015 -0500

    Update to 1.2.3-3

 .gitignore          |    1 +
 python-bitmath.spec |    6 +++++-
 sources             |    2 +-
 3 files changed, 7 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 27ec113..d524bf8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@
 /1.0.8-3.tar.gz
 /1.1.0-1.tar.gz
 /1.2.3-2.tar.gz
+/1.2.3-3.tar.gz
diff --git a/python-bitmath.spec b/python-bitmath.spec
index 8a94aa0..9f08b52 100644
--- a/python-bitmath.spec
+++ b/python-bitmath.spec
@@ -5,7 +5,7 @@
 %endif
 
 %global _short_name bitmath
-%global _short_release 2
+%global _short_release 3
 
 Name: python-bitmath
 Summary: Aids representing and manipulating sizes in various prefix notations
@@ -21,6 +21,7 @@ BuildArch: noarch
 BuildRequires: python2-devel
 BuildRequires: python-nose
 BuildRequires: python-progressbar
+BuildRequires: python-mock
 %{?el6:Requires: python-argparse}
 %{?el6:BuildRequires: python-argparse}
 %{?el6:BuildRequires: python-unittest2}
@@ -64,6 +65,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-3
+- Add mock to build requires
+
 * Sun Jan  4 2015 Tim Bielawa <tbielawa at redhat.com> - 1.2.3-2
 - Add python-progressbar build-dependency to satisfy 'check' tests
 
diff --git a/sources b/sources
index b55d491..2a81640 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b8dd3ff59b83463e355eb76e08887d33  1.2.3-2.tar.gz
+2ce3120771e442145e59f07383c630c4  1.2.3-3.tar.gz


More information about the scm-commits mailing list