From 5a9272abaf8cee78351677b4d67e6b5afb59f46edda372b4096c67c69ff03704 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 12 Jan 2016 15:13:12 +0000 Subject: [PATCH] Accepting request 353007 from devel:languages:python 1 OBS-URL: https://build.opensuse.org/request/show/353007 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=46 --- matplotlib-1.5.0.tar.gz | 3 --- matplotlib-1.5.1.tar.gz | 3 +++ python-matplotlib.changes | 12 ++++++++++++ python-matplotlib.spec | 12 ++++++------ 4 files changed, 21 insertions(+), 9 deletions(-) delete mode 100644 matplotlib-1.5.0.tar.gz create mode 100644 matplotlib-1.5.1.tar.gz diff --git a/matplotlib-1.5.0.tar.gz b/matplotlib-1.5.0.tar.gz deleted file mode 100644 index 209f27e..0000000 --- a/matplotlib-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:67b08b1650a00a6317d94b76a30a47320087e5244920604c5462188cba0c2646 -size 53962448 diff --git a/matplotlib-1.5.1.tar.gz b/matplotlib-1.5.1.tar.gz new file mode 100644 index 0000000..a9617e8 --- /dev/null +++ b/matplotlib-1.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ab8d968eac602145642d0db63dd8d67c85e9a5444ce0e2ecb2a8fedc7224d40 +size 54031672 diff --git a/python-matplotlib.changes b/python-matplotlib.changes index a893c0a..330c0c6 100644 --- a/python-matplotlib.changes +++ b/python-matplotlib.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 11 08:22:25 UTC 2016 - toddrme2178@gmail.com + +- Update to version 1.5.1: + First bug fix release for 1.5.x series. + +------------------------------------------------------------------- +Wed Dec 2 16:12:14 UTC 2015 - egeorget@openmailbox.org + +- Enabled qt5 on Leap 42.1 +- Enabled wx on Leap 42.1 + ------------------------------------------------------------------- Wed Nov 25 22:20:53 UTC 2015 - p.drouand@gmail.com diff --git a/python-matplotlib.spec b/python-matplotlib.spec index bb582fa..bae7e89 100644 --- a/python-matplotlib.spec +++ b/python-matplotlib.spec @@ -1,7 +1,7 @@ # # spec file for package python-matplotlib # -# Copyright (c) 2015 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 @@ -17,7 +17,7 @@ Name: python-matplotlib -Version: 1.5.0 +Version: 1.5.1 Release: 0 Summary: Plotting Library for Python License: SUSE-Matplotlib @@ -81,7 +81,7 @@ BuildRequires: python-pyside BuildRequires: python-qt4 BuildRequires: python-qt4-devel %ifarch %{ix86} x86_64 -%if 0%{?suse_version} > 1315 +%if 0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0 # Qt5 dependencies BuildRequires: python-qt5 BuildRequires: python-qt5-devel @@ -95,7 +95,7 @@ BuildRequires: tk BuildRequires: tk-devel # WebAgg dependencies BuildRequires: python-tornado -%if 0%{?suse_version} != 1315 && 0%{?suse_version} != 1110 +%if 0%{?suse_version} != 1110 && 0%{?suse_version} != 1315 || 0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0 # Wx dependencies BuildRequires: python-wxWidgets >= 2.8 BuildRequires: wxWidgets-devel @@ -376,7 +376,7 @@ install -vm 755 %{SOURCE3} %{buildroot}%{python_sitearch}/ %{python_sitearch}/matplotlibwidget.py %ifarch %{ix86} x86_64 -%if 0%{?suse_version} > 1315 +%if 0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0 %files qt5 %defattr(-,root,root,-) # IMPORTANT: the qt4 backend makes use of the qt5 backend, @@ -400,7 +400,7 @@ install -vm 755 %{SOURCE3} %{buildroot}%{python_sitearch}/ %{python_sitearch}/matplotlib/backends/backend_webagg_core.* %{python_sitearch}/matplotlib/backends/web_backend/ -%if 0%{?suse_version} != 1315 && 0%{?suse_version} != 1110 +%if 0%{?suse_version} != 1110 && 0%{?suse_version} != 1315 || 0%{?suse_version} >= 1315 && 0%{?is_opensuse} != 0 %files wx %defattr(-,root,root,-) %{python_sitearch}/matplotlib/backends/backend_wx.*