Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lsp-plugins for openSUSE:Factory 
checked in at 2022-05-05 23:06:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lsp-plugins (Old)
 and      /work/SRC/openSUSE:Factory/.lsp-plugins.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lsp-plugins"

Thu May  5 23:06:40 2022 rev:16 rq:975010 version:1.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/lsp-plugins/lsp-plugins.changes  2021-12-21 
18:41:20.809912358 +0100
+++ /work/SRC/openSUSE:Factory/.lsp-plugins.new.1538/lsp-plugins.changes        
2022-05-05 23:07:13.517619608 +0200
@@ -1,0 +2,67 @@
+Wed May  4 01:21:07 UTC 2022 - Konstantin Voinov <k...@kott.no-ip.biz>
+
+- remove patches, now upstream:
+  01-Fixed-the-XDG-data-installation-script.patch
+  02-Fixed-the-icon-installation-script.patch
+  03-Fixed-invalid-pointer-dereference-when-exporting-configuration-file.patch
+  04-Fixed-problem-with-the-UI-visibility-status-update.patch 
+
+- Version 1.2.1
+
+  * Introduced JACK connection status indication for JACK plugin format.
+  * Improved keyboard event handling for VST2 plugin format in the case the 
host prevents
+    plugins from directly receiving X11 events.
+  * Updated serialization format of the KVT (Key-Value Tree) for the LV2 
plugin format.
+  * Updated parameter mapping LV2 URI for KVT.
+  * Updated build (some resources were unnecessary added to builtin resources).
+  * Updated version handling in the UI wrapper that allows to control multiple 
bundle
+    versions in one global configuration file.
+  * Updated grammar in several text comments (contributed by Dennis Braun).
+  * Fixed typo in Wavefront Object File Format name.
+  * Fixed bugs related to usage of custom installation prefix in build scripts.
+  * Fixed the XDG data installation script that forced to use 
'/usr/local/share'
+    location for shared icons.
+  * Fixed problem with the UI visibility status update for JACK plugin format
+    that could cause problems of missing of some graphical content in the UI.
+  * Fixed invalid pointer dereference when exporting configuration file that 
could cause crashes.
+  * Fixed bug that caused plugins working in headless mode to crash.
+  * Fixed regression related to saving state of some plugin controls using 
lv2:State interface.
+  * Fixed missing serialization for high-precision parameters in the 
configuration file.
+  * Fixed bug related to improper parsing of port name aliases in the UI.
+  * Fixed typo in Wavefront Object File Format name.
+  * Fixed bug that could cause improper window sizing in several cases.
+
+-------------------------------------------------------------------
+Sun Mar 27 22:26:00 UTC 2022 - Konstantin Voinov <k...@kott.no-ip.biz>
+
+- add upstream patches:
+
+01-Fixed-the-icon-installation-script.patch
+02-Fixed-the-XDG-data-installation-script.patch
+03-Fixed-invalid-pointer-dereference-when-exporting-configuration-file.patch
+04-Fixed-problem-with-the-UI-visibility-status-update.patch
+
+-------------------------------------------------------------------
+Sun Mar 27 12:36:50 UTC 2022 - Konstantin Voinov <k...@kott.no-ip.biz>
+
+- noarch fo -docs
+- add -devel
+
+- Version 1.2.0
+
+  * Decomposition of core modules into submodules.
+  * Implemented multiple visual themes for the plugins.
+  * Added possibility to change visual themes in runtime.
+  * Added headless support for JACK plugins.
+  * Fixed delay compensation issue for Dry/Wet balance for 
+    single-banded dynamic plugin series
+    (Compressor/Gate/Expander/Dynamic Processor).
+  * Add support of LV2UI:scaleFactor extension
+    - https://github.com/drobilla/lv2/pull/38/commits
+  * Implemented 'Reset to default' button.
+  * Added support of building under LoongArch32 and LoongArch64
+    architectures.
+  * Added support of building under 32-bit and 64-bit RISC-V 
+    architectures.
+
+-------------------------------------------------------------------

Old:
----
  lsp-plugins-1.1.31.tar.gz

New:
----
  lsp-plugins-1.2.1.tar.gz

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

