2 Commits

Author SHA256 Message Date
70d9a0c42b Accepting request 1254712 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/1254712
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/msitools?expand=0&rev=11
2025-03-20 18:26:18 +00:00
3ffbd9392f - Update to version 0.106:
+ upport <Condition> inside <Feature> and <Component>
- Changes from version 0.105:
  + wixl:
    - Add ComponentGroup as Product child type
    - Support environment variables
    - Improving UI support
  + wix: add Permanent property on Component
  + bump meson to 0.56
  + wxi updates
- Add check section and meson_test macro: run tests during build.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/msitools?expand=0&rev=23
2025-03-20 12:21:44 +00:00
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d17622eebbf37fa4c09b59be0bc8db08b26be300a6731c74da1ebce262bce839
size 497848

3
msitools-0.106.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1ed34279cf8080f14f1b8f10e649474125492a089912e7ca70e59dfa2e5a659b
size 437664

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Mar 20 08:03:35 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.106:
+ upport <Condition> inside <Feature> and <Component>
- Changes from version 0.105:
+ wixl:
- Add ComponentGroup as Product child type
- Support environment variables
- Improving UI support
+ wix: add Permanent property on Component
+ bump meson to 0.56
+ wxi updates
- Add check section and meson_test macro: run tests during build.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 7 09:47:32 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org> Tue Nov 7 09:47:32 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package msitools # spec file for package msitools
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define sover 1_0-0 %define sover 1_0-0
Name: msitools Name: msitools
Version: 0.103 Version: 0.106
Release: 0 Release: 0
Summary: Tools to inspect and build Windows Installer (.MSI) files Summary: Tools to inspect and build Windows Installer (.MSI) files
License: GPL-2.0-or-later License: GPL-2.0-or-later
@@ -95,6 +95,9 @@ cross-compiled Windows applications.
%ldconfig_scriptlets -n libmsi-%{sover} %ldconfig_scriptlets -n libmsi-%{sover}
%check
%meson_test
%files %files
%license copyright %license copyright
%doc AUTHORS NEWS README.md %doc AUTHORS NEWS README.md