Compare commits
No commits in common. "factory" and "devel" have entirely different histories.
@ -1,41 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Tue Jan 7 23:20:05 UTC 2025 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Update skylighting to version 0.14.6.
|
|
||||||
## 0.14.6
|
|
||||||
|
|
||||||
* Export Skylighting.Format.Typst from Skylighting [API change] (#201).
|
|
||||||
Allow typst as an output format in the cli executable.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Dec 23 06:56:47 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Update skylighting to version 0.14.5.
|
|
||||||
## 0.14.5
|
|
||||||
|
|
||||||
* Update xml syntax definitions for bash, cmake, commonlisp, isocpp,
|
|
||||||
javascript-react, julia, latex, lua, markdown, modelines, nix, orgmode,
|
|
||||||
php, python, rhtml, ruby, swift, xml, yaml, zig, zsh. Add odin (required
|
|
||||||
by orgmode).
|
|
||||||
|
|
||||||
* Update JSON syntax definition from upstream. (#203)
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Dec 8 00:02:33 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Update skylighting to version 0.14.4.
|
|
||||||
## 0.14.4
|
|
||||||
|
|
||||||
* Add `gdscript`, `typst`, `tlaplus` syntax (#184, #199).
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Tue Sep 10 03:17:49 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
||||||
|
|
||||||
- Update skylighting to version 0.14.3.
|
|
||||||
## 0.14.3
|
|
||||||
|
|
||||||
* Add crystal, racket, zip syntax (#194).
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 24 06:08:20 UTC 2024 - Peter Simons <psimons@suse.com>
|
Mon Jun 24 06:08:20 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-skylighting
|
# spec file for package ghc-skylighting
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# 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
|
||||||
@ -19,17 +19,22 @@
|
|||||||
%global pkg_name skylighting
|
%global pkg_name skylighting
|
||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.14.6
|
Version: 0.14.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Syntax highlighting library
|
Summary: Syntax highlighting library
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||||
|
BuildRequires: chrpath
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-base-devel
|
BuildRequires: ghc-base-devel
|
||||||
BuildRequires: ghc-base-prof
|
BuildRequires: ghc-base-prof
|
||||||
BuildRequires: ghc-binary-devel
|
BuildRequires: ghc-binary-devel
|
||||||
BuildRequires: ghc-binary-prof
|
BuildRequires: ghc-binary-prof
|
||||||
|
BuildRequires: ghc-blaze-html-devel
|
||||||
|
BuildRequires: ghc-blaze-html-prof
|
||||||
|
BuildRequires: ghc-bytestring-devel
|
||||||
|
BuildRequires: ghc-bytestring-prof
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-containers-prof
|
BuildRequires: ghc-containers-prof
|
||||||
BuildRequires: ghc-pretty-show-devel
|
BuildRequires: ghc-pretty-show-devel
|
||||||
@ -45,8 +50,8 @@ BuildRequires: ghc-skylighting-format-context-devel
|
|||||||
BuildRequires: ghc-skylighting-format-context-prof
|
BuildRequires: ghc-skylighting-format-context-prof
|
||||||
BuildRequires: ghc-skylighting-format-latex-devel
|
BuildRequires: ghc-skylighting-format-latex-devel
|
||||||
BuildRequires: ghc-skylighting-format-latex-prof
|
BuildRequires: ghc-skylighting-format-latex-prof
|
||||||
BuildRequires: ghc-skylighting-format-typst-devel
|
BuildRequires: ghc-text-devel
|
||||||
BuildRequires: ghc-skylighting-format-typst-prof
|
BuildRequires: ghc-text-prof
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -88,11 +93,12 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
%autosetup -n %{pkg_name}-%{version}
|
%autosetup -n %{pkg_name}-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define cabal_configure_options -f+executable
|
%define cabal_configure_options -fexecutable
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%ghc_lib_install
|
%ghc_lib_install
|
||||||
|
%ghc_fix_rpath %{pkg_name}-%{version}
|
||||||
|
|
||||||
%post devel
|
%post devel
|
||||||
%ghc_pkg_recache
|
%ghc_pkg_recache
|
||||||
@ -102,7 +108,7 @@ This package provides the Haskell %{pkg_name} profiling library.
|
|||||||
|
|
||||||
%files -f %{name}.files
|
%files -f %{name}.files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{_bindir}/skylighting
|
%{_bindir}/%{pkg_name}
|
||||||
|
|
||||||
%files devel -f %{name}-devel.files
|
%files devel -f %{name}-devel.files
|
||||||
%doc README.md changelog.md
|
%doc README.md changelog.md
|
||||||
|
3
skylighting-0.14.2.tar.gz
Normal file
3
skylighting-0.14.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54da34bae679bf11423bdc655c8ecf560e357c1a05afa12a94ce42cc6eaf72f5
|
||||||
|
size 1421173
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eae33be53dee6498d2b87e7b71abc620d5593c5543678f237c6b7982bb96e3bc
|
|
||||||
size 1471714
|
|
Loading…
x
Reference in New Issue
Block a user