- Update to upstream 2.7.0 (bugfix and features)
OBS-URL: https://build.opensuse.org/package/show/editors/vym?expand=0&rev=51
This commit is contained in:
parent
711fc37f75
commit
ca5ae13d57
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7dc1721afb27109adc4b4aeaac6217fdd1294b38e81b33a08a476562fbdfa141
|
||||
size 6766806
|
3
vym-2.7.0.tar.bz2
Normal file
3
vym-2.7.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:703a8d870d39752d83d5a47d81a640b65e902c726e2f14ad379b1fe72876d9e6
|
||||
size 6776315
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 15 10:27:08 UTC 2019 - Uwe Drechsel <vym@insilmaril.de>
|
||||
|
||||
- Update to upstream 2.7.0 (bugfix and features)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 17 11:37:38 UTC 2016 - vym@insilmaril.de
|
||||
|
||||
|
14
vym.spec
14
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
|
||||
|
Loading…
Reference in New Issue
Block a user