Update to 2.1.4

This commit is contained in:
W. Michael Petullo 2019-02-17 19:29:36 -05:00
parent c52c7c864c
commit 785b62eb92
3 changed files with 11 additions and 2 deletions

1
.gitignore vendored
View File

@ -1 +1,2 @@
/tikzit-2.0.tar.gz
/tikzit-2.1.4.tar.gz

View File

@ -1 +1 @@
SHA512 (tikzit-2.0.tar.gz) = b0838b75d28bbede58d264964a0c2fca2c4119b014b478dc443d36c8352fbe9fc08e1d4566aa5b94825df92283e715d953373fb8ac5f02ee947a8375c95f5534
SHA512 (tikzit-2.1.4.tar.gz) = 21747a5632b12c02146bfb6a2c6691c85df2bb250c344588c4c061284812ccd11704a2b40b8fc7e05a63ff6448978780104f0c2b64638eefbf4ce7276a122892

View File

@ -1,6 +1,6 @@
Name: tikzit
URL: https://tikzit.github.io/
Version: 2.0
Version: 2.1.4
Release: 1%{?dist}
License: GPLv3+
Summary: Diagram editor for pgf/TikZ
@ -11,6 +11,8 @@ BuildRequires: gcc-c++
BuildRequires: flex
BuildRequires: bison
BuildRequires: qt5-qtbase-devel
BuildRequires: poppler-qt5-devel
BuildRequires: desktop-file-utils
%description
TikZiT is a graphical tool for rapidly creating an editing node-and-edge
@ -40,8 +42,14 @@ desktop-file-validate %{buildroot}/%{_datadir}/applications/%{name}.desktop
%{_datadir}/icons/hicolor/*/apps/%{name}.png
%{_datadir}/icons/hicolor/*/apps/%{name}.svg
%{_datadir}/applications/%{name}.desktop
%{_mandir}/man1/tikzit.1.gz
%changelog
* Sun Feb 17 2019 W. Michael Petullo <mike@flyn.org> 2.1.4-1
- New upstream version
- BuildRequire poppler-qt5-devel
- Install man page
* Thu Dec 06 2018 W. Michael Petullo <mike@flyn.org> 2.0-1
- New upstream version