forked from pool/schismtracker
Accepting request 724394 from multimedia:apps
- Update to new upstream release 20190805 OBS-URL: https://build.opensuse.org/request/show/724394 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/schismtracker?expand=0&rev=13
This commit is contained in:
commit
eb93f718bd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9f32fa71878237267c83279816d6bcccc311c64496cac2933f68dff5ac64ee05
|
|
||||||
size 1050995
|
|
3
20190805.tar.gz
Normal file
3
20190805.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:855205db8047e4d76faf46b80c2b7209f1f8f26be44973334fa7b74684c08cc1
|
||||||
|
size 1307914
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 18 14:08:18 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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
|
Thu Feb 8 14:50:08 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package schismtracker
|
# 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
|
# 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
|
||||||
@ -12,25 +12,24 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: schismtracker
|
||||||
Version: 20170910
|
Version: 20190805
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://schismtracker.org/
|
|
||||||
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+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
Group: Productivity/Multimedia/Sound/Editors and Convertors
|
||||||
|
URL: http://schismtracker.org/
|
||||||
|
|
||||||
#Git-Clone: https://github.com/schismtracker/schismtracker
|
#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
|
Source2: %name.desktop
|
||||||
Patch1: schism-alsa.diff
|
Patch1: schism-alsa.diff
|
||||||
Patch2: schism-nodate.diff
|
Patch2: schism-nodate.diff
|
||||||
Patch3: schism-deptrack.diff
|
Patch3: schism-deptrack.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: SDL-devel >= 1.2.10
|
BuildRequires: SDL-devel >= 1.2.10
|
||||||
BuildRequires: alsa-devel
|
BuildRequires: alsa-devel
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -62,7 +61,7 @@ make %{?_smp_mflags}
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
b="%buildroot"
|
b="%buildroot"
|
||||||
make install DESTDIR="$b"
|
%make_install
|
||||||
for size in 16 22 24 32 36 48 64 72 96 128 192; do
|
for size in 16 22 24 32 36 48 64 72 96 128 192; do
|
||||||
install -Dm 0644 "icons/schism-icon-$size.png" \
|
install -Dm 0644 "icons/schism-icon-$size.png" \
|
||||||
"$b/%_datadir/icons/hicolor/${size}x$size/apps/%name.png"
|
"$b/%_datadir/icons/hicolor/${size}x$size/apps/%name.png"
|
||||||
@ -74,10 +73,12 @@ install -Dm 0644 icons/schism-icon.svg \
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc AUTHORS COPYING NEWS README.md
|
%license COPYING
|
||||||
|
%doc NEWS README.md
|
||||||
%_bindir/schismtracker
|
%_bindir/schismtracker
|
||||||
%_datadir/icons/hicolor
|
%_datadir/icons/hicolor
|
||||||
%_datadir/applications/%name.desktop
|
%_datadir/applications/*
|
||||||
|
%_datadir/pixmaps/*
|
||||||
%_mandir/man*/*
|
%_mandir/man*/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user