Hello community, here is the log from the commit of package schismtracker for openSUSE:Factory checked in at 2012-02-10 17:19:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/schismtracker (Old) and /work/SRC/openSUSE:Factory/.schismtracker.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "schismtracker", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/schismtracker/schismtracker.changes 2011-10-02 11:14:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.schismtracker.new/schismtracker.changes 2012-02-10 17:20:03.000000000 +0100 @@ -1,0 +2,21 @@ +Wed Feb 8 14:40:22 UTC 2012 - [email protected] + +- Update to new upstream release 20120105 +* Shift-F10 now provides a dialog if the orderlist is empty +* Fix loop points when deleting last point in envelope +* Instrument list: Alt-Shift-A on trans table now copies sample + name as well as assigning sample numbers +* Less picky sample-replacement checking for pattern-to-sample + rendering +* Pattern editor: enter key now does channel search for instrument + number if none is under the cursor +* Add hidden option for inverted (more FT2-like) home/end key + behavior in the pattern editor +* Fix garbage writing when swapping portamento to the volume column + +------------------------------------------------------------------- +Fri Dec 2 07:22:57 UTC 2011 - [email protected] + +- add automake as buildrequire to avoid implicit dependency + +------------------------------------------------------------------- Old: ---- schismtracker-0.20110409.tar.xz schismtracker-link.diff New: ---- schism-deptrack.diff schismtracker-20120105.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ schismtracker.spec ++++++ --- /var/tmp/diff_new_pack.i3E9Wr/_old 2012-02-10 17:20:04.000000000 +0100 +++ /var/tmp/diff_new_pack.i3E9Wr/_new 2012-02-10 17:20:04.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package schismtracker # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -16,26 +16,32 @@ # - Name: schismtracker -Version: 0.20110409 -Release: 1 -URL: http://schismtracker.org/ -License: GPL v2 or later -Group: Productivity/Multimedia/Sound/Editors and Convertors +%define rversion 20120105 +Version: 0.%rversion +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-%version.tar.xz +Source: %name-%rversion.tar.xz Source1: %name.desktop Patch1: schism-alsa.diff Patch2: schism-nodate.diff -Patch3: schismtracker-link.diff +Patch3: schism-deptrack.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: SDL-devel >= 1.2.10 -BuildRequires: xorg-x11-devel -BuildRequires: alsa-devel freeglut-devel gcc-c++ -BuildRequires: python >= 2.4 xz +BuildRequires: alsa-devel +BuildRequires: autoconf +BuildRequires: automake +BuildRequires: freeglut-devel +BuildRequires: gcc-c++ +BuildRequires: libtool +BuildRequires: python >= 2.4 BuildRequires: update-desktop-files +BuildRequires: xorg-x11-devel +BuildRequires: xz %description Schism Tracker is a free reimplementation of Impulse Tracker, a @@ -46,13 +52,11 @@ bugfixes and changes to improve IT playback. %prep -%setup -q -n %name +%setup -qn %name-%rversion %patch -P 1 -P 2 -P 3 -p1 %build -if [ ! -e configure ]; then - autoreconf -fi -fi +autoreconf -fi %configure make %{?_smp_mflags} @@ -66,9 +70,6 @@ # install desktop file %suse_update_desktop_file -i %name -%clean -rm -rf %buildroot - %files %defattr(-,root,root) %doc AUTHORS COPYING NEWS README ++++++ schism-deptrack.diff ++++++ --- Makefile.am | 1 + configure.ac | 1 + 2 files changed, 2 insertions(+) Index: schismtracker-20120105/Makefile.am =================================================================== --- schismtracker-20120105.orig/Makefile.am +++ schismtracker-20120105/Makefile.am @@ -158,6 +158,7 @@ CLEANFILES = \ auto/helptext.c auto/default-font.c: Makefile.am scripts/bin2h.sh scripts/build-font.sh $(fonts) + ${MKDIR_P} auto sh $(srcdir)/scripts/build-font.sh $(srcdir) $(fonts) >$@ auto/helptext.c: Makefile.am scripts/genhelp.py $(helptexts) $(PYTHON) $(srcdir)/scripts/genhelp.py $(srcdir) $(helptexts) >$@ Index: schismtracker-20120105/configure.ac =================================================================== --- schismtracker-20120105.orig/configure.ac +++ schismtracker-20120105/configure.ac @@ -42,6 +42,7 @@ AC_PROG_CPP AC_PROG_INSTALL AC_PROG_LN_S AC_PROG_CC_C99 +AC_PROG_MKDIR_P dnl Windows poop AC_CHECK_TOOL([WINDRES], [windres]) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
