Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2024-12-02 16:58:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and      /work/SRC/openSUSE:Factory/.carla.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "carla"

Mon Dec  2 16:58:59 2024 rev:39 rq:1227615 version:2.5.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/carla/carla.changes      2024-03-28 
14:31:40.743729275 +0100
+++ /work/SRC/openSUSE:Factory/.carla.new.28523/carla.changes   2024-12-02 
16:59:17.649603465 +0100
@@ -1,0 +2,15 @@
+Sun Dec 01 15:36:52 UTC 2024 - davejpla...@gmail.com
+
+- Update to version 2.5.9:
+  * Fix crash when showing plugin UIs under wayland
+  * Fix OSC control unregister
+  * Fix the backporting
+  * Fixup CI
+  * Fix missing painter.restore() in case of CanvasPort errors
+  * Bump version to 2.5.9
+  * Import fixes from main branch
+  * Update CI version
+  * Adjust for liblo API breakage, dont define lo_message type
+  * wine related fixes
+
+-------------------------------------------------------------------

Old:
----
  carla-2.5.8.tar.xz

New:
----
  carla-2.5.9.tar.xz

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

Other differences:
------------------
++++++ carla.spec ++++++
--- /var/tmp/diff_new_pack.oExEn1/_old  2024-12-02 16:59:18.417635689 +0100
+++ /var/tmp/diff_new_pack.oExEn1/_new  2024-12-02 16:59:18.421635857 +0100
@@ -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.8
+Version:        2.5.9
 Release:        0
 Summary:        An audio plugin host
 License:        BSD-2-Clause AND GPL-2.0-or-later AND BSD-3-Clause
@@ -141,7 +141,7 @@
 win32 and wine32 binaries for handling ms win32 vst plugins
 
 %prep
-%autosetup -p1 -n Carla-%{version}
+%autosetup -p1
 #for i in `grep -rl "/usr/bin/env python3"`;do $(sed -i 
'1s/^#!.*/#!\/usr\/bin\/python3/' ${i}; chmod +x ${i}) ;done
 
 %build

++++++ 0001-Use-system-flac-vorbis-ogg.patch ++++++
--- /var/tmp/diff_new_pack.oExEn1/_old  2024-12-02 16:59:18.437636529 +0100
+++ /var/tmp/diff_new_pack.oExEn1/_new  2024-12-02 16:59:18.441636696 +0100
@@ -12,11 +12,11 @@
  source/plugin/Makefile         |  3 +++
  6 files changed, 25 insertions(+), 5 deletions(-)
 
-diff --git a/source/Makefile.mk b/source/Makefile.mk
-index 29e9523..4565551 100644
---- a/source/Makefile.mk
-+++ b/source/Makefile.mk
-@@ -231,6 +231,14 @@ else ifeq ($(HAVE_SDL1),true)
+Index: b/source/Makefile.mk
+===================================================================
+--- a/source/Makefile.mk       2024-09-21 23:56:30.000000000 +0200
++++ b/source/Makefile.mk       2024-12-01 17:46:10.094204091 +0200
+@@ -224,6 +224,14 @@ else ifeq ($(HAVE_SDL1),true)
  BASE_FLAGS += -DHAVE_SDL -DHAVE_SDL1
  endif
  
@@ -31,10 +31,10 @@
  ifeq ($(HAVE_SNDFILE),true)
  BASE_FLAGS += -DHAVE_SNDFILE
  endif
-diff --git a/source/backend/Makefile b/source/backend/Makefile
-index 8c14c79..fdd1da9 100644
---- a/source/backend/Makefile
-+++ b/source/backend/Makefile
+Index: b/source/backend/Makefile
+===================================================================
+--- a/source/backend/Makefile  2024-09-21 23:56:30.000000000 +0200
++++ b/source/backend/Makefile  2024-12-01 17:46:10.094204091 +0200
 @@ -86,6 +86,8 @@ STANDALONE_LINK_FLAGS += $(MAGIC_LIBS)
  STANDALONE_LINK_FLAGS += $(FLUIDSYNTH_LIBS)
  STANDALONE_LINK_FLAGS += $(SDL_LIBS)
@@ -44,11 +44,11 @@
  
  ifeq ($(USING_JUCE),true)
  STANDALONE_LINK_FLAGS += $(JUCE_AUDIO_BASICS_LIBS)
-diff --git a/source/backend/utils/Makefile b/source/backend/utils/Makefile
-index 238274b..617b7af 100644
---- a/source/backend/utils/Makefile
-+++ b/source/backend/utils/Makefile
-@@ -45,6 +45,8 @@ endif
+Index: b/source/backend/utils/Makefile
+===================================================================
+--- a/source/backend/utils/Makefile    2024-09-21 23:56:30.000000000 +0200
++++ b/source/backend/utils/Makefile    2024-12-01 17:46:10.094204091 +0200
+@@ -48,6 +48,8 @@ LINK_FLAGS += $(JACKBRIDGE_LIBS)
  LINK_FLAGS += $(LILV_LIBS)
  LINK_FLAGS += $(WATER_LIBS)
  LINK_FLAGS += $(YSFX_GRAPHICS_LIBS)
