[anki] Update to new upstream version 2.0.7

Christian Krause chkr at fedoraproject.org
Sat Feb 2 19:34:50 UTC 2013


commit 7a21ffc53ed986891a2dfc741207e9d8514fd7c1
Author: Christian Krause <chkr at fedoraproject.org>
Date:   Sat Feb 2 20:33:46 2013 +0100

    Update to new upstream version 2.0.7

 .gitignore |    2 ++
 anki.spec  |    6 +++++-
 sources    |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 667b65d..bbc73b1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,5 @@ anki-1.0.1.tgz
 /anki-1.2.9.tgz
 /anki-1.2.11.tgz
 /anki-2.0.4.tgz
+/anki-2.0.6.tgz
+/anki-2.0.7.tgz
diff --git a/anki.spec b/anki.spec
index 4bc1147..0d085f0 100644
--- a/anki.spec
+++ b/anki.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:		anki
-Version:	2.0.4
+Version:	2.0.7
 Release:	1%{?dist}
 Summary:	Flashcard program for using space repetition learning
 
@@ -36,6 +36,7 @@ rm -rf libanki/thirdparty
 
 %install
 mkdir -p %{buildroot}%{_datadir}/%{name}
+rm -f aqt/*.noupdate
 cp -R aqt %{buildroot}%{_datadir}/%{name}/
 cp -R designer %{buildroot}%{_datadir}/%{name}/
 cp -R anki %{buildroot}%{_datadir}/%{name}/
@@ -95,6 +96,9 @@ s:\(.*\):%dir \1:' >>anki.lang
 %{_mandir}/man1/%{name}.*
 
 %changelog
+* Sat Feb 02 2013 Christian Krause <chkr at fedoraproject.org> - 2.0.7-1
+- Update to new upstream version 2.0.7
+
 * Thu Jan 10 2013 Christian Krause <chkr at fedoraproject.org> - 2.0.4-1
 - Update to anki-2.0.4 (based on work from Christophe Fergeau <cfergeau at redhat.com>)
 - Update license to AGPLv3+
diff --git a/sources b/sources
index 59fd0cc..e628c34 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d1fb916ac6c733da1fe81244dd52d9ac  anki-2.0.4.tgz
+139d14f705d7e24f659e964117d98b0a  anki-2.0.7.tgz


More information about the scm-commits mailing list