Other differences:
------------------
++++++ lsp-plugins.spec ++++++
--- /var/tmp/diff_new_pack.tRO5tr/_old  2022-05-05 23:07:14.749621146 +0200
+++ /var/tmp/diff_new_pack.tRO5tr/_new  2022-05-05 23:07:14.757621156 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lsp-plugins
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,13 +20,13 @@
 %define _lto_cflags %{nil}
 %endif
 Name:           lsp-plugins
-Version:        1.1.31
+Version:        1.2.1
 Release:        0
 Summary:        Linux Studio Plugins Project (Stand-alone)
-License:        LGPL-3.0-or-later AND Zlib
+License:        LGPL-3.0-or-later
 Group:          Productivity/Multimedia/Sound/Utilities
 URL:            https://lsp-plug.in/
-Source0:        
https://github.com/sadko4u/lsp-plugins/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        
https://github.com/sadko4u/lsp-plugins/releases/download/%{version}/%{name}-src-%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  ladspa
@@ -59,6 +59,7 @@
 %package        doc
 Summary:        Linux Studio Plugins Documents
 Group:          Documentation/HTML
+BuildArch:      noarch
 
 %description    doc
 Documents for Linux Studio Plugins Project
@@ -105,27 +106,37 @@
 
 This is the LADSPA version of the plugins.
 
+%package devel
+Summary:        Linux Studio Plugins Development files
+Group:          Productivity/Multimedia/Sound/Utilities
+Requires:       %{name}-common = %{version}
+
+%description devel
+
+Development files for Linux Studio Plugins
+
 %prep
-%setup -q
+%setup -qn %{name}
 
 %build
-export PREFIX="%{_prefix}" DOC_PATH="%{_docdir}" LIB_PATH="%{_libdir}"
+#export PREFIX="%{_prefix}" DOC_PATH="%{_docdir}" LIB_PATH="%{_libdir}"
 export CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
-%make_build SHELL="$(which bash) -x"
+make config PREFIX="%{_prefix}" LIBDIR="%{_libdir}" SHAREDDIR=%{_datadir} 
FEATURES='lv2 vst2 doc jack ladspa xdg'
+%make_build
 
 %install
-export PREFIX="%{_prefix}" DOC_PATH="%{_docdir}" LIB_PATH="%{_libdir}"
+#export PREFIX="%{_prefix}" DOC_PATH="%{_docdir}" LIB_PATH="%{_libdir}"
 %make_install
-%make_install install_xdg
 
-for desktop in %{buildroot}%{_datadir}/applications/*.desktop; do
-%suse_update_desktop_file ${desktop} Mixer
-done
+mkdir -p %{buildroot}/%{_docdir}
+mv %{buildroot}/%{_datadir}/doc/%{name} %{buildroot}/%{_docdir}/
 
 %fdupes -s %{buildroot}%{_libdir}
 
 %files
 %{_bindir}/%{name}-*
+%dir %{_libdir}/%{name}
+%{_libdir}/%{name}/liblsp*
 %dir %{_datadir}/desktop-directories
 %dir %{_sysconfdir}/xdg
 %dir %{_sysconfdir}/xdg/menus
@@ -136,12 +147,15 @@
 %config %{_sysconfdir}/xdg/menus/applications-merged/lsp-plugins.menu
 
 %files common
-%license LICENSE.txt
-%dir %{_libdir}/%{name}
-%{_libdir}/%{name}/%{name}*
+%license COPYING COPYING.LESSER
+%{_libdir}/liblsp-*.so
+
+%files devel
+%{_libdir}/pkgconfig/*.pc
+%{_libdir}/liblsp-*.a
 
 %files -n ladspa-%{name}
-%{_libdir}/ladspa/%{name}-ladspa.so
+%{_libdir}/ladspa/%{name}-ladspa-%{version}.so
 
 %files -n lv2-%{name}
 %dir %{_libdir}/lv2
@@ -149,7 +163,7 @@
 
 %files -n vst-%{name}
 %dir %{_libdir}/vst
-%{_libdir}/vst/%{name}-lxvst-%{version}
+%{_libdir}/vst/%{name}
 
 %files doc
 %{_docdir}/%{name}

++++++ lsp-plugins-1.1.31.tar.gz -> lsp-plugins-1.2.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/lsp-plugins/lsp-plugins-1.1.31.tar.gz 
/work/SRC/openSUSE:Factory/.lsp-plugins.new.1538/lsp-plugins-1.2.1.tar.gz 
differ: char 12, line 1

Reply via email to