diff --git a/multidict-3.3.0.tar.gz b/multidict-3.3.0.tar.gz deleted file mode 100644 index 9a6a82d..0000000 --- a/multidict-3.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e76909da2fad6966281d4e0e4ccfd3c3025699ebcc30806afa09fa1384c3532b -size 34940 diff --git a/multidict-3.3.2.tar.gz b/multidict-3.3.2.tar.gz new file mode 100644 index 0000000..18fee98 --- /dev/null +++ b/multidict-3.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f82e61c7408ed0dce1862100db55595481911f159d6ddec0b375d35b6449509b +size 129806 diff --git a/python-multidict.changes b/python-multidict.changes index 5efd629..b7ec925 100644 --- a/python-multidict.changes +++ b/python-multidict.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Fri Nov 3 15:55:20 UTC 2017 - arun@gmx.de + +- specfile: + * don't package .c files + +- update to version 3.3.2: + * Fix tarball (again) + +- changes from version 3.3.1: + * Include .c files in tarball (#181) + ------------------------------------------------------------------- Thu Nov 2 03:07:12 UTC 2017 - arun@gmx.de diff --git a/python-multidict.spec b/python-multidict.spec index c1dccab..52f7fcb 100644 --- a/python-multidict.spec +++ b/python-multidict.spec @@ -20,7 +20,7 @@ %define skip_python2 1 %bcond_without test Name: python-multidict -Version: 3.3.0 +Version: 3.3.2 Release: 0 Summary: Multidict implementation License: Apache-2.0 @@ -50,6 +50,7 @@ export CFLAGS="%{optflags}" %install %python_install +%python_expand rm -f %{buildroot}%{python_sitearch}/multidict/*.c %check %if %{with test}