Hello community,

here is the log from the commit of package lsp-plugins for openSUSE:Leap:15.2 
checked in at 2020-05-01 15:07:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/lsp-plugins (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.lsp-plugins.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lsp-plugins"

Fri May  1 15:07:26 2020 rev:2 rq:799408 version:1.1.19

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/lsp-plugins/lsp-plugins.changes        
2020-02-19 18:44:45.682602817 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.lsp-plugins.new.2738/lsp-plugins.changes      
2020-05-01 15:07:32.242595690 +0200
@@ -1,0 +2,23 @@
+Tue Apr 21 14:21:14 UTC 2020 - andy great <[email protected]>
+
+- Update to 1.1.19
+  * Updated XDG desktop application integration.
+  * Refactoring of sse::fft functions for better portability
+ between different compilation options.
+  * Fixed bug in asimd::hdotp functions for AArch64 that caused
+ invalid result output.
+  * LV2 UI and standalone JACK plugins are now resizable.
+  * Fixed plugin sizing issues on certain new Linux distributions.
+  * Refactoring and several fixes of decoding and encoding of MIDI
+ protocol messages.
+  * Fixed silent MIDI output for JACK plugins.
+  * Profile binaries are now excluded from release build.
+
+- Remove lsp-plugins-fix_memory_corruption.patch
+
+-------------------------------------------------------------------
+Mon Apr  6 18:58:19 UTC 2020 - andy great <[email protected]>
+
+- Update to 1.1.17. 
+
+-------------------------------------------------------------------

Old:
----
  lsp-plugins-1.1.10.tar.gz
  lsp-plugins-fix_memory_corruption.patch

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

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

Other differences:
------------------
++++++ lsp-plugins.spec ++++++
--- /var/tmp/diff_new_pack.2Hnc11/_old  2020-05-01 15:07:33.946599391 +0200
+++ /var/tmp/diff_new_pack.2Hnc11/_new  2020-05-01 15:07:33.950599400 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package lsp-plugins
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,21 +17,20 @@
 
 
 Name:           lsp-plugins
-Version:        1.1.10
+Version:        1.1.19
 Release:        0
 Summary:        Linux Studio Plugins Project (Stand-alone)
 License:        LGPL-3.0-only AND Zlib
 Group:          Productivity/Multimedia/Sound/Utilities
 URL:            https://lsp-plug.in/
-Source:         
https://github.com/sadko4u/lsp-plugins/archive/lsp-plugins-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM lsp-plugins-fix_memory_corruption.patch
-Patch0:         lsp-plugins-fix_memory_corruption.patch
+Source0:        
https://github.com/sadko4u/lsp-plugins/archive/%{name}-%{version}.tar.gz#/%{name}-%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  ladspa
 BuildRequires:  ladspa-devel
 BuildRequires:  php7-devel
 BuildRequires:  pkgconfig
+BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(jack)
@@ -105,20 +104,33 @@
 
 %prep
 %setup -q -n %{name}-%{name}-%{version}
-%patch0 -p1
 
 %build
 export PREFIX="%{_prefix}" DOC_PATH="%{_docdir}" LIB_PATH="%{_libdir}"
 export CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
-make %{?_smp_mflags} SHELL="$(which bash) -x"
+%make_build SHELL="$(which bash) -x"
 
 %install
 export PREFIX="%{_prefix}" DOC_PATH="%{_docdir}" LIB_PATH="%{_libdir}"
 %make_install
+
+for desktop in %{buildroot}%{_datadir}/applications/*.desktop; do
+%suse_update_desktop_file ${desktop} Mixer
+done
+
 %fdupes -s %{buildroot}%{_libdir}
 
 %files
 %{_bindir}/%{name}-*
+%dir %{_datadir}/applications
+%dir %{_datadir}/desktop-directories
+%dir %{_sysconfdir}/xdg
+%dir %{_sysconfdir}/xdg/menus
+%dir %{_sysconfdir}/xdg/menus/applications-merged
+%{_datadir}/applications/*.desktop
+%{_datadir}/desktop-directories/*
+%exclude %{_datadir}/icons/hicolor/*
+%config %{_sysconfdir}/xdg/menus/applications-merged/lsp-plugins.menu
 
 %files common
 %license LICENSE.txt


Reply via email to