Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package suil for openSUSE:Factory checked in 
at 2023-05-01 18:51:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/suil (Old)
 and      /work/SRC/openSUSE:Factory/.suil.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "suil"

Mon May  1 18:51:30 2023 rev:8 rq:1083821 version:0.10.18

Changes:
--------
--- /work/SRC/openSUSE:Factory/suil/suil.changes        2022-05-12 
23:01:57.700925802 +0200
+++ /work/SRC/openSUSE:Factory/.suil.new.1533/suil.changes      2023-05-01 
18:51:31.705478879 +0200
@@ -1,0 +2,24 @@
+Sat Apr 29 10:49:31 UTC 2023 - Konstantin Voinov <[email protected]>
+
+- Switch to meson
+- Update to 0.10.18
+  * Add project metadata
+  * Adopt REUSE machine-readable licensing standard
+  * Fix MacOS build when Gtk3 and Qt5 are present without X11
+  * Fix opening wrapped UIs multiple times in Gtk
+
+  0.10.16 Changes:
+  * Fix wrapper module installation path
+
+  0.10.14 Changes:
+  * Fix MacOS build
+  * Fix documentation install path
+  * Remove dead Qt4 support code
+  * Switch to meson build system
+
+  0.10.12 Changes:
+  * Fix build issues with newer toolchains
+  * Fix some compiler warnings
+  * Remove Qt4 support
+
+-------------------------------------------------------------------

Old:
----
  suil-0.10.10.tar.bz2

New:
----
  suil-0.10.18.tar.xz

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

Other differences:
------------------
++++++ suil.spec ++++++
--- /var/tmp/diff_new_pack.NX3ctb/_old  2023-05-01 18:51:32.209481871 +0200
+++ /var/tmp/diff_new_pack.NX3ctb/_new  2023-05-01 18:51:32.213481895 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package suil
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -29,19 +29,19 @@
 support that toolkit.
 
 Name:           suil
-Version:        0.10.10
+Version:        0.10.18
 Release:        0
 Summary:        Lightweight C library for loading and wrapping LV2 plugin UIs
 License:        ISC
 Group:          Development/Libraries/C and C++
 URL:            https://drobilla.net/software/suil.html
-Source:         https://download.drobilla.net/suil-%{version}.tar.bz2
+Source:         https://download.drobilla.net/suil-%{version}.tar.xz
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
 BuildRequires:  gtk3-devel >= 3.14.0
 BuildRequires:  lv2-devel
+BuildRequires:  meson
 BuildRequires:  pkgconfig
-BuildRequires:  python3-base
 BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(Qt5X11Extras)
 
@@ -141,16 +141,13 @@
 
 %prep
 %setup -q
-# run waf with python 3
-find waflib -type f -name *.py -exec sed -i 's|/usr/bin/env 
python$|%{_bindir}/python3|' {} \;
-sed -i 's|/usr/bin/env python$|%{_bindir}/python3|' wscript waf waflib/waf
 
 %build
-./waf configure --prefix=%{_prefix} --libdir=%{_libdir}
-./waf
+%meson -Dcocoa=disabled -Ddocs=disabled
+%meson_build
 
 %install
-./waf install --destdir=%{buildroot}
+%meson_install
 
 %post -n libsuil-0-0 -p /sbin/ldconfig
 %postun -n libsuil-0-0 -p /sbin/ldconfig

Reply via email to