regenerate tarball to exclude lena image (#1295174)

This commit is contained in:
Thomas Spura 2016-01-07 10:50:10 +01:00
parent a0ff1b7b0d
commit 69fbdf849b
3 changed files with 7 additions and 3 deletions

View File

@ -13,7 +13,8 @@ test -f $file || wget -v http://downloads.sourceforge.net/matplotlib/$file
rm -rf matplotlib-${version}
tar xzf $file
rm -r matplotlib-${version}/extern/{agg24,CXX,qhull}
rm -vr matplotlib-${version}/extern/{agg24,CXX,qhull}
rm -vr matplotlib-${version}/lib/matplotlib/mpl-data/sample_data/lena.*
rm -f $result
tar cJf $result $dir

View File

@ -46,7 +46,7 @@
Name: python-matplotlib
Version: 1.4.3
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Python 2D plotting library
Group: Development/Libraries
# qt4_editor backend is MIT
@ -553,6 +553,9 @@ PYTHONPATH=%{buildroot}%{python3_sitearch} \
%endif
%changelog
* Thu Jan 07 2016 Thomas Spura <tomspur@fedoraproject.org> - 1.4.3-9
- regenerate tarball to exclude lena image (#1295174)
* Sun Nov 15 2015 Thomas Spura <tomspur@fedoraproject.org> - 1.4.3-8
- Pick upstream patch for fixing the gdk backend #1231748
- Add python2 subpackages and use python_provide

View File

@ -1 +1 @@
cddc881f019f5cdcc6bb9f469fbb6e66 matplotlib-1.4.3-without-extern.tar.xz
c16111ce7d6c799a2b557699f40eb709 matplotlib-1.4.3-without-extern.tar.xz