From ff6e2a42c6c4f7bced5c8192965dc42eaeb3f203 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Nov 02 2015 18:59:05 +0000 Subject: Update to Asciidoctor 1.5.3 Resolves: rhbz#1276851 Changelog: - Update to Asciidoctor 1.5.3 (rhbz#1276851) - Drop Fedora 19 and 20 macros (these distros are EOL) --- diff --git a/.gitignore b/.gitignore index abb961f..fa4c8df 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /asciidoctor-1.5.2.gem +/asciidoctor-1.5.3.gem diff --git a/rubygem-asciidoctor.spec b/rubygem-asciidoctor.spec index b90b524..f22b56c 100644 --- a/rubygem-asciidoctor.spec +++ b/rubygem-asciidoctor.spec @@ -5,13 +5,13 @@ Summary: A fast, open source AsciiDoc implementation in Ruby Name: rubygem-%{gem_name} -Version: 1.5.2 -Release: 2%{?dist} +Version: 1.5.3 +Release: 1%{?dist} Group: Development/Languages License: MIT URL: https://github.com/asciidoctor/asciidoctor Source0: https://rubygems.org/gems/%{gem_name}-%{version}%{pre}.gem -%if 0%{?fc19} || 0%{?fc20} || 0%{?el7} +%if 0%{?el7} Requires: ruby(release) BuildRequires: ruby(release) %endif @@ -35,7 +35,7 @@ BuildRequires: rubygem(tilt) %endif BuildArch: noarch Provides: asciidoctor = %{version} -%if 0%{?fc19} || 0%{?fc20} || 0%{?el6} || 0%{?el7} +%if 0%{?el6} || 0%{?el7} Provides: rubygem(%{gem_name}) = %{version} %endif @@ -126,6 +126,10 @@ cp -pa .%{gem_instdir}/compat/* \ %doc %{gem_docdir} %changelog +* Mon Nov 02 2015 Ken Dreyer - 1.5.3-1 +- Update to Asciidoctor 1.5.3 (rhbz#1276851) +- Drop Fedora 19 and 20 macros (these distros are EOL) + * Thu Jun 18 2015 Fedora Release Engineering - 1.5.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index e80668e..0dc2d29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -19e93c0003301e0188dedde3924fa39d asciidoctor-1.5.2.gem +13c23ef701978ccb1de301897ad06af0 asciidoctor-1.5.3.gem