From 32d2ab33192d9b4e1b65eed4f360ec3657f277e3 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 5 Jan 2016 17:16:24 +0000 Subject: [PATCH] Use global instead of define. --- mingw-libgcrypt.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mingw-libgcrypt.spec b/mingw-libgcrypt.spec index 12737e2..2269662 100644 --- a/mingw-libgcrypt.spec +++ b/mingw-libgcrypt.spec @@ -1,10 +1,10 @@ %?mingw_package_header -%define run_tests 0 +%global run_tests 0 Name: mingw-libgcrypt Version: 1.6.3 -Release: 2%{?dist} +Release: 3%{?dist} Summary: MinGW Windows gcrypt encryption library License: LGPLv2+ and GPLv2+ @@ -183,6 +183,9 @@ rm $RPM_BUILD_ROOT%{mingw64_libdir}/libgcrypt.la %changelog +* Tue Jan 05 2016 Richard Jones - 1.6.3-3 +- Use global instead of define. + * Wed Jun 17 2015 Fedora Release Engineering - 1.6.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild