- Fix component id stability

- Fix libmsi crash, rhbz#1027256
This commit is contained in:
Marc-André Lureau 2013-11-09 02:30:06 +01:00
parent 9d390aa91d
commit 86b717e3d6
3 changed files with 8 additions and 3 deletions

1
.gitignore vendored
View File

@ -3,3 +3,4 @@
/msitools-0.92.26-940f.tar.xz
/msitools-0.93.tar.xz
/msitools-0.93.6-74a2.tar.xz
/msitools-0.93.20-eb62.tar.xz

View File

@ -1,7 +1,7 @@
%define _version_suffix -74a2
%define _version_suffix -eb62
Name: msitools
Version: 0.93.6
Version: 0.93.20
Release: 1%{?dist}
Summary: Windows Installer tools
@ -85,6 +85,10 @@ rm -f %{buildroot}%{_libdir}/*.la
%changelog
* Sat Nov 9 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.93.20-1
- Fix component id stability
- Fix libmsi crash, rhbz#1027256
* Tue Aug 13 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.93.6-1
- Update to upstream 0.93.6-74a2, fixes RegLocator

View File

@ -1 +1 @@
6c85c7979c54ee68185426cc99f3aee6 msitools-0.93.6-74a2.tar.xz
5048e1a441e081534c32716271a0d5b6 msitools-0.93.20-eb62.tar.xz