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-04-24 23:09:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and      /work/SRC/openSUSE:Factory/.carla.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "carla"

Sat Apr 24 23:09:10 2021 rev:22 rq:888129 version:2.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/carla/carla.changes      2021-02-19 
23:42:37.447208114 +0100
+++ /work/SRC/openSUSE:Factory/.carla.new.12324/carla.changes   2021-04-24 
23:10:22.619498644 +0200
@@ -1,0 +2,367 @@
+Fri Apr 23 13:39:23 UTC 2021 - [email protected]
+
+- Update to version 2.3.0:
+  * Fix build
+  * Fix carla-single/standalone-bridges not having default options enabled
+  * Use .0 suffix for packaged files
+  * Bump version as 2.3.0
+  * Fix main client name for multiple carlas inside NSM Closes #1279
+  * Do not run 2nd instance of lv2 plugin if it has event output(s) Fixes #1350
+  * Tentative fix for missing vst3 poly aftertouch
+  * Use fixed buffers on standalone bridge mode
+  * Whitespace cleanup
+  * midipattern: use Esc key to close UI
+  * midipattern; kill note on event removal
+  * Cleanup midi pattern UI event handling, 2/2
+  * CarlaNative.h: move extern "C" after the includes to fix clang/libc++
+  * Cleanup midi pattern UI event handling, 1/2
+  * pianoroll: set cursor depending on hover action
+  * Fix cancelling plugin discovery Closes #1391
+  * Add .kdev_include_paths files
+  * patchcanvas: clear rubberband on right-click
+  * patchcanvas: stop storing keyboard modifier state, cleanup
+  * Fix sorting plugins by favorite Closes #1390
+  * Fix a typo
+  * Make sure to ignore CCs above 120
+  * Read lv2 midi:binding on control ports and parameters
+  * Set project filename/folder before saving, not after
+  * Fix a float vs int usage, which will break in python soon
+  * Fix recursive VST2 audioMasterAutomate parameter changes Fixes #1365
+  * Use Ctrl+P to open/close side panel Fixes #1193
+  * Fix strict build
+  * Bump version
+  * audio_decoder: assume 16bit for encoded libsndfile files
+  * Accept oga and opus audio files
+  * Update static lv2 bundle too
+  * Small tweaks in preparation of future things
+  * Add num tracks info to midifile
+  * audiofile: tweaks to "waveform" preview
+  * midifile: make sure to start new files at frame 0
+  * Fix a typo
+  * Update midi file static lv2 bundle data
+  * midifile: add repeat mode and make host-sync optional
+  * audiofile: only advance internal frame if there is a file
+  * Update static data of audiofile
+  * audiofile: add host sync, enable and volume parameters
+  * Fix wine bridge build for certain systems
+  * Fix (native) plugin discovery under Windows
+  * Fix plugin search listing AU as possible type on Windows
+  * Fix a compiler warning
+  * Fix loading project with vst3 plugin bridges
+  * Ship with magic.mgc file on macOS
+  * Setup CARLA_MAGIC_FILE env var for cxfreeze builds
+  * Tweaks to make dist
+  * Debug output of bridging vsts
+  * Package 32bit bridges on macos non-universal builds
+  * Use -universal suffix for macos-universal dmgs
+  * Update FUNDING.yml
+  * Update copyright year in about page
+  * Fix logic around gCarla.nogui
+  * Rework some CarlaString methods to prevent stack overflow
+  * Silence cxfreeze stdout
+  * Add FUNDING.yml
+  * Specify mp3 file support on "make features"
+  * Mention dr_mp3, libsndfile and zita-resampler in about page
+  * Bump version
+  * CLeanup
+  * Fix make dist for windows
+  * macOS arm64/x64 handling of VST3 plugins
+  * Fix some compiler warnings
+  * audiofile mp3: calculate seek points when loading file
+  * Prevent issues with hosts sending MIDI events where they shouldnt
+  * audiofile mp3: disable SIMD for macos-old builds
+  * Fix typo
+  * Fix pool fix calc, ignore wrap since it is too hard
+  * Remove audiofile global init
+  * Alternative mp3 handling via dr_mp3
+  * Fetch bitrate and pool fill for audiofile
+  * Read mp3 files on RAM
+  * Small missing definition
+  * audiofile: better use of local vs internal pool
+  * Fix make dist for old mingw
+  * Fix make dist plugin rules
+  * Add win32 binaries to win64 packaging
+  * Fix windows bridge build
+  * more make dist tweaks
+  * Finalize make dist for windows
+  * Fix bridges build
+  * Reduce excessive prints
+  * Fully delete embed lv2 ui window on hide Fixes #1339
+  * Fix assertion on empty project path; Change cwd of plugin bridges
+  * 2 more icons
+  * win32 make dist mostly works now
+  * More tweaks for win32 make dist
+  * Fix showing UI bridges for a few systems
+  * Fix windows native tools, now without symlinks
+  * Ignore irrelevant assertion when quitting windows bridge
+  * Move some code around
+  * Fix use of patchbay external canvas client with no plugins
+  * Fix strict build
+  * Fix some compiler warnings
+  * Add cursor position to audiofile
+  * Generate file preview for bigger files too
+  * send audiofile preview as lv2 vector
+  * audiofile: protect against race conditions when loading new files
+  * audiofile: fix resampling of full loaded file
+  * Try 30s for full audio file in ram
+  * carla-lv2: only ask for "idle" one at a time
+  * Smaller pool for audio file, but load full if < 10s; use mlock
+  * MIDI file length, WIP
+  * Fixup audiofile plugin for offline rendering
+  * Start work for new windows toolchain build
+  * Add a few more desktop-theme icon definitions
+  * Support lv2 parameters that are both readable and writable
+  * Fix mod fileTypes in lv2 audio/midi file plugins
+  * Ignore priority increase warnings when testing plugins
+  * Fix install with cross-compiling without lv2 plugin
+  * Give up with BINARY_* expose, alternative approach
+  * Try to fix strict build
+  * expose binary types as macros so they can be compared to BINARY_NATIVE
+  * Fix wine bridges build
+  * Do not show custom GUI is testing plugins
+  * Use carla-bridge-native.exe for native arch bridge on windows
+  * Minor tweaks as used for testing
+  * Fix previous commit
+  * Do not build external plugins by default
+  * Fix cross-compilation without an exe wrapper
+  * Yet another old macOS build fix
+  * Fix build on old macOS
+  * Fix windows build
+  * Reduce bridge plugin test to 5s
+  * Allow to run CV plugins in rack mode, CV connects to dummy port
+  * Clear PID when child process ends
+  * Fix usage of empty filenames and labels for plugin bridges
+  * Fix carla-control, regression from previous commits
+  * Fix crash on internal vst handling with bad macOS plugins
+  * Fix debug console output to be readable on macOS dark theme
+  * Show description for carla-plugins pkg
+  * Another makefile fix
+  * Create macOS dmg on make dist
+  * Remove old macOS data files
+  * Fix make install, more make dist work
+  * continue make dist cleanup
+  * Rename a file to prevent possible recursion issues
+  * make dist tweaks, now more generic
+  * Initial work for system icons
+  * Use proper carla-control icon in some systems
+  * Add carla-control to make dist
+  * Split off some makefile stuff into new files
+  * Create carla app bundle in "make dist" command
+  * Better way to find qt5 prefix on macOS for theme build
+  * Now fix new compilers too :P
+  * Force-fix macos theme builds
+  * Fix build on macOS 10.5
+  * Fix build on macOS 10.8
+  * Rework state path support in carla lv2 plugins
+  * Order lv2 parameters by URI
+  * Catch lv2 dsp->ui messages, and prevent recursion from carla
+  * Expose inline-display in carla lv2 plugins
+  * Map NATIVE_HOST_OPCODE_REQUEST_IDLE to lv2 worker
+  * Update pre-exported lv2-bundles to match latest changes
+  * Fix old compilers build
+  * Ammend previous commit
+  * Fix lv2-bundles build
+  * audiofile: Bail out if resample fails, whitespace cleanup
+  * Fix strict build
+  * Fix missing audio outputs in rack mode juce engine driver
+  * audiofile: add some info as parameter outputs
+  * Fix build with old compilers
+  * audiofile: reduce lock time and use a spinlock as guard
+  * audiofile: use host idle to read file, instead of custom thread
+  * bigmeter: do not request inline display during process
+  * audiofile: do not request inline display during process
+  * Finish resampling details, seems to work nicely
+  * On the fly resampling for audiofile
+  * Initial tests with resampler
+  * Add zita-resampler, to be used for audiofile
+  * Start trying to package for osx nicely
+  * Rough way of discoverying x64-only vsts on arm64 macOS
+  * Save/restore side panel visiblity for carla-control
+  * Remove custom return host on carla-control, no longer needed
+  * Silent a pylint warning
+  * Cleanup, fix offset in previous commit (OSC method)
+  * Really fix/ignore client name if known host
+  * Adjust static lv2 bundles for latest MOD file spec
+  * Ignore client name if OSC message is from known host
+  * Clear up situation with nogui and carla-osc-gui script
+  * Workaround buggy lo_address_get_port
+  * Cleanup some OSC message size
+  * Use OSC message source instead of URL arg as target
+  * Print a little debug info when new carla-control connects
+  * Fix strict build
+  * audio/midi file plugins should alway list their file "presets"
+  * Set audio and midi file path as used in MOD units
+  * Fix macos-old build
+  * Fix unused variable
+  * Fix strict build
+  * Put x64 lv2 plugins in bridge mode if needed (macOS only)
++++ 170 more lines (skipped)
++++ between /work/SRC/openSUSE:Factory/carla/carla.changes
++++ and /work/SRC/openSUSE:Factory/.carla.new.12324/carla.changes

