From d5e1f1031693eb83fa4cbd3e44f6692c9b482374 Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Wed, 3 Feb 2021 18:10:19 +0100 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/ghc-cmark-gfm.git#3a88adacf4741d7c3fe863453c498130cede650d --- ghc-cmark-gfm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghc-cmark-gfm.spec b/ghc-cmark-gfm.spec index b10bf14..f44aa7a 100644 --- a/ghc-cmark-gfm.spec +++ b/ghc-cmark-gfm.spec @@ -8,7 +8,7 @@ Name: ghc-%{pkg_name} Version: 0.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Fast, accurate GitHub Flavored Markdown parser and renderer License: BSD @@ -115,6 +115,9 @@ This package provides the Haskell %{pkg_name} profiling library. %changelog +* Tue Jan 26 2021 Fedora Release Engineering - 0.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Sep 17 11:52:52 +08 2020 Jens Petersen - 0.2.2-1 - https://github.com/kivikakk/cmark-gfm-hs/releases/tag/0.2.2 - updates cbits to cmark-gfm-0.29.0.gfm.1 for CVE-2020-5238 (#1854329)