[anki] Update to new upstream version 1.2.7 (BZ 678848) Add sox as requirement for audio recording (BZ 6744

chkr chkr at fedoraproject.org
Sun Feb 27 19:29:53 UTC 2011


commit 1f47a9de8fd7aad90b521b82163a88edc284f06a
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Sun Feb 27 20:29:42 2011 +0100

    Update to new upstream version 1.2.7 (BZ 678848)
    Add sox as requirement for audio recording (BZ 674493)

 .gitignore |    1 +
 anki.spec  |   10 +++++++---
 sources    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3246746..1a3846a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ anki-1.0.1.tgz
 /anki-1.2.4.tgz
 /anki-1.2.5.tgz
 /anki-1.2.6.tgz
+/anki-1.2.7.tgz
diff --git a/anki.spec b/anki.spec
index 1f727fa..be521d5 100644
--- a/anki.spec
+++ b/anki.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		anki
-Version:	1.2.6
-Release:	2%{?dist}
+Version:	1.2.7
+Release:	1%{?dist}
 Summary:	Flashcard program for using space repetition learning
 
 Group:		Amusements/Games
@@ -21,7 +21,7 @@ Requires:	qt4, PyQt4
 Requires:	python-sqlalchemy, python-simplejson, python-sqlite2
 Requires:	python-matplotlib
 Requires:	pygame, python-BeautifulSoup
-Requires:	pyaudio
+Requires:	pyaudio, sox
 BuildArch:	noarch
 
 %description
@@ -103,6 +103,10 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Sun Feb 27 2011 Christian Krause <chkr at 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)
+
 * Mon Feb 07 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.6-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index b2086c1..12bdf2e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9e506c19ec696ce70463b8ad1cd9bcf6  anki-1.2.6.tgz
+b6f884b87cfe8265342306c593393a09  anki-1.2.7.tgz


More information about the scm-commits mailing list