This commit is contained in:
Gwyn Ciesla 2021-04-20 08:45:33 -05:00
commit 4c8d64cec0
3 changed files with 8 additions and 7 deletions

1
.gitignore vendored
View file

@ -56,3 +56,4 @@ vym-1.12.7.tar.bz2
/vym-2.7.1.tar.bz2
/vym-2.7.557.tar.bz2
/vym-2.7.562.tar.bz2
/vym-2.8.0.tar.gz

View file

@ -1 +1 @@
SHA512 (vym-2.7.562.tar.bz2) = 0588f9b51da5213555e60c2e6a28ce9bb02feca69a6da077f364a98c908ee5291e9f8071bb73c5dd092034d88f09b413f9375fcab8f0b717089adabfc42ca3b9
SHA512 (vym-2.8.0.tar.gz) = 067941231565e9068e78bbcc49e7440423ef105abe610510a8e1d56ca4b5fef77c12b8a1113e9d608b4f34ce23771de803f79ffaf6518d40b2150db12f6ee490

View file

@ -1,14 +1,13 @@
%global __requires_exclude .*BugzillaClient.*
Name: vym
Version: 2.7.562
Version: 2.8.0
Release: 1%{?dist}
Summary: View your mind
License: GPLv2+
URL: http://www.insilmaril.de/vym/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
# Currently obtained from OpenSUSE, SF releases to resume shortly
URL: https://github.com/insilmaril/vym/
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
Source1: %{name}.desktop
Source2: vym.xml
@ -41,8 +40,6 @@ to organize tasks, to get an overview over complex contexts.
%prep
%setup -q
#%patch0 -p0
%build
%global docval %{_docdir}
@ -103,6 +100,9 @@ mv %{buildroot}/usr/vym %{buildroot}%{_datadir}/vym
%changelog
* Tue Apr 20 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.8.0-1
- 2.8.0
* Mon Mar 01 2021 Gwyn Ciesla <gwync@protonmail.com> - 2.7.562-1
- 2.7.562