Hello community,

here is the log from the commit of package rtmidi for openSUSE:Factory checked 
in at 2019-04-23 14:36:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rtmidi (Old)
 and      /work/SRC/openSUSE:Factory/.rtmidi.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rtmidi"

Tue Apr 23 14:36:12 2019 rev:2 rq:696781 version:4.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/rtmidi/rtmidi.changes    2018-04-22 
14:40:15.167636474 +0200
+++ /work/SRC/openSUSE:Factory/.rtmidi.new.5536/rtmidi.changes  2019-04-23 
14:36:17.577482373 +0200
@@ -1,0 +2,16 @@
+Mon Apr 22 14:03:48 UTC 2019 - Luigi Baldoni <[email protected]>
+
+- Update to version 4.0.0
+  * see git history for complete list of changes
+  * updates to test programs to clarify port numbering
+  * new C API wrapper
+  * new functions to get API names
+  * miscellaneous sysex fixes in Jack and ALSA
+  * new setPortName() method (for Jack and ALSA)
+  * new setClientName() method (for ALSA)
+  * various build system updates and code efficiencies
+
+- Refreshed rtmidi-2.1.1-pkgconfig.patch as
+  rtmidi-4.0.0-pkgconfig.patch
+
+-------------------------------------------------------------------

Old:
----
  rtmidi-2.1.1-pkgconfig.patch
  rtmidi-3.0.0.tar.gz

New:
----
  rtmidi-4.0.0-pkgconfig.patch
  rtmidi-4.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ rtmidi.spec ++++++
--- /var/tmp/diff_new_pack.XquS2F/_old  2019-04-23 14:36:18.181482776 +0200
+++ /var/tmp/diff_new_pack.XquS2F/_new  2019-04-23 14:36:18.181482776 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package rtmidi
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 Packman Team <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,21 +13,21 @@
 # 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   4
+%define sover   5
 Name:           rtmidi
-Version:        3.0.0
+Version:        4.0.0
 Release:        0
 Summary:        C++ library for realtime MIDI input/ouput
 License:        MIT
 Group:          Productivity/Multimedia/Sound/Utilities
-Url:            https://www.music.mcgill.ca/~gary/rtmidi/index.html
+URL:            https://www.music.mcgill.ca/~gary/rtmidi/index.html
 Source0:        
https://www.music.mcgill.ca/~gary/rtmidi/release/%{name}-%{version}.tar.gz
 # PATCH-FIX-OPENSUSE pkgconfig.patch [email protected]
-Patch0:         rtmidi-2.1.1-pkgconfig.patch
+Patch0:         rtmidi-4.0.0-pkgconfig.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
@@ -76,7 +76,6 @@
 
 %install
 %make_install
-sed -i '/LIBRARY/s|\ -L/usr/lib||' %{name}-config
 install -Dm0755 %{name}-config %{buildroot}%{_bindir}/%{name}-config
 find %{buildroot} -type f -name "*.la" -delete -print
 

++++++ rtmidi-2.1.1-pkgconfig.patch -> rtmidi-4.0.0-pkgconfig.patch ++++++
--- /work/SRC/openSUSE:Factory/rtmidi/rtmidi-2.1.1-pkgconfig.patch      
2018-04-22 14:40:14.471661658 +0200
+++ /work/SRC/openSUSE:Factory/.rtmidi.new.5536/rtmidi-4.0.0-pkgconfig.patch    
2019-04-23 14:36:16.557481693 +0200
@@ -1,6 +1,7 @@
-diff -up rtmidi-2.1.1/rtmidi.pc.in.orig rtmidi-2.1.1/rtmidi.pc.in
---- rtmidi-2.1.1/rtmidi.pc.in.orig     2016-02-13 19:10:12.000000000 +0100
-+++ rtmidi-2.1.1/rtmidi.pc.in  2017-01-30 09:57:26.476566712 +0100
+Index: rtmidi-4.0.0/rtmidi.pc.in
+===================================================================
+--- rtmidi-4.0.0.orig/rtmidi.pc.in
++++ rtmidi-4.0.0/rtmidi.pc.in
 @@ -1,12 +1,12 @@
  prefix=@prefix@
 -exec_prefix=${prefix}
@@ -8,7 +9,7 @@
 -includedir=${prefix}/include/rtmidi
 +exec_prefix=@exec_prefix@
 +libdir=@libdir@
-+includedir=@includedir@       
++includedir=@includedir@
  
 -Name: librtmidi
 +Name: rtmidi
@@ -17,6 +18,5 @@
  Requires: @req@ 
  Libs: -L${libdir} -lrtmidi
  Libs.private: -lpthread
--Cflags: -pthread -I${includedir} @CPPFLAGS@
-\ Kein Zeilenumbruch am Dateiende.
-+Cflags: -pthread @CPPFLAGS@
+-Cflags: -pthread -I${includedir} @api@
++Cflags: -pthread -I${includedir}/rtmidi @api@

++++++ rtmidi-3.0.0.tar.gz -> rtmidi-4.0.0.tar.gz ++++++
++++ 111682 lines of diff (skipped)


Reply via email to