1
0

Compare commits

..

9 Commits

Author SHA256 Message Date
Ana Guerrero
dee31344f9 Accepting request 1240769 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1240769
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting?expand=0&rev=46
2025-01-28 15:41:01 +00:00
Peter Simons
f0bf630bf6 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-skylighting revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting?expand=0&rev=113
2025-01-17 22:01:29 +00:00
Ana Guerrero
9601118b03 Accepting request 1233973 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1233973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting?expand=0&rev=45
2025-01-05 14:29:14 +00:00
Peter Simons
cfb11b7219 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-skylighting revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting?expand=0&rev=111
2024-12-25 22:00:53 +00:00
Dominique Leuenberger
f65af1e2c2 Accepting request 1231468 from devel:languages:haskell
version update for ghc-9.10.1

OBS-URL: https://build.opensuse.org/request/show/1231468
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting?expand=0&rev=44
2024-12-20 22:10:53 +00:00
Peter Simons
7d7677d1d0 osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-skylighting revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting?expand=0&rev=109
2024-12-16 07:50:41 +00:00
Peter Simons
520ed6bdbf osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-skylighting revision:5, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting?expand=0&rev=108
2024-12-10 11:25:56 +00:00
Ana Guerrero
ef9e27432d Accepting request 1218570 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1218570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting?expand=0&rev=43
2024-10-28 14:19:12 +00:00
Peter Simons
0c84a0a595 osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-skylighting revision:6, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting?expand=0&rev=106
2024-10-26 13:48:29 +00:00
4 changed files with 47 additions and 15 deletions

View File

@ -1,3 +1,41 @@
-------------------------------------------------------------------
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>

View File

@ -1,7 +1,7 @@
#
# spec file for package ghc-skylighting
#
# 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
@ -19,22 +19,17 @@
%global pkg_name skylighting
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
Version: 0.14.2
Version: 0.14.6
Release: 0
Summary: Syntax highlighting library
License: GPL-2.0-or-later
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRequires: chrpath
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
BuildRequires: ghc-binary-devel
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-prof
BuildRequires: ghc-pretty-show-devel
@ -50,8 +45,8 @@ BuildRequires: ghc-skylighting-format-context-devel
BuildRequires: ghc-skylighting-format-context-prof
BuildRequires: ghc-skylighting-format-latex-devel
BuildRequires: ghc-skylighting-format-latex-prof
BuildRequires: ghc-text-devel
BuildRequires: ghc-text-prof
BuildRequires: ghc-skylighting-format-typst-devel
BuildRequires: ghc-skylighting-format-typst-prof
ExcludeArch: %{ix86}
%description
@ -93,12 +88,11 @@ This package provides the Haskell %{pkg_name} profiling library.
%autosetup -n %{pkg_name}-%{version}
%build
%define cabal_configure_options -fexecutable
%define cabal_configure_options -f+executable
%ghc_lib_build
%install
%ghc_lib_install
%ghc_fix_rpath %{pkg_name}-%{version}
%post devel
%ghc_pkg_recache
@ -108,7 +102,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%files -f %{name}.files
%license LICENSE
%{_bindir}/%{pkg_name}
%{_bindir}/skylighting
%files devel -f %{name}-devel.files
%doc README.md changelog.md

View File

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

View File

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