Update nettle to 3.2.1

This commit is contained in:
Fabiano Fidêncio 2016-02-23 13:44:37 +01:00
parent 062e5b2d59
commit 093366aa86
2 changed files with 35 additions and 0 deletions

View File

@ -0,0 +1,32 @@
From a3b7c9af6639d8d07dcb2338be4241af1acef9a5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= <fidencio@redhat.com>
Date: Tue, 23 Feb 2016 09:23:15 +0100
Subject: [PATCH] wxi: update nettle to 3.2.1
Use version 3.2.1, matching what currently is in f23.
https://bugzilla.gnome.org/show_bug.cgi?id=762514
---
data/wixl/nettle.wxi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/data/wixl/nettle.wxi b/data/wixl/nettle.wxi
index 78f4ac9..31d644c 100644
--- a/data/wixl/nettle.wxi
+++ b/data/wixl/nettle.wxi
@@ -6,10 +6,10 @@
<DirectoryRef Id="INSTALLDIR">
<Directory Id="dir19005F9CD7DD75239BC27524467D3B5F" Name="bin">
<Component Win64="$(var.Win64)" Id="cmp7D1D6558DB49C65F87ABAA8ABC549490" Guid="*">
- <File Id="fil7D9A5BA189964756C558D780557F3FE3" KeyPath="yes" Source="$(var.SourceDir)/bin/libhogweed-4-1.dll"/>
+ <File Id="fil7D9A5BA189964756C558D780557F3FE3" KeyPath="yes" Source="$(var.SourceDir)/bin/libhogweed-4-2.dll"/>
</Component>
<Component Win64="$(var.Win64)" Id="cmp26E1104F7A73A1758041DD848846050E" Guid="*">
- <File Id="fil556F58E4223E3D0E4D47703DE0ADA463" KeyPath="yes" Source="$(var.SourceDir)/bin/libnettle-6-1.dll"/>
+ <File Id="fil556F58E4223E3D0E4D47703DE0ADA463" KeyPath="yes" Source="$(var.SourceDir)/bin/libnettle-6-2.dll"/>
</Component>
<Component Win64="$(var.Win64)" Id="cmp9FC667D34859E0C1F4AAF3B30562A147" Guid="*">
<File Id="fil049533F7D47445344E752E04CDFF43EF" KeyPath="yes" Source="$(var.SourceDir)/bin/nettle-hash.exe"/>
--
2.5.0

View File

@ -10,6 +10,7 @@ URL: http://ftp.gnome.org/pub/GNOME/sources/%{name}
Source0: http://ftp.gnome.org/pub/GNOME/sources/%{name}/%{version}/%{name}-%{version}%{?_version_suffix}.tar.xz
Patch0001: 0001-wxi-add-libvirt-glib.wxi.patch
Patch0002: 0002-wxi-update-nettle-to-3.2.1.patch
Requires: libgsf >= 1.14.24-2
@ -46,6 +47,7 @@ The libmsi1-devel package includes the header files for libmsi.
%setup -q -n msitools-%{version}%{?_version_suffix}
%patch0001 -p1
%patch0002 -p1
%build
%configure --enable-fast-install
@ -91,6 +93,7 @@ rm -f %{buildroot}%{_libdir}/*.la
%changelog
* Tue Feb 23 2016 Fabiano Fidêncio <fidencio@redhat.com> - 0.95-3
- Add libvirt-glib.wxi
- Update nettle to 3.2.1
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.95-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild