Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package carla for openSUSE:Factory checked in at 2023-10-10 21:01:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/carla (Old) and /work/SRC/openSUSE:Factory/.carla.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "carla" Tue Oct 10 21:01:07 2023 rev:37 rq:1116628 version:2.5.7 Changes: -------- --- /work/SRC/openSUSE:Factory/carla/carla.changes 2023-04-05 21:35:24.634484737 +0200 +++ /work/SRC/openSUSE:Factory/.carla.new.28202/carla.changes 2023-10-10 21:02:39.907227796 +0200 @@ -1,0 +2,83 @@ +Tue Oct 10 08:44:06 UTC 2023 - davejpla...@gmail.com + +- Disable troublesome liblo +- Update to version 2.5.7: + * Fix auto-upload of release artifacts + * Bump version to 2.5.7 + * Fix typo leading to missing LV2 files + * Import minor fixes from main branch + * Fix a comment + * Allow configuration of Carla client name when headless + * Remove useless linker flag + * Fix some wine bridge details + +------------------------------------------------------------------- +Sun Aug 20 10:42:38 UTC 2023 - ec...@opensuse.org + +- Update to version 2.5.6: + * Fixup CI not building on release + * Fix carla-vst GUI for macOS retina displays + * Fix crash with jack under ARM + * Auto-scale carla-vst plugin GUI + * Bump version to 2.5.6 + * Set error message when trying to start JACK driver without JACK + * Skip special treatment for ladish + * Fix a compiler warning + * Fix carla-lv2 pre-run with 0 frames + * Fix compatibility of plugin discovery with 2.6.x tools + * Fix exported symbols +- Disable vst for Tumbleweed also because of build error. + +------------------------------------------------------------------- +Sun Aug 20 10:41:25 UTC 2023 - ec...@opensuse.org + +- Update to version 2.5.5: + * Fix leak during discovery + * yml is weird... + * Fix release CI artifacts + * Try resource dir as library path first + * Fix conflict with other tools using Carla + * Fix release CI details + * Skip LTO in release builds + * Fix release CI + * Add release CI file in this repo + * Allow to skip MIDI ports in patchbay plugin, in use for OBS + * Link resources for internal plugin + * bridge: ignore SIGTERM signal when running as child client + * Implement getPluginCategoryFromString + * Add getBinaryTypeAsString utility function + * Switch from USE_QT macro to CARLA_UTILS_USE_QT + * install util headers during "make install" + * Fix macOS build + * Fix manual include of CarlaBridgeDefines.hpp + * Fix build + * Fix manual inclusion of CarlaMacUtils.cpp + * Make bridge and mac utils public, add to utils lib + * Mark CarlaMutex and CarlaString as public, needed for msvc + * Fix a compiler warning + * Fix showing engine device settings + * Fix build + * CI: Ignore pyqt5 for macOS tests + * Fix windows build, typo + * Update CI workflows following main branch + * Bump version to 2.5.5 + * Add bridge opcode for reloading plugin info + * bridge: change custom data "big size" to 4096, bump api version + * minor bridge spec comments + * dont return nullptr on some functions, for -Wformat-overflow + * lv2: handle invalid empty paths the same way as lilv + * Log ScopedActionLock action names + * set some runtime script interpreters to /bin/sh + * Allow usage of CARLA_DISCOVERY_PATH env var for cached types + * Reduce starting pipe message to debug + * Import discovery fixes from main branch, allow IPC + * set NOMINMAX for utils windows include + * Cleanup ringbuffer code + * bridge utils: do not use sprintf + * Remove use of REAL_BUILD macro + * Adjustments as needed for Carla as OBS plugin + * fix carla build on m1 (#1757) + * Use _WIN32 instead of __WIN32__ for internal lilv + * Use -fno-strict-aliasing for sord source builds + +------------------------------------------------------------------- Old: ---- carla-2.5.4.tar.xz New: ---- carla-2.5.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ carla.spec ++++++ --- /var/tmp/diff_new_pack.M41sRC/_old 2023-10-10 21:02:41.643290750 +0200 +++ /var/tmp/diff_new_pack.M41sRC/_new 2023-10-10 21:02:41.643290750 +0200 @@ -17,11 +17,11 @@ %if 0%{?suse_version} >= 1550 -%bcond_without liblo -%bcond_without vst +%bcond_with liblo +%bcond_with vst %else %if 0%{?sle_version} >= 150500 -%bcond_without liblo +%bcond_with liblo %bcond_with vst %else %bcond_with vst @@ -36,7 +36,7 @@ #NOTE: to update this package please change these two version fields in "_service" <param name="revision">v2.1.1</param> # to the version that you want and execute "osc service runall" # It will even fill in the .changes file. Please don't touch the Version: in the spec file, it will be filled automaticaly. -Version: 2.5.4 +Version: 2.5.7 Release: 0 Summary: An audio plugin host License: BSD-2-Clause AND GPL-2.0-or-later AND BSD-3-Clause ++++++ 0002-Remove-rpath-from-.pc-files.patch ++++++ --- /var/tmp/diff_new_pack.M41sRC/_old 2023-10-10 21:02:41.659291330 +0200 +++ /var/tmp/diff_new_pack.M41sRC/_new 2023-10-10 21:02:41.663291475 +0200 @@ -10,51 +10,48 @@ data/pkgconfig/carla-utils.pc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) -diff --git a/data/pkgconfig/carla-host-plugin.pc b/data/pkgconfig/carla-host-plugin.pc -index 29b952a..fa148b6 100644 ---- a/data/pkgconfig/carla-host-plugin.pc -+++ b/data/pkgconfig/carla-host-plugin.pc +Index: carla-2.5.6/data/pkgconfig/carla-host-plugin.pc +=================================================================== +--- carla-2.5.6.orig/data/pkgconfig/carla-host-plugin.pc ++++ carla-2.5.6/data/pkgconfig/carla-host-plugin.pc @@ -6,5 +6,5 @@ carla_libdir=${libdir}/carla Name: carla-host-plugin Version: X-VERSION-X Description: Carla Host as Native Plugin -Libs: -Wl,-rpath,${carla_libdir} -L${carla_libdir} -lcarla_host-plugin +Libs: -L${carla_libdir} -lcarla_host-plugin - Cflags: -DREAL_BUILD -I${includedir}/carla -I${includedir}/carla/includes -diff --git a/data/pkgconfig/carla-native-plugin.pc b/data/pkgconfig/carla-native-plugin.pc -index ade9950..5400014 100644 ---- a/data/pkgconfig/carla-native-plugin.pc -+++ b/data/pkgconfig/carla-native-plugin.pc + Cflags: -I${includedir}/carla -I${includedir}/carla/includes +Index: carla-2.5.6/data/pkgconfig/carla-native-plugin.pc +=================================================================== +--- carla-2.5.6.orig/data/pkgconfig/carla-native-plugin.pc ++++ carla-2.5.6/data/pkgconfig/carla-native-plugin.pc @@ -5,5 +5,5 @@ includedir=X-INCLUDEDIR-X Name: carla-native-plugin Version: X-VERSION-X Description: Carla Native Plugin -Libs: -Wl,-rpath,${libdir}/carla -L${libdir}/carla -lcarla_native-plugin +Libs: -L${libdir}/carla -lcarla_native-plugin - Cflags: -DREAL_BUILD -I${includedir}/carla -I${includedir}/carla/includes -diff --git a/data/pkgconfig/carla-standalone.pc b/data/pkgconfig/carla-standalone.pc -index 0e1113a..7daa047 100644 ---- a/data/pkgconfig/carla-standalone.pc -+++ b/data/pkgconfig/carla-standalone.pc + Cflags: -I${includedir}/carla -I${includedir}/carla/includes +Index: carla-2.5.6/data/pkgconfig/carla-standalone.pc +=================================================================== +--- carla-2.5.6.orig/data/pkgconfig/carla-standalone.pc ++++ carla-2.5.6/data/pkgconfig/carla-standalone.pc @@ -5,5 +5,5 @@ includedir=X-INCLUDEDIR-X Name: carla-standalone Version: X-VERSION-X Description: Carla Host Standalone -Libs: -Wl,-rpath,${libdir}/carla -L${libdir}/carla -lcarla_standalone2 +Libs: -L${libdir}/carla -lcarla_standalone2 - Cflags: -DREAL_BUILD -I${includedir}/carla -I${includedir}/carla/includes -diff --git a/data/pkgconfig/carla-utils.pc b/data/pkgconfig/carla-utils.pc -index 1115fbe..6a8b5f2 100644 ---- a/data/pkgconfig/carla-utils.pc -+++ b/data/pkgconfig/carla-utils.pc + Cflags: -I${includedir}/carla -I${includedir}/carla/includes +Index: carla-2.5.6/data/pkgconfig/carla-utils.pc +=================================================================== +--- carla-2.5.6.orig/data/pkgconfig/carla-utils.pc ++++ carla-2.5.6/data/pkgconfig/carla-utils.pc @@ -5,5 +5,5 @@ includedir=X-INCLUDEDIR-X Name: carla-utils Version: X-VERSION-X Description: Carla Host Utilities -Libs: -Wl,-rpath,${libdir}/carla -L${libdir}/carla -lcarla_utils +Libs: -L${libdir}/carla -lcarla_utils - Cflags: -DREAL_BUILD -I${includedir}/carla -I${includedir}/carla/includes -I${includedir}/carla/utils --- -2.39.0 - + Cflags: -I${includedir}/carla -I${includedir}/carla/includes -I${includedir}/carla/utils ++++++ _service ++++++ --- /var/tmp/diff_new_pack.M41sRC/_old 2023-10-10 21:02:41.695292636 +0200 +++ /var/tmp/diff_new_pack.M41sRC/_new 2023-10-10 21:02:41.703292926 +0200 @@ -6,7 +6,7 @@ <param name="exclude">.git</param> <param name="exclude">data/windows</param> <param name="exclude">source/native-plugins/external/*</param> - <param name="revision">v2.5.4</param> + <param name="revision">v2.5.7</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.M41sRC/_old 2023-10-10 21:02:41.719293506 +0200 +++ /var/tmp/diff_new_pack.M41sRC/_new 2023-10-10 21:02:41.723293652 +0200 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/falkTX/Carla.git</param> - <param name="changesrevision">621841f68e5a2381ce45a76a6032e763c8c52758</param></service></servicedata> + <param name="changesrevision">90c1e9b4f78cbcbc41c3dc928e8e6bfd19788331</param></service></servicedata> (No newline at EOF) ++++++ carla-2.5.4.tar.xz -> carla-2.5.7.tar.xz ++++++ /work/SRC/openSUSE:Factory/carla/carla-2.5.4.tar.xz /work/SRC/openSUSE:Factory/.carla.new.28202/carla-2.5.7.tar.xz differ: char 13, line 1