Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2021-07-20 15:39:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and      /work/SRC/openSUSE:Factory/.carla.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "carla"

Tue Jul 20 15:39:26 2021 rev:25 rq:907162 version:2.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/carla/carla.changes      2021-07-12 
21:40:26.052015435 +0200
+++ /work/SRC/openSUSE:Factory/.carla.new.2632/carla.changes    2021-07-20 
15:40:09.509546897 +0200
@@ -1,0 +2,65 @@
+Mon Jul 19 09:53:02 UTC 2021 - ec...@opensuse.org
+
+- Update to version 2.3.1:
+  * Add dmg files to gitignore
+  * Also specify NSLocalNetworkUsageDescription
+  * Set NSMicrophoneUsageDescription in Carla.plist
+  * Bump version to 2.3.1
+  * Fix build
+  * Fix race condition around postponed rt event data pool
+  * No wine stuff for now
+  * Create macos-latest.yml
+  * Tweak GH dependencies
+  * Create GH action
+  * Rename a variable
+  * Handle LV2 UI size on windows without extensions, also resize
+  * Do not refresh canvas except on error, fixing on quit crash
+  * Finish updating juce deprecated API stuff
+  * Fix loading state via juce of vst2 plugins without chunk
+  * Update plugin juce code to new APIs, hook into vst2 for parity
+  * Cleanup macOS plugin UI setup code, still fails at resizing :(
+  * Fix build with JACKBRIDGE_DIRECT=true
+  * Use tick_double on jack transport
+  * Fix windows build
+  * Fix wine build
+  * Really fix split/join
+  * Fix strict build
+  * Make some macOS dialogs modal, hack around edit dialog on top
+  * Improve countDecimalPoints
+  * midipattern: always kill all notes on reposition
+  * Fix default rack "skin" for a few plugins
+  * Remove a useless variable
+  * Fix bridged plugin UIs appearing behind main carla window on macOS
+  * Use posix_spawn to launch macOS bridges
+  * Strip macOS binaries
+  * Use posix_spawn for macOS bridge mode scanning
+  * Do not use 64bit int or long double for midi plugin playback
+  * Remove favorite plugins from list when they fail to load
+  * Fix canvas split/join action
+  * splitted is not a word
+  * Fix Qt version checks, allow canvas eyecandy for >= qt5.12
+  * Fix initial size for LV2 macOS UIs with no UI resize extension
+  * Fix a compiler warning
+  * CI tweaks
+  * More CI tweaks
+  * Try fixing CI
+  * Implement parameter groups for VST2 plugins (carla implementation)
+  * Use our metadata thread-safe mutex for the new check, seems to work
+  * Not so smart handling for now, jack2 meta-data is finicky..
+  * One more fix
+  * Alternative approach to deal with jack postponed events Might fix pipewire 
for real now, needs testing
+  * Revert "React to jack callbacks as fast as possible, fixing pipewire usage"
+  * Carla-VST: Ignore hosts calling effOpen twice, dont print error
+  * Fix carla-vst-wine symbol visibility
+  * Fix strict build
+  * Listen to X11 plugin UI resize events automatically
+  * Give keyboard focus to X11 plugin UIs
+  * Do not set jack latency callbacks, we do nothing with them
+  * Use _M_ARM64 macro to set win64 mode
+  * One more assertion ignored for jack metadata/uuid
+  * React to jack callbacks as fast as possible, fixing pipewire usage Closes 
#1348
+  * Fix build with GCC11 Closes #1396
+- Rebase patches.
+- Drop fix-build-with-gcc11.patch, because now in upstream.
+
+-------------------------------------------------------------------

Old:
----
  carla-2.3.0.tar.xz
  fix-build-with-gcc11.patch

New:
----
  carla-2.3.1.tar.xz

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

Other differences:
------------------
++++++ carla.spec ++++++
--- /var/tmp/diff_new_pack.8bAc1F/_old  2021-07-20 15:40:10.001547777 +0200
+++ /var/tmp/diff_new_pack.8bAc1F/_new  2021-07-20 15:40:10.005547784 +0200
@@ -29,7 +29,7 @@
 #NOTE: to update this package please change these two version fields in 
"_service" <param name="revision">v2.1.1</param> and
 #<param name="versionformat">2.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.3.0
+Version:        2.3.1
 Release:        0
 Summary:        An audio plugin host
 License:        BSD-2-Clause AND GPL-2.0-or-later AND BSD-3-Clause
@@ -46,8 +46,6 @@
 Patch1:         carla-remove-pkgconf-rpath.patch
 # PATCH-FIX-OPENSUSE -- Use the correct plugin paths for openSUSE 
sfl...@suse.de
 Patch2:         use-correct-plugin-paths.patch
-# PATCH-FIX-UPSTREAM -- 
https://github.com/falkTX/Carla/commit/545304f5cfa484d4037b845a4df4abd530f82669
-Patch3:         fix-build-with-gcc11.patch
 BuildRequires:  fdupes
 BuildRequires:  file-devel
 BuildRequires:  hicolor-icon-theme

++++++ _service ++++++
--- /var/tmp/diff_new_pack.8bAc1F/_old  2021-07-20 15:40:10.041547848 +0200
+++ /var/tmp/diff_new_pack.8bAc1F/_new  2021-07-20 15:40:10.041547848 +0200
@@ -6,8 +6,8 @@
     <param name="exclude">.git</param>
     <param name="exclude">data/windows</param>
     <param name="exclude">source/native-plugins/external/*</param>
-    <param name="revision">v2.3.0</param>
-    <param name="versionformat">2.3.0</param>
+    <param name="revision">v2.3.1</param>
+    <param name="versionformat">2.3.1</param>
     <param name="changesgenerate">enable</param>
     <param name="filename">carla</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.8bAc1F/_old  2021-07-20 15:40:10.061547884 +0200
+++ /var/tmp/diff_new_pack.8bAc1F/_new  2021-07-20 15:40:10.061547884 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/falkTX/Carla.git</param>
-              <param 
name="changesrevision">74ee581a3c68cb4b3c13c83bb3f215a8d114b5a7</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">bc5986be777b114d902cd36a62238e414b75a5c7</param></service></servicedata>
\ No newline at end of file

++++++ carla-2.3.0.tar.xz -> carla-2.3.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/carla/carla-2.3.0.tar.xz 
/work/SRC/openSUSE:Factory/.carla.new.2632/carla-2.3.1.tar.xz differ: char 26, 
line 1

++++++ carla-remove-pkgconf-rpath.patch ++++++
--- /var/tmp/diff_new_pack.8bAc1F/_old  2021-07-20 15:40:10.093547941 +0200
+++ /var/tmp/diff_new_pack.8bAc1F/_new  2021-07-20 15:40:10.093547941 +0200
@@ -1,43 +1,43 @@
-Index: carla-2.3.0/data/carla-standalone.pc
+Index: carla-2.3.1/data/carla-standalone.pc
 ===================================================================
---- carla-2.3.0.orig/data/carla-standalone.pc
-+++ carla-2.3.0/data/carla-standalone.pc
+--- carla-2.3.1.orig/data/carla-standalone.pc
++++ carla-2.3.1/data/carla-standalone.pc
 @@ -5,5 +5,5 @@ includedir=X-INCLUDEDIR-X/carla
  Name: carla-standalone
- Version: 2.3.0
+ Version: 2.3.1
  Description: Carla Host Standalone
 -Libs: -Wl,-rpath,${libdir} -L${libdir} -lcarla_standalone2
 +Libs: -L${libdir} -lcarla_standalone2
  Cflags: -DREAL_BUILD -I${includedir} -I${includedir}/includes
-Index: carla-2.3.0/data/carla-utils.pc
+Index: carla-2.3.1/data/carla-utils.pc
 ===================================================================
---- carla-2.3.0.orig/data/carla-utils.pc
-+++ carla-2.3.0/data/carla-utils.pc
+--- carla-2.3.1.orig/data/carla-utils.pc
++++ carla-2.3.1/data/carla-utils.pc
 @@ -5,5 +5,5 @@ includedir=X-INCLUDEDIR-X/carla
  Name: carla-utils
- Version: 2.3.0
+ Version: 2.3.1
  Description: Carla Host Utilities
 -Libs: -Wl,-rpath,${libdir} -L${libdir} -lcarla_utils
 +Libs: -L${libdir} -lcarla_utils
  Cflags: -DREAL_BUILD -I${includedir} -I${includedir}/includes 
-I${includedir}/utils
-Index: carla-2.3.0/data/carla-native-plugin.pc
+Index: carla-2.3.1/data/carla-native-plugin.pc
 ===================================================================
---- carla-2.3.0.orig/data/carla-native-plugin.pc
-+++ carla-2.3.0/data/carla-native-plugin.pc
+--- carla-2.3.1.orig/data/carla-native-plugin.pc
++++ carla-2.3.1/data/carla-native-plugin.pc
 @@ -5,5 +5,5 @@ includedir=X-INCLUDEDIR-X/carla
  Name: carla-native-plugin
- Version: 2.3.0
+ Version: 2.3.1
  Description: Carla Native Plugin
 -Libs: -Wl,-rpath,${libdir} -L${libdir} -lcarla_native-plugin
 +Libs: -L${libdir} -lcarla_native-plugin
  Cflags: -DREAL_BUILD -I${includedir} -I${includedir}/includes
-Index: carla-2.3.0/data/carla-host-plugin.pc
+Index: carla-2.3.1/data/carla-host-plugin.pc
 ===================================================================
---- carla-2.3.0.orig/data/carla-host-plugin.pc
-+++ carla-2.3.0/data/carla-host-plugin.pc
+--- carla-2.3.1.orig/data/carla-host-plugin.pc
++++ carla-2.3.1/data/carla-host-plugin.pc
 @@ -5,5 +5,5 @@ includedir=X-INCLUDEDIR-X/carla
  Name: carla-host-plugin
- Version: 2.3.0
+ Version: 2.3.1
  Description: Carla Host as Native Plugin
 -Libs: -Wl,-rpath,${libdir} -L${libdir} -lcarla_host-plugin
 +Libs: -L${libdir} -lcarla_host-plugin

Reply via email to