rpms/anki/devel anki-0.9.9.7.8-noupdate.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 anki.spec, 1.5, 1.6 sources, 1.4, 1.5 anki-0.9.9.7.1-noupdate.patch, 1.1, NONE generate-anki-tarball.sh, 1.1, NONE

Christian Krause chkr at fedoraproject.org
Wed May 6 21:00:44 UTC 2009


Author: chkr

Update of /cvs/pkgs/rpms/anki/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18829

Modified Files:
	.cvsignore anki.spec sources 
Added Files:
	anki-0.9.9.7.8-noupdate.patch 
Removed Files:
	anki-0.9.9.7.1-noupdate.patch generate-anki-tarball.sh 
Log Message:
- Update to new upstream version 0.9.9.7.8
- Updated noupdate patch
- Removed unused script generate-anki-tarball.sh



anki-0.9.9.7.8-noupdate.patch:

--- NEW FILE anki-0.9.9.7.8-noupdate.patch ---
diff -uNr anki-0.9.9.7.8.old/ankiqt/config.py anki-0.9.9.7.8/ankiqt/config.py
--- anki-0.9.9.7.8.old/ankiqt/config.py	2009-05-06 08:35:07.000000000 +0200
+++ anki-0.9.9.7.8/ankiqt/config.py	2009-05-06 21:27:39.000000000 +0200
@@ -45,7 +45,7 @@
             'syncOnLoad': True,
             'syncOnClose': True,
             'syncInMsgBox': False,
-            'checkForUpdates': True,
+            'checkForUpdates': False,
             'interfaceLang': "",
             'syncUsername': "",
             'syncPassword': "",


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/anki/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	11 Apr 2009 10:11:43 -0000	1.4
+++ .cvsignore	6 May 2009 21:00:13 -0000	1.5
@@ -1 +1 @@
-anki-0.9.9.7.4.tgz
+anki-0.9.9.7.8.tgz


Index: anki.spec
===================================================================
RCS file: /cvs/pkgs/rpms/anki/devel/anki.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- anki.spec	11 Apr 2009 10:11:43 -0000	1.5
+++ anki.spec	6 May 2009 21:00:13 -0000	1.6
@@ -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:	0.9.9.7.4
+Version:	0.9.9.7.8
 Release:	1%{?dist}
 Summary:	Flashcard program for using space repetition learning
 
@@ -13,7 +13,7 @@ URL:		http://www.ichi2.net/anki
 Source0:	http://ichi2.net/anki/download/files/%{name}-%{version}.tgz
 
 # Config change: don't check for new updates.
-Patch0:		anki-0.9.9.7.1-noupdate.patch
+Patch0:		anki-0.9.9.7.8-noupdate.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	python-devel, python-setuptools, python-sqlalchemy
 BuildRequires:	PyQt4-devel
@@ -31,7 +31,7 @@ as possible. Anki is based on a theory c
 
 %prep
 %setup -q
-%patch0 -p1 -b .noupdate
+%patch0 -p1 -b .noupdate 
 
 %build
 pushd libanki
@@ -93,6 +93,7 @@ rm -rf %{buildroot}
 %lang(sv) %{python_sitelib}/*/locale/sv_*/
 %lang(pt) %{python_sitelib}/*/locale/pt_*/
 %lang(ee) %{python_sitelib}/*/locale/ee_*/
+%lang(ee) %{python_sitelib}/*/locale/mn_*/
 
 %{python_sitelib}/*egg-info
 %{_bindir}/anki
@@ -100,6 +101,9 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Wed May 06 2009 Christian Krause <chkr at fedoraproject.org> - 0.9.9.7.8-1
+- Update to new upstream version 0.9.9.7.8
+
 * 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 494598)
 - Require python-matplotlib instead of numpy (BZ 495232)


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/anki/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	11 Apr 2009 10:11:43 -0000	1.4
+++ sources	6 May 2009 21:00:13 -0000	1.5
@@ -1 +1 @@
-fb2de3abcdc7ced9215215ec2c7511d0  anki-0.9.9.7.4.tgz
+3d57637cb3f3080976157f19c5c3f121  anki-0.9.9.7.8.tgz


--- anki-0.9.9.7.1-noupdate.patch DELETED ---


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




More information about the scm-commits mailing list