Old:
----
  carla-2.2.0.tar.xz

New:
----
  carla-2.3.0.tar.xz

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

Other differences:
------------------
++++++ carla.spec ++++++
--- /var/tmp/diff_new_pack.aPYfzq/_old  2021-04-24 23:10:23.151499395 +0200
+++ /var/tmp/diff_new_pack.aPYfzq/_new  2021-04-24 23:10:23.155499401 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package carla
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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.2.0
+Version:        2.3.0
 Release:        0
 Summary:        An audio plugin host
 License:        GPL-2.0-or-later AND BSD-2-Clause AND BSD-3-Clause

++++++ _service ++++++
--- /var/tmp/diff_new_pack.aPYfzq/_old  2021-04-24 23:10:23.183499441 +0200
+++ /var/tmp/diff_new_pack.aPYfzq/_new  2021-04-24 23:10:23.187499446 +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.2.0</param>
-    <param name="versionformat">2.2.0</param>
+    <param name="revision">v2.3.0</param>
+    <param name="versionformat">2.3.0</param>
     <param name="changesgenerate">enable</param>
     <param name="filename">carla</param>
   </service>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.aPYfzq/_old  2021-04-24 23:10:23.203499470 +0200
+++ /var/tmp/diff_new_pack.aPYfzq/_new  2021-04-24 23:10:23.203499470 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/falkTX/Carla.git</param>
-              <param 
name="changesrevision">a72dbc9872e61fa54c293188a6cf27c92f72850d</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">74ee581a3c68cb4b3c13c83bb3f215a8d114b5a7</param></service></servicedata>
\ No newline at end of file

