From fa730a05c8a5f06bdae0e33d5840f953424a40b5 Mon Sep 17 00:00:00 2001 From: chkr Date: Apr 11 2009 10:41:37 +0000 Subject: - Update to new upstream version 0.9.9.7.4 (BZ 494598) - Require python-matplotlib instead of numpy (BZ 495232) --- diff --git a/.cvsignore b/.cvsignore index 8cca722..1af582b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -anki-0.9.9.7.1.tgz +anki-0.9.9.7.4.tgz diff --git a/anki.spec b/anki.spec index e7fa079..7b8fbd2 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: 0.9.9.7.1 +Version: 0.9.9.7.4 Release: 1%{?dist} Summary: Flashcard program for using space repetition learning @@ -20,7 +20,7 @@ BuildRequires: PyQt4-devel BuildRequires: desktop-file-utils Requires: qt4, PyQt4 Requires: python-sqlalchemy, python-simplejson, python-sqlite2 -Requires: numpy +Requires: python-matplotlib Requires: pygame BuildArch: noarch @@ -100,6 +100,10 @@ rm -rf %{buildroot} %{_datadir}/pixmaps/%{name}.png %changelog +* Sat Apr 11 2009 Christian Krause - 0.9.9.7.4-1 +- Update to new upstream version 0.9.9.7.4 (BZ 494598) +- Require python-matplotlib instead of numpy (BZ 495232) + * Tue Apr 07 2009 Christian Krause - 0.9.9.7.1-1 - Update to new upstream version 0.9.9.7.1 - Drop unihaninstall patch (applied upstream) diff --git a/sources b/sources index 2f2f70f..ed3cd40 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7b39a2c58b31641a46d9be308aa1e56b anki-0.9.9.7.1.tgz +fb2de3abcdc7ced9215215ec2c7511d0 anki-0.9.9.7.4.tgz