Hello community, here is the log from the commit of package python3-veusz for openSUSE:Factory checked in at 2016-04-12 19:32:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-veusz (Old) and /work/SRC/openSUSE:Factory/.python3-veusz.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-veusz" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-veusz/python3-veusz.changes 2016-01-05 09:41:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python3-veusz.new/python3-veusz.changes 2016-04-12 19:32:11.000000000 +0200 @@ -1,0 +2,7 @@ +Sun Apr 3 20:16:04 UTC 2016 - [email protected] + +- Add BuildRequires and Requires on python3-h5py: enables the + hdf5 data import module in the application. +- Run specfile through "spec-cleaner -m" for cleanup. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-veusz.spec ++++++ --- /var/tmp/diff_new_pack.HwHOrE/_old 2016-04-12 19:32:12.000000000 +0200 +++ /var/tmp/diff_new_pack.HwHOrE/_new 2016-04-12 19:32:12.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python3-veusz # -# Copyright (c) 2015 SUSE LINUX 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,8 @@ %define appname veusz3 - +%define X_display ":98" +%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}} Name: python3-veusz Version: 1.23.2 Release: 0 @@ -33,22 +34,22 @@ BuildRequires: hicolor-icon-theme BuildRequires: libqt4-devel BuildRequires: python3-devel +BuildRequires: python3-h5py BuildRequires: python3-numpy-devel BuildRequires: python3-qt4-devel BuildRequires: python3-setuptools BuildRequires: python3-sip BuildRequires: update-desktop-files BuildRequires: xorg-x11-server -%define X_display ":98" -%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}} +Requires: python3-h5py Requires: python3-numpy Requires: python3-qt4 -Recommends: %{appname} -BuildRoot: %{_tmppath}/%{name}-%{version}-build -Requires(post): shared-mime-info Requires(post): desktop-file-utils -Requires(postun): shared-mime-info +Requires(post): shared-mime-info Requires(postun): desktop-file-utils +Requires(postun): shared-mime-info +Recommends: %{appname} +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Veusz is a scientific plotting package, designed to create @@ -114,7 +115,7 @@ %{buildroot}%{python3_sitearch}/veusz/icons/$i ; done # symlink main veusz icon also into hicolor-icon-theme dir (for desktop file) -install -m 0644 %{S:3} %{buildroot}%{_datadir}/pixmaps/%{appname}/veusz_256.png +install -m 0644 %{SOURCE3} %{buildroot}%{_datadir}/pixmaps/%{appname}/veusz_256.png for size in 16 32 48 64 128 256; do odir=%{buildroot}%{_datadir}/icons/hicolor/${size}x${size}/apps mkdir -p $odir
