diff --git a/20241226.tar.gz b/20241226.tar.gz deleted file mode 100644 index 223594e..0000000 --- a/20241226.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:32b9e5f3cab7648c89b23449fb7ca2ab77abd9e67e120ced70770710b1e06a58 -size 1187056 diff --git a/20250202.tar.gz b/20250202.tar.gz new file mode 100644 index 0000000..02b6fc7 --- /dev/null +++ b/20250202.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5275bc177bac8e93b5141d706c284c9104f74b6bef9d83be2328963b3aa0700f +size 1205258 diff --git a/_scmsync.obsinfo b/_scmsync.obsinfo index 77ec7c8..430698a 100644 --- a/_scmsync.obsinfo +++ b/_scmsync.obsinfo @@ -1,4 +1,4 @@ -mtime: 1735259335 -commit: 146074f83f58f1483c04a5c05030cd162c16f809ac8577816eaf0dda4a029a30 +mtime: 1738830136 +commit: 2c25770743517889420a99d677d5f4224d9ba552a0c23b81160e6586bd17b430 url: https://src.opensuse.org/jengelh/schismtracker revision: master diff --git a/build.specials.obscpio b/build.specials.obscpio index 661ff42..d5208a6 100644 --- a/build.specials.obscpio +++ b/build.specials.obscpio @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1d6c767b6813e9c2b5f949ccfff063facaa44106048e0fd7d8e0c47599d52704 +oid sha256:98584971c7aefbe626be6de919e3ec440d153e79ba0fb287c3afdeff80d84298 size 256 diff --git a/schism-nodate.diff b/schism-nodate.diff deleted file mode 100644 index 3792bbd..0000000 --- a/schism-nodate.diff +++ /dev/null @@ -1,26 +0,0 @@ -From: Jan Engelhardt -Upstream: never - -Replace __DATE__ and __TIME__ with static text. - -Note: rpmlint will still complain when the static date that was -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 | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -Index: schismtracker-20241226/schism/version.c -=================================================================== ---- schismtracker-20241226.orig/schism/version.c -+++ schismtracker-20241226/schism/version.c -@@ -53,7 +53,7 @@ static const char* top_banner_normal = - #ifndef EMPTY_VERSION - "Schism Tracker " VERSION - #else -- "Schism Tracker built " __DATE__ " " __TIME__ -+ "Schism Tracker built <>" - #endif - ; - diff --git a/schismtracker.changes b/schismtracker.changes index a117d27..e8cb15e 100644 --- a/schismtracker.changes +++ b/schismtracker.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Thu Feb 6 08:21:31 UTC 2025 - Bernhard Wiedemann + +- Drop schism-nodate.diff to make builds reproducible (boo#1047218) + +------------------------------------------------------------------- +Wed Feb 5 19:51:50 UTC 2025 - Jan Engelhardt + +- Update to release 20250202 + * MOD saving supports more than four channels now. + * Floating point WAV/AIFF/AU importing now uses hardware + floating point numbers, if available. + * Fix note cut being cut off immediately regardless of whether + ramping was enabled or not. + * Fix envelope carry being dependent on a previous Note Off. + * Fix a crash when loading some extremely large files. + ------------------------------------------------------------------- Fri Dec 27 00:17:59 UTC 2024 - Jan Engelhardt diff --git a/schismtracker.spec b/schismtracker.spec index d2162f9..e04f95a 100644 --- a/schismtracker.spec +++ b/schismtracker.spec @@ -1,7 +1,7 @@ # # spec file for package schismtracker # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,15 +17,14 @@ Name: schismtracker -Version: 20241226 +Version: 20250202 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/ +URL: https://schismtracker.org/ Source: https://github.com/schismtracker/schismtracker/archive/refs/tags/%version.tar.gz Source2: %name.desktop -Patch2: schism-nodate.diff BuildRequires: alsa-devel BuildRequires: autoconf BuildRequires: automake