From 3c65e0055d9f3e97ab04fa22511c54468c0b1b29 Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Mon, 5 Aug 2013 21:22:33 +0200 Subject: [PATCH 01/11] Update to new upstream version 2.0.12 (BZ 989901) - Install docs to %{_pkgdocdir} (BZ 991962) - Install additional LICENSE file --- .gitignore | 1 + anki.spec | 13 +++++++++---- sources | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index dabd9d3..ee0bb95 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ anki-1.0.1.tgz /anki-2.0.8.tgz /anki-2.0.9.tgz /anki-2.0.11.tgz +/anki-2.0.12.tgz diff --git a/anki.spec b/anki.spec index c8a3a8c..c2d0bd4 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.11 +Version: 2.0.12 Release: 1%{?dist} Summary: Flashcard program for using space repetition learning @@ -49,9 +49,9 @@ cp -R send2trash %{buildroot}%{_datadir}/%{name}/thirdparty/ install -d %{buildroot}%{_bindir} install -m 755 runanki %{buildroot}%{_bindir}/anki -install -d %{buildroot}%{_docdir}/%{name}-%{version} -install -m 644 LICENSE.* %{buildroot}%{_docdir}/%{name}-%{version}/ -install -m 644 README* %{buildroot}%{_docdir}/%{name}-%{version}/ +install -d %{buildroot}%{_pkgdocdir} +install -m 644 LICENSE* %{buildroot}%{_pkgdocdir}/ +install -m 644 README* %{buildroot}%{_pkgdocdir}/ install -d %{buildroot}%{_datadir}/mime/packages install -m 644 anki.xml %{buildroot}%{_datadir}/mime/packages @@ -101,6 +101,11 @@ s:\(.*\):%dir \1:' >>anki.lang %{_mandir}/man1/%{name}.* %changelog +* Sun Aug 04 2013 Christian Krause - 2.0.12-1 +- Update to new upstream version 2.0.12 (BZ 989901) +- Install docs to %%{_pkgdocdir} (BZ 991962) +- Install additional LICENSE file + * Mon Jun 24 2013 Christian Krause - 2.0.11-1 - Update to new upstream version 2.0.11 (BZ 973523) diff --git a/sources b/sources index d3a68bd..ab78ac3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -22413ec239b79fb4587c1548f8807cce anki-2.0.11.tgz +10b1a59468c2832d601ac419c464f3a7 anki-2.0.12.tgz From 790a05b0de70fa0bf5d426ed575b694a67b7eafb Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Sat, 12 Oct 2013 00:08:42 +0200 Subject: [PATCH 02/11] Update to new upstream version 2.0.13 --- .gitignore | 1 + anki.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ee0bb95..2bc500f 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ anki-1.0.1.tgz /anki-2.0.9.tgz /anki-2.0.11.tgz /anki-2.0.12.tgz +/anki-2.0.13.tgz diff --git a/anki.spec b/anki.spec index c2d0bd4..a8d4092 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.12 +Version: 2.0.13 Release: 1%{?dist} Summary: Flashcard program for using space repetition learning @@ -101,6 +101,9 @@ s:\(.*\):%dir \1:' >>anki.lang %{_mandir}/man1/%{name}.* %changelog +* Fri Oct 11 2013 Christian Krause - 2.0.13-1 +- Update to new upstream version 2.0.13 + * Sun Aug 04 2013 Christian Krause - 2.0.12-1 - Update to new upstream version 2.0.12 (BZ 989901) - Install docs to %%{_pkgdocdir} (BZ 991962) diff --git a/sources b/sources index ab78ac3..624dc16 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -10b1a59468c2832d601ac419c464f3a7 anki-2.0.12.tgz +3cdc2aa59c881a1cff0a20139c3db44b anki-2.0.13.tgz From 0e80b8f57d70e28ddffb45f1cd427db795e2270f Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Sat, 2 Nov 2013 00:38:11 +0100 Subject: [PATCH 03/11] Update to new upstream version 2.0.16 --- .gitignore | 1 + anki.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2bc500f..b59f68e 100644 --- a/.gitignore +++ b/.gitignore @@ -20,3 +20,4 @@ anki-1.0.1.tgz /anki-2.0.11.tgz /anki-2.0.12.tgz /anki-2.0.13.tgz +/anki-2.0.16.tgz diff --git a/anki.spec b/anki.spec index a8d4092..46872de 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.13 +Version: 2.0.16 Release: 1%{?dist} Summary: Flashcard program for using space repetition learning @@ -101,6 +101,9 @@ s:\(.*\):%dir \1:' >>anki.lang %{_mandir}/man1/%{name}.* %changelog +* Fri Nov 01 2013 Christian Krause - 2.0.16-1 +- Update to new upstream version 2.0.16 + * Fri Oct 11 2013 Christian Krause - 2.0.13-1 - Update to new upstream version 2.0.13 diff --git a/sources b/sources index 624dc16..a6301af 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3cdc2aa59c881a1cff0a20139c3db44b anki-2.0.13.tgz +53686072ddce3386e2b6b92d75ade814 anki-2.0.16.tgz From 89268c430cb3f846ba0e1b8a02a41528f11d6197 Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Wed, 20 Nov 2013 11:17:36 +0100 Subject: [PATCH 04/11] Update to new upstream version 2.0.18 (BZ 1027704) --- anki.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/anki.spec b/anki.spec index 46872de..fd7e53e 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.16 +Version: 2.0.18 Release: 1%{?dist} Summary: Flashcard program for using space repetition learning @@ -101,6 +101,9 @@ s:\(.*\):%dir \1:' >>anki.lang %{_mandir}/man1/%{name}.* %changelog +* Wed Nov 20 2013 Christian Krause - 2.0.18-1 +- Update to new upstream version 2.0.18 (BZ 1027704) + * Fri Nov 01 2013 Christian Krause - 2.0.16-1 - Update to new upstream version 2.0.16 From b95475ccd5abf6bbb15cd52373487726cee55bda Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Wed, 20 Nov 2013 11:50:10 +0100 Subject: [PATCH 05/11] add anki-2.0.18 sources --- .gitignore | 1 + sources | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b59f68e..c7d88ee 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,4 @@ anki-1.0.1.tgz /anki-2.0.12.tgz /anki-2.0.13.tgz /anki-2.0.16.tgz +/anki-2.0.18.tgz diff --git a/sources b/sources index a6301af..33c26ea 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -53686072ddce3386e2b6b92d75ade814 anki-2.0.16.tgz +838f74ac0f1456fcc1fe17ef116b3019 anki-2.0.18.tgz From f1ee97e04848161ba79d8f47070a6da907ff7c55 Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Tue, 14 Jan 2014 23:34:19 +0100 Subject: [PATCH 06/11] Update to new upstream version 2.0.10 (BZ 1040134) --- .gitignore | 1 + anki.spec | 10 ++++++++-- sources | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index c7d88ee..bc40f4f 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ anki-1.0.1.tgz /anki-2.0.13.tgz /anki-2.0.16.tgz /anki-2.0.18.tgz +/anki-2.0.20.tgz diff --git a/anki.spec b/anki.spec index fd7e53e..5d5cb68 100644 --- a/anki.spec +++ b/anki.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: anki -Version: 2.0.18 -Release: 1%{?dist} +Version: 2.0.20 +Release: 2%{?dist} Summary: Flashcard program for using space repetition learning Group: Amusements/Games @@ -101,6 +101,12 @@ s:\(.*\):%dir \1:' >>anki.lang %{_mandir}/man1/%{name}.* %changelog +* Tue Jan 14 2014 Christian Krause - 2.0.20-2 +- Fix typo in changelog + +* Tue Jan 14 2014 Christian Krause - 2.0.20-1 +- Update to new upstream version 2.0.20 (BZ 1040134) + * Wed Nov 20 2013 Christian Krause - 2.0.18-1 - Update to new upstream version 2.0.18 (BZ 1027704) diff --git a/sources b/sources index 33c26ea..c7fc39d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -838f74ac0f1456fcc1fe17ef116b3019 anki-2.0.18.tgz +15634935901ba98f4c5a594924b0b76e anki-2.0.20.tgz From 250eb282fe9ef4f5cc223ebf4508ea54a5c880a6 Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Sat, 1 Feb 2014 00:44:58 +0100 Subject: [PATCH 07/11] Update to new upstream version 2.0.22 (BZ 1057013) --- .gitignore | 1 + anki.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index bc40f4f..0d9fda5 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ anki-1.0.1.tgz /anki-2.0.16.tgz /anki-2.0.18.tgz /anki-2.0.20.tgz +/anki-2.0.22.tgz diff --git a/anki.spec b/anki.spec index 5d5cb68..1c070f1 100644 --- a/anki.spec +++ b/anki.spec @@ -1,8 +1,8 @@ %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: anki -Version: 2.0.20 -Release: 2%{?dist} +Version: 2.0.22 +Release: 1%{?dist} Summary: Flashcard program for using space repetition learning Group: Amusements/Games @@ -101,6 +101,9 @@ s:\(.*\):%dir \1:' >>anki.lang %{_mandir}/man1/%{name}.* %changelog +* Fri Jan 31 2014 Christian Krause - 2.0.22-1 +- Update to new upstream version 2.0.22 (BZ 1057013) + * Tue Jan 14 2014 Christian Krause - 2.0.20-2 - Fix typo in changelog diff --git a/sources b/sources index c7fc39d..50b8d18 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -15634935901ba98f4c5a594924b0b76e anki-2.0.20.tgz +99806b13ac127d5d913b138ef813d7e2 anki-2.0.22.tgz From 8d31b0488dcf1a51734196f61450844b38f18ad1 Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Fri, 18 Apr 2014 20:50:10 +0200 Subject: [PATCH 08/11] Update to new upstream version 2.0.25 (BZ 1087211) --- .gitignore | 1 + anki.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0d9fda5..3a5f39f 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ anki-1.0.1.tgz /anki-2.0.18.tgz /anki-2.0.20.tgz /anki-2.0.22.tgz +/anki-2.0.25.tgz diff --git a/anki.spec b/anki.spec index 1c070f1..7bdaa92 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.22 +Version: 2.0.25 Release: 1%{?dist} Summary: Flashcard program for using space repetition learning @@ -101,6 +101,9 @@ s:\(.*\):%dir \1:' >>anki.lang %{_mandir}/man1/%{name}.* %changelog +* Fri Apr 18 2014 Christian Krause - 2.0.25-1 +- Update to new upstream version 2.0.25 (BZ 1087211) + * Fri Jan 31 2014 Christian Krause - 2.0.22-1 - Update to new upstream version 2.0.22 (BZ 1057013) diff --git a/sources b/sources index 50b8d18..632bd05 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -99806b13ac127d5d913b138ef813d7e2 anki-2.0.22.tgz +e0e83fe28bfee6ffbb2d0e608e1c6a01 anki-2.0.25.tgz From a3c203bb918bfd0d1b92a46870c9bfce3dc45150 Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Thu, 22 May 2014 22:22:54 +0200 Subject: [PATCH 09/11] Update to new upstream version 2.0.26 (BZ 1090863) - Add appdata --- .gitignore | 1 + anki.appdata.xml | 36 ++++++++++++++++++++++++++++++++++++ anki.spec | 11 ++++++++++- sources | 2 +- 4 files changed, 48 insertions(+), 2 deletions(-) create mode 100644 anki.appdata.xml diff --git a/.gitignore b/.gitignore index 3a5f39f..997e13a 100644 --- a/.gitignore +++ b/.gitignore @@ -25,3 +25,4 @@ anki-1.0.1.tgz /anki-2.0.20.tgz /anki-2.0.22.tgz /anki-2.0.25.tgz +/anki-2.0.26.tgz diff --git a/anki.appdata.xml b/anki.appdata.xml new file mode 100644 index 0000000..3805d8f --- /dev/null +++ b/anki.appdata.xml @@ -0,0 +1,36 @@ + + + + anki.desktop + CC0 + +

