forked from pool/suse-xsl-stylesheets
Compare commits
7 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
99d8b430bd | ||
|
7cd0ec8128 | ||
|
cb1ab541da | ||
|
f8f052280c | ||
|
6a20ecdfe7 | ||
|
f5744373b7 | ||
|
b028b9df6b |
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cede29ed822001bb7fdb99427264eb58452e6a6184eaa50fdf525fe53a334c29
|
|
||||||
size 2095627
|
|
3
suse-xsl-2.95.1.tar.bz2
Normal file
3
suse-xsl-2.95.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:529c612c1df2625f07e75655004dd8293c1e84240540267858211ebe087d4a56
|
||||||
|
size 2096170
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 4 07:41:57 UTC 2025 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.95.1
|
||||||
|
|
||||||
|
- Update to 2.95.1
|
||||||
|
* DOCTEAM-1663: element is not keyboard accessible (#658)
|
||||||
|
* DOCTEAM-1663: Fix "Container element is empty" (#657)
|
||||||
|
* meta.description.base: `<meta name="description">` (#656)
|
||||||
|
* DOCTEAM#1664: Fix aria-label for revhistory link (#655)
|
||||||
|
* Update color contrast in CSS
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 29 13:12:59 UTC 2025 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.95.0
|
||||||
|
|
||||||
|
- Update 2.95.0
|
||||||
|
* 2024 extended palette and infographics palette (#635)
|
||||||
|
* Fix #649: Provide unique alt attribute for <img> (#651)
|
||||||
|
* Fix DOCTEAM-1670: (A11Y) Empty headings (#652)
|
||||||
|
* Several changes to color contrast (commits 8ee59b8, a44616c,
|
||||||
|
62e535f, d189380, 30d4158)
|
||||||
|
- Change spec file
|
||||||
|
* Add suse-fonts as requirements
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 13 08:44:00 UTC 2025 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.94.8
|
||||||
|
|
||||||
|
- Fix bsc#1232694 (spec): Demote some fonts from recommends -> recommends
|
||||||
|
Needed for some fonts to smooth requirements and for SLE 16
|
||||||
|
|
||||||
|
Affected fonts:
|
||||||
|
dejavu-fonts, google-opensans-fonts, google-poppings-fonts,
|
||||||
|
sil-charis-fonts, gnu-free-fonts, arabic-amiri-fonts
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 21 12:25:01 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.94.8
|
Wed Aug 21 12:25:01 UTC 2024 - Thomas Schraitle <thomas.schraitle@suse.com> - 2.94.8
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
addFilter("explicit-lib-dependency libxslt")
|
addFilter("explicit-lib-dependency libxslt")
|
||||||
addFilter("explicit-lib-dependency liberation-fonts")
|
# addFilter("explicit-lib-dependency liberation-fonts")
|
||||||
addFilter("incorrect-fsf-address .*/hyphen/czhyphen.il2")
|
# addFilter("incorrect-fsf-address .*/hyphen/czhyphen.il2")
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package suse-xsl-stylesheets
|
# spec file for package suse-xsl-stylesheets
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 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
|
||||||
@ -22,7 +22,7 @@
|
|||||||
%define suse_styles_dir %{db_xml_dir}/stylesheet
|
%define suse_styles_dir %{db_xml_dir}/stylesheet
|
||||||
#
|
#
|
||||||
Name: suse-xsl-stylesheets
|
Name: suse-xsl-stylesheets
|
||||||
Version: 2.94.8
|
Version: 2.95.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: SUSE-Branded Stylesheets for DocBook
|
Summary: SUSE-Branded Stylesheets for DocBook
|
||||||
License: GPL-2.0-only OR GPL-3.0-only
|
License: GPL-2.0-only OR GPL-3.0-only
|
||||||
@ -54,20 +54,23 @@ Requires(postun): sgml-skel >= 0.7
|
|||||||
#
|
#
|
||||||
#
|
#
|
||||||
# FONTS
|
# FONTS
|
||||||
|
# Our new SUSE fonts
|
||||||
|
# Requires: suse-fonts
|
||||||
|
|
||||||
# "Default" fonts for suse2022 stylesheets
|
# "Default" fonts for suse2022 stylesheets
|
||||||
Requires: dejavu-fonts
|
Recommends: dejavu-fonts
|
||||||
Requires: google-opensans-fonts
|
Recommends: google-opensans-fonts
|
||||||
Requires: google-poppins-fonts
|
Recommends: google-poppins-fonts
|
||||||
Requires: sil-charis-fonts
|
Recommends: sil-charis-fonts
|
||||||
#
|
#
|
||||||
# Western fallback: currently necessary for building with XEP, it seems.
|
# Western fallback: currently necessary for building with XEP, it seems.
|
||||||
Requires: ghostscript-fonts-std
|
Requires: ghostscript-fonts-std
|
||||||
#
|
#
|
||||||
# Western fallback 2: These should make the Ghostscript fonts unnecessary.
|
# Western fallback 2: These should make the Ghostscript fonts unnecessary.
|
||||||
Requires: gnu-free-fonts
|
Recommends: gnu-free-fonts
|
||||||
#
|
#
|
||||||
# Arabic:
|
# Arabic:
|
||||||
Requires: arabic-amiri-fonts
|
Recommends: arabic-amiri-fonts
|
||||||
#
|
#
|
||||||
# Japanese (regular/bold):
|
# Japanese (regular/bold):
|
||||||
Requires: google-noto-sans-jp-regular-fonts
|
Requires: google-noto-sans-jp-regular-fonts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user