Update to new upstream version 1.2.8 (BZ 691342)
This commit is contained in:
parent
1f47a9de8f
commit
54a3a6bfbb
3 changed files with 6 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -9,3 +9,4 @@ anki-1.0.1.tgz
|
|||
/anki-1.2.5.tgz
|
||||
/anki-1.2.6.tgz
|
||||
/anki-1.2.7.tgz
|
||||
/anki-1.2.8.tgz
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: anki
|
||||
Version: 1.2.7
|
||||
Version: 1.2.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Flashcard program for using space repetition learning
|
||||
|
||||
|
|
@ -103,6 +103,9 @@ rm -rf %{buildroot}
|
|||
%{_datadir}/pixmaps/%{name}.png
|
||||
|
||||
%changelog
|
||||
* Tue Apr 05 2011 Christian Krause <chkr@fedoraproject.org> - 1.2.8-1
|
||||
- Update to new upstream version 1.2.8 (BZ 691342)
|
||||
|
||||
* Sun Feb 27 2011 Christian Krause <chkr@fedoraproject.org> - 1.2.7-1
|
||||
- Update to new upstream version 1.2.7 (BZ 678848)
|
||||
- Add sox as requirement for audio recording (BZ 674493)
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
b6f884b87cfe8265342306c593393a09 anki-1.2.7.tgz
|
||||
0dc5f5bad979f57cab82e3757665f6c0 anki-1.2.8.tgz
|
||||
|
|
|
|||
Reference in a new issue