Hello community, here is the log from the commit of package kochmorse for openSUSE:Factory checked in at 2020-01-12 23:24:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kochmorse (Old) and /work/SRC/openSUSE:Factory/.kochmorse.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kochmorse" Sun Jan 12 23:24:00 2020 rev:3 rq:763173 version:3.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kochmorse/kochmorse.changes 2019-09-11 10:37:22.991261560 +0200 +++ /work/SRC/openSUSE:Factory/.kochmorse.new.6675/kochmorse.changes 2020-01-12 23:25:59.782851904 +0100 @@ -1,0 +2,15 @@ +Fri Jan 10 20:05:08 UTC 2020 - Martin Hauke <[email protected]> + +- Update to version 3.5.0 + * Added keyboard entry and comparison (work in progress). + * Added Wordsworth tutor. + * Fixed sound clipping issue for the filtered noise effect. + * Fixed session statistics for Koch and Random tutor. + * Fixed .desktop categories + * Added Play shortcut (Ctrl-X) + * Added Spanish translation + * Added French translation +- Update patch: + * kochmorse-fix-desktop-file-and-iconpath.patch + +------------------------------------------------------------------- Old: ---- kochmorse-3.4.0.tar.gz New: ---- kochmorse-3.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kochmorse.spec ++++++ --- /var/tmp/diff_new_pack.AuKPug/_old 2020-01-12 23:26:01.450852521 +0100 +++ /var/tmp/diff_new_pack.AuKPug/_new 2020-01-12 23:26:01.454852522 +0100 @@ -1,7 +1,7 @@ # # spec file for package kochmorse # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2019, Martin Hauke <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -18,7 +18,7 @@ Name: kochmorse -Version: 3.4.0 +Version: 3.5.0 Release: 0 Summary: A simple morse tutor using the Koch method License: GPL-2.0-or-later ++++++ kochmorse-3.4.0.tar.gz -> kochmorse-3.5.0.tar.gz ++++++ ++++ 13981 lines of diff (skipped) ++++++ kochmorse-fix-desktop-file-and-iconpath.patch ++++++ --- /var/tmp/diff_new_pack.AuKPug/_old 2020-01-12 23:26:01.554852559 +0100 +++ /var/tmp/diff_new_pack.AuKPug/_new 2020-01-12 23:26:01.558852561 +0100 @@ -1,8 +1,8 @@ diff --git a/CMakeLists.txt b/CMakeLists.txt -index 0188c68..dd75255 100644 +index d10b93d..b036d16 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt -@@ -64,7 +64,7 @@ set(CPACK_SOURCE_IGNORE_FILES +@@ -71,7 +71,7 @@ set(CPACK_SOURCE_IGNORE_FILES # IF(UNIX AND NOT APPLE) INSTALL(FILES shared/kochmorse.svg @@ -12,20 +12,17 @@ DESTINATION share/applications) ENDIF(UNIX AND NOT APPLE) diff --git a/shared/kochmorse.desktop b/shared/kochmorse.desktop -index 3dc0ecf..0f3d05d 100644 +index e7d4977..54177c6 100644 --- a/shared/kochmorse.desktop +++ b/shared/kochmorse.desktop -@@ -1,10 +1,10 @@ - [Desktop Entry] --Name=Koch Morse -+Name=Koch Morse +@@ -3,8 +3,8 @@ Name=Koch Morse GenericName=Morse Tutor Comment=A simple Morse tutor using the Koch method. Exec=kochmorse -Icon=/usr/share/icons/kochmorse.svg -+Icon=kochmorse ++Icon=kochmorse.svg Type=Application --Categories=Education;Teaching; +-Categories=Education;X-Teaching; +Categories=Education;Languages;X-HamRadio;X-Teaching; Terminal=false Encoding=UTF-8
