#6 Add meson hint for libgcrypt-config on mingw cross builds
Merged 3 years ago by smani. Opened 3 years ago by berrange.
rpms/ berrange/mingw-filesystem master  into  master

file modified
+4 -1
@@ -6,7 +6,7 @@ 

  %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)

  

  Name:           mingw-filesystem

- Version:        113

+ Version:        114

  Release:        1%{?dist}

  Summary:        MinGW cross compiler base filesystem and environment

  
@@ -317,6 +317,9 @@ 

  

  

  %changelog

+ * Tue Jul 14 2020 Daniel P. Berrangé <berrange@redhat.com> - 114-1

+ - Add meson hint for libgcrypt-config on mingw cross builds (#1856446)

+ 

  * Sat May 23 2020 Sandro Mani <manisandro@gmail.com> - 113-1

  - Add %%mingw_make_build and %%mingw_make_install

  

file modified
+1
@@ -9,6 +9,7 @@ 

  strip = '/usr/bin/i686-w64-mingw32-strip'

  windres = '/usr/bin/i686-w64-mingw32-windres'

  dlltool = '/usr/bin/i686-w64-mingw32-dlltool'

+ libgcrypt-config = '/usr/i686-w64-mingw32/sys-root/mingw/bin/libgcrypt-config'

  

  [properties]

  root = '/usr/i686-w64-mingw32/sys-root/mingw'

file modified
+1
@@ -9,6 +9,7 @@ 

  strip = '/usr/bin/x86_64-w64-mingw32-strip'

  windres = '/usr/bin/x86_64-w64-mingw32-windres'

  dlltool = '/usr/bin/x86_64-w64-mingw32-dlltool'

+ libgcrypt-config = '/usr/x86_64-w64-mingw32/sys-root/mingw/bin/libgcrypt-config'

  

  [properties]

  root = '/usr/x86_64-w64-mingw32/sys-root/mingw'