Hello community,
here is the log from the commit of package python3-matplotlib for
openSUSE:Factory checked in at 2015-11-28 15:19:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-matplotlib (Old)
and /work/SRC/openSUSE:Factory/.python3-matplotlib.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-matplotlib"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-matplotlib/python3-matplotlib.changes
2015-11-04 15:33:14.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python3-matplotlib.new/python3-matplotlib.changes
2015-11-28 15:19:13.000000000 +0100
@@ -1,0 +2,5 @@
+Wed Nov 25 22:21:42 UTC 2015 - [email protected]
+
+- Drop agg-devel dependenxy; useless
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-matplotlib.spec ++++++
--- /var/tmp/diff_new_pack.HUqqUa/_old 2015-11-28 15:19:16.000000000 +0100
+++ /var/tmp/diff_new_pack.HUqqUa/_new 2015-11-28 15:19:16.000000000 +0100
@@ -25,8 +25,6 @@
Url: http://matplotlib.org
Source:
https://pypi.python.org/packages/source/m/matplotlib/matplotlib-%{version}.tar.gz
Source1: matplotlib-setup.cfg
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
-BuildRequires: agg-devel
BuildRequires: fdupes
BuildRequires: fltk-devel
BuildRequires: freetype2-devel >= 2.3
@@ -252,15 +250,11 @@
%build
cp %{SOURCE1} ./setup.cfg
-%if 0%{?suse_version} > 1310
export XDG_RUNTIME_DIR=/tmp
-%endif
python3 setup.py build
%install
-%if 0%{?suse_version} > 1310
export XDG_RUNTIME_DIR=/tmp
-%endif
python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
%fdupes %{buildroot}%{python3_sitearch}