++++++ carla-2.2.0.tar.xz -> carla-2.3.0.tar.xz ++++++
/work/SRC/openSUSE:Factory/carla/carla-2.2.0.tar.xz 
/work/SRC/openSUSE:Factory/.carla.new.12324/carla-2.3.0.tar.xz differ: char 13, 
line 1

++++++ carla-remove-pkgconf-rpath.patch ++++++
--- /var/tmp/diff_new_pack.aPYfzq/_old  2021-04-24 23:10:23.235499514 +0200
+++ /var/tmp/diff_new_pack.aPYfzq/_new  2021-04-24 23:10:23.235499514 +0200
@@ -1,32 +1,32 @@
-Index: carla-2.2.0/data/carla-standalone.pc
+Index: carla-2.3.0/data/carla-standalone.pc
 ===================================================================
---- carla-2.2.0.orig/data/carla-standalone.pc  2020-06-12 12:53:06.368008569 
+0200
-+++ carla-2.2.0/data/carla-standalone.pc       2020-06-12 12:54:21.982914944 
+0200
+--- carla-2.3.0.orig/data/carla-standalone.pc
++++ carla-2.3.0/data/carla-standalone.pc
 @@ -5,5 +5,5 @@ includedir=X-INCLUDEDIR-X/carla
  Name: carla-standalone
- Version: 2.2.0
+ Version: 2.3.0
  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.2.0/data/carla-utils.pc
+Index: carla-2.3.0/data/carla-utils.pc
 ===================================================================
---- carla-2.2.0.orig/data/carla-utils.pc       2020-06-12 12:53:06.368008569 
+0200
-+++ carla-2.2.0/data/carla-utils.pc    2020-06-12 12:55:07.736672962 +0200
+--- carla-2.3.0.orig/data/carla-utils.pc
++++ carla-2.3.0/data/carla-utils.pc
 @@ -5,5 +5,5 @@ includedir=X-INCLUDEDIR-X/carla
  Name: carla-utils
- Version: 2.2.0
+ Version: 2.3.0
  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.2.0/data/carla-native-plugin.pc
+Index: carla-2.3.0/data/carla-native-plugin.pc
 ===================================================================
---- carla-2.2.0.orig/data/carla-native-plugin.pc       2020-06-12 
12:53:06.368008569 +0200
-+++ carla-2.2.0/data/carla-native-plugin.pc    2020-06-12 12:56:32.123914260 
+0200
+--- carla-2.3.0.orig/data/carla-native-plugin.pc
++++ carla-2.3.0/data/carla-native-plugin.pc
 @@ -5,5 +5,5 @@ includedir=X-INCLUDEDIR-X/carla
  Name: carla-native-plugin
- Version: 2.2.0
+ Version: 2.3.0
  Description: Carla Native Plugin
 -Libs: -Wl,-rpath,${libdir} -L${libdir} -lcarla_native-plugin
 +Libs: -L${libdir} -lcarla_native-plugin

Reply via email to