Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package stardict for openSUSE:Factory 
checked in at 2026-04-04 19:07:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stardict (Old)
 and      /work/SRC/openSUSE:Factory/.stardict.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stardict"

Sat Apr  4 19:07:08 2026 rev:7 rq:1344488 version:3.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/stardict/stardict.changes        2025-03-24 
13:29:25.476739848 +0100
+++ /work/SRC/openSUSE:Factory/.stardict.new.21863/stardict.changes     
2026-04-04 19:09:01.605084040 +0200
@@ -1,0 +2,10 @@
+Fri Apr  3 12:31:58 UTC 2026 - Bjørn Lie <[email protected]>
+
+- Add porting-yelp-tools-help-docs.patch: Stop using deprecated and
+  dropped gnome-docs-utils. Following this, drop
+  pkgconfig(gnome-doc-utils) BuildRequires.
+- Add mate-common.patch and replace gnome-common with mate-common
+  BuildRequires.
+- Fixup .changes file with fix_changelog.
+
+-------------------------------------------------------------------
@@ -219 +228,0 @@
-

New:
----
  mate-common.patch
  porting-yelp-tools-help-docs.patch

----------(New B)----------
  New:  pkgconfig(gnome-doc-utils) BuildRequires.
- Add mate-common.patch and replace gnome-common with mate-common
  BuildRequires.
  New:
- Add porting-yelp-tools-help-docs.patch: Stop using deprecated and
  dropped gnome-docs-utils. Following this, drop
----------(New E)----------

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

Other differences:
------------------
++++++ stardict.spec ++++++
--- /var/tmp/diff_new_pack.qzpzPZ/_old  2026-04-04 19:09:02.141106017 +0200
+++ /var/tmp/diff_new_pack.qzpzPZ/_new  2026-04-04 19:09:02.141106017 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package stardict
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2026 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
@@ -30,20 +30,23 @@
 Patch1:         stardict-3.0.3-improve-desktop-file.patch
 # PATCH-FIX-UPSTREAM stardict-drop-autotools-gconf.patch [email protected] 
-- Drop unnecessary and no longer supported autotools gconf macro
 Patch2:         stardict-drop-autotools-gconf.patch
+# PATCH-FIX-UPSTREAM porting-yelp-tools-help-docs.patch -- Stop using 
deprecated and dropped gnome-docs-utils
+Patch3:         porting-yelp-tools-help-docs.patch
+# PATCH-FIX-OPENSUSE mate-common.patch -- Use mate-common instead of 
deprecated gnome-common
+Patch4:         mate-common.patch
 BuildRequires:  7zip
 BuildRequires:  espeak-ng-compat-devel
 BuildRequires:  fdupes
 BuildRequires:  flite-devel
 BuildRequires:  gcc-c++
-BuildRequires:  gnome-common
 BuildRequires:  intltool
 BuildRequires:  libtool
+BuildRequires:  mate-common
 BuildRequires:  perl-XML-Parser
 BuildRequires:  pkgconfig
 BuildRequires:  sgml-skel
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(enchant)
-BuildRequires:  pkgconfig(gnome-doc-utils)
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(json-glib-1.0)
 BuildRequires:  pkgconfig(libcanberra)

++++++ mate-common.patch ++++++
Index: stardict-3.0.7/dict/autogen.sh
===================================================================
--- stardict-3.0.7.orig/dict/autogen.sh
+++ stardict-3.0.7/dict/autogen.sh
@@ -24,14 +24,14 @@ if test -z $GNOMEDOC; then
     exit 1
 fi
 
-#which mate-autogen || {
-#    echo "You need to install mate-common package"
-#    exit 1
-#}
-
-which gnome-autogen.sh || {
-    echo "You need to install gnome-common package"
+which mate-autogen || {
+    echo "You need to install mate-common package"
     exit 1
 }
+
+#which gnome-autogen.sh || {
+#    echo "You need to install gnome-common package"
+#    exit 1
+#}
 # USE_GNOME2_MACROS=1
-NOCONFIGURE=yes . gnome-autogen.sh "$@"
+NOCONFIGURE=yes . mate-autogen "$@"

++++++ porting-yelp-tools-help-docs.patch ++++++
From: xiao sheng wen <[email protected]>
Date: Sat, 25 Dec 2021 20:14:24 +0800
Subject: Port To New Documentation Infrastructure

not use deprecated package gnome-doc-utils to generate docs
port to use the new tools: yelp-tools
refer:
https://wiki.gnome.org/Initiatives/GnomeGoals/NewDocumentationInfrastructure

Reply via email to