diff --git a/20211116.tar.gz b/20211116.tar.gz deleted file mode 100644 index 1f9a80e..0000000 --- a/20211116.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:019d7df09efd7ff7fbf106add3002c0e21314469f87c23200ce99ee884962a45 -size 1309344 diff --git a/20220125.tar.gz b/20220125.tar.gz new file mode 100644 index 0000000..a3c22e8 --- /dev/null +++ b/20220125.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c803e1680d86a7eeb84c50488d20a143d3bf105cea04e0460ef9376d96618810 +size 1309919 diff --git a/schism-deptrack.diff b/schism-deptrack.diff index acc41ae..c67db13 100644 --- a/schism-deptrack.diff +++ b/schism-deptrack.diff @@ -11,11 +11,11 @@ Anyway, create the directory beforehand. configure.ac | 1 + 2 files changed, 2 insertions(+) -Index: schismtracker-20170910/Makefile.am +Index: schismtracker-20220125/Makefile.am =================================================================== ---- schismtracker-20170910.orig/Makefile.am -+++ schismtracker-20170910/Makefile.am -@@ -141,6 +141,7 @@ CLEANFILES = \ +--- schismtracker-20220125.orig/Makefile.am ++++ schismtracker-20220125/Makefile.am +@@ -147,6 +147,7 @@ CLEANFILES = \ auto/helptext.c auto/default-font.c: Makefile.am scripts/bin2h.sh scripts/build-font.sh $(fonts) @@ -23,14 +23,14 @@ Index: schismtracker-20170910/Makefile.am sh $(srcdir)/scripts/build-font.sh $(srcdir) $(fonts) >$@ auto/helptext.c: Makefile.am scripts/genhelp.py $(helptexts) $(PYTHON) $(srcdir)/scripts/genhelp.py $(srcdir) $(helptexts) >$@ -Index: schismtracker-20170910/configure.ac +Index: schismtracker-20220125/configure.ac =================================================================== ---- schismtracker-20170910.orig/configure.ac -+++ schismtracker-20170910/configure.ac -@@ -39,6 +39,7 @@ AC_PROG_CPP +--- schismtracker-20220125.orig/configure.ac ++++ schismtracker-20220125/configure.ac +@@ -38,6 +38,7 @@ AM_PROG_CC_C_O + AC_PROG_CPP AC_PROG_INSTALL AC_PROG_LN_S - AC_PROG_CC_C99 +AC_PROG_MKDIR_P dnl do we have Git diff --git a/schismtracker.changes b/schismtracker.changes index e6ef395..d44f67a 100644 --- a/schismtracker.changes +++ b/schismtracker.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Apr 21 08:15:17 UTC 2022 - Dirk Müller + +- update to 20220125: + * Release builds now support macOS 10.9+ (previously supported only 10.15+) + * Fix window size on high-DPI macOS displays when launched from app bundle + * Fix reading of various meta events in MIDI files + * Fix IMF filter envelope being upside down and IMF disable envelope command + * Fix bug in AIFF multi-write +- schism-deptrack.diff: refresh + ------------------------------------------------------------------- Wed Nov 17 09:43:57 UTC 2021 - Jan Engelhardt diff --git a/schismtracker.spec b/schismtracker.spec index 79490b8..bf03c55 100644 --- a/schismtracker.spec +++ b/schismtracker.spec @@ -1,7 +1,7 @@ # # spec file for package schismtracker # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,12 @@ Name: schismtracker -Version: 20211116 +Version: 20220125 Release: 0 Summary: Music editor that matches the look and feel of Impulse Tracker License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Editors and Convertors URL: http://schismtracker.org/ - -#Git-Clone: https://github.com/schismtracker/schismtracker Source: https://github.com/schismtracker/schismtracker/archive/refs/tags/%version.tar.gz Source2: %name.desktop Patch1: schism-alsa.diff