Accepting request 817425 from devel:languages:ruby:extensions
OBS-URL: https://build.opensuse.org/request/show/817425 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/rubygem-coderay?expand=0&rev=13
This commit is contained in:
@@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jun 27 18:36:11 UTC 2020 - Manuel Schnitzer <mschnitzer@suse.com>
|
||||
|
||||
- updated to version 1.1.3
|
||||
|
||||
* Tokens: Ensure Ruby 2.6 compatibility. [#233, thanks to Jun Aruga]
|
||||
* SQL scanner: Add numeric data type. [#223, thanks to m16a1]
|
||||
* Java scanner: Add var as type. [#229, thanks to Davide Angelocola]
|
||||
* Gem: Fix deprecation warning. [#246, thanks to David Rodríguez]
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 12:36:34 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package rubygem-coderay
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 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-coderay
|
||||
Version: 1.1.2
|
||||
Version: 1.1.3
|
||||
Release: 0
|
||||
%define mod_name coderay
|
||||
%define mod_full_name %{mod_name}-%{version}
|
||||
@@ -34,7 +34,7 @@ BuildRequires: %{rubygem gem2rpm}
|
||||
BuildRequires: %{rubygem rdoc > 3.10}
|
||||
BuildRequires: ruby-macros >= 5
|
||||
BuildRequires: update-alternatives
|
||||
Url: http://coderay.rubychan.de
|
||||
URL: http://coderay.rubychan.de
|
||||
Source: https://rubygems.org/gems/%{mod_full_name}.gem
|
||||
Source1: gem2rpm.yml
|
||||
Summary: Fast syntax highlighting for selected languages
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9efc1b3663fa561ccffada890bd1eec3a5466808ebc711ab1c5d300617d96a97
|
||||
size 92160
|
||||
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dc530018a4684512f8f38143cd2a096c9f02a1fc2459edcfe534787a7fc77d4b
|
||||
size 92672
|
||||
Reference in New Issue
Block a user