Hello community,

here is the log from the commit of package jacktrip for openSUSE:Factory 
checked in at 2020-09-22 21:02:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/jacktrip (Old)
 and      /work/SRC/openSUSE:Factory/.jacktrip.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "jacktrip"

Tue Sep 22 21:02:35 2020 rev:2 rq:828568 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/jacktrip/jacktrip.changes        2018-03-18 
21:44:29.870463329 +0100
+++ /work/SRC/openSUSE:Factory/.jacktrip.new.4249/jacktrip.changes      
2020-09-22 21:04:14.519565114 +0200
@@ -1,0 +2,17 @@
+Fri Aug 21 19:45:46 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 1.2.1
+  - (added) src/build script builds in ../builddir
+  - (fixed) refactor "Master" to be "Hub"
+  - (fixed) 1.2.1 correctly versioned and tagged
+  1.2 (release candidate, not yet tagged)
+  - (added) jack patching modes (-p) for Hub Mode server (-S)
+  - (fixed) Compilation under ubuntu
+  - (removed) setRealtimeProcessPriority()
+  - (removed) Rtaudio mode (but still has dependencies)
+  - (fixed) IPv4-mapped IPv6 addressing bug
+  ...
+  - (fixed) Fixed compilation for  MacOSX10.11.sdk.
+  - (update) Updated to RtAudio 4.1.1, and using shared lib in linux.
+
+-------------------------------------------------------------------

Old:
----
  jacktrip-1.1.tar.gz

New:
----
  jacktrip-1.2.1.tar.gz

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

Other differences:
------------------
++++++ jacktrip.spec ++++++
--- /var/tmp/diff_new_pack.QkJ4iB/_old  2020-09-22 21:04:16.815567119 +0200
+++ /var/tmp/diff_new_pack.QkJ4iB/_new  2020-09-22 21:04:16.815567119 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package jacktrip
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2012 Pascal Bleser <pascal.ble...@opensuse.org>
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,12 +13,12 @@
 # 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/
 #
 
 
 Name:           jacktrip
-Version:        1.1
+Version:        1.2.1
 Release:        0
 Summary:        Multi-machine network music performance over the Internet
 License:        MIT
@@ -38,18 +38,20 @@
 audio signal streaming.
 
 %prep
-%setup -q -n %{name}-%{version}/jacktrip/src
+%setup -q
 
 %build
+cd src
 %qmake5 jacktrip.pro
-make %{?_smp_mflags}
+%make_build
 
 %install
+cd src
 make INSTALL_ROOT=%{buildroot} install
-rm %{buildroot}/%{_bindir}/jacktrip_debug
+rm -v %{buildroot}/%{_bindir}/jacktrip_debug
 
 %files
-%doc ../CHANGESLOG.txt ../../README.md ../TODO.txt
+%doc CHANGESLOG.txt README.md TODO.txt
 %{_bindir}/jacktrip
 
 %changelog

++++++ jacktrip-1.1.tar.gz -> jacktrip-1.2.1.tar.gz ++++++
++++ 126295 lines of diff (skipped)


Reply via email to