[anki] Update to new upstream version 1.2.11 (BZ 819821)

Christian Krause chkr at fedoraproject.org
Sun Jul 1 20:26:07 UTC 2012


commit 28579875b82272b51724ee41de1ac5437e56eb59
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Sun Jul 1 22:26:04 2012 +0200

    Update to new upstream version 1.2.11 (BZ 819821)
    
    - Remove patch (issue was fixed upstream)

 .gitignore |    1 +
 anki.spec  |   11 ++++++-----
 sources    |    2 +-
 3 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 82dda3c..1f67c0d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@ anki-1.0.1.tgz
 /anki-1.2.7.tgz
 /anki-1.2.8.tgz
 /anki-1.2.9.tgz
+/anki-1.2.11.tgz
diff --git a/anki.spec b/anki.spec
index efcde08..d099d94 100644
--- a/anki.spec
+++ b/anki.spec
@@ -1,8 +1,8 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		anki
-Version:	1.2.9
-Release:	4%{?dist}
+Version:	1.2.11
+Release:	1%{?dist}
 Summary:	Flashcard program for using space repetition learning
 
 Group:		Amusements/Games
@@ -15,8 +15,6 @@ Source1:	anki.svg
 
 # Config change: don't check for new updates.
 Patch0:		anki-1.0-noupdate.patch
-# Avoid unicode error message on startup
-Patch1:		anki-1.2.9-unicode.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	python2-devel, python-setuptools, python-sqlalchemy
 BuildRequires:	desktop-file-utils, PyQt4, python-simplejson
@@ -35,7 +33,6 @@ as possible. Anki is based on a theory called spaced repetition.
 %prep
 %setup -q
 %patch0 -F 9 -p1 -b .noupdate
-%patch1 -p1 -b .unicode
 %{__sed} -i -e '/^#!\//, 1d' ankiqt/ui/dropbox.py
 
 %build
@@ -107,6 +104,10 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/%{name}.svg
 
 %changelog
+* Sun Jul 01 2012 Christian Krause <chkr at fedoraproject.org> - 1.2.11-1
+- Update to new upstream version 1.2.11 (BZ 819821)
+- Remove patch (issue was fixed upstream)
+
 * Wed Feb  8 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 1.2.9-4
 - Remove python-sqlite2 dep as anki will work with the stdlib sqlite3 module
 
diff --git a/sources b/sources
index 104bea2..ccfb1b0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3b32c40c589565ebd5b349f8e0d36967  anki-1.2.9.tgz
+dcd43787bed2dbe63ffb6d153ee9dbe5  anki-1.2.11.tgz


More information about the scm-commits mailing list