- Update to version 0.103: + Renamed libmsi to libmsi-1.0 + Change GUINT_FROM_LE to GUINT16_FROM_LE + Fedora 39 *.wxi fixes + Build fixes. - Add sover define and set it to 1_0-0 following upstreams rename. Following this, the subpackage libmsi0 is renamed libmsi-1_0-0. - Add msitools-set-explicit-bash.patch: Set bash to be the explicit interpreter - Use ldconfig_scriptlets macro for post(un) handling. OBS-URL: https://build.opensuse.org/request/show/1112332 OBS-URL: https://build.opensuse.org/package/show/devel:tools/msitools?expand=0&rev=19
19 lines
729 B
Diff
19 lines
729 B
Diff
diff -Nur orig-msitools-0.103/tools/msidiff.in msitools-0.103/tools/msidiff.in
|
|
--- orig-msitools-0.103/tools/msidiff.in 2023-09-19 14:54:00.000000000 +0200
|
|
+++ msitools-0.103/tools/msidiff.in 2023-09-19 17:19:41.425383081 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env bash
|
|
+#!/usr/bin/bash
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# msidiff - compare two MSI files table content with diff
|
|
diff -Nur orig-msitools-0.103/tools/msidump.in msitools-0.103/tools/msidump.in
|
|
--- orig-msitools-0.103/tools/msidump.in 2023-09-19 14:54:00.000000000 +0200
|
|
+++ msitools-0.103/tools/msidump.in 2023-09-19 17:20:09.259052061 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env bash
|
|
+#!/usr/bin/bash
|
|
# -*- coding: utf-8 -*-
|
|
|
|
# msidump - dump raw MSI tables and stream content
|