forked from pool/schismtracker
Accepting request 1243609 from multimedia:apps
- Update to release 20250202 OBS-URL: https://build.opensuse.org/request/show/1243609 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schismtracker?expand=0&rev=42
This commit is contained in:
commit
638e20d34a
BIN
20241226.tar.gz
(Stored with Git LFS)
BIN
20241226.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
20250202.tar.gz
(Stored with Git LFS)
Normal file
BIN
20250202.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,4 +1,4 @@
|
|||||||
mtime: 1735259335
|
mtime: 1738830136
|
||||||
commit: 146074f83f58f1483c04a5c05030cd162c16f809ac8577816eaf0dda4a029a30
|
commit: 2c25770743517889420a99d677d5f4224d9ba552a0c23b81160e6586bd17b430
|
||||||
url: https://src.opensuse.org/jengelh/schismtracker
|
url: https://src.opensuse.org/jengelh/schismtracker
|
||||||
revision: master
|
revision: master
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:1d6c767b6813e9c2b5f949ccfff063facaa44106048e0fd7d8e0c47599d52704
|
oid sha256:98584971c7aefbe626be6de919e3ec440d153e79ba0fb287c3afdeff80d84298
|
||||||
size 256
|
size 256
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
From: Jan Engelhardt <jengelh@medozas.de>
|
|
||||||
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
|
|
||||||
;
|
|
||||||
|
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Feb 6 08:21:31 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.de>
|
||||||
|
|
||||||
|
- Drop schism-nodate.diff to make builds reproducible (boo#1047218)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 5 19:51:50 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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 <jengelh@inai.de>
|
Fri Dec 27 00:17:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package schismtracker
|
# 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
|
# 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,15 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: schismtracker
|
Name: schismtracker
|
||||||
Version: 20241226
|
Version: 20250202
|
||||||
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
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
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
|
Source: https://github.com/schismtracker/schismtracker/archive/refs/tags/%version.tar.gz
|
||||||
Source2: %name.desktop
|
Source2: %name.desktop
|
||||||
Patch2: schism-nodate.diff
|
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
BuildRequires: automake
|
BuildRequires: automake
|
||||||
|
Loading…
x
Reference in New Issue
Block a user