Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6e27c4a1f7 | |||
| 0cda46fd71 | |||
| 57df4139bf | |||
| 67222c054a |
18
_service
Normal file
18
_service
Normal file
@@ -0,0 +1,18 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/gtk-doc.git</param>
|
||||
<param name="revision">1.35.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">v?(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
<!-- <param name="changesgenerate">enable</param> -->
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service name="set_version" mode="manual" />
|
||||
</services>
|
||||
BIN
gtk-doc-1.34.0.tar.bz2
LFS
BIN
gtk-doc-1.34.0.tar.bz2
LFS
Binary file not shown.
3
gtk-doc-1.35.1.obscpio
Normal file
3
gtk-doc-1.35.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1d7495f3286d3784dde500dac31bf8160ed82d560130bec2ad5b681c8357054
|
||||
size 4585996
|
||||
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 3 10:51:46 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.35.1:
|
||||
+ Set up CI to upload tarballs to download.gnome.org
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 1 09:12:16 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.35.0:
|
||||
+ Small maintenance tasks.
|
||||
+ Meson: small update.
|
||||
+ Updated translations.
|
||||
- Switch to source service for tarball.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 29 07:51:50 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
|
||||
4
gtk-doc.obsinfo
Normal file
4
gtk-doc.obsinfo
Normal file
@@ -0,0 +1,4 @@
|
||||
name: gtk-doc
|
||||
version: 1.35.1
|
||||
mtime: 1759477935
|
||||
commit: 82623a6c120e153be9bee8642693a00bc1aae77f
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gtk-doc
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -25,7 +25,7 @@
|
||||
%endif
|
||||
|
||||
Name: gtk-doc%{?psuffix}
|
||||
Version: 1.34.0
|
||||
Version: 1.35.1
|
||||
Release: 0
|
||||
%if "%{flavor}" == ""
|
||||
Summary: GTK+ Documentation Generator
|
||||
@@ -37,7 +37,7 @@ License: GFDL-1.1-or-later
|
||||
Group: Documentation/HTML
|
||||
%endif
|
||||
URL: http://www.gtk.org/gtk-doc/
|
||||
Source0: https://gitlab.gnome.org/GNOME/gtk-doc/-/archive/%{version}/gtk-doc-%{version}.tar.bz2
|
||||
Source0: gtk-doc-%{version}.tar.zst
|
||||
|
||||
BuildRequires: docbook-xsl-stylesheets
|
||||
BuildRequires: libxml2-tools
|
||||
@@ -126,7 +126,7 @@ mkdir -p %{buildroot}%{_datadir}/gtk-doc/html
|
||||
%if "%{flavor}" == ""
|
||||
%files
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README TODO
|
||||
%doc AUTHORS NEWS README
|
||||
%{_bindir}/gtkdoc-*
|
||||
%{_bindir}/gtkdocize
|
||||
%exclude %{_bindir}/gtkdoc-mkpdf
|
||||
|
||||
Reference in New Issue
Block a user