1
0
forked from pool/rubygem-rouge

Compare commits

4 Commits

6 changed files with 53 additions and 8 deletions

View File

@@ -21,9 +21,10 @@
# ## used by gem2rpm
# :patches:
# foo.patch: -p1
# bar.patch:
# bar.patch:
# ## used by gem2rpm
:sources:
- rouge-4.5.1.gem.sha256
# - foo.desktop
# - bar.desktop
# :gem_install_args: '....'

View File

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

3
rouge-4.5.1.gem Normal file
View File

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

1
rouge-4.5.1.gem.sha256 Normal file
View File

@@ -0,0 +1 @@
2ac81c6dee7019bbc6600d4c2d641d730d65c165941400ebd924259067e690dd rouge-4.5.1.gem

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Wed Jan 29 07:52:09 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- update to 4.5.1:
* JSON5 Lexer
- Fix prerequisite dependency in JSON5 (#2084 by Tan Le)
- update to 4.5.0:
* General
- Support multiple states when parsing rules (#2078 by Tan
Le)
* COBOL Lexer (NEW)
- Add a lexer, tests and examples for COBOL (#2067 by Bart
Broere)
* Groovy Lexer
- Recognize Nextflow files as Groovy files (#2081 by
Bond-009)
* INI Lexer
- Add more extensions and mimetypes for INI lexer (#2075 by
Tan Le)
- Default .cfg highlight to INI lexer (#2074 by Tan Le)
* Javascript Lexer
- Support private property identifier in JS lexer (#2076 by
Tan Le)
* JSON5 Lexer (NEW)
- implement a json5 lexer (#1561 by Jeanine Adkisson)
* Ruby Lexer
- Recognize Thor files as Ruby files (#2080 by Vitaly
Slobodin)
* Terraform Lexer
- Support special escape sequences in Terraform (#2073 by Tan
Le)
-------------------------------------------------------------------
Mon Nov 4 17:25:14 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- 4.4.0:
This release introduces a new lexer for P4 and adds support for Mojo language highlighting. We've also made improvements to the Dockerfile and Makefile lexers, and fixed some issues with the Mojo lexer. Thank you to all the wonderful contributors for this release!
Full Changelog: https://github.com/rouge-ruby/rouge/compare/v4.3.0...v4.4.0
-------------------------------------------------------------------
Fri Jun 21 10:36:29 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

View File

@@ -1,7 +1,7 @@
#
# spec file for package rubygem-rouge
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,7 @@
#
Name: rubygem-rouge
Version: 4.3.0
Version: 4.5.1
Release: 0
%define mod_name rouge
%define mod_full_name %{mod_name}-%{version}
@@ -34,10 +34,10 @@ BuildRequires: ruby-macros >= 5
BuildRequires: update-alternatives
URL: http://rouge.jneen.net/
Source: https://rubygems.org/gems/%{mod_full_name}.gem
Source1: gem2rpm.yml
Source1: rouge-4.5.1.gem.sha256
Source2: gem2rpm.yml
Summary: A pure-ruby colorizer based on pygments
License: BSD-2-Clause OR MIT
PreReq: update-alternatives
%description
Rouge aims to a be a simple, easy-to-extend drop-in replacement for pygments.