Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 70d9a0c42b | |||
| 3ffbd9392f |
@@ -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
3
msitools-0.106.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ed34279cf8080f14f1b8f10e649474125492a089912e7ca70e59dfa2e5a659b
|
||||
size 437664
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -19,7 +19,7 @@
|
||||
%define sover 1_0-0
|
||||
|
||||
Name: msitools
|
||||
Version: 0.103
|
||||
Version: 0.106
|
||||
Release: 0
|
||||
Summary: Tools to inspect and build Windows Installer (.MSI) files
|
||||
License: GPL-2.0-or-later
|
||||
@@ -95,6 +95,9 @@ cross-compiled Windows applications.
|
||||
|
||||
%ldconfig_scriptlets -n libmsi-%{sover}
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%files
|
||||
%license copyright
|
||||
%doc AUTHORS NEWS README.md
|
||||
|
||||
Reference in New Issue
Block a user