From 152e087ef9f0a06a5a07180163bbc7a0162566ec Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Fri, 5 Feb 2021 05:46:36 +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/rubygem-kramdown-parser-gfm.git#6843db53043bd22b2ad5540a2c59861b806394ea --- rubygem-kramdown-parser-gfm.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rubygem-kramdown-parser-gfm.spec b/rubygem-kramdown-parser-gfm.spec index 022c8e0..58ca220 100644 --- a/rubygem-kramdown-parser-gfm.spec +++ b/rubygem-kramdown-parser-gfm.spec @@ -3,7 +3,7 @@ Name: rubygem-%{gem_name} Summary: Kramdown parser for GitHub-flavored markdown Version: 1.1.0 -Release: 5%{?dist} +Release: 6%{?dist} License: MIT URL: https://github.com/kramdown/parser-gfm @@ -86,6 +86,9 @@ popd %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 1.1.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Aug 15 2020 Fabio Valentini - 1.1.0-5 - Include upstream patch to make test suite compatible with kramdown 2.2.0. - Fixes RHBZ#1865414