diff --git a/vym-2.6.0.tar.bz2 b/vym-2.6.0.tar.bz2 deleted file mode 100644 index 6fb2694..0000000 --- a/vym-2.6.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7dc1721afb27109adc4b4aeaac6217fdd1294b38e81b33a08a476562fbdfa141 -size 6766806 diff --git a/vym-2.7.0.tar.bz2 b/vym-2.7.0.tar.bz2 new file mode 100644 index 0000000..145d333 --- /dev/null +++ b/vym-2.7.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:703a8d870d39752d83d5a47d81a640b65e902c726e2f14ad379b1fe72876d9e6 +size 6776315 diff --git a/vym.changes b/vym.changes index 5bb4b62..ee21ca9 100644 --- a/vym.changes +++ b/vym.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 15 10:27:08 UTC 2019 - Uwe Drechsel + +- Update to upstream 2.7.0 (bugfix and features) + ------------------------------------------------------------------- Sat Sep 17 11:37:38 UTC 2016 - vym@insilmaril.de diff --git a/vym.spec b/vym.spec index f137bec..e62d9fc 100644 --- a/vym.spec +++ b/vym.spec @@ -1,7 +1,7 @@ # # spec file for package vym # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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,10 +17,10 @@ Name: vym -Version: 2.6.0 +Version: 2.7.0 Release: 0 Summary: View Your Mind - generate and manipulate maps which show your thoughts -License: GPL-2.0 +License: GPL-2.0-only Group: Productivity/Office/Other Url: http://www.insilmaril.de/vym/index.html Source0: %{name}-%{version}.tar.bz2 @@ -30,12 +30,20 @@ Source3: x-%{name}.desktop Source4: debian.dirs Source5: debian.docs Source6: makedist.config +%if 0%{?fedora_version} +BuildRequires: qt5-qtbase-devel +BuildRequires: qt5-qtsvg-devel +BuildRequires: qt5-qttools-devel +%else BuildRequires: libQt5Core-devel BuildRequires: libQt5Gui-devel BuildRequires: libqt5-linguist-devel BuildRequires: libqt5-qtbase-devel +BuildRequires: libqt5-qtscript-devel BuildRequires: libqt5-qtsvg-devel BuildRequires: update-desktop-files +%endif + Requires: unzip Requires: zip BuildRoot: %{_tmppath}/%{name}-%{version}-build