Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gspell for openSUSE:Factory checked 
in at 2025-12-04 11:21:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gspell (Old)
 and      /work/SRC/openSUSE:Factory/.gspell.new.1939 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gspell"

Thu Dec  4 11:21:17 2025 rev:31 rq:1320870 version:1.14.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gspell/gspell.changes    2025-10-03 
15:42:38.674577937 +0200
+++ /work/SRC/openSUSE:Factory/.gspell.new.1939/gspell.changes  2025-12-04 
11:26:41.774050652 +0100
@@ -1,0 +2,6 @@
+Sat Nov 29 12:05:36 UTC 2025 - Bjørn Lie <[email protected]>
+
+- Update to version 1.14.2:
+  + Publish tarballs from CI.
+
+-------------------------------------------------------------------

Old:
----
  gspell-1.14.1.obscpio

New:
----
  gspell-1.14.2.obscpio

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

Other differences:
------------------
++++++ gspell.spec ++++++
--- /var/tmp/diff_new_pack.XDKO4D/_old  2025-12-04 11:26:42.406077398 +0100
+++ /var/tmp/diff_new_pack.XDKO4D/_new  2025-12-04 11:26:42.406077398 +0100
@@ -18,7 +18,7 @@
 
 %define shlib lib%{name}-1-3
 Name:           gspell
-Version:        1.14.1
+Version:        1.14.2
 Release:        0
 Summary:        A spell checker library for GTK+ applications
 License:        LGPL-2.1-or-later

++++++ _service ++++++
--- /var/tmp/diff_new_pack.XDKO4D/_old  2025-12-04 11:26:42.438078752 +0100
+++ /var/tmp/diff_new_pack.XDKO4D/_new  2025-12-04 11:26:42.442078922 +0100
@@ -3,7 +3,7 @@
   <service name="obs_scm" mode="manual">
     <param name="scm">git</param>
     <param name="url">https://gitlab.gnome.org/GNOME/gspell.git</param>
-    <param name="revision">1.14.1</param>
+    <param name="revision">1.14.2</param>
     <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
     <param name="versionrewrite-pattern">v?(.*)\+0</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ gspell-1.14.1.obscpio -> gspell-1.14.2.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gspell-1.14.1/.gitlab-ci.yml 
new/gspell-1.14.2/.gitlab-ci.yml
--- old/gspell-1.14.1/.gitlab-ci.yml    1970-01-01 01:00:00.000000000 +0100
+++ new/gspell-1.14.2/.gitlab-ci.yml    2025-11-28 15:16:39.000000000 +0100
@@ -0,0 +1,47 @@
+include:
+  - component: "gitlab.gnome.org/GNOME/citemplates/release-service@master"
+    inputs:
+      job-stage: "release"
+      dist-job-name: "build-fedora"
+
+stages:
+  - "build"
+  - "release"
+
+variables:
+  DEPENDENCIES:
+    meson
+    git
+    gettext
+    gtk-doc
+    gobject-introspection-devel
+    vala
+    glib2-devel
+    gtk3-devel
+    enchant2-devel
+    iso-codes-devel
+    dbus-daemon
+    mutter
+  MESON_BUILD_DIR: "_build"
+
+build-fedora:
+  stage: "build"
+  image: fedora:latest
+  before_script:
+    - dnf -y update && dnf install -y $DEPENDENCIES
+  script:
+    - export XDG_RUNTIME_DIR="$(mktemp -p "${CI_PROJECT_DIR:-/tmp}" -d 
xdg-runtime-XXXXXX)"
+    - meson setup "${MESON_BUILD_DIR}"
+    - >-
+      G_MESSAGES_DEBUG=all dbus-run-session --
+      mutter --headless --wayland --no-x11 --virtual-monitor 1024x768 --
+      meson test -C "${MESON_BUILD_DIR}" --print-errorlogs --no-stdsplit
+    - meson install -C "${MESON_BUILD_DIR}"
+    - meson dist --no-tests --include-subprojects -C "${MESON_BUILD_DIR}"
+    - cp -r "${MESON_BUILD_DIR}/meson-dist/" "${CI_PROJECT_DIR}/public-dist/"
+  artifacts:
+    when: always
+    paths:
+      - ${MESON_BUILD_DIR}/meson-logs/*
+      - ${MESON_BUILD_DIR}/meson-dist/gspell-*.tar.xz
+      - "public-dist"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gspell-1.14.1/NEWS new/gspell-1.14.2/NEWS
--- old/gspell-1.14.1/NEWS      2025-10-01 09:54:55.000000000 +0200
+++ new/gspell-1.14.2/NEWS      2025-11-28 15:16:39.000000000 +0100
@@ -1,3 +1,7 @@
+News in 1.14.2, 2025-11-28 (stable version)
+-------------------------------------------
+* Publish tarballs from CI.
+
 News in 1.14.1, 2025-10-01 (stable version)
 -------------------------------------------
 * Documentation: update some URLs.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/gspell-1.14.1/meson.build 
new/gspell-1.14.2/meson.build
--- old/gspell-1.14.1/meson.build       2025-10-01 09:54:55.000000000 +0200
+++ new/gspell-1.14.2/meson.build       2025-11-28 15:16:39.000000000 +0100
@@ -6,7 +6,7 @@
 project(
   'gspell', 'c',
   meson_version: '>= 0.64',
-  version: '1.14.1',
+  version: '1.14.2',
   default_options: ['warning_level=2']
 )
 

++++++ gspell.obsinfo ++++++
--- /var/tmp/diff_new_pack.XDKO4D/_old  2025-12-04 11:26:42.654087893 +0100
+++ /var/tmp/diff_new_pack.XDKO4D/_new  2025-12-04 11:26:42.658088063 +0100
@@ -1,5 +1,5 @@
 name: gspell
-version: 1.14.1
-mtime: 1759305295
-commit: 666001c0a0edcb8560b32765c06bd5d16b5ef52a
+version: 1.14.2
+mtime: 1764339399
+commit: 2497b987e8d013947012c1b00ac806aefb909d1c
 

Reply via email to