Hello community, here is the log from the commit of package anki for openSUSE:Factory checked in at 2019-02-15 09:55:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/anki (Old) and /work/SRC/openSUSE:Factory/.anki.new.28833 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "anki" Fri Feb 15 09:55:23 2019 rev:5 rq:668709 version:2.1.7 Changes: -------- --- /work/SRC/openSUSE:Factory/anki/anki.changes 2019-01-08 12:31:04.164102742 +0100 +++ /work/SRC/openSUSE:Factory/.anki.new.28833/anki.changes 2019-02-15 09:55:41.175754555 +0100 @@ -1,0 +2,6 @@ +Thu Jan 24 13:36:58 UTC 2019 - [email protected] + +- anki-anki_lang.py.patch: Also install .mo files in the proper + location. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ anki.spec ++++++ --- /var/tmp/diff_new_pack.qvmSNJ/_old 2019-02-15 09:55:42.515754130 +0100 +++ /var/tmp/diff_new_pack.qvmSNJ/_new 2019-02-15 09:55:42.515754130 +0100 @@ -1,7 +1,7 @@ # # spec file for package anki # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# Please submit bugfixes or comments via http://bugs.opensuse.org/ # ++++++ anki-anki_lang.py.patch ++++++ --- /var/tmp/diff_new_pack.qvmSNJ/_old 2019-02-15 09:55:42.535754123 +0100 +++ /var/tmp/diff_new_pack.qvmSNJ/_new 2019-02-15 09:55:42.535754123 +0100 @@ -20,3 +20,16 @@ def setLang(lang, local=True): trans = gettext.translation( +diff -ur anki-2.1.7.orig/Makefile anki-2.1.7/Makefile +--- anki-2.1.7.orig/Makefile 2018-07-27 04:18:05.000000000 +0200 ++++ anki-2.1.7/Makefile 2019-01-24 14:22:45.125333103 +0100 +@@ -9,7 +9,8 @@ + rm -rf ${DESTDIR}${PREFIX}/share/anki + mkdir -p ${DESTDIR}${PREFIX}/share/anki + cp -av anki aqt web ${DESTDIR}${PREFIX}/share/anki/ +- -cp -av locale ${DESTDIR}${PREFIX}/share/anki/ ++ mkdir -p ${DESTDIR}${PREFIX}/share/locale ++ -cp -av locale/*/ ${DESTDIR}${PREFIX}/share/locale/ + sed -e 's:@PREFIX@:${PREFIX}:' tools/runanki.system.in > tools/runanki.system + install -m 0755 -D tools/runanki.system ${DESTDIR}${PREFIX}/bin/anki + install -m 0644 -D -t ${DESTDIR}${PREFIX}/share/pixmaps anki.xpm anki.png