@@ -57,12 +57,12 @@
  
  ifeq ($(HAVE_X11),true)
  LINK_FLAGS += $(X11_LIBS)
-diff --git a/source/bridges-plugin/Makefile b/source/bridges-plugin/Makefile
-index 72fe7f9..b6da63b 100644
---- a/source/bridges-plugin/Makefile
-+++ b/source/bridges-plugin/Makefile
-@@ -179,6 +179,11 @@ NATIVE_LINK_FLAGS  += $(FLUIDSYNTH_LIBS)
- 
+Index: b/source/bridges-plugin/Makefile
+===================================================================
+--- a/source/bridges-plugin/Makefile   2024-09-21 23:56:30.000000000 +0200
++++ b/source/bridges-plugin/Makefile   2024-12-01 17:46:10.094204091 +0200
+@@ -180,6 +180,11 @@ NATIVE_LINK_FLAGS  += $(FLUIDSYNTH_LIBS)
+ NATIVE_BUILD_FLAGS += $(MAGIC_FLAGS)
  NATIVE_LINK_FLAGS  += $(MAGIC_LIBS)
  
 +NATIVE_BUILD_FLAGS += $(FLAC_FLAGS)
@@ -73,10 +73,10 @@
  LIBS_native        += $(MODULEDIR)/audio_decoder.a
  LIBS_native        += $(MODULEDIR)/native-plugins.a
  LIBS_native        += $(MODULEDIR)/sfzero.a
-diff --git a/source/bridges-ui/Makefile b/source/bridges-ui/Makefile
-index 243bbfa..30385f9 100644
---- a/source/bridges-ui/Makefile
-+++ b/source/bridges-ui/Makefile
+Index: b/source/bridges-ui/Makefile
+===================================================================
+--- a/source/bridges-ui/Makefile       2024-09-21 23:56:30.000000000 +0200
++++ b/source/bridges-ui/Makefile       2024-12-01 17:46:10.094204091 +0200
 @@ -36,19 +36,19 @@ endif
  # 
---------------------------------------------------------------------------------------------------------------------
  
@@ -102,10 +102,10 @@
  
  BUILD_COCOA_FLAGS   = $(BUILD_CXX_FLAGS) -DBRIDGE_COCOA -ObjC++
  LINK_COCOA_FLAGS    = $(LINK_FLAGS) -framework Cocoa $(LIBDL_LIBS)
-diff --git a/source/plugin/Makefile b/source/plugin/Makefile
-index 389dd77..47ce7bb 100644
---- a/source/plugin/Makefile
-+++ b/source/plugin/Makefile
+Index: b/source/plugin/Makefile
+===================================================================
+--- a/source/plugin/Makefile   2024-09-21 23:56:30.000000000 +0200
++++ b/source/plugin/Makefile   2024-12-01 17:46:10.098203915 +0200
 @@ -127,6 +127,9 @@ endif
  
  LINK_FLAGS += $(YSFX_GRAPHICS_LIBS)
@@ -116,7 +116,4 @@
  ifeq ($(MACOS),true)
  SYMBOLS_NATIVE  = -Wl,-exported_symbol,_carla_get_native_rack_plugin
  SYMBOLS_NATIVE += -Wl,-exported_symbol,_carla_get_native_patchbay_plugin
--- 
-2.39.0
-
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.oExEn1/_old  2024-12-02 16:59:18.481638375 +0100
+++ /var/tmp/diff_new_pack.oExEn1/_new  2024-12-02 16:59:18.485638543 +0100
@@ -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.8</param>
+    <param name="revision">v2.5.9</param>
     <param name="versionformat">@PARENT_TAG@</param>
     <param name="versionrewrite-pattern">v(.*)</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.oExEn1/_old  2024-12-02 16:59:18.505639382 +0100
+++ /var/tmp/diff_new_pack.oExEn1/_new  2024-12-02 16:59:18.509639550 +0100
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/falkTX/Carla.git</param>
-              <param 
name="changesrevision">90c1e9b4f78cbcbc41c3dc928e8e6bfd19788331</param></service></servicedata>
+              <param 
name="changesrevision">bbd981f01dd3989f4f1863a2d42d559989e94c26</param></service></servicedata>
 (No newline at EOF)
 

++++++ carla-2.5.8.tar.xz -> carla-2.5.9.tar.xz ++++++
/work/SRC/openSUSE:Factory/carla/carla-2.5.8.tar.xz 
/work/SRC/openSUSE:Factory/.carla.new.28523/carla-2.5.9.tar.xz differ: char 1, 
line 1

Reply via email to