[anki/f13/master] - Update to new upstream version 1.1.10 (BZ 655939)

chkr chkr at fedoraproject.org
Fri Jan 14 22:05:08 UTC 2011


commit 3f2d026b9517e9fb945b197a344d384abe8fb64c
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Tue Dec 14 22:02:48 2010 +0100

    - Update to new upstream version 1.1.10 (BZ 655939)

 .gitignore |    3 +++
 anki.spec  |    8 ++++++--
 sources    |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
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 d91ab40..3ca210f 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 <chkr at fedoraproject.org> - 1.1.10-1
+- Update to new upstream version 1.1.10 (BZ 655939)
+
 * Sat Aug 21 2010 Christian Krause <chkr at fedoraproject.org> - 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


More information about the scm-commits mailing list