Update to new upstream version 2.1.15 (BZ 1744359)
Remove obsolete requirement python3-qt5-webkit
This commit is contained in:
parent
68399fcbb5
commit
c54f2b8f85
3 changed files with 9 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
/anki-2.1.14-source.tgz
|
||||
/anki-2.1.15-source.tgz
|
||||
|
|
|
|||
10
anki.spec
10
anki.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: anki
|
||||
Version: 2.1.14
|
||||
Release: 2%{?dist}
|
||||
Version: 2.1.15
|
||||
Release: 1%{?dist}
|
||||
Summary: Flashcard program for using space repetition learning
|
||||
|
||||
License: AGPLv3+ and GPLv3+ and LGPLv3 and MIT and BSD and ASL 2.0 and CC-BY-SA and CC-BY
|
||||
|
|
@ -16,7 +16,7 @@ BuildRequires: python3-devel, python3-setuptools
|
|||
BuildRequires: desktop-file-utils, libappstream-glib
|
||||
BuildRequires: python3-simplejson
|
||||
Requires: hicolor-icon-theme
|
||||
Requires: python3-qt5, python3-qt5-webengine, python3-qt5-webkit
|
||||
Requires: python3-qt5, python3-qt5-webengine
|
||||
Requires: python3-sqlalchemy, python3-simplejson, python3-matplotlib
|
||||
Requires: python3-decorator, python3-markdown, python3-send2trash
|
||||
Requires: python3-requests, python3-pygame, python3-beautifulsoup4
|
||||
|
|
@ -84,6 +84,10 @@ rm -f %{buildroot}%{_pkgdocdir}/LICENSE*
|
|||
%{_metainfodir}/anki.appdata.xml
|
||||
|
||||
%changelog
|
||||
* Fri Aug 23 2019 Christian Krause <chkr@fedoraproject.org> - 2.1.15-1
|
||||
- Update to new upstream version 2.1.15 (BZ 1744359)
|
||||
- Remove obsolete requirement python3-qt5-webkit
|
||||
|
||||
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.1.14-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (anki-2.1.14-source.tgz) = 99d24efad47ba30b22bd52986a74c55370ef872fc5a2ceee5b2c32bda6b35f201a368105d640a8daeb031e04c81c416a8e43e2fdaebe06fe73041dec0653f161
|
||||
SHA512 (anki-2.1.15-source.tgz) = f3acfa6ff62d43fa461efddd81a8570304ada53b97bd494fdbbe0a0439700d7a52aa62ead31cbaed731be0df96a6cc845a7cf92dcf65f3080dc63282fe5941c3
|
||||
|
|
|
|||
Reference in a new issue