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

update

OBS-URL: https://build.opensuse.org/request/show/433846
OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rdiscount?expand=0&rev=15
This commit is contained in:
Hendrik Vogelsang 2016-10-28 08:49:56 +00:00 committed by Git OBS Bridge
parent 98e97fe831
commit 5be3222787
4 changed files with 15 additions and 8 deletions

View File

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

3
rdiscount-2.2.0.1.gem Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 8 04:35:40 UTC 2016 - coolo@suse.com
- updated to version 2.2.0.1
no changelog found
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 11 16:14:26 UTC 2015 - coolo@suse.com Wed Feb 11 16:14:26 UTC 2015 - coolo@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package rubygem-rdiscount # spec file for package rubygem-rdiscount
# #
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2016 SUSE LINUX 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.8 Version: 2.2.0.1
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}
@ -34,12 +34,13 @@ Conflicts: ruby = 1.9.2
# 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
# /MANUAL # /MANUAL
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
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: ruby-macros >= 5
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
@ -59,7 +60,7 @@ Fast Implementation of Gruber's Markdown in C.
%install %install
%gem_install \ %gem_install \
--symlink-binaries \ --symlink-binaries \
--doc-files="COPYING" \ --doc-files="COPYING README.markdown" \
-f -f
%gem_cleanup %gem_cleanup