Hello community, here is the log from the commit of package sndio for openSUSE:Factory checked in at 2020-04-21 13:13:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sndio (Old) and /work/SRC/openSUSE:Factory/.sndio.new.2738 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sndio" Tue Apr 21 13:13:25 2020 rev:5 rq:795968 version:1.6.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sndio/sndio.changes 2018-10-09 15:55:01.590221659 +0200 +++ /work/SRC/openSUSE:Factory/.sndio.new.2738/sndio.changes 2020-04-21 13:13:27.637146558 +0200 @@ -1,0 +2,8 @@ +Fri Apr 17 06:36:24 UTC 2020 - Martin Pluskal <[email protected]> + +- Update to version 1.6.0: + * No upstream changelog available +- Add dependency on libbsd +- Small spec file cleanup + +------------------------------------------------------------------- Old: ---- sndio-1.5.0.tar.gz New: ---- sndio-1.6.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sndio.spec ++++++ --- /var/tmp/diff_new_pack.5f2lfK/_old 2020-04-21 13:13:28.777148832 +0200 +++ /var/tmp/diff_new_pack.5f2lfK/_new 2020-04-21 13:13:28.781148840 +0200 @@ -1,7 +1,7 @@ # # spec file for package sndio # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define libname libsndio7_0 Name: sndio -Version: 1.5.0 +Version: 1.6.0 Release: 0 Summary: Small audio and MIDI framework License: ISC @@ -27,6 +27,7 @@ Source: http://www.sndio.org/sndio-%{version}.tar.gz BuildRequires: pkgconfig BuildRequires: pkgconfig(alsa) +BuildRequires: pkgconfig(libbsd) %description It provides an lightweight audio & MIDI server and a fully documented @@ -63,8 +64,8 @@ %build export CFLAGS="%{optflags}" # not autotools configure -./configure --prefix=%{_prefix} --libdir=%{_libdir} --enable-alsa -make %{?_smp_mflags} +./configure --prefix=%{_prefix} --libdir=%{_libdir} --enable-alsa --with-libbsd +%make_build %install %make_install ++++++ sndio-1.5.0.tar.gz -> sndio-1.6.0.tar.gz ++++++ ++++ 1832 lines of diff (skipped)
