diff --git a/bitstring-3.1.2.zip b/bitstring-3.1.2.zip deleted file mode 100644 index 0d3c6ef..0000000 --- a/bitstring-3.1.2.zip +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d79809a09de74c676855b718ffc2299e6592c958d1f7211c02a12922671e37c4 -size 620496 diff --git a/bitstring-3.1.5.zip b/bitstring-3.1.5.zip new file mode 100644 index 0000000..63ded67 --- /dev/null +++ b/bitstring-3.1.5.zip @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c163a86fcef377c314690051885d86b47419e3e1770990c212e16723c1c08faa +size 624428 diff --git a/python-bitstring.changes b/python-bitstring.changes index 8633b1d..87bdca7 100644 --- a/python-bitstring.changes +++ b/python-bitstring.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Jul 31 15:18:28 UTC 2016 - mardnh@gmx.de + +- Update to version 3.1.5 + * Support initialisation from an array. + * Added a separate LICENSE file. + +- Update to version 3.1.4 + * Fix for bitstring types when created directly from other bitstring types. + * Updating contact, website details. + +- Update to version 3.1.3 + * Fix for problem with prepend for bitstrings with byte offsets in their data store. + ------------------------------------------------------------------- Sat Apr 20 12:37:23 UTC 2013 - p.drouand@gmail.com diff --git a/python-bitstring.spec b/python-bitstring.spec index 1f12ed7..3ca1d43 100644 --- a/python-bitstring.spec +++ b/python-bitstring.spec @@ -1,7 +1,7 @@ # # spec file for package python-bitstring # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -13,16 +13,17 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Name: python-bitstring -Version: 3.1.2 +Version: 3.1.5 Release: 0 Url: http://python-bitstring.googlecode.com Summary: Simple construction, analysis and modification of binary data License: MIT Group: Development/Libraries/Python -Source: http://pypi.python.org/packages/source/b/bitstring/bitstring-%{version}.zip +Source: https://files.pythonhosted.org/packages/source/b/bitstring/bitstring-%{version}.zip BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: unzip @@ -48,7 +49,7 @@ similar to a file or stream. sed -i '/^#!/d' bitstring.py # Fix wrong EOL encoding: -sed -i 's/\r$//' README.txt release_notes.txt +sed -i 's/\r$//' README.rst release_notes.txt %build python setup.py build @@ -58,7 +59,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root) -%doc README.txt release_notes.txt doc/* +%doc LICENSE README.rst release_notes.txt doc/* %{python_sitelib}/* %changelog