Hello community, here is the log from the commit of package anki for openSUSE:Factory checked in at 2019-01-08 12:28:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/anki (Old) and /work/SRC/openSUSE:Factory/.anki.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "anki" Tue Jan 8 12:28:35 2019 rev:4 rq:663106 version:2.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/anki/anki.changes 2018-12-24 11:46:59.901154564 +0100 +++ /work/SRC/openSUSE:Factory/.anki.new.28833/anki.changes 2019-01-08 12:31:04.164102742 +0100 @@ -1,0 +2,5 @@ +Fri Dec 28 17:20:18 UTC 2018 - Jan Engelhardt <[email protected]> + +- Trim bias and generalize description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ anki.spec ++++++ --- /var/tmp/diff_new_pack.2Lq3CP/_old 2019-01-08 12:31:04.796102055 +0100 +++ /var/tmp/diff_new_pack.2Lq3CP/_new 2019-01-08 12:31:04.800102050 +0100 @@ -21,7 +21,7 @@ Name: anki Version: 2.1.7 Release: 0 -Summary: Intelligent Spaced-Repetition Memory Training Program +Summary: Spaced-Repetition Memory Training Program License: AGPL-3.0-only Group: Productivity/Text/Utilities Url: https://apps.ankiweb.net/ @@ -58,30 +58,14 @@ BuildArch: noarch %description -Anki is a spaced repetition system (SRS). It helps you remember things by -intelligently scheduling reviews, so that you can learn a lot of information +Anki is a spaced repetition system (SRS). It helps the user remember things by +scheduling reviews, so that the user can learn a lot of information with the minimum amount of effort. +Anki is content-agnostic and supports images, audio, +videos and scientific markup (via LaTeX). -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 - Studying for medical and law exams - Memorizing people's names and faces - Brushing up on geography - Mastering long poems - Even practicing guitar chords! - -Anki stores your data in ~/.local/share/Anki2, or $XDG_DATA_HOME/Anki2 -if you have set a custom data path. +Anki stores data in ~/.local/share/Anki2, or $XDG_DATA_HOME/Anki2 +if the user has set a custom data path. %prep %setup -q @@ -129,7 +113,7 @@ %endif # Fix rpmlint issues -find %{buildroot}%{_datadir}/%{name}/web/ -name '*.js' -exec chmod a-x {} \; +find %{buildroot}%{_datadir}/%{name}/web/ -name '*.js' -exec chmod a-x {} + sed -i 's|/usr/bin/env python3|%__python3|' %{buildroot}%{_bindir}/%{name} %check
