From 5f24cfca5c826ac2f479e9b1df89df9d726dbedc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Tue, 24 Jul 2018 19:20:49 +0200 Subject: [PATCH] Enable annotated build again This reverts commit b2d8fa64eb44c452430451fda0fae3230ead88c5. --- ghc-texmath.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ghc-texmath.spec b/ghc-texmath.spec index 7e1116c..fa02798 100644 --- a/ghc-texmath.spec +++ b/ghc-texmath.spec @@ -1,9 +1,6 @@ # generated by cabal-rpm-0.12.1 # https://fedoraproject.org/wiki/Packaging:Haskell -# workaround https://bugzilla.redhat.com/show_bug.cgi?id=1607054 -%undefine _annotated_build - %global pkg_name texmath %global pkgver %{pkg_name}-%{version} @@ -13,7 +10,7 @@ Name: ghc-%{pkg_name} Version: 0.10.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Conversion between formats used to represent mathematics License: GPLv2+ @@ -100,6 +97,9 @@ This package provides the Haskell %{pkg_name} library development files. %changelog +* Tue Jul 24 2018 Miro Hrončok - 0.10.1-5 +- Enable annotated build again + * Mon Jul 23 2018 Miro Hrončok - 0.10.1-4 - Rebuilt for #1607054