diff --git a/.gitignore b/.gitignore index 73ba9fd..a47d40e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ anki-0.9.9.8.6-nosamples.tgz anki-1.0.tgz anki-1.0.1.tgz +/anki-1.1.0.tgz +/anki-1.1.3.tgz +/anki-1.1.10.tgz diff --git a/anki.spec b/anki.spec index 20f46e4..c5683f8 100644 --- a/anki.spec +++ b/anki.spec @@ -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.0.1 +Version: 1.1.10 Release: 1%{?dist} Summary: Flashcard program for using space repetition learning @@ -9,7 +9,7 @@ Group: Amusements/Games # the file anki-%%{version}/libanki/anki/features/chinese/unihan.db # was created out of Unihan.txt from www.unicode.org (MIT license) License: GPLv3+ and MIT -URL: http://www.ichi2.net/anki +URL: http://ankisrs.net/ Source0: http://anki.googlecode.com/files/%{name}-%{version}.tgz # Config change: don't check for new updates. @@ -86,6 +86,7 @@ rm -rf %{buildroot} %dir %{python_sitelib}/anki %{python_sitelib}/anki/*.py* %{python_sitelib}/anki/importing +%{python_sitelib}/anki/template # locale %dir %{python_sitelib}/ankiqt/locale/ @@ -101,6 +102,9 @@ rm -rf %{buildroot} %{_datadir}/pixmaps/%{name}.png %changelog +* Tue Dec 14 2010 Christian Krause - 1.1.10-1 +- Update to new upstream version 1.1.10 (BZ 655939) + * Sat Aug 21 2010 Christian Krause - 1.0.1-1 - Update to new upstream version 1.0.1 diff --git a/sources b/sources index 815e5c1..1b7147f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35e76a2be574b375fb545b95621cd416 anki-1.0.1.tgz +1297eab6a4d070e7774df3ca10ef92e9 anki-1.1.10.tgz