diff --git a/liblerc.spec b/liblerc.spec index 1e8d025..ecc994c 100644 --- a/liblerc.spec +++ b/liblerc.spec @@ -1,20 +1,11 @@ %global commit b1de4cd146f73e9a679682e209de1ecde1ca094e %global shortcommit %(c=%{commit}; echo ${c:0:7}) -# mingw is x86_64 only on EL9 -%if 0%{?rhel} >= 9 -%ifarch x86_64 %bcond_without mingw -%else -%bcond_with mingw -%endif -%else -%bcond_without mingw -%endif Name: liblerc Version: 3.1 -Release: 0.2%{?commit:.git%{shortcommit}}%{?dist} +Release: 0.3%{?commit:.git%{shortcommit}}%{?dist} Summary: Library for Limited Error Raster Compression License: ASL 2.0 @@ -135,6 +126,9 @@ sed -i 's/\r$//' NOTICE README.md doc/MORE.md %changelog +* Mon Jul 11 2022 Sandro Mani - 3.1-0.3.gitb1de4cd +- Re-enable mingw32 on EL9 + * Fri Jun 10 2022 Orion Poplawski - 3.1-0.2.gitb1de4cd - Drop mingw for non-x86_64 on EL9