Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package csound for openSUSE:Factory checked in at 2021-06-13 23:06:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/csound (Old) and /work/SRC/openSUSE:Factory/.csound.new.32437 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "csound" Sun Jun 13 23:06:11 2021 rev:32 rq:899786 version:6.15.0 Changes: -------- --- /work/SRC/openSUSE:Factory/csound/csound.changes 2021-02-20 22:12:51.063074824 +0100 +++ /work/SRC/openSUSE:Factory/.csound.new.32437/csound.changes 2021-06-13 23:06:24.751697801 +0200 @@ -1,0 +2,6 @@ +Wed May 26 23:30:30 UTC 2021 - Konstantin Voinov <[email protected]> + +- Update to version 6.15.0 +- add -samples subpackage + +------------------------------------------------------------------- Old: ---- _service _servicedata csound-6.14.0+git20200601.tar.xz New: ---- csound-6.15.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ csound.spec ++++++ --- /var/tmp/diff_new_pack.ljFD2A/_old 2021-06-13 23:06:25.267698734 +0200 +++ /var/tmp/diff_new_pack.ljFD2A/_new 2021-06-13 23:06:25.267698734 +0200 @@ -16,8 +16,6 @@ # -%define rev 0dad8304c78efba48b4f405f4757f3e0a7e339c0 - %define py3version %(pkg-config python3 --modversion) %define support_fltk 1 %bcond_with python @@ -32,14 +30,14 @@ %define min 0 Name: csound -Version: 6.14.0+git20200601 +Version: 6.15.0 Release: 0 Summary: Computer Sound Synthesis and Composition Program -License: LGPL-2.1-or-later AND GPL-2.0-or-later +License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: Productivity/Multimedia/Sound/Utilities URL: http://www.csounds.com -#Source: https://github.com/%%{name}/%%{name}/archive/%%{version}.tar.gz#/%%{name}-%%{version}.tar.gz -Source0: %{name}-%{version}.tar.xz +Source: https://github.com/csound/csound/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +#Source0: %{name}-%{version}.tar.xz Source1: README.SUSE Source2: COPYING_gpl2+.txt # Default to using pulseaudio instead of portaudio @@ -83,6 +81,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build %global luaver %(lua -v | sed -r 's/Lua ([[:digit:]]+\\.[[:digit:]]+).*/\\1/') + %description Csound is a software synthesis program. It is modular and supports an unlimited amount of oscillators and filters. @@ -121,6 +120,14 @@ %description plugins Plugins for csound +%package samples +Summary: Data files for csound +License: MIT +Group: Productivity/Multimedia/Other + +%description samples +HRTF datafiles and Soundfont for csound + %package devel Summary: Development files for Csound Group: Development/Libraries/C and C++ @@ -205,6 +212,9 @@ %files plugins %{_libdir}/csound/ +%files samples +%{_datadir}/samples/ + %files devel %{_includedir}/csound/ %{_libdir}/libcs*.so
