Accepting request 583504 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/583504 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/yelp-xsl?expand=0&rev=82
This commit is contained in:
parent
522a035dc4
commit
503a2b043c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:dc61849e5dca473573d32e28c6c4e3cf9c1b6afe241f8c26e29539c415f97ba0
|
|
||||||
size 568400
|
|
3
yelp-xsl-3.27.90.tar.xz
Normal file
3
yelp-xsl-3.27.90.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:812d67e4f7fb988a54a3a030bef5ad0ac1a3647ec09ef8b7a017936d9ae69f49
|
||||||
|
size 509592
|
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 26 11:28:43 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Use SPDX3.0 license tags and package COPYING as %license
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 6 14:14:02 UTC 2018 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.27.90:
|
||||||
|
+ Typo fixes in docs.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 19 09:56:15 UTC 2017 - aplazas@suse.com
|
||||||
|
|
||||||
|
- Update to version 3.27.1:
|
||||||
|
+ Massive backwards incompatible updates to stylesheets.
|
||||||
|
+ Changed color parameters and added color computations.
|
||||||
|
+ Used more HTML5 elements like article, header, footer.
|
||||||
|
+ Switched to flexbox for large parts of the layout.
|
||||||
|
+ Implemented more granular content centering.
|
||||||
|
+ Added stub for sidebars.
|
||||||
|
+ Dropped external icons in favor of recolorable inline SVGs.
|
||||||
|
+ Removed jQuery.
|
||||||
|
+ Switched syntax highlighter to highlight.js.
|
||||||
|
+ Dropped experimental Mallard facet support.
|
||||||
|
+ Added default colorings for syntax highlighting.
|
||||||
|
+ Added a number of new modes and stub templates for
|
||||||
|
customizations.
|
||||||
|
+ Updated the section highlighting for location.hash.
|
||||||
|
+ Fixed lang:C Mallard test token.
|
||||||
|
+ Added support for generic Mallard div element, MEP-0005.
|
||||||
|
+ Began adding support for DocBook automatic indexes.
|
||||||
|
+ Added support for DocBook stepalternatives and result.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 15 21:14:38 UTC 2016 - mgorse@suse.com
|
Fri Apr 15 21:14:38 UTC 2016 - mgorse@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yelp-xsl
|
# spec file for package yelp-xsl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
# Copyright (c) 2010 Dominique Leuenberger, Amsterdam, Netherlands.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -18,15 +18,15 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: yelp-xsl
|
Name: yelp-xsl
|
||||||
Version: 3.20.1
|
Version: 3.27.90
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: XSL stylesheets for the yelp help browser
|
Summary: XSL stylesheets for the yelp help browser
|
||||||
License: GPL-2.0+ and LGPL-2.1+ and MIT
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: http://download.gnome.org/sources/yelp-xsl/3.20/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/yelp-xsl/3.27/%{name}-%{version}.tar.xz
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: itstool >= 1.2.0
|
BuildRequires: itstool >= 1.2.0
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
BuildRequires: pkgconfig(libxslt)
|
BuildRequires: pkgconfig(libxslt)
|
||||||
# The lang subpackage is obsoleted now that translationed are
|
# The lang subpackage is obsoleted now that translationed are
|
||||||
@ -48,8 +48,8 @@ make %{?_smp_mflags}
|
|||||||
%make_install
|
%make_install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-, root, root)
|
%license COPYING
|
||||||
%doc AUTHORS COPYING COPYING.GPL COPYING.LGPL
|
%doc AUTHORS
|
||||||
%{_datadir}/yelp-xsl/
|
%{_datadir}/yelp-xsl/
|
||||||
# This needs to be observed. As long as it does not Require: anything
|
# This needs to be observed. As long as it does not Require: anything
|
||||||
# we can probably leave it here without splitting a dummy -devel
|
# we can probably leave it here without splitting a dummy -devel
|
||||||
|
Loading…
Reference in New Issue
Block a user