commit msitools for openSUSE:Factory

2020-02-21 Thread root
Hello community,

here is the log from the commit of package msitools for openSUSE:Factory 
checked in at 2020-02-21 16:41:29

Comparing /work/SRC/openSUSE:Factory/msitools (Old)
 and  /work/SRC/openSUSE:Factory/.msitools.new.26092 (New)


Package is "msitools"

Fri Feb 21 16:41:29 2020 rev:6 rq:775148 version:0.100

Changes:

--- /work/SRC/openSUSE:Factory/msitools/msitools.changes2019-11-14 
23:50:07.604588915 +0100
+++ /work/SRC/openSUSE:Factory/.msitools.new.26092/msitools.changes 
2020-02-21 16:41:38.729947628 +0100
@@ -1,0 +2,5 @@
+Tue Feb 18 11:41:50 UTC 2020 - Martin Pluskal 
+
+- Modernise spec file
+
+---



Other differences:
--
++ msitools.spec ++
--- /var/tmp/diff_new_pack.iHgGaV/_old  2020-02-21 16:41:39.337948843 +0100
+++ /var/tmp/diff_new_pack.iHgGaV/_new  2020-02-21 16:41:39.341948850 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package msitools
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,6 @@
 BuildRequires:  pkgconfig(libxml-2.0) >= 2.7
 BuildRequires:  pkgconfig(uuid) >= 1.41.3
 BuildRequires:  pkgconfig(vapigen) >= 0.16
-Recommends: %{name}-lang
 
 %description
 msitools is a set of programs to inspect and build Windows Installer
@@ -79,12 +78,12 @@
 %lang_package
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure \
   --disable-static
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install




commit msitools for openSUSE:Factory

2019-11-14 Thread root
Hello community,

here is the log from the commit of package msitools for openSUSE:Factory 
checked in at 2019-11-14 23:50:06

Comparing /work/SRC/openSUSE:Factory/msitools (Old)
 and  /work/SRC/openSUSE:Factory/.msitools.new.26869 (New)


Package is "msitools"

Thu Nov 14 23:50:06 2019 rev:5 rq:748261 version:0.100

Changes:

--- /work/SRC/openSUSE:Factory/msitools/msitools.changes2019-02-19 
12:00:48.673125488 +0100
+++ /work/SRC/openSUSE:Factory/.msitools.new.26869/msitools.changes 
2019-11-14 23:50:07.604588915 +0100
@@ -1,0 +2,13 @@
+Tue Nov 12 18:26:16 UTC 2019 - Dominique Leuenberger 
+
+- Update to version 0.100:
+  * fix v0.99 regression on big-endian systems
+  * wixl: Support use of FileKey in CustomAction
+  * wixl: support Arguments attribute in shortcuts
+  * new wxi manifests for brotli, fribidi, libpsl, libunistring
+  * update wxi manifests fo icu, readline, nettle, adwaita-icon-theme,
+gcc, OpenEXR, ilmbase
+  * remove gtk-vnc manifest
+  * translation updates, build-sys improvements
+
+---

Old:

  msitools-0.99.tar.xz

New:

  msitools-0.100.tar.xz



Other differences:
--
++ msitools.spec ++
--- /var/tmp/diff_new_pack.L0kzUh/_old  2019-11-14 23:50:08.392588641 +0100
+++ /var/tmp/diff_new_pack.L0kzUh/_new  2019-11-14 23:50:08.396588640 +0100
@@ -17,12 +17,11 @@
 
 
 Name:   msitools
-Version:0.99
+Version:0.100
 Release:0
 Summary:Tools to inspect and build Windows Installer (.MSI) files
 License:GPL-2.0-or-later
-Group:  Productivity/Archiving/Compression
-Url:https://wiki.gnome.org/msitools
+URL:https://wiki.gnome.org/msitools
 Source: 
https://download.gnome.org/sources/msitools/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  intltool
@@ -48,7 +47,6 @@
 %package -n libmsi0
 Summary:Library to inspect and build Windows Installer (.MSI) files
 License:LGPL-2.1-or-later
-Group:  System/Libraries
 
 %description -n libmsi0
 libmsi is a port of (and a subset of) Wine's implementation of the Windows
@@ -57,7 +55,6 @@
 %package -n typelib-1_0-Libmsi-1_0
 Summary:Introspection bindings for libmsi, a library to inspect and 
build .msi files
 License:LGPL-2.1-or-later
-Group:  System/Libraries
 
 %description -n typelib-1_0-Libmsi-1_0
 libmsi is a port of (and a subset of) Wine's implementation of the Windows
@@ -66,7 +63,6 @@
 %package devel
 Summary:Development files for libmsi, a library to inspect and build 
.msi files
 License:LGPL-2.1-or-later
