Hello community, here is the log from the commit of package snd for openSUSE:Factory checked in at 2019-07-22 12:19:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/snd (Old) and /work/SRC/openSUSE:Factory/.snd.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "snd" Mon Jul 22 12:19:52 2019 rev:36 rq:715651 version:19.5 Changes: -------- --- /work/SRC/openSUSE:Factory/snd/snd.changes 2018-04-16 12:48:28.734225785 +0200 +++ /work/SRC/openSUSE:Factory/.snd.new.4126/snd.changes 2019-07-22 12:19:53.955672100 +0200 @@ -1,0 +2,9 @@ +Thu Jul 11 18:08:30 UTC 2019 - Stefan BrĂ¼ns <[email protected]> + +- Update to version 19.5 (no changelog provided) +- Remove snd-drop-date-time.diff, no longer required +- Drop snd-fix-no-return.diff, fixed upstream +- Reenable all archs, but without jack for anything but x86/ppc + (32 and 64 bit), as it uses inline assembly + +------------------------------------------------------------------- Old: ---- snd-17.1.tar.gz snd-drop-date-time.diff snd-fix-no-return.diff New: ---- snd-19.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ snd.spec ++++++ --- /var/tmp/diff_new_pack.ujdkW8/_old 2019-07-22 12:19:56.643671394 +0200 +++ /var/tmp/diff_new_pack.ujdkW8/_new 2019-07-22 12:19:56.651671393 +0200 @@ -1,7 +1,7 @@ # # spec file for package snd # -# 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,9 +12,15 @@ # 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/ # +%ifarch %ix86 x86_64 %ppc ppc64 ppc64le +# The jack support has some inline assembly, but only for x86/ppc +%bcond_without jack +%else +%bcond_with jack +%endif Name: snd BuildRequires: alsa-devel @@ -31,17 +37,14 @@ Summary: Sound File Editor License: LGPL-2.1-or-later Group: Productivity/Multimedia/Sound/Editors and Convertors -Version: 17.1 +Version: 19.5 Release: 0 Requires: ladspa Source: ftp://ccrma-ftp.stanford.edu/pub/Lisp/snd-%{version}.tar.gz Source1: snd.desktop Source2: snd.png -Patch1: snd-fix-no-return.diff -Patch2: snd-drop-date-time.diff Url: https://ccrma.stanford.edu/software/snd/ BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %ix86 x86_64 %ppc ppc64 ppc64le %description Snd is a sound editor modelled loosely after Emacs and an old, @@ -52,8 +55,6 @@ %prep %setup -q find -name "*~" -type f -print -delete -%patch1 -p1 -%patch2 -p1 find -name "*.png" -type f -exec chmod 0644 "{}" "+" %build @@ -66,7 +67,8 @@ --with-ladspa \ --with-static-xm \ --with-gl \ - --with-jack + %{?with_jack:--with-jack} \ + # feel free to improve following change and please notify upstream sed -i "s:\(^LIBS =.*\):\1 -lX11 -ldl:" makefile make %{?_smp_mflags} @@ -86,8 +88,8 @@ cp %{SOURCE2} %{buildroot}/%{_datadir}/pixmaps %files -%defattr(-, root, root) -%doc COPYING *.Snd *.html pix +%license COPYING +%doc *.Snd *.html pix %{_mandir}/man?/* %{_bindir}/* %{_libdir}/snd ++++++ snd-17.1.tar.gz -> snd-19.5.tar.gz ++++++ /work/SRC/openSUSE:Factory/snd/snd-17.1.tar.gz /work/SRC/openSUSE:Factory/.snd.new.4126/snd-19.5.tar.gz differ: char 5, line 1
