From 546ddce8bde5e4d934df9e8cb0ff3d8afc9c839c3135efc7e40b9416e9ddf380 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 18 Aug 2019 15:53:22 +0000 Subject: [PATCH] - Update to new upstream release 20190805 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/schismtracker?expand=0&rev=30 --- 20170910.tar.gz | 3 --- 20190805.tar.gz | 3 +++ schismtracker.changes | 12 ++++++++++++ schismtracker.spec | 21 +++++++++++---------- 4 files changed, 26 insertions(+), 13 deletions(-) delete mode 100644 20170910.tar.gz create mode 100644 20190805.tar.gz diff --git a/20170910.tar.gz b/20170910.tar.gz deleted file mode 100644 index e4a78fa..0000000 --- a/20170910.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9f32fa71878237267c83279816d6bcccc311c64496cac2933f68dff5ac64ee05 -size 1050995 diff --git a/20190805.tar.gz b/20190805.tar.gz new file mode 100644 index 0000000..ff1bd77 --- /dev/null +++ b/20190805.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:855205db8047e4d76faf46b80c2b7209f1f8f26be44973334fa7b74684c08cc1 +size 1307914 diff --git a/schismtracker.changes b/schismtracker.changes index dcb5d62..ae789a9 100644 --- a/schismtracker.changes +++ b/schismtracker.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Sun Aug 18 14:08:18 UTC 2019 - Jan Engelhardt + +- Update to new upstream release 20190805 + * fixed CVE-2019-14524 [boo#1144261]: heap overflow in + MTM loader + * fixed CVE-2019-14523 [boo#1144266]: heap overflow in + Oktalyzer loader + * support 15-channel MOD files + * Support undocumented MIDI macro characters, and support + character p (MIDI program) properly. + ------------------------------------------------------------------- Thu Feb 8 14:50:08 UTC 2018 - jengelh@inai.de diff --git a/schismtracker.spec b/schismtracker.spec index 3a162ee..ef75850 100644 --- a/schismtracker.spec +++ b/schismtracker.spec @@ -1,7 +1,7 @@ # # spec file for package schismtracker # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,24 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: schismtracker -Version: 20170910 +Version: 20190805 Release: 0 -Url: http://schismtracker.org/ Summary: Music editor that matches the look and feel of Impulse Tracker -License: GPL-2.0+ +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/20170910.tar.gz +Source: https://github.com/schismtracker/schismtracker/archive/%version.tar.gz Source2: %name.desktop Patch1: schism-alsa.diff Patch2: schism-nodate.diff Patch3: schism-deptrack.diff -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: SDL-devel >= 1.2.10 BuildRequires: alsa-devel BuildRequires: autoconf @@ -62,7 +61,7 @@ make %{?_smp_mflags} %install b="%buildroot" -make install DESTDIR="$b" +%make_install for size in 16 22 24 32 36 48 64 72 96 128 192; do install -Dm 0644 "icons/schism-icon-$size.png" \ "$b/%_datadir/icons/hicolor/${size}x$size/apps/%name.png" @@ -74,10 +73,12 @@ install -Dm 0644 icons/schism-icon.svg \ %files %defattr(-,root,root) -%doc AUTHORS COPYING NEWS README.md +%license COPYING +%doc NEWS README.md %_bindir/schismtracker %_datadir/icons/hicolor -%_datadir/applications/%name.desktop +%_datadir/applications/* +%_datadir/pixmaps/* %_mandir/man*/* %changelog