Hello community, here is the log from the commit of package ViTables for openSUSE:Leap:15.2 checked in at 2020-02-19 18:46:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/ViTables (Old) and /work/SRC/openSUSE:Leap:15.2/.ViTables.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ViTables" Wed Feb 19 18:46:52 2020 rev:1 rq:775926 version:3.0.0 Changes: -------- New Changes file: --- /dev/null 2019-12-19 10:12:34.003146842 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.ViTables.new.26092/ViTables.changes 2020-02-19 18:46:53.402861372 +0100 @@ -0,0 +1,5 @@ +------------------------------------------------------------------- +Tue Dec 4 21:22:03 UTC 2018 - Todd R <[email protected]> + +- Initial version (3.0.0) + New: ---- ViTables.changes ViTables.spec v3.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ViTables.spec ++++++ # # spec file for package ViTables # # Copyright (c) 2018 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: ViTables Version: 3.0.0 Release: 0 Summary: A viewer package for PyTables License: GPL-3.0-or-later Group: Productivity/Scientific/Other URL: https://github.com/uvemas/ViTables Source0: https://github.com/uvemas/ViTables/archive/v%{version}.tar.gz BuildRequires: fdupes BuildRequires: hdf5-devel BuildRequires: hicolor-icon-theme BuildRequires: python3-Cython BuildRequires: python3-QtPy BuildRequires: python3-Sphinx BuildRequires: python3-devel BuildRequires: python3-numexpr BuildRequires: python3-numpy-devel BuildRequires: python3-qt5 BuildRequires: python3-setuptools BuildRequires: python3-tables BuildRequires: update-desktop-files Requires: hdf5 Requires: hicolor-icon-theme Requires: python3-Cython Requires: python3-QtPy Requires: python3-numexpr Requires: python3-numpy Requires: python3-qt5 Requires: python3-tables Provides: ViTables2 = %{version} Obsoletes: ViTables2 < %{version} BuildArch: noarch %description ViTables is a graphical tool for browsing and editing files in both PyTables and HDF5 format. With ViTables you can easily navigate through the data hierarchy, view and modify metadata, view actual data and more. %prep %setup -q -n ViTables-%{version} find -name '*.py' -exec sed -i -e '/^#!\//, 1d' {} \; %build export CFLAGS="%{optflags}" %python3_build %install %python3_install %fdupes %{buildroot}%{python3_sitelib} for p in 16 22 32 48 64 128; do mkdir -p %{buildroot}%{_datadir}/icons/hicolor/${p}x${p}/apps/ install -m 644 -D unixapp/vitables_${p}x${p}.png %{buildroot}%{_datadir}/icons/hicolor/${p}x${p}/apps/vitables.png done install -m 644 -D unixapp/vitables.svg %{buildroot}%{_datadir}/icons/hicolor/scalable/apps/vitables.svg pushd unixapp %suse_update_desktop_file vitables popd %files %doc ANNOUNCE.txt ChangeLog.txt README.txt TODO.txt %license LICENSE.txt %{_bindir}/vitables %{python3_sitelib} %{_datadir}/icons/hicolor/*/apps/vitables.* %changelog