-Group:  Development/Libraries/C and C++
 Requires:   %{name} = %{version}
 Requires:   libmsi0 = %{version}
 Requires:   typelib-1_0-Libmsi-1_0 = %{version}
@@ -99,7 +95,8 @@
 %postun -n libmsi0 -p /sbin/ldconfig
 
 %files
-%doc AUTHORS COPYING COPYING.LIB NEWS README
+%license COPYING COPYING.LIB
+%doc AUTHORS NEWS
 %{_bindir}/msibuild
 %{_bindir}/msidiff
 %{_bindir}/msidump

++ msitools-0.99.tar.xz -> msitools-0.100.tar.xz ++
 60469 lines of diff (skipped)




commit msitools for openSUSE:Factory

2019-02-19 Thread root
Hello community,

here is the log from the commit of package msitools for openSUSE:Factory 
checked in at 2019-02-19 12:00:16

Comparing /work/SRC/openSUSE:Factory/msitools (Old)
 and  /work/SRC/openSUSE:Factory/.msitools.new.28833 (New)


Package is "msitools"

Tue Feb 19 12:00:16 2019 rev:4 rq:676931 version:0.99

Changes:

--- /work/SRC/openSUSE:Factory/msitools/msitools.changes2018-08-24 
17:04:01.670065966 +0200
+++ /work/SRC/openSUSE:Factory/.msitools.new.28833/msitools.changes 
2019-02-19 12:00:48.673125488 +0100
@@ -1,0 +2,17 @@
+Fri Feb 15 14:17:03 UTC 2019 - Martin Hauke 
+
+- Update to version 0.99:
+  * new wxi manifests for harfbuzz, icu, dlfcn, speex, wavpack, openexr,
+ilmbase, gcc-c++, gsm & libtheora
+  * update libidn2 to 2.0.4
+  * update libvirt to 5.0
+  * update openssl to 1.1.0h
+  * update spice-gtk to 0.36
+  * make spice-gtk ship with GStreamer WASAPI plugin instead DirectSound
+  * various dependencies wxi fixes
+  * wixl: fix crash when Feature.Level isn't specified
+  * fix rhbz#1629516 "string table load failed!" on some MSI
+  * add check-wxi: validation of wxi files on Fedora
+  * translation updates, build-sys improvements
+
+---

Old:

  msitools-0.98.tar.xz

New:

  msitools-0.99.tar.xz



Other differences:
--
++ msitools.spec ++
--- /var/tmp/diff_new_pack.ATkP1y/_old  2019-02-19 12:00:49.377125119 +0100
+++ /var/tmp/diff_new_pack.ATkP1y/_new  2019-02-19 12:00:49.381125117 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package msitools
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   msitools
-Version:0.98
+Version:0.99
 Release:0
 Summary:Tools to inspect and build Windows Installer (.MSI) files
 License:GPL-2.0-or-later

++ msitools-0.98.tar.xz -> msitools-0.99.tar.xz ++
 13597 lines of diff (skipped)




commit msitools for openSUSE:Factory

2018-08-24 Thread root
Hello community,

here is the log from the commit of package msitools for openSUSE:Factory 
checked in at 2018-08-24 17:03:46

Comparing /work/SRC/openSUSE:Factory/msitools (Old)
 and  /work/SRC/openSUSE:Factory/.msitools.new (New)


Package is "msitools"

Fri Aug 24 17:03:46 2018 rev:3 rq:628879 version:0.98

Changes:

--- /work/SRC/openSUSE:Factory/msitools/msitools.changes2018-02-22 
15:01:02.397038871 +0100
+++ /work/SRC/openSUSE:Factory/.msitools.new/msitools.changes   2018-08-24 
17:04:01.670065966 +0200
@@ -1,0 +2,15 @@
+Fri Aug  3 12:16:17 UTC 2018 - bjorn@gmail.com
+
+- Update to version 0.98:
+  + Update gcc.wxi to 7.3.0.
+  + Update glib2.wxi to 2.54.1.
+  + Update expat.wxi to 2.2.4.
+  + Update fontconfig.wxi to 2.12.6.
+  + Update spice-glib.wxi to 0.35 and include gstvideo.
+  + Update wxi form gstreamer1 commponents to 1.14.1 stable
+release.
+  + Fix error on msiextract while opening empty cab files.
+  + build-sys improvements.
+  + Updated translations.
+
+---

Old:

  msitools-0.97.tar.xz

New:

  msitools-0.98.tar.xz



Other differences:
--
++ msitools.spec ++
--- /var/tmp/diff_new_pack.iuDKin/_old  2018-08-24 17:04:02.034066397 +0200
+++ /var/tmp/diff_new_pack.iuDKin/_new  2018-08-24 17:04:02.034066397 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   msitools
-Version:0.97
+Version:0.98
 Release:0
 Summary:Tools to inspect and build Windows Installer (.MSI) files
 License:GPL-2.0-or-later

