Hello community, here is the log from the commit of package schismtracker for openSUSE:Factory checked in at 2014-10-06 12:06:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/schismtracker (Old) and /work/SRC/openSUSE:Factory/.schismtracker.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "schismtracker" Changes: -------- --- /work/SRC/openSUSE:Factory/schismtracker/schismtracker.changes 2012-02-10 17:20:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.schismtracker.new/schismtracker.changes 2014-10-06 12:06:45.000000000 +0200 @@ -1,0 +2,9 @@ +Sun Oct 5 23:18:33 UTC 2014 - [email protected] + +- Update to new snapshot 20140419 +* reset panning after S91 if sample/instrument has a default + panning set +* add timestamp sorting mode; hide *~ on all platforms +* re-add note fade when hitting end of unlooped volume envelope + +------------------------------------------------------------------- Old: ---- schismtracker-20120105.tar.xz New: ---- schismtracker-20140419.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ schismtracker.spec ++++++ --- /var/tmp/diff_new_pack.vd1PPy/_old 2014-10-06 12:06:46.000000000 +0200 +++ /var/tmp/diff_new_pack.vd1PPy/_new 2014-10-06 12:06:46.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package schismtracker # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,16 +17,16 @@ Name: schismtracker -%define rversion 20120105 -Version: 0.%rversion +Version: 20140419 Release: 0 Url: http://schismtracker.org/ Summary: Music editor that aims to match the look and feel of Impulse Tracker License: GPL-2.0+ Group: Productivity/Multimedia/Sound/Editors and Convertors + #Hg-Clone: http://schismtracker.org/hg/ -Source: %name-%rversion.tar.xz -Source1: %name.desktop +Source: %name-%version.tar.xz +Source2: %name.desktop Patch1: schism-alsa.diff Patch2: schism-nodate.diff Patch3: schism-deptrack.diff @@ -52,7 +52,7 @@ bugfixes and changes to improve IT playback. %prep -%setup -qn %name-%rversion +%setup -qn hg %patch -P 1 -P 2 -P 3 -p1 %build @@ -61,12 +61,14 @@ make %{?_smp_mflags} %install -make DESTDIR=%buildroot install -# install icons +b="%buildroot" +make install DESTDIR="$b" for size in 16 22 24 32 36 48 64 72 96 128 192; do - install -D -m 0644 icons/schism-icon-$size.png %buildroot%_datadir/icons/hicolor/${size}x$size/apps/%name.png + install -Dm 0644 "icons/schism-icon-$size.png" \ + "$b/%_datadir/icons/hicolor/${size}x$size/apps/%name.png" done -install -D -m 0644 icons/schism-icon.svg %buildroot%_datadir/icons/hicolor/scalable/apps/%name.svg +install -Dm 0644 icons/schism-icon.svg \ + "$b/%_datadir/icons/hicolor/scalable/apps/%name.svg" # install desktop file %suse_update_desktop_file -i %name ++++++ schismtracker-20120105.tar.xz -> schismtracker-20140419.tar.xz ++++++ ++++ 28842 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
