Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package msitools for openSUSE:Factory 
checked in at 2021-03-30 20:57:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/msitools (Old)
 and      /work/SRC/openSUSE:Factory/.msitools.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "msitools"

Tue Mar 30 20:57:52 2021 rev:7 rq:868841 version:0.101

Changes:
--------
--- /work/SRC/openSUSE:Factory/msitools/msitools.changes        2020-02-21 
16:41:38.729947628 +0100
+++ /work/SRC/openSUSE:Factory/.msitools.new.2401/msitools.changes      
2021-03-30 20:57:55.340554599 +0200
@@ -1,0 +2,14 @@
+Tue Feb  2 23:25:47 UTC 2021 - Martin Hauke <mar...@gmx.de>
+
+- Update to version 101:
+  * convert the build system to Meson
+  * remove uuid dependency
+  * wixl: Make the ServiceControl attributes Remove/Start/Stop
+    optional.
+  * wixl: Implement SET_PROPERTY custom action
+  * wixl: Properly handle empty GUID in Component nodes
+  * wixl: Support ASYNC for CustomAction.Return
+  * msiinfo: fix buffer overflow
+  * translation updates, various misc fixes
+
+-------------------------------------------------------------------

Old:
----
  msitools-0.100.tar.xz

New:
----
  msitools-0.101.tar.xz

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

Other differences:
------------------
++++++ msitools.spec ++++++
--- /var/tmp/diff_new_pack.w1klY8/_old  2021-03-30 20:57:55.968555289 +0200
+++ /var/tmp/diff_new_pack.w1klY8/_new  2021-03-30 20:57:55.972555293 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package msitools
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           msitools
-Version:        0.100
+Version:        0.101
 Release:        0
 Summary:        Tools to inspect and build Windows Installer (.MSI) files
 License:        GPL-2.0-or-later
@@ -25,6 +25,7 @@
 Source:         
https://download.gnome.org/sources/msitools/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  intltool
+BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(gio-2.0) >= 2.14
 BuildRequires:  pkgconfig(gobject-2.0)
@@ -32,7 +33,6 @@
 BuildRequires:  pkgconfig(libgcab-1.0) >= 0.1.10
 BuildRequires:  pkgconfig(libgsf-1)
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.7
-BuildRequires:  pkgconfig(uuid) >= 1.41.3
 BuildRequires:  pkgconfig(vapigen) >= 0.16
 
 %description
@@ -81,21 +81,19 @@
 %autosetup
 
 %build
-%configure \
-  --disable-static
-%make_build
+%meson
+%meson_build
 
 %install
-%make_install
+%meson_install
 %find_lang %{name} %{?no_lang_C}
-find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libmsi0 -p /sbin/ldconfig
 %postun -n libmsi0 -p /sbin/ldconfig
 
 %files
-%license COPYING COPYING.LIB
-%doc AUTHORS NEWS
+%license copyright
+%doc AUTHORS NEWS README.md
 %{_bindir}/msibuild
 %{_bindir}/msidiff
 %{_bindir}/msidump

++++++ msitools-0.100.tar.xz -> msitools-0.101.tar.xz ++++++
++++ 120793 lines of diff (skipped)

Reply via email to