diff --git a/gtk-doc-1.29.tar.xz b/gtk-doc-1.29.tar.xz deleted file mode 100644 index 5b04b85..0000000 --- a/gtk-doc-1.29.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14578e002496567276d310a62c9ffd6c56ee8806ce5079ffb0b81c4111f586b1 -size 732376 diff --git a/gtk-doc-1.32.tar.xz b/gtk-doc-1.32.tar.xz new file mode 100644 index 0000000..9fe474f --- /dev/null +++ b/gtk-doc-1.32.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0ef034fb17cb21ab0c635ec730d19746bce52984a6706e7bbec6fb5e0b907c +size 762000 diff --git a/gtk-doc.changes b/gtk-doc.changes index 7935204..55572e6 100644 --- a/gtk-doc.changes +++ b/gtk-doc.changes @@ -4,6 +4,22 @@ Mon Sep 2 18:59:35 UTC 2019 - Stefan BrĂ¼ns - Remove openjade BuildRequires/Requires, SGML support was removed in gtk-doc 1.25. +------------------------------------------------------------------- +Wed Aug 21 10:51:52 CEST 2019 - dimstar@opensuse.org + +- Update to version 1.32: + + Hotfix release. +- changes from version 1.31: + + fix "Wrong permissions for style CSS file" (#84). +- Changes from version 1.30: + + GTK-Doc is now using python-pygments to do the syntax + highlighing. + + This version ships with a new expermiental gtkdoc-mkhtml2 + toolchain replacing gktdoc-mkhtml+gtkdoc-fixxref. +- Add python3-pygments (Build)Requires: new dependency. +- Drop source-highlight recommends: no longer the used highlighting + tool. + ------------------------------------------------------------------- Tue Aug 28 23:41:17 UTC 2018 - bjorn.lie@gmail.com diff --git a/gtk-doc.spec b/gtk-doc.spec index 0bd2ead..fcbdd7b 100644 --- a/gtk-doc.spec +++ b/gtk-doc.spec @@ -1,7 +1,7 @@ # # spec file for package gtk-doc # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,25 +12,26 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: gtk-doc -Version: 1.29 +Version: 1.32 Release: 0 Summary: GTK+ DocBook Documentation Generator License: GPL-2.0-or-later Group: Productivity/Publishing/SGML URL: http://www.gtk.org/gtk-doc/ # When updating this package, please don't forget to update the gtk-doc.m4 Source in glib2. -Source0: https://download.gnome.org/sources/gtk-doc/1.29/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/gtk-doc/1.32/%{name}-%{version}.tar.xz BuildRequires: docbook-xsl-stylesheets BuildRequires: libtool BuildRequires: libxml2-tools BuildRequires: pkgconfig BuildRequires: python3-base +BuildRequires: python3-pygments BuildRequires: sgml-skel BuildRequires: xsltproc BuildRequires: yelp-tools @@ -38,9 +39,9 @@ Requires: docbook-xsl-stylesheets Requires: docbook_4 Requires: glib2-devel Requires: libxml2-tools +Requires: python3-pygments Requires: xsltproc Recommends: %{name}-lang -Recommends: source-highlight # Old for <= 10.2 & CODE10 Provides: gtkdoc = %{version} Obsoletes: gtkdoc @@ -78,6 +79,11 @@ mv -v doc/README doc/doc.README %{_datadir}/gtk-doc/ %{_datadir}/pkgconfig/gtk-doc.pc %doc %{_datadir}/help/C/gtk-doc-manual/ +%dir /usr/share/cmake +%dir /usr/share/cmake/GtkDoc +/usr/share/cmake/GtkDoc/GtkDocConfig.cmake +/usr/share/cmake/GtkDoc/GtkDocConfigVersion.cmake +/usr/share/cmake/GtkDoc/GtkDocScanGObjWrapper.cmake %files lang -f %{name}-manual.lang