Hello community, here is the log from the commit of package liblo for openSUSE:Factory checked in at 2019-06-19 21:02:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liblo (Old) and /work/SRC/openSUSE:Factory/.liblo.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liblo" Wed Jun 19 21:02:49 2019 rev:24 rq:707052 version:0.30 Changes: -------- --- /work/SRC/openSUSE:Factory/liblo/liblo.changes 2015-08-01 11:34:11.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.liblo.new.4811/liblo.changes 2019-06-19 21:03:02.814222480 +0200 @@ -1,0 +2,33 @@ +Sun Jun 2 19:40:52 UTC 2019 - Jan Engelhardt <[email protected]> + +- Use noun phrase in descriptions. Kill off historic boilerplate + descriptions. +- Ensure neutrality of descriptions. +- Remove --with-pic which is useless when --disable-static is used. + +------------------------------------------------------------------- +Fri May 17 06:48:06 UTC 2019 - Luigi Baldoni <[email protected]> + +- Update to version 0.30 + * Functions to wait and receive on multiple servers + (lo_servers_wait and lo_servers_recv_noblock) + * Improvements to the CMake build system. + * Remove premake4 files and rely on CMake for building on + Windows. + * Fix memory leak in lo_server_recv_raw_stream. + * C++ wrapper: Fix memory leak on string allocation. + version 0.29: + * Several fixes for C++ headers + * Addition of function to remove methods by lo_method + identifier (lo_server_del_lo_method) + * Addition of a secondary CMake-based build system + * Fix a bug in SLIP decoder + * Support run-time specification of maximum message size + * Remove limit on outgoing TCP message size + * Make oscdump use unbuffered output by default + * Add timetags to oscdump output + * Add a utility to play back oscdump output + +- Spec cleanup + +------------------------------------------------------------------- Old: ---- liblo-0.28.tar.gz New: ---- liblo-0.30.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liblo.spec ++++++ --- /var/tmp/diff_new_pack.5wjFif/_old 2019-06-19 21:03:04.006223514 +0200 +++ /var/tmp/diff_new_pack.5wjFif/_new 2019-06-19 21:03:04.006223514 +0200 @@ -1,7 +1,7 @@ # # spec file for package liblo # -# Copyright (c) 2015 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,87 +12,78 @@ # 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 lname liblo7 Name: liblo -Version: 0.28 +Version: 0.30 Release: 0 -Summary: Lightweight Open Sound Control implementation -License: LGPL-2.1+ +Summary: Open Sound Control implementation +# was http://plugin.org.uk/liblo/ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ -Url: http://plugin.org.uk/liblo/ -Source: http://downloads.sourceforge.net/liblo/%{name}-%{version}.tar.gz +URL: http://liblo.sourceforge.net +Source: https://downloads.sourceforge.net/liblo/%{name}-%{version}.tar.gz Source100: baselibs.conf -BuildRequires: autoconf +BuildRequires: autoconf >= 2.69 BuildRequires: automake BuildRequires: doxygen BuildRequires: libtool -BuildRequires: pkg-config -BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: pkgconfig %description -This is a lightweight, easy-to-use implementation of the OSC protocol +This is an implementation of the OSC protocol (see http://www.cnmat.berkeley.edu/OpenSoundControl/ for details). %package -n %{lname} -Summary: Lightweight Open Sound Control implementation +Summary: Open Sound Control implementation Group: System/Libraries -# O/P added for 13.1 -Obsoletes: liblo < %{version}-%{release} -Provides: liblo = %{version}-%{release} %description -n %{lname} -This is a lightweight, easy-to-use implementation of the OSC protocol +This is an implementation of the OSC protocol (see http://www.cnmat.berkeley.edu/OpenSoundControl/ for details). %package devel -Summary: Include Files and Libraries mandatory for Development +Summary: Header files for the liblo OSC implementation Group: Development/Libraries/C and C++ Requires: %{lname} = %{version} %description devel -This package contains all necessary include files and libraries needed -to develop applications that require these. +This subpackage contains libraries and header files for developing +applications that want to make use of liblo. %prep %setup -q %build echo 'HTML_TIMESTAMP=NO' >> doc/reference.doxygen.in -%if 0%{?suse_version} > 1210 -# Autoconf version 2.69 or higher is required autoreconf -fiv -%endif %configure \ --disable-static \ - --with-pic + --disable-examples make %{?_smp_mflags} %install -make DESTDIR="$RPM_BUILD_ROOT" install -# remove example binaries -make -C examples distclean +%make_install rm -f examples/Makefile examples/Makefile.in find %{buildroot} -type f -name "*.la" -delete -print %post -n %{lname} -p /sbin/ldconfig - %postun -n %{lname} -p /sbin/ldconfig %files -n %{lname} -%defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %{_libdir}/liblo.so.* %files devel -%defattr(-,root,root) %doc doc/html %doc examples %{_bindir}/oscdump %{_bindir}/oscsend +%{_bindir}/oscsendfile %{_libdir}/liblo.so %{_includedir}/lo %{_libdir}/pkgconfig/liblo.pc ++++++ liblo-0.28.tar.gz -> liblo-0.30.tar.gz ++++++ ++++ 46782 lines of diff (skipped)
