Hello community,

here is the log from the commit of package python-veusz for openSUSE:Factory 
checked in at 2016-04-28 16:53:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-veusz (Old)
 and      /work/SRC/openSUSE:Factory/.python-veusz.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-veusz"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-veusz/python-veusz.changes        
2015-06-23 12:01:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-veusz.new/python-veusz.changes   
2016-04-28 16:56:35.000000000 +0200
@@ -1,0 +2,7 @@
+Sun Apr  3 20:24:02 UTC 2016 - [email protected]
+
+- Add BuildRequires and Requires on python-h5py: enables the
+  hdf5 data import module in the application.
+- Run specfile through "spec-cleaner -m" for cleanup.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-veusz.spec ++++++
--- /var/tmp/diff_new_pack.BsNrTK/_old  2016-04-28 16:56:36.000000000 +0200
+++ /var/tmp/diff_new_pack.BsNrTK/_new  2016-04-28 16:56:36.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-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 veusz
-
+%define         X_display         ":98"
+%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
 Name:           python-veusz
 Version:        1.23.1
 Release:        0
@@ -33,21 +34,21 @@
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  libqt4-devel
 BuildRequires:  python-devel
+BuildRequires:  python-h5py
 BuildRequires:  python-numpy-devel
 BuildRequires:  python-qt4-devel
 BuildRequires:  python-setuptools
 BuildRequires:  python-sip
 BuildRequires:  update-desktop-files
 BuildRequires:  xorg-x11-server
-%define         X_display         ":98"
-%{?_sip_api:Requires: sip-api(%{_sip_api_major}) >= %{_sip_api}}
+Requires:       python-h5py
 Requires:       python-numpy
 Requires:       python-qt4
-Recommends:     %{appname}
-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
@@ -104,7 +105,7 @@
           %{buildroot}%{python_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



Reply via email to