Update to new upstream version 2.0.43 (BZ 1406760)
Delete backup file
This commit is contained in:
parent
0735401ee9
commit
167971f63a
3 changed files with 8 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -32,3 +32,4 @@ anki-1.0.1.tgz
|
|||
/anki-2.0.33.tgz
|
||||
/anki-2.0.36.tgz
|
||||
/anki-2.0.39-source.tgz
|
||||
/anki-2.0.43-source.tgz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: anki
|
||||
Version: 2.0.39
|
||||
Version: 2.0.43
|
||||
Release: 1%{?dist}
|
||||
Summary: Flashcard program for using space repetition learning
|
||||
|
||||
|
|
@ -33,6 +33,7 @@ as possible. Anki is based on a theory called spaced repetition.
|
|||
%setup -q
|
||||
mv thirdparty/send2trash .
|
||||
rm -rf thirdparty
|
||||
rm 'aqt/forms/#about.py#'
|
||||
%patch0 -p1 -b .noupdate
|
||||
|
||||
%build
|
||||
|
|
@ -118,6 +119,10 @@ fi
|
|||
%{_datadir}/appdata/anki.appdata.xml
|
||||
|
||||
%changelog
|
||||
* Sat Feb 25 2017 Christian Krause <chkr@fedoraproject.org> - 2.0.43-1
|
||||
- Update to new upstream version 2.0.43 (BZ 1406760)
|
||||
- Delete backup file
|
||||
|
||||
* Sun Jan 22 2017 Christian Krause <chkr@fedoraproject.org> - 2.0.39-1
|
||||
- Update to new upstream version 2.0.39 (BZ 1406760)
|
||||
- Update source and project URL
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (anki-2.0.39-source.tgz) = 010f59ce6d44546587b50ccaded2742bc7735dca1cca5c296317ef1d4401c7f2bae5af7946b163a8ae4e5f99268b3cf40a9ac5b1f9bb24cee715c68d4e4ef2c5
|
||||
SHA512 (anki-2.0.43-source.tgz) = e50ee4cf6fd7be266b6d38682e28a06b51cc42a2667f35fbafa755152d47bbadb2fbd2baa771d13e73f39973a4102d626fbe7327a5de05efbc3700d7a2c9909c
|
||||
|
|
|
|||
Reference in a new issue