From 87934c02f697d6b7282c0dabdbd26cef5254a34fff7d992de07673e899b68df6 Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Sat, 20 Apr 2013 12:47:24 +0000
Subject: [PATCH] Accepting request 172621 from
home:posophe:branches:devel:languages:python
simple update
OBS-URL: https://build.opensuse.org/request/show/172621
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bitstring?expand=0&rev=5
---
bitstring-3.1.0.zip | 3 ---
bitstring-3.1.2.zip | 3 +++
python-bitstring.changes | 7 +++++++
python-bitstring.spec | 10 ++++------
python3-bitstring.changes | 7 +++++++
python3-bitstring.spec | 2 +-
6 files changed, 22 insertions(+), 10 deletions(-)
delete mode 100644 bitstring-3.1.0.zip
create mode 100644 bitstring-3.1.2.zip
diff --git a/bitstring-3.1.0.zip b/bitstring-3.1.0.zip
deleted file mode 100644
index 33ed87b..0000000
--- a/bitstring-3.1.0.zip
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7cc3d34f605f80162e7441f90b9ef4f182306a946bbab806e83de31f48a4b38a
-size 620245
diff --git a/bitstring-3.1.2.zip b/bitstring-3.1.2.zip
new file mode 100644
index 0000000..0d3c6ef
--- /dev/null
+++ b/bitstring-3.1.2.zip
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d79809a09de74c676855b718ffc2299e6592c958d1f7211c02a12922671e37c4
+size 620496
diff --git a/python-bitstring.changes b/python-bitstring.changes
index 7bdf569..8633b1d 100644
--- a/python-bitstring.changes
+++ b/python-bitstring.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Sat Apr 20 12:37:23 UTC 2013 - p.drouand@gmail.com
+
+- Update to version 3.1.2
+ + this release has a fix for a problem where unpacked bytes could be
+ eight times too long.
+
-------------------------------------------------------------------
Tue Feb 26 13:12:50 UTC 2013 - p.drouand@gmail.com
diff --git a/python-bitstring.spec b/python-bitstring.spec
index 21eb81b..1f12ed7 100644
--- a/python-bitstring.spec
+++ b/python-bitstring.spec
@@ -16,7 +16,7 @@
Name: python-bitstring
-Version: 3.1.0
+Version: 3.1.2
Release: 0
Url: http://python-bitstring.googlecode.com
Summary: Simple construction, analysis and modification of binary data
@@ -26,13 +26,11 @@ Source: http://pypi.python.org/packages/source/b/bitstring/bitstring-%{v
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python-devel
BuildRequires: unzip
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
BuildArch: noarch
%endif
-%endif
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%description
bitstring is a pure Python module designed to help make
diff --git a/python3-bitstring.changes b/python3-bitstring.changes
index c1e15ce..ca16243 100644
--- a/python3-bitstring.changes
+++ b/python3-bitstring.changes
@@ -1,3 +1,10 @@
+-------------------------------------------------------------------
+Sat Apr 20 12:37:23 UTC 2013 - p.drouand@gmail.com
+
+- Update to version 3.1.2
+ + this release has a fix for a problem where unpacked bytes could be
+ eight times too long.
+
-------------------------------------------------------------------
Fri Jan 11 14:31:13 UTC 2013 - p.drouand@gmail.com
diff --git a/python3-bitstring.spec b/python3-bitstring.spec
index 4843df4..bc9b21d 100644
--- a/python3-bitstring.spec
+++ b/python3-bitstring.spec
@@ -16,7 +16,7 @@
Name: python3-bitstring
-Version: 3.1.0
+Version: 3.1.2
Release: 0
Url: http://python-bitstring.googlecode.com
Summary: Simple construction, analysis and modification of binary data