rpms/anki/F-10 anki-0.9.9.7.1-noupdate.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 anki.spec, 1.2, 1.3 sources, 1.2, 1.3 anki-0.9.9.6-noupdate.patch, 1.1, NONE anki-0.9.9.6-unihaninstall.patch, 1.1, NONE

Christian Krause chkr at fedoraproject.org
Tue Apr 7 21:13:06 UTC 2009


Author: chkr

Update of /cvs/pkgs/rpms/anki/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23402

Modified Files:
	.cvsignore anki.spec sources 
Added Files:
	anki-0.9.9.7.1-noupdate.patch 
Removed Files:
	anki-0.9.9.6-noupdate.patch anki-0.9.9.6-unihaninstall.patch 
Log Message:
- Update to new upstream version 0.9.9.7.1
- Drop unihaninstall patch (applied upstream)
- Updated noupdate patch
- Use original upstream tgz since upstream doesn't ship the example files
anymore


anki-0.9.9.7.1-noupdate.patch:

--- NEW FILE anki-0.9.9.7.1-noupdate.patch ---
diff -uNr anki-0.9.9.7.1.old/ankiqt/config.py anki-0.9.9.7.1/ankiqt/config.py
--- anki-0.9.9.7.1.old/ankiqt/config.py	2009-03-23 05:40:26.000000000 +0100
+++ anki-0.9.9.7.1/ankiqt/config.py	2009-03-29 23:24:00.000000000 +0200
@@ -44,7 +44,7 @@
             'iconSize': 32,
             'syncOnLoad': True,
             'syncOnClose': True,
-            'checkForUpdates': True,
+            'checkForUpdates': False,
             'interfaceLang': "",
             'syncUsername': "",
             'syncPassword': "",


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anki/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	1 Mar 2009 21:21:56 -0000	1.2
+++ .cvsignore	7 Apr 2009 21:12:35 -0000	1.3
@@ -1 +1 @@
-anki-0.9.9.6-nosamples.tgz
+anki-0.9.9.7.1.tgz


Index: anki.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anki/F-10/anki.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- anki.spec	1 Mar 2009 21:55:33 -0000	1.2
+++ anki.spec	7 Apr 2009 21:12:35 -0000	1.3
@@ -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:	0.9.9.6
-Release:	4%{?dist}
+Version:	0.9.9.7.1
+Release:	1%{?dist}
 Summary:	Flashcard program for using space repetition learning
 
 Group:		Amusements/Games
@@ -10,19 +10,10 @@
 # was created out of  Unihan.txt from www.unicode.org (MIT license)
 License:	GPLv3+ and MIT
 URL:		http://www.ichi2.net/anki
-Source0:	%{name}-%{version}-nosamples.tgz
-# anki contains a sample with an unclear license
-# this script to remove all samples since they are not installed anyway
-# Download the upstream tarball and invoke this script while in the
-# tarball's directory:
-# ./generate-anki-tarball.sh 0.9.9.6
-# upstream tarball: http://ichi2.net/anki/download/%{name}-%{version}.tgz
-Source1:	generate-anki-tarball.sh
+Source0:	http://ichi2.net/anki/download/files/%{name}-%{version}.tgz
+
 # Config change: don't check for new updates.
-Patch0:		anki-0.9.9.6-noupdate.patch
-# install issue tracked upstream:
-# http://code.google.com/p/anki/issues/detail?id=561
-Patch1:		anki-0.9.9.6-unihaninstall.patch
+Patch0:		anki-0.9.9.7.1-noupdate.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	python-devel, python-setuptools, python-sqlalchemy
 BuildRequires:	PyQt4-devel
@@ -41,7 +32,6 @@
 %prep
 %setup -q
 %patch0 -p1 -b .noupdate
-%patch1 -p1 -b .unihaninstall
 
 %build
 pushd libanki
@@ -99,7 +89,10 @@
 %lang(ja) %{python_sitelib}/*/locale/ja_*/
 %lang(ko) %{python_sitelib}/*/locale/ko_*/
 %lang(pl) %{python_sitelib}/*/locale/pl_*/
-%lang(zh) %{python_sitelib}/anki/locale/zh_*/
+%lang(zh) %{python_sitelib}/*/locale/zh_*/
+%lang(sv) %{python_sitelib}/*/locale/sv_*/
+%lang(pt) %{python_sitelib}/*/locale/pt_*/
+%lang(ee) %{python_sitelib}/*/locale/ee_*/
 
 %{python_sitelib}/*egg-info
 %{_bindir}/anki
@@ -107,6 +100,13 @@
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Tue Apr 07 2009 Christian Krause <chkr at fedoraproject.org> - 0.9.9.7.1-1
+- Update to new upstream version 0.9.9.7.1
+- Drop unihaninstall patch (applied upstream)
+- Updated noupdate patch
+- Use original upstream tgz since upstream doesn't ship the example files
+anymore
+
 * Sun Mar 01 2009 Christian Krause <chkr at fedoraproject.org> - 0.9.9.6-4
 - Bump release
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anki/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	1 Mar 2009 21:21:56 -0000	1.2
+++ sources	7 Apr 2009 21:12:35 -0000	1.3
@@ -1 +1 @@
-0f029c744c849a5e2ca7f95df119c59f  anki-0.9.9.6-nosamples.tgz
+7b39a2c58b31641a46d9be308aa1e56b  anki-0.9.9.7.1.tgz


--- anki-0.9.9.6-noupdate.patch DELETED ---


--- anki-0.9.9.6-unihaninstall.patch DELETED ---




More information about the fedora-extras-commits mailing list