+ Anki is a program which makes remembering things easy. Because it's a lot + more efficient than traditional study methods, you can either + greatly decrease your time spent studying, or greatly increase the amount you learn. +

+

+ Anyone who needs to remember things in their daily life can benefit + from Anki. Since it is content-agnostic and supports images, audio, + videos and scientific markup (via LaTeX), the possibilities are endless. +

+

For example:

+
    +
  • Learning a language (vocabulary, grammar, phrases, ...)
  • +
  • Studying for medical and law exams
  • +
  • Memorizing people's names and faces
  • +
  • Brushing up on geography
  • +
  • Mastering long poems
  • +
  • Even practicing guitar chords!
  • +
+
+ + http://chkr.fedorapeople.org/screenshots/anki/anki-review1.png + http://chkr.fedorapeople.org/screenshots/anki/anki-deck-browser.png + http://chkr.fedorapeople.org/screenshots/anki/anki-review2.png + http://chkr.fedorapeople.org/screenshots/anki/anki-browser.png + http://chkr.fedorapeople.org/screenshots/anki/anki-statistics.png + + http://ankisrs.net/ + chkr@fedoraproject.org +
diff --git a/anki.spec b/anki.spec index 7bdaa92..cb3f093 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.25 +Version: 2.0.26 Release: 1%{?dist} Summary: Flashcard program for using space repetition learning @@ -10,6 +10,7 @@ License: AGPLv3+ and GPLv3+ and MIT and BSD URL: http://ankisrs.net/ Source0: http://ankisrs.net/download/mirror/anki-%{version}.tgz Source1: anki.svg +Source2: anki.appdata.xml # Config change: don't check for new updates. Patch0: anki-2.0.3-noupdate.patch @@ -62,6 +63,9 @@ install -m 644 %{SOURCE1} %{buildroot}%{_datadir}/pixmaps/ install -d %{buildroot}%{_mandir}/man1 install -m 644 anki.1 %{buildroot}%{_mandir}/man1/ +mkdir -p %{buildroot}%{_datadir}/appdata +install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/appdata/ + desktop-file-install \ --remove-category=KDE \ --dir %{buildroot}%{_datadir}/applications \ @@ -99,8 +103,13 @@ s:\(.*\):%dir \1:' >>anki.lang %{_datadir}/pixmaps/%{name}.* %{_datadir}/mime/packages/anki.xml %{_mandir}/man1/%{name}.* +%{_datadir}/appdata/anki.appdata.xml %changelog +* Tue May 20 2014 Christian Krause - 2.0.26-1 +- Update to new upstream version 2.0.26 (BZ 1090863) +- Add appdata + * Fri Apr 18 2014 Christian Krause - 2.0.25-1 - Update to new upstream version 2.0.25 (BZ 1087211) diff --git a/sources b/sources index 632bd05..eee3cca 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e0e83fe28bfee6ffbb2d0e608e1c6a01 anki-2.0.25.tgz +c3af007dbda797e5f587b450691d93c9 anki-2.0.26.tgz From 57c7073ae350748e0d93cc284dff425c3be08ffb Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Wed, 30 Jul 2014 22:12:49 +0200 Subject: [PATCH 10/11] Update to new upstream version 2.0.28 (BZ 1123961) --- .gitignore | 1 + anki.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 997e13a..b0de24e 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ anki-1.0.1.tgz /anki-2.0.22.tgz /anki-2.0.25.tgz /anki-2.0.26.tgz +/anki-2.0.28.tgz diff --git a/anki.spec b/anki.spec index cb3f093..073166e 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.26 +Version: 2.0.28 Release: 1%{?dist} Summary: Flashcard program for using space repetition learning @@ -106,6 +106,9 @@ s:\(.*\):%dir \1:' >>anki.lang %{_datadir}/appdata/anki.appdata.xml %changelog +* Wed Jul 30 2014 Christian Krause - 2.0.28-1 +- Update to new upstream version 2.0.28 (BZ 1123961) + * Tue May 20 2014 Christian Krause - 2.0.26-1 - Update to new upstream version 2.0.26 (BZ 1090863) - Add appdata diff --git a/sources b/sources index eee3cca..af11f55 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c3af007dbda797e5f587b450691d93c9 anki-2.0.26.tgz +a03dbbe550cba3f85c87e1aec2ebdbd5 anki-2.0.28.tgz From 8e972dccfd81ced2cc8910efbd38bca9efb49949 Mon Sep 17 00:00:00 2001 From: Christian Krause Date: Sun, 9 Nov 2014 18:56:26 +0100 Subject: [PATCH 11/11] Update to new upstream version 2.0.31 (BZ 1144973) --- .gitignore | 1 + anki.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b0de24e..ff4421c 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,4 @@ anki-1.0.1.tgz /anki-2.0.25.tgz /anki-2.0.26.tgz /anki-2.0.28.tgz +/anki-2.0.31.tgz diff --git a/anki.spec b/anki.spec index 073166e..30770da 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.28 +Version: 2.0.31 Release: 1%{?dist} Summary: Flashcard program for using space repetition learning @@ -106,6 +106,9 @@ s:\(.*\):%dir \1:' >>anki.lang %{_datadir}/appdata/anki.appdata.xml %changelog +* Mon Nov 03 2014 Christian Krause - 2.0.31-1 +- Update to new upstream version 2.0.31 (BZ 1144973) + * Wed Jul 30 2014 Christian Krause - 2.0.28-1 - Update to new upstream version 2.0.28 (BZ 1123961) diff --git a/sources b/sources index af11f55..014dbba 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a03dbbe550cba3f85c87e1aec2ebdbd5 anki-2.0.28.tgz +7e75a9c44897ba608c0dda2c0e1a096f anki-2.0.31.tgz