Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gtk-doc for openSUSE:Factory checked 
in at 2025-10-04 18:50:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk-doc (Old)
 and      /work/SRC/openSUSE:Factory/.gtk-doc.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gtk-doc"

Sat Oct  4 18:50:49 2025 rev:49 rq:1308874 version:1.35.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk-doc/gtk-doc.changes  2025-10-03 
15:42:42.798750736 +0200
+++ /work/SRC/openSUSE:Factory/.gtk-doc.new.11973/gtk-doc.changes       
2025-10-04 18:51:53.687394037 +0200
@@ -1,0 +2,6 @@
+Fri Oct  3 10:51:46 UTC 2025 - Dominique Leuenberger <[email protected]>
+
+- Update to version 1.35.1:
+  + Set up CI to upload tarballs to download.gnome.org
+
+-------------------------------------------------------------------

Old:
----
  gtk-doc-1.35.0.obscpio

New:
----
  gtk-doc-1.35.1.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gtk-doc.spec ++++++
--- /var/tmp/diff_new_pack.hkx5ry/_old  2025-10-04 18:51:56.203499181 +0200
+++ /var/tmp/diff_new_pack.hkx5ry/_new  2025-10-04 18:51:56.223500017 +0200
@@ -25,7 +25,7 @@
 %endif
 
 Name:           gtk-doc%{?psuffix}
-Version:        1.35.0
+Version:        1.35.1
 Release:        0
 %if "%{flavor}" == ""
 Summary:        GTK+ Documentation Generator

++++++ _service ++++++
--- /var/tmp/diff_new_pack.hkx5ry/_old  2025-10-04 18:51:56.659518237 +0200
+++ /var/tmp/diff_new_pack.hkx5ry/_new  2025-10-04 18:51:56.715520578 +0200
@@ -3,7 +3,7 @@
   <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.0</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>

++++++ gtk-doc-1.35.0.obscpio -> gtk-doc-1.35.1.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtk-doc-1.35.0/.gitlab-ci.yml 
new/gtk-doc-1.35.1/.gitlab-ci.yml
--- old/gtk-doc-1.35.0/.gitlab-ci.yml   1970-01-01 01:00:00.000000000 +0100
+++ new/gtk-doc-1.35.1/.gitlab-ci.yml   2025-10-03 09:52:15.000000000 +0200
@@ -0,0 +1,17 @@
+include:
+  - project: "GNOME/citemplates"
+    file: "templates/default-rules.yml"
+  - component: "gitlab.gnome.org/GNOME/citemplates/gnomeos-basic-ci@master"
+    inputs:
+      before-script: >-
+        pip install --user parameterized
+      meson-test-options: >-
+        # Meson can not exclude individual tests, only test-suites
+        # https://github.com/mesonbuild/meson/issues/6999
+        "--exclude "test-gobject-mkhtml"
+      scan-build: "disabled"
+      run-tests: "no"
+  - component: "gitlab.gnome.org/GNOME/citemplates/release-service@master"
+    inputs:
+      dist-job-name: "build-gnomeos"
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtk-doc-1.35.0/NEWS new/gtk-doc-1.35.1/NEWS
--- old/gtk-doc-1.35.0/NEWS     2025-10-01 10:22:47.000000000 +0200
+++ new/gtk-doc-1.35.1/NEWS     2025-10-03 09:52:15.000000000 +0200
@@ -1,3 +1,8 @@
+GTK-Doc 1.35.1 (Oct 3 2025)
+==============
+
+Set up CI to upload tarballs to download.gnome.org (work by Jordan Petridis)
+
 GTK-Doc 1.35.0 (Oct 1 2025)
 ==============
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtk-doc-1.35.0/configure.ac 
new/gtk-doc-1.35.1/configure.ac
--- old/gtk-doc-1.35.0/configure.ac     2025-10-01 10:22:47.000000000 +0200
+++ new/gtk-doc-1.35.1/configure.ac     2025-10-03 09:52:15.000000000 +0200
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ([2.63])
 
-m4_define(gtk_doc_version, 1.35.0)
+m4_define(gtk_doc_version, 1.35.1)
 
 
AC_INIT([gtk-doc],[gtk_doc_version],[https://gitlab.gnome.org/GNOME/gtk-doc/issues],[gtk-doc])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gtk-doc-1.35.0/meson.build 
new/gtk-doc-1.35.1/meson.build
--- old/gtk-doc-1.35.0/meson.build      2025-10-01 10:22:47.000000000 +0200
+++ new/gtk-doc-1.35.1/meson.build      2025-10-03 09:52:15.000000000 +0200
@@ -1,5 +1,5 @@
 project('gtk-doc', 'c',
-  version: '1.35.0',
+  version: '1.35.1',
   license: 'GPL2+',
   meson_version: '>= 0.64',
 )

++++++ gtk-doc.obsinfo ++++++
--- /var/tmp/diff_new_pack.hkx5ry/_old  2025-10-04 18:51:58.647601316 +0200
+++ /var/tmp/diff_new_pack.hkx5ry/_new  2025-10-04 18:51:58.699603490 +0200
@@ -1,5 +1,5 @@
 name: gtk-doc
-version: 1.35.0
-mtime: 1759306967
-commit: 519e65379a9278950c848084cf6686bdd333567c
+version: 1.35.1
+mtime: 1759477935
+commit: 82623a6c120e153be9bee8642693a00bc1aae77f
 

Reply via email to