From 69fbdf849b85b0ae04b7ca9e10a12f08b6dab128 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Thu, 7 Jan 2016 10:50:10 +0100 Subject: [PATCH] regenerate tarball to exclude lena image (#1295174) --- generate-tarball.sh | 3 ++- python-matplotlib.spec | 5 ++++- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/generate-tarball.sh b/generate-tarball.sh index c35ec62..1776a3d 100755 --- a/generate-tarball.sh +++ b/generate-tarball.sh @@ -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 diff --git a/python-matplotlib.spec b/python-matplotlib.spec index db769ed..bcb8e5e 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -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 - 1.4.3-9 +- regenerate tarball to exclude lena image (#1295174) + * Sun Nov 15 2015 Thomas Spura - 1.4.3-8 - Pick upstream patch for fixing the gdk backend #1231748 - Add python2 subpackages and use python_provide diff --git a/sources b/sources index f62bf06..635ad63 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -cddc881f019f5cdcc6bb9f469fbb6e66 matplotlib-1.4.3-without-extern.tar.xz +c16111ce7d6c799a2b557699f40eb709 matplotlib-1.4.3-without-extern.tar.xz