diff --git a/.gitignore b/.gitignore index a47d40e..b55fd29 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ anki-1.0.1.tgz /anki-1.1.0.tgz /anki-1.1.3.tgz /anki-1.1.10.tgz +/anki-1.2.2.tgz diff --git a/anki.spec b/anki.spec index c5683f8..9811e78 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.1.10 +Version: 1.2.2 Release: 1%{?dist} Summary: Flashcard program for using space repetition learning @@ -31,7 +31,8 @@ as possible. Anki is based on a theory called spaced repetition. %prep %setup -q -%patch0 -p1 -b .noupdate +%patch0 -F 9 -p1 -b .noupdate +%{__sed} -i -e '/^#!\//, 1d' ankiqt/ui/dropbox.py %build pushd libanki @@ -102,6 +103,9 @@ rm -rf %{buildroot} %{_datadir}/pixmaps/%{name}.png %changelog +* Fri Jan 14 2011 Christian Krause - 1.2.2-1 +- Update to new upstream version 1.2.2 (BZ 665163) + * Tue Dec 14 2010 Christian Krause - 1.1.10-1 - Update to new upstream version 1.1.10 (BZ 655939) diff --git a/sources b/sources index 1b7147f..c5ad0e1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1297eab6a4d070e7774df3ca10ef92e9 anki-1.1.10.tgz +28ac283bfc1934abb3dc623f0b2e0491 anki-1.2.2.tgz