- updated to version 2.1.8
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rdiscount?expand=0&rev=14
This commit is contained in:
parent
0160188d57
commit
98e97fe831
@ -7,7 +7,7 @@
|
|||||||
#
|
#
|
||||||
# it can be multiline
|
# it can be multiline
|
||||||
# ## used by gem2rpm
|
# ## used by gem2rpm
|
||||||
# :license: MIT or Ruby
|
:license: BSD-3-Clause
|
||||||
# ## used by gem2rpm and gem_packages
|
# ## used by gem2rpm and gem_packages
|
||||||
# :version_suffix: -x_y
|
# :version_suffix: -x_y
|
||||||
# ## used by gem2rpm and gem_packages
|
# ## used by gem2rpm and gem_packages
|
||||||
@ -15,13 +15,13 @@
|
|||||||
# ## used by gem2rpm
|
# ## used by gem2rpm
|
||||||
# :disable_automatic_rdoc_dep: true
|
# :disable_automatic_rdoc_dep: true
|
||||||
# ## used by gem2rpm
|
# ## used by gem2rpm
|
||||||
:preamble: |-
|
:preamble: |-
|
||||||
Conflicts: ruby = 1.9.2
|
Conflicts: ruby = 1.9.2
|
||||||
# Please comment the ruby-devel build requirements that have the "<"
|
# Please comment the ruby-devel build requirements that have the "<"
|
||||||
# and ">" operators. Otherwise it won't build.
|
# and ">" operators. Otherwise it won't build.
|
||||||
# This is a manual hack until the != operator for ruby gets correctly
|
# This is a manual hack until the != operator for ruby gets correctly
|
||||||
# translated by gem2rpm
|
# translated by gem2rpm
|
||||||
BuildRequires: ruby-devel
|
BuildRequires: ruby-devel > 1.9.2
|
||||||
# BuildRequires: foobar
|
# BuildRequires: foobar
|
||||||
# Requires: foobar
|
# Requires: foobar
|
||||||
# ## used by gem2rpm
|
# ## used by gem2rpm
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:31e26bf4a71b18c2ca1872729cef3157614c2a3f4af69ca667bcd5b39fdee0bc
|
|
||||||
size 66560
|
|
3
rdiscount-2.1.8.gem
Normal file
3
rdiscount-2.1.8.gem
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1b1c2b8e3c2afd2993efa14e28f992d8b755441b17f3e2c102cf719341f29e6d
|
||||||
|
size 67072
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 11 16:14:26 UTC 2015 - coolo@suse.com
|
||||||
|
|
||||||
|
- updated to version 2.1.8
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun May 18 09:04:44 UTC 2014 - coolo@suse.com
|
Sun May 18 09:04:44 UTC 2014 - coolo@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rubygem-rdiscount
|
# spec file for package rubygem-rdiscount
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -24,7 +24,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
Name: rubygem-rdiscount
|
Name: rubygem-rdiscount
|
||||||
Version: 2.1.7.1
|
Version: 2.1.8
|
||||||
Release: 0
|
Release: 0
|
||||||
%define mod_name rdiscount
|
%define mod_name rdiscount
|
||||||
%define mod_full_name %{mod_name}-%{version}
|
%define mod_full_name %{mod_name}-%{version}
|
||||||
@ -38,15 +38,14 @@ BuildRequires: ruby-devel
|
|||||||
# /MANUAL
|
# /MANUAL
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: ruby-macros >= 5
|
BuildRequires: ruby-macros >= 5
|
||||||
#BuildRequires: %{rubydevel < 1.9.2}
|
BuildRequires: %{rubydevel > 1.9.2}
|
||||||
#BuildRequires: %{rubydevel > 1.9.2}
|
|
||||||
BuildRequires: %{rubygem gem2rpm}
|
BuildRequires: %{rubygem gem2rpm}
|
||||||
BuildRequires: update-alternatives
|
BuildRequires: update-alternatives
|
||||||
Url: http://dafoster.net/projects/rdiscount/
|
Url: http://dafoster.net/projects/rdiscount/
|
||||||
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
Source: http://rubygems.org/gems/%{mod_full_name}.gem
|
||||||
Source1: gem2rpm.yml
|
Source1: gem2rpm.yml
|
||||||
Summary: Fast Implementation of Gruber's Markdown in C
|
Summary: Fast Implementation of Gruber's Markdown in C
|
||||||
License: BSD
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Ruby
|
Group: Development/Languages/Ruby
|
||||||
PreReq: update-alternatives
|
PreReq: update-alternatives
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user