Hello community,

here is the log from the commit of package ViTables for openSUSE:Factory 
checked in at 2020-06-09 00:04:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ViTables (Old)
 and      /work/SRC/openSUSE:Factory/.ViTables.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ViTables"

Tue Jun  9 00:04:14 2020 rev:2 rq:812417 version:3.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ViTables/ViTables.changes        2019-01-05 
14:42:12.548487833 +0100
+++ /work/SRC/openSUSE:Factory/.ViTables.new.3606/ViTables.changes      
2020-06-09 00:05:45.205522520 +0200
@@ -1,0 +2,13 @@
+Fri Jun  5 19:49:17 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com>
+
+- Update to version 3.0.2:
+  * Bugfix release with improved support for Pandas time series.
+- Changes from version 3.0.1:
+  * Bug fix release.
+- Location of icons in tarball changed; update installation
+  commands accordingly.
+- Drop %suse_update_desktop_file command: not needed (also drop
+  BuildRequires: update-desktop-files).
+- Use %{name}-%{version} naming scheme for source tarball.
+
+-------------------------------------------------------------------

Old:
----
  v3.0.0.tar.gz

New:
----
  ViTables-3.0.2.tar.gz

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

Other differences:
------------------
++++++ ViTables.spec ++++++
--- /var/tmp/diff_new_pack.076EWw/_old  2020-06-09 00:05:46.481527046 +0200
+++ /var/tmp/diff_new_pack.076EWw/_new  2020-06-09 00:05:46.485527061 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ViTables
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           ViTables
-Version:        3.0.0
+Version:        3.0.2
 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
+Source0:        
https://github.com/uvemas/ViTables/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  hdf5-devel
 BuildRequires:  hicolor-icon-theme
@@ -36,7 +36,6 @@
 BuildRequires:  python3-qt5
 BuildRequires:  python3-setuptools
 BuildRequires:  python3-tables
-BuildRequires:  update-desktop-files
 Requires:       hdf5
 Requires:       hicolor-icon-theme
 Requires:       python3-Cython
@@ -69,13 +68,9 @@
 
 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
+install -m 644 -D vitables/icons/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
+install -m 644 -D vitables/icons/unixapp/vitables.svg 
%{buildroot}%{_datadir}/icons/hicolor/scalable/apps/vitables.svg
 
 %files
 %doc ANNOUNCE.txt ChangeLog.txt README.txt TODO.txt


Reply via email to