Hello community, here is the log from the commit of package soundtouch for openSUSE:Factory checked in at 2019-08-16 15:31:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/soundtouch (Old) and /work/SRC/openSUSE:Factory/.soundtouch.new.22127 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "soundtouch" Fri Aug 16 15:31:20 2019 rev:31 rq:723223 version:2.1.2 Changes: -------- --- /work/SRC/openSUSE:Factory/soundtouch/soundtouch.changes 2018-12-10 12:23:23.462823241 +0100 +++ /work/SRC/openSUSE:Factory/.soundtouch.new.22127/soundtouch.changes 2019-08-16 15:31:21.897948487 +0200 @@ -1,0 +2,5 @@ +Wed Aug 14 08:01:43 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Use dos2unix insted of tr and friends + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ soundtouch.spec ++++++ --- /var/tmp/diff_new_pack.JT7U52/_old 2019-08-16 15:31:23.077948145 +0200 +++ /var/tmp/diff_new_pack.JT7U52/_new 2019-08-16 15:31:23.077948145 +0200 @@ -1,7 +1,7 @@ # # spec file for package soundtouch # -# 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 @@ -23,12 +23,13 @@ Summary: Audio Processing Library License: LGPL-2.1-or-later Group: Productivity/Multimedia/Sound/Editors and Convertors -Url: https://www.surina.net/soundtouch +URL: https://www.surina.net/soundtouch Source: https://gitlab.com/soundtouch/soundtouch/-/archive/%{version}/%{name}-%{version}.tar.gz Source1: https://salsa.debian.org/multimedia-team/soundtouch/raw/master/debian/soundstretch.1 Source99: baselibs.conf BuildRequires: autoconf BuildRequires: automake +BuildRequires: dos2unix BuildRequires: gcc-c++ BuildRequires: libtool BuildRequires: pkgconfig @@ -69,13 +70,11 @@ SoundTouch. %prep -%setup -q -n %{name}-%{version} -tr -d '\r' <README.html >README.html~ -touch -r README.html README.html~ -mv README.html~ README.html +%setup -q +dos2unix README.html %build -./bootstrap +autoreconf -fvi %configure \ --enable-shared \ --disable-static
