Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
bf1b66fbf2 |
3 changed files with 8 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +1,2 @@
|
||||||
/anki-2.1.14-source.tgz
|
/anki-2.1.14-source.tgz
|
||||||
|
/anki-2.1.15-source.tgz
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
Name: anki
|
Name: anki
|
||||||
Version: 2.1.14
|
Version: 2.1.15
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Flashcard program for using space repetition learning
|
Summary: Flashcard program for using space repetition learning
|
||||||
|
|
||||||
|
|
@ -16,7 +16,7 @@ BuildRequires: python3-devel, python3-setuptools
|
||||||
BuildRequires: desktop-file-utils, libappstream-glib
|
BuildRequires: desktop-file-utils, libappstream-glib
|
||||||
BuildRequires: python3-simplejson
|
BuildRequires: python3-simplejson
|
||||||
Requires: hicolor-icon-theme
|
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-sqlalchemy, python3-simplejson, python3-matplotlib
|
||||||
Requires: python3-decorator, python3-markdown, python3-send2trash
|
Requires: python3-decorator, python3-markdown, python3-send2trash
|
||||||
Requires: python3-requests, python3-pygame, python3-beautifulsoup4
|
Requires: python3-requests, python3-pygame, python3-beautifulsoup4
|
||||||
|
|
@ -84,6 +84,10 @@ rm -f %{buildroot}%{_pkgdocdir}/LICENSE*
|
||||||
%{_metainfodir}/anki.appdata.xml
|
%{_metainfodir}/anki.appdata.xml
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
* Sat Jul 06 2019 Thomas Drake-Brockman <thom@sfedb.com> - 2.1.14-1
|
* Sat Jul 06 2019 Thomas Drake-Brockman <thom@sfedb.com> - 2.1.14-1
|
||||||
- Update to new upstream patch version 2.1.14 (BZ 1724384)
|
- Update to new upstream patch version 2.1.14 (BZ 1724384)
|
||||||
- Tweaked spec file
|
- Tweaked spec file
|
||||||
|
|
|
||||||
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