Accepting request 818403 from multimedia:apps
- Update to new upstream release 20200412 OBS-URL: https://build.opensuse.org/request/show/818403 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schismtracker?expand=0&rev=14
This commit is contained in:
commit
daad87dc98
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:855205db8047e4d76faf46b80c2b7209f1f8f26be44973334fa7b74684c08cc1
|
|
||||||
size 1307914
|
|
3
20200412.tar.gz
Normal file
3
20200412.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:255a07cdcf4df818095c290be5cc7e291a09581d5ce2cb7088b45285f74ede3d
|
||||||
|
size 1308056
|
@ -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
|
uses just a heuristic - excessive rebuilds should not actually
|
||||||
be happening.
|
be happening.
|
||||||
---
|
---
|
||||||
schism/version.c | 10 +++++-----
|
schism/version.c | 11 +++++------
|
||||||
1 file changed, 5 insertions(+), 5 deletions(-)
|
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-20200412.orig/schism/version.c
|
||||||
+++ schismtracker-20170910/schism/version.c
|
+++ schismtracker-20200412/schism/version.c
|
||||||
@@ -90,6 +90,10 @@ Information at our disposal:
|
@@ -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)
|
static int get_version_tm(struct tm *version)
|
||||||
{
|
{
|
||||||
char *ret;
|
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)
|
if (ret && !*ret)
|
||||||
return 1;
|
return 1;
|
||||||
/* Argh. */
|
/* Argh. */
|
||||||
@ -37,7 +37,15 @@ Index: schismtracker-20170910/schism/version.c
|
|||||||
/* Give up; we don't know anything. */
|
/* Give up; we don't know anything. */
|
||||||
return 0;
|
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);
|
"Schism Tracker %s", ver);
|
||||||
} else {
|
} else {
|
||||||
snprintf(top_banner_normal, sizeof(top_banner_normal) - 1,
|
snprintf(top_banner_normal, sizeof(top_banner_normal) - 1,
|
||||||
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 2 18:48:18 UTC 2020 - Mathias Homann <Mathias.Homann@opensuse.org>
|
||||||
|
|
||||||
|
- 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 <jengelh@inai.de>
|
Sun Aug 18 14:08:18 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package schismtracker
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: schismtracker
|
Name: schismtracker
|
||||||
Version: 20190805
|
Version: 20200412
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Music editor that matches the look and feel of Impulse Tracker
|
Summary: Music editor that matches the look and feel of Impulse Tracker
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
Loading…
Reference in New Issue
Block a user