Accepting request 689547 from home:coolo:branches:devel:languages:ruby:extensions

update

OBS-URL: https://build.opensuse.org/request/show/689547
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-asciidoctor?expand=0&rev=13
This commit is contained in:
Stephan Kulow 2019-03-29 07:00:42 +00:00 committed by Git OBS Bridge
parent f376bc162f
commit 678f4752ce
4 changed files with 14 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9deaa93eacadda48671e18395b992eafba35d08f25ddbe28d25bb275831a8d62
size 424960

3
asciidoctor-2.0.3.gem Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2d34c61d82808192cc631e1a8d9a1f98daa9c340852b08d73368fe4d77f7625e
size 264704

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Mar 29 05:55:46 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 2.0.3
see installed CHANGELOG.adoc
-------------------------------------------------------------------
Mon Nov 12 12:43:58 UTC 2018 - Stephan Kulow <coolo@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package rubygem-asciidoctor
#
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -24,17 +24,16 @@
#
Name: rubygem-asciidoctor
Version: 1.5.8
Version: 2.0.3
Release: 0
%define mod_name asciidoctor
%define mod_full_name %{mod_name}-%{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: %{rubygem gem2rpm}
BuildRequires: %{rubygem rdoc > 3.10}
BuildRequires: %{ruby}
BuildRequires: ruby-macros >= 5
BuildRequires: update-alternatives
Url: http://asciidoctor.org
Url: https://asciidoctor.org
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Summary: An implementation of the AsciiDoc text processor and publishing
@ -43,9 +42,8 @@ Group: Development/Languages/Ruby
PreReq: update-alternatives
%description
A fast, open source text processor and publishing toolchain, written in Ruby,
for converting AsciiDoc content to HTML5, DocBook 5 (or 4.5) and other
formats.
A fast, open source text processor and publishing toolchain for converting
AsciiDoc content to HTML 5, DocBook 5, and other formats.
%prep