Accepting request 956428 from home:coolo:branches:devel:languages:ruby:extensions
update OBS-URL: https://build.opensuse.org/request/show/956428 OBS-URL: https://build.opensuse.org/package/show/devel:languages:ruby:extensions/rubygem-rdiscount?expand=0&rev=24
This commit is contained in:
parent
d5abf381ff
commit
8c9c84d1f4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a34f55937c84f390f979808c7002fd24ab1e8b0172c916b0563d5f03e6983bab
|
||||
size 68096
|
3
rdiscount-2.2.0.2.gem
Normal file
3
rdiscount-2.2.0.2.gem
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef886926dd97d5b4ff37c80f8ba27a780d951629465303bd53d47a941972599b
|
||||
size 68096
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 21 11:35:56 UTC 2022 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
updated to version 2.2.0.2
|
||||
no changelog found
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 8 04:35:40 UTC 2016 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-rdiscount
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -24,7 +24,7 @@
|
||||
#
|
||||
|
||||
Name: rubygem-rdiscount
|
||||
Version: 2.2.0.1
|
||||
Version: 2.2.0.2
|
||||
Release: 0
|
||||
%define mod_name rdiscount
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
@ -34,13 +34,15 @@ Conflicts: ruby = 1.9.2
|
||||
# and ">" operators. Otherwise it won't build.
|
||||
# This is a manual hack until the != operator for ruby gets correctly
|
||||
# translated by gem2rpm
|
||||
BuildRequires: ruby-devel > 1.9.2
|
||||
# /MANUAL
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: ruby-macros >= 5
|
||||
BuildRequires: %{rubydevel < 1.9.2}
|
||||
BuildRequires: %{rubydevel > 1.9.2}
|
||||
BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
BuildRequires: update-alternatives
|
||||
Url: http://dafoster.net/projects/rdiscount/
|
||||
URL: http://dafoster.net/projects/rdiscount/
|
||||
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: rubygem-rdiscount-rpmlintrc
|
||||
Source2: gem2rpm.yml
|
||||
|
Loading…
x
Reference in New Issue
Block a user