Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package liblscp for openSUSE:Factory checked in at 2021-05-18 18:27:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblscp (Old) and /work/SRC/openSUSE:Factory/.liblscp.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblscp" Tue May 18 18:27:20 2021 rev:2 rq:894048 version:0.9.3 Changes: -------- --- /work/SRC/openSUSE:Factory/liblscp/liblscp.changes 2018-03-16 10:40:38.702315239 +0100 +++ /work/SRC/openSUSE:Factory/.liblscp.new.2988/liblscp.changes 2021-05-18 18:27:51.098595953 +0200 @@ -1,0 +2,10 @@ +Tue May 18 09:05:01 UTC 2021 - Andreas Stieger <[email protected]> + +- update to 0.9.3: + * Expose actual system error codes via client interface + * Added new client interface function for checking whether client + lost connection to server + * Fixed potential missing NULL termination of locale strings +- drop liblscp-remove_build_timestamps.patch, no longer needed + +------------------------------------------------------------------- Old: ---- liblscp-0.5.8.tar.gz liblscp-remove_build_timestamps.patch New: ---- liblscp-0.9.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblscp.spec ++++++ --- /var/tmp/diff_new_pack.XaG4L2/_old 2021-05-18 18:27:51.626593665 +0200 +++ /var/tmp/diff_new_pack.XaG4L2/_new 2021-05-18 18:27:51.630593648 +0200 @@ -1,7 +1,7 @@ # # spec file for package liblscp # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2012 Pascal Bleser <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -13,19 +13,19 @@ # 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/ # + %define sover 6 Name: liblscp -Version: 0.5.8 +Version: 0.9.3 Release: 0 Summary: LinuxSampler control protocol library -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ URL: https://linuxsampler.org Source: https://download.linuxsampler.org/packages/liblscp-%{version}.tar.gz -Patch1: liblscp-remove_build_timestamps.patch BuildRequires: pkgconfig %description @@ -51,15 +51,14 @@ %prep %setup -q -%patch1 %build %configure --disable-static -make %{?_smp_mflags} +%make_build %install %make_install -find %{buildroot} -name "*.la" -type f -delete +find %{buildroot} -type f -name "*.la" -delete -print %post -n liblscp%{sover} -p /sbin/ldconfig %postun -n liblscp%{sover} -p /sbin/ldconfig ++++++ liblscp-0.5.8.tar.gz -> liblscp-0.9.3.tar.gz ++++++ ++++ 16044 lines of diff (skipped)
