Hello community, here is the log from the commit of package anki for openSUSE:Factory checked in at 2019-03-18 10:43:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/anki (Old) and /work/SRC/openSUSE:Factory/.anki.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "anki" Mon Mar 18 10:43:58 2019 rev:6 rq:685939 version:2.1.11 Changes: -------- --- /work/SRC/openSUSE:Factory/anki/anki.changes 2019-02-15 09:55:41.175754555 +0100 +++ /work/SRC/openSUSE:Factory/.anki.new.28833/anki.changes 2019-03-18 10:44:00.935103651 +0100 @@ -1,0 +2,71 @@ +Sun Mar 17 18:23:19 UTC 2019 - Matthias Eliasson <[email protected]> + +- Update to 2.1.11: + * Change Undo shortcut back to Ctrl+Alt+Z/Cmd+Opt+Z in Browse screen, to + prevent accidentally undoing non-text changes when editing fields. + * Revert a previous card template optimization that could cause an error. + * Suppress a spurious error message that could occur when editing. + 2.1.10: + * Add option to strip html in export. + * Avoid nbsp for single spaces when pasting text. + * Fix preview screen flashing when moving between cards. + * Improvements to the add-ons screen (thanks to Glutanimate). + * Support .ankiaddon bundles (thanks to Glutanimate). + * Improve subpixel antialiasing on some machines (thanks to Glutanimate). + * Improve Japanese interface font on Windows 10, and make it possible for + translators to change the font for other languages that need it as well. + * Fix inability to start if problem occurs on first run. + * Allow decreasing daily limits in custom study. + * Add a button to copy debug info to about screen (thanks to Glutanimate). + * Fix problem running from source on Windows (thanks to dlon). + * Allow add-ons to serve files from mediasrv (thanks to Glutanimate). + * More user-friendly error messages for some network errors. + 2.1.9: + * Update standard build to latest toolkit version. + * Hardware acceleration defaults to off again on Windows/Linux, due to the + issues it was causing some users. If you were not experiencing any + issues, turning hardware acceleration back on in the preferences screen + is recommended. + * Various statistics fixes for the V2 scheduler, including an automatic + remapping of button 2/3 in the review history when moving back and forth + between scheduler versions so the "answer buttons" graph displays + correctly. + * Fix BR tags being included in empty fields (thanks to David and zjosua) + * Optimize card template repositioning (thanks to Arthur) + * Fix a crash when copying/cutting with an empty selection (thanks to David) + * Avoid screen flash when undoing reviews. + * Make sure info/warning dialogs appear on top. + * Fixed an issue with just-typed text not being saved when using the mouse + to save/add a card. + * Added support for {{CardFlag}}, which is either empty, or in the format + "flagN" where N is 1-4. + * Fix bulk flag changes in Browse screen not syncing. + * Fix advanced menu in editor not showing shortcut keys. + * When UI fails to load after resuming computer from sync, show a tooltip + and automatically refresh. + * Clean up old mplayer instances after a crash so that profile renaming + works. + * Fix add-on list not refreshing when toggling enabled in latest toolkit. + * Fix cursor jumping on first click in "Edit Current" area on Windows. + * Preserve whitespace when pasting plain text. + * Prevent errors caused by a timer firing after collection is unloaded. + * Ensure a full sync is forced when restoring from a backup. + * Ensure full window is on screen when displaying windows on a changed + screen layout. + * Improvements to the add-ons, debug console, and error screens + (thanks to Glutanimate) + * Ensure {{Deck}} shows the correct deck when adding (thanks to Arthur) + * Ensure windows don’t get shown off-screen. + * Remember add-on window size and position. + 2.1.8: + * Fix startup on Windows 8. + * Fix field content appearing under editor buttons. + * Better handle an error when recording. + * Fix improper handling of collections with deck errors. + * Fix duplicate deck names being created due to text encoding. + * Fix gtk2 theme and fcitx module not being included. + * Detect nouveau graphics drivers and automatically switch to software + rendering. +- run spec-cleaner + +------------------------------------------------------------------- Old: ---- anki-2.1.7-source.tgz New: ---- anki-2.1.11-source.tgz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ anki.spec ++++++ --- /var/tmp/diff_new_pack.ZCZZTe/_old 2019-03-18 10:44:01.667102864 +0100 +++ /var/tmp/diff_new_pack.ZCZZTe/_new 2019-03-18 10:44:01.667102864 +0100 @@ -12,32 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # %bcond_without tests - Name: anki -Version: 2.1.7 +Version: 2.1.11 Release: 0 Summary: Spaced-Repetition Memory Training Program License: AGPL-3.0-only Group: Productivity/Text/Utilities -Url: https://apps.ankiweb.net/ +URL: https://apps.ankiweb.net/ Source0: https://apps.ankiweb.net/downloads/current/%{name}-%{version}-source.tgz Source1: %{name}.appdata.xml # PATCH-FIX-OPENSUSE - anki-aqt___init__.py.patch -- Load Qt4 translations from the right place Patch1: %{name}-aqt___init__.py.patch # PATCH-FIX-OPENSUSE - anki-anki_lang.py.patch -- Load Anki translations from the right place Patch2: %{name}-anki_lang.py.patch -%if 0%{?suse_version} -BuildRequires: fdupes -BuildRequires: update-desktop-files -%endif -%if %{with tests} -BuildRequires: python3-nose -%endif BuildRequires: python3-Markdown BuildRequires: python3-PyAudio BuildRequires: python3-Send2Trash @@ -52,10 +44,17 @@ Requires: python3-decorator Requires: python3-qt5 Requires: python3-requests -Suggests: mpv Suggests: lame +Suggests: mpv Suggests: sox BuildArch: noarch +%if 0%{?suse_version} +BuildRequires: fdupes +BuildRequires: update-desktop-files +%endif +%if %{with tests} +BuildRequires: python3-nose +%endif %description Anki is a spaced repetition system (SRS). It helps the user remember things by @@ -92,7 +91,7 @@ # install appdata mkdir -p %{buildroot}%{_datadir}/appdata -install -m 0644 %{S:1} %{buildroot}%{_datadir}/appdata +install -m 0644 %{SOURCE1} %{buildroot}%{_datadir}/appdata # install mime data mkdir -p %{buildroot}%{_datadir}/mime/packages/ @@ -133,7 +132,7 @@ %doc README.md %license LICENSE LICENSE.logo %{_bindir}/%{name} -%{_mandir}/man1/%{name}.1%{ext_man} +%{_mandir}/man1/%{name}.1%{?ext_man} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.* %{_datadir}/appdata/%{name}.appdata.xml ++++++ anki-2.1.7-source.tgz -> anki-2.1.11-source.tgz ++++++ ++++ 6092 lines of diff (skipped)
