rpms/anki/F-9 anki-0.9.9.7.1-noupdate.patch, NONE, 1.1 anki.spec, 1.2, 1.3 anki-0.9.9.6-noupdate.patch, 1.1, NONE anki-0.9.9.6-unihaninstall.patch, 1.1, NONE generate-anki-tarball.sh, 1.1, NONE

Christian Krause chkr at fedoraproject.org
Sat Apr 11 11:45:59 UTC 2009


Author: chkr

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

Modified Files:
	anki.spec 
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 
	generate-anki-tarball.sh 
Log Message:
- Update to new upstream version 0.9.9.7.4 (BZ 495232)
- Require python-matplotlib instead of numpy (BZ 494598)
- 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: anki.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anki/F-9/anki.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- anki.spec	6 Mar 2009 23:23:04 -0000	1.2
+++ anki.spec	11 Apr 2009 11:45:57 -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.4
+Release:	1%{?dist}
 Summary:	Flashcard program for using space repetition learning
 
 Group:		Amusements/Games
@@ -10,26 +10,17 @@
 # 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
-BuildRequires:  desktop-file-utils
+BuildRequires:	desktop-file-utils
 Requires:	qt4, PyQt4
 Requires:	python-sqlalchemy, python-simplejson, python-sqlite2
-Requires:	numpy
+Requires:	python-matplotlib
 Requires:	pygame
 BuildArch:	noarch
 
@@ -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,17 @@
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Sat Apr 11 2009 Christian Krause <chkr at fedoraproject.org> - 0.9.9.7.4-1
+- Update to new upstream version 0.9.9.7.4 (BZ 495232)
+- Require python-matplotlib instead of numpy (BZ 494598)
+
+* Wed Apr 01 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
+
 * Sat Mar 07 2009 Christian Krause <chkr at fedoraproject.org> - 0.9.9.6-4
 - Bump release
 


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


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


--- generate-anki-tarball.sh DELETED ---




More information about the fedora-extras-commits mailing list