Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rtmidi for openSUSE:Factory checked in at 2021-12-18 20:30:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rtmidi (Old) and /work/SRC/openSUSE:Factory/.rtmidi.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rtmidi" Sat Dec 18 20:30:23 2021 rev:3 rq:941423 version:5.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/rtmidi/rtmidi.changes 2019-04-23 14:36:17.577482373 +0200 +++ /work/SRC/openSUSE:Factory/.rtmidi.new.2520/rtmidi.changes 2021-12-18 20:31:18.658278028 +0100 @@ -1,0 +2,16 @@ +Sat Dec 18 01:30:22 UTC 2021 - Simon Lees <sfl...@suse.de> + +- Update to Version 5.0.0 + * see git history for complete list of changes + * new Web MIDI API + * iOS support + * new setBufferSize() function + * fixes for WinMM, Jack + * added C API test program + * now requiring C++11 + * build system updates + * midiprobe probes all compiled APIs + * various build system updates and code efficiencies +- Refreshed rtmidi-4.0.0-pkgconfig.patch + +------------------------------------------------------------------- @@ -49 +64,0 @@ - Old: ---- rtmidi-4.0.0.tar.gz New: ---- rtmidi-5.0.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rtmidi.spec ++++++ --- /var/tmp/diff_new_pack.PTBEFJ/_old 2021-12-18 20:31:19.178278317 +0100 +++ /var/tmp/diff_new_pack.PTBEFJ/_new 2021-12-18 20:31:19.186278321 +0100 @@ -1,7 +1,7 @@ # # spec file for package rtmidi # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2015 Packman Team <pack...@links2linux.de> # # All modifications and additions to the file contributed by third parties @@ -17,9 +17,9 @@ # -%define sover 5 +%define sover 6 Name: rtmidi -Version: 4.0.0 +Version: 5.0.0 Release: 0 Summary: C++ library for realtime MIDI input/ouput License: MIT ++++++ rtmidi-4.0.0-pkgconfig.patch ++++++ --- /var/tmp/diff_new_pack.PTBEFJ/_old 2021-12-18 20:31:19.214278337 +0100 +++ /var/tmp/diff_new_pack.PTBEFJ/_new 2021-12-18 20:31:19.218278339 +0100 @@ -1,7 +1,7 @@ -Index: rtmidi-4.0.0/rtmidi.pc.in +Index: rtmidi-5.0.0/rtmidi.pc.in =================================================================== ---- rtmidi-4.0.0.orig/rtmidi.pc.in -+++ rtmidi-4.0.0/rtmidi.pc.in +--- rtmidi-5.0.0.orig/rtmidi.pc.in ++++ rtmidi-5.0.0/rtmidi.pc.in @@ -1,12 +1,12 @@ prefix=@prefix@ -exec_prefix=${prefix} @@ -15,9 +15,9 @@ +Name: rtmidi Description: RtMidi - a set of C++ classes that provide a common API for realtime MIDI input/output Version: @PACKAGE_VERSION@ - Requires: @req@ + Requires.private: @req@ Libs: -L${libdir} -lrtmidi - Libs.private: -lpthread + Libs.private: -lpthread @req_libs@ -Cflags: -pthread -I${includedir} @api@ +Cflags: -pthread -I${includedir}/rtmidi @api@ ++++++ rtmidi-4.0.0.tar.gz -> rtmidi-5.0.0.tar.gz ++++++ ++++ 22548 lines of diff (skipped)