- Fix component id stability
- Fix libmsi crash, rhbz#1027256
This commit is contained in:
parent
9d390aa91d
commit
86b717e3d6
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@
|
|||||||
/msitools-0.92.26-940f.tar.xz
|
/msitools-0.92.26-940f.tar.xz
|
||||||
/msitools-0.93.tar.xz
|
/msitools-0.93.tar.xz
|
||||||
/msitools-0.93.6-74a2.tar.xz
|
/msitools-0.93.6-74a2.tar.xz
|
||||||
|
/msitools-0.93.20-eb62.tar.xz
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
%define _version_suffix -74a2
|
%define _version_suffix -eb62
|
||||||
|
|
||||||
Name: msitools
|
Name: msitools
|
||||||
Version: 0.93.6
|
Version: 0.93.20
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Windows Installer tools
|
Summary: Windows Installer tools
|
||||||
|
|
||||||
@ -85,6 +85,10 @@ rm -f %{buildroot}%{_libdir}/*.la
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Aug 13 2013 Marc-André Lureau <marcandre.lureau@redhat.com> - 0.93.6-1
|
||||||
- Update to upstream 0.93.6-74a2, fixes RegLocator
|
- Update to upstream 0.93.6-74a2, fixes RegLocator
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user