++ msitools-0.97.tar.xz -> msitools-0.98.tar.xz ++
 49262 lines of diff (skipped)




commit msitools for openSUSE:Factory

2018-02-22 Thread root
Hello community,

here is the log from the commit of package msitools for openSUSE:Factory 
checked in at 2018-02-22 15:00:59

Comparing /work/SRC/openSUSE:Factory/msitools (Old)
 and  /work/SRC/openSUSE:Factory/.msitools.new (New)


Package is "msitools"

Thu Feb 22 15:00:59 2018 rev:2 rq:578262 version:0.97

Changes:

--- /work/SRC/openSUSE:Factory/msitools/msitools.changes2017-03-09 
02:01:01.659345915 +0100
+++ /work/SRC/openSUSE:Factory/.msitools.new/msitools.changes   2018-02-22 
15:01:02.397038871 +0100
@@ -1,0 +2,94 @@
+Sun Feb 18 12:36:50 UTC 2018 - jeng...@inai.de
+
+- Update summaries, and let description say what it does now,
+  not in the future.
+
+---
+Fri Feb 16 12:14:31 UTC 2018 - aloi...@gmx.com
+
+- Update to version v0.97
+  * fix potential crash in read_properties
+  * fix double-frees in libmsi_summary_info_finalize
+  * wixl-heat: escape $ in filename, bgo#756904
+  * correctly parse dates, bgo#752860
+  * msiextract: fix extracting to SourceDir, bgo#773935
+  * wix updates: glib2, jasper, adwaita
+  * translation updates, build-sys fixes
+  version 0.96
+  * Add libvirt-glib.wxi
+  * Update nettle to 3.2.1
+  * Fix implicit declaration of mkdir in the testdatabase
+  * Disable -Wbad-function-cast (build-sys)
+  * Removed unneeded workaround (build-sys)
+  * Remove non-existent libvirt-glib translations
+  * Fix translations's path for libvirt-glib
+  * Add adwaita-icon-theme.wxi
+  * Add pcre.wxi
+  * Add pcre as glib2 dependency
+  * Remove virt-host-validade (libvirt.wxi)
+  * Update libspice-client-gtk dll version
+  * Add support to external cab handling (msiextract)
+  * Update adwaita and glib for f25
+  * Update git.mk
+  * Fix "make -j"
+  * Update gstreamer1 to 1.10.0
+  * Update gstreamer1-plugins-bad-free to 1.10.0
+  * Drop spice-gtk.wxi (spice-gtk2)
+  * Updade nettle to 3.3
+  * Remove libidn's locale data
+  * Translations
+  version 0.95
+  * Add libepoxy.wxi
+  * Update gtk3.wxi
+  * Update libcacad.wxi
+  * Update nss.wxi
+  * Update nspr.wxi
+  * Update pango.wxi
+  * Update gnutls.wxi
+  * Update nettle.wxi
+  * Update libvirt.wxi
+  * Update fontconfig.wxi
+  * Add bzip2.wxi
+  * Update freetype.wxi
+  * Update gstreamer1.wxi
+  * Update gstreamer1-plugins-base.wxi
+  * Update gstreamer1-plugins-bad-free.wxi
+  * Translations
+  version 0.94
+  * Add support for Signature table
+  * Add support for scheduling AppSearch
+  * Add support for MsiFileHash table
+  * Update libpng wxi
+  * Add winpthreads wxi
+  * Update libvirt wxi
+  * Add opus wxi
+  * Add spice-glib wxi
+  * Update libffi wxi
+  * Update glib2 wxi
+  * Update libsoup wxi
+  * Add sqlite
+  * Update nettle wxi
+  * Update gtk2 wxi
+  * Update libgcrypt wxi
+  * Add option to make packages win64-aware
+  * Treat EDITTIME property as filetime in parse_prop
+  * Add gtk3 wxi
+  * Add spice-gtk3 wxi
+  * Add gtk-vnc2 wxi
+  * Add rest wxi
+  * Add libgovirt wxi
+  * Add gstreamer1 exi
+  * Add gstreamer1-plugins-base wxi
+  * Add gstreamer1-plugins-good wxi
+  * Add gstreamer1-plugins-bad-free wxi
+  * Update spice-glib wxi
+  * Update gcc wxi
+  * Fix wix close tag when no component groups are specified
+(wixl-heat)
+  * Build clean-ups
+  * Misc bug fixes
+  * Translations
+
+- Spec cleanup
+
+---

Old:

  msitools-0.93.tar.xz

New:

  msitools-0.97.tar.xz



Other differences:
--
++ msitools.spec ++
--- /var/tmp/diff_new_pack.tbt2YM/_old  2018-02-22 15:01:03.680992680 +0100
+++ /var/tmp/diff_new_pack.tbt2YM/_new  2018-02-22 15:01:03.684992535 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package msitools
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   msitools
-Version:0.93
+Version:0.97
 Release:0
 Summary:Tools to inspect and build Windows Installer (.MSI) files
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Archiving/Compression
 Url:https://wiki.gnome.org/msitools
-Source: 
http://download.gnome.org/sources/msitools/0.93/%{name}-%{version}.tar.xz
+Source: 
https://download.gnome.org/sources/msitools/%{version}/%{name}-%{version}.tar.xz
 BuildRequires:  bison
 BuildRequires:  intltool
 BuildRequires:  pkgconfig
@@ -47,7 +47,7 @@
 
 %package -n libmsi0
 Summary:Library to inspect and build Windows Installer (.MSI) files
-License:

commit msitools for openSUSE:Factory

2017-03-08 Thread root
Hello community,

here is the log from the commit of package msitools for openSUSE:Factory 
checked in at 2017-03-09 02:01:01

Comparing /work/SRC/openSUSE:Factory/msitools (Old)
 and  /work/SRC/openSUSE:Factory/.msitools.new (New)


Package is "msitools"

Thu Mar  9 02:01:01 2017 rev:1 rq:459703 version:0.93

Changes:

New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.msitools.new/msitools.changes   2017-03-09 
02:01:01.659345915 +0100
@@ -0,0 +1,11 @@
+---
+Wed Feb 22 14:06:45 UTC 2017 - mplus...@suse.com
+
+- Cleanup spec file
+
+---
+Wed Dec 10 16:53:25 UTC 2014 - vu...@opensuse.org
+
+- Initial package (0.93)
+
+

New:

  msitools-0.93.tar.xz
  msitools.changes
  msitools.spec



Other differences:
--
++ msitools.spec ++
#
# spec file for package msitools
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#


Name:   msitools
Version:0.93
Release:0
Summary:Tools to inspect and build Windows Installer (.MSI) files
License:GPL-2.0+
Group:  Productivity/Archiving/Compression
Url:https://wiki.gnome.org/msitools
Source: 
http://download.gnome.org/sources/msitools/0.93/%{name}-%{version}.tar.xz
BuildRequires:  bison
BuildRequires:  intltool
BuildRequires:  pkgconfig
BuildRequires:  pkgconfig(gio-2.0) >= 2.14
BuildRequires:  pkgconfig(gobject-2.0)
BuildRequires:  pkgconfig(gobject-introspection-1.0) >= 0.9.4
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
Recommends: %{name}-lang

%description
msitools is a set of programs to inspect and build Windows Installer
(.MSI) files.  It is based on libmsi, a portable library to read and
write .MSI files.

msitools plans to be a solution for packaging and deployment of
cross-compiled Windows applications.

%package -n libmsi0
Summary:Library to inspect and build Windows Installer (.MSI) files
License:LGPL-2.1+
Group:  System/Libraries

%description -n libmsi0
libmsi is a port of (and a subset of) Wine's implementation of the Windows
Installer.

%package -n typelib-1_0-Libmsi-1_0
Summary:Library to inspect and build Windows Installer (.MSI) files -- 
Introspection bindings
License:LGPL-2.1+
Group:  System/Libraries

%description -n typelib-1_0-Libmsi-1_0
libmsi is a port of (and a subset of) Wine's implementation of the Windows
Installer.

%package devel
Summary:Tools to inspect and build Windows Installer (.MSI) files -- 
Development Files
License:LGPL-2.1+
Group:  Development/Libraries/C and C++
Requires:   %{name} = %{version}
Requires:   libmsi0 = %{version}
Requires:   typelib-1_0-Libmsi-1_0 = %{version}

%description devel
msitools is a set of programs to inspect and build Windows Installer
(.MSI) files.  It is based on libmsi, a portable library to read and
write .MSI files.  libmsi in turn is a port of (and a subset of) Wine's
implementation of the Windows Installer.

msitools plans to be a solution for packaging and deployment of
cross-compiled Windows applications.

%lang_package

%prep
%setup -q

%build
%configure \
  --disable-static
make %{?_smp_mflags} V=1

%install
%make_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
%defattr(-,root,root)
%doc AUTHORS COPYING COPYING.LIB NEWS README
%{_bindir}/msibuild
%{_bindir}/msidiff
%{_bindir}/msidump
%{_bindir}/msiextract
%{_bindir}/msiinfo
%{_bindir}/wixl
%{_bindir}/wixl-heat
%{_datadir}/bash-completion/completions/msitools
%{_datadir}/wixl-%{version}/

%files lang -f %{name}.lang
%defattr(-,root,root)

%files -n libmsi0
%defattr (-, root, root)
%{_libdir}/libmsi.so.0*

%files -n typelib-1_0-Libmsi-1_0
%defattr(-,root,roo