Package Release Info

gtk-doc-manual-1.34.0-160000.3.2

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

gtk-doc-manual
gtk-doc-manual-lang

Change Logs

* Mon Apr 29 2024 pgajdos@suse.com
- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang_path and %python_fix_shebang macros, [bsc#1212476]
* Wed Mar 06 2024 dimstar@opensuse.org
- Update to version 1.34.0:
  + Maintenance, some bug fixes.
  + Meson: fix some warnings, simplifications.
  + Updated translations.
* Sat Apr 23 2022 rpm@fthiessen.de
- Update to version 1.33.2
  + Stop using anytree
  + Python3 fixes for depscan
- Update to version 1.33.1
  + Build GObject scanner with asan
  + Ignore deprecations in the GObject scanner
  + Translation updates
- Update to version 1.33.0
  + Support documenting GTK actions
  + Recognize GDK_DECLARE_ macros
  + Better table styling in html output
  + Use plain C types for basic types
  + Translation updates
- Build package using meson instead of autotools
- Build -manual subpackage as noarch
* Sat Jan 25 2020 dimstar@opensuse.org
- No longer recommend -lang: supplements are in use
* Thu Dec 19 2019 dimstar@opensuse.org
- Revert building as noarch:
  ./python/gtkdoc/config.py:pkg_config = '/usr/bin/i586-suse-linux-gnu-pkg-config'
* Sun Dec 15 2019 stefan.bruens@rwth-aachen.de
- Make package noarch, no binary files included.
- Move manual to separate subpackage, and build it using _multibuild.
  Removes python3-libxml2 build dependency (via yelp-tools/itstool)
  from main package.
- Correct license for documentation, it is GFDL-1.1-or-later.
- Stop packaging obsolete docs, replaced by the manual.
* Fri Nov 08 2019 stefan.bruens@rwth-aachen.de
- Move gtkdoc-mkpdf to a separate package, pulling in the required
  dblatex. Set dblatex path so configure puts it into config.py.
- Drop ChangeLog from doc (not updated since 2009), NEWS is sufficient.
- Update description, gtk-doc no longer uses perl but python.
- Spec file cleanup
* Mon Sep 02 2019 stefan.bruens@rwth-aachen.de
- Remove openjade BuildRequires/Requires, SGML support was removed
  in gtk-doc 1.25.
* Wed Aug 21 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 Requires: new dependency.
- Drop source-highlight recommends: no longer the used highlighting
  tool.
* Tue Aug 28 2018 bjorn.lie@gmail.com
- Update to version 1.29:
  + GTK-Doc now requires python-3.X. It does not requires
    python-six anymore.
  + Note that this is a nonmaintainer release and that tests are
    known to be broken.
  + Bugs fixed: bgo#674163, bgo#795744, bgo#796011, bgo#796012.
- Drop python3-six Requires following upstream changes.
- Use autosetup macro.