From c42455988f84da56adbb832886c7fe4400da286a2be9cb699eecb7b6d6fd2bf4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 2 Jul 2020 19:40:37 +0000 Subject: [PATCH 1/2] Accepting request 818397 from home:lemmy04:branches:multimedia:apps - Update to new upstream release 20200412 * Fix problem with switching tabs on the Instrument List page using the keyboard, introduced in 20190722 release. * Implement incremental search on Load Instrument page, like on the Load Sample and Load Module pages. * Correctly display size of exported mono files before exporting. * Add "AudioVideo" category to Linux desktop entry. OBS-URL: https://build.opensuse.org/request/show/818397 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=32 --- 20190805.tar.gz | 3 --- 20200412.tar.gz | 3 +++ schismtracker.changes | 10 ++++++++++ schismtracker.spec | 4 ++-- 4 files changed, 15 insertions(+), 5 deletions(-) delete mode 100644 20190805.tar.gz create mode 100644 20200412.tar.gz diff --git a/20190805.tar.gz b/20190805.tar.gz deleted file mode 100644 index ff1bd77..0000000 --- a/20190805.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:855205db8047e4d76faf46b80c2b7209f1f8f26be44973334fa7b74684c08cc1 -size 1307914 diff --git a/20200412.tar.gz b/20200412.tar.gz new file mode 100644 index 0000000..81caa80 --- /dev/null +++ b/20200412.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:255a07cdcf4df818095c290be5cc7e291a09581d5ce2cb7088b45285f74ede3d +size 1308056 diff --git a/schismtracker.changes b/schismtracker.changes index ae789a9..e2f8db4 100644 --- a/schismtracker.changes +++ b/schismtracker.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jul 2 18:48:18 UTC 2020 - Mathias Homann + +- Update to new upstream release 20200412 + + * Fix problem with switching tabs on the Instrument List page using the keyboard, introduced in 20190722 release. + * Implement incremental search on Load Instrument page, like on the Load Sample and Load Module pages. + * Correctly display size of exported mono files before exporting. + * Add "AudioVideo" category to Linux desktop entry. + ------------------------------------------------------------------- Sun Aug 18 14:08:18 UTC 2019 - Jan Engelhardt diff --git a/schismtracker.spec b/schismtracker.spec index ef75850..4b7f0fe 100644 --- a/schismtracker.spec +++ b/schismtracker.spec @@ -1,7 +1,7 @@ # # spec file for package schismtracker # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: schismtracker -Version: 20190805 +Version: 20200412 Release: 0 Summary: Music editor that matches the look and feel of Impulse Tracker License: GPL-2.0-or-later From c5421e8d91094e88046a5de5913d7532d6ee4bb249641aef6588ca7f329ea212 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 2 Jul 2020 19:41:29 +0000 Subject: [PATCH 2/2] update schism-nodate.diff OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=33 --- schism-nodate.diff | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/schism-nodate.diff b/schism-nodate.diff index 553bc56..bdab6b4 100644 --- a/schism-nodate.diff +++ b/schism-nodate.diff @@ -8,14 +8,14 @@ encoded happens to be the current day. That is ok, since rpmlint uses just a heuristic - excessive rebuilds should not actually be happening. --- - schism/version.c | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) + schism/version.c | 11 +++++------ + 1 file changed, 5 insertions(+), 6 deletions(-) -Index: schismtracker-20170910/schism/version.c +Index: schismtracker-20200412/schism/version.c =================================================================== ---- schismtracker-20170910.orig/schism/version.c -+++ schismtracker-20170910/schism/version.c -@@ -90,6 +90,10 @@ Information at our disposal: +--- schismtracker-20200412.orig/schism/version.c ++++ schismtracker-20200412/schism/version.c +@@ -92,6 +92,10 @@ Information at our disposal: */ @@ -26,7 +26,7 @@ Index: schismtracker-20170910/schism/version.c static int get_version_tm(struct tm *version) { char *ret; -@@ -99,10 +103,6 @@ static int get_version_tm(struct tm *ver +@@ -101,10 +105,6 @@ static int get_version_tm(struct tm *ver if (ret && !*ret) return 1; /* Argh. */ @@ -37,7 +37,15 @@ Index: schismtracker-20170910/schism/version.c /* Give up; we don't know anything. */ return 0; } -@@ -131,7 +131,7 @@ void ver_init(void) +@@ -118,7 +118,6 @@ void ver_init(void) + if (get_version_tm(&version)) { + version_sec = mktime(&version); + } else { +- printf("help, I am very confused about myself\n"); + version_sec = epoch_sec; + } + +@@ -134,7 +133,7 @@ void ver_init(void) "Schism Tracker %s", ver); } else { snprintf(top_banner_normal, sizeof(top_banner_normal) - 1,