Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package docbook_4 for openSUSE:Factory 
checked in at 2026-05-28 17:24:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/docbook_4 (Old)
 and      /work/SRC/openSUSE:Factory/.docbook_4.new.1937 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "docbook_4"

Thu May 28 17:24:04 2026 rev:34 rq:1355371 version:4.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/docbook_4/docbook_4.changes      2024-02-27 
22:44:40.398542767 +0100
+++ /work/SRC/openSUSE:Factory/.docbook_4.new.1937/docbook_4.changes    
2026-05-28 17:24:45.418299269 +0200
@@ -1,0 +2,8 @@
+Wed May 27 08:04:02 UTC 2026 - Yunus Acar <[email protected]>
+
+- jsc#PED-14844, bsc#1265199: Look for CATALOG.iso_ent in
+  /usr/share/sgml instead of /var/lib/sgml.
+- Remove obsolete SGML_CONFIG_DIR aka /var/lib/sgml from Makefile.
+- Trim whitespace in .changes file.
+
+-------------------------------------------------------------------
@@ -364,2 +371,0 @@
-
-

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

Other differences:
------------------
++++++ docbook_4.spec ++++++
--- /var/tmp/diff_new_pack.Sbnxmd/_old  2026-05-28 17:24:46.354338015 +0200
+++ /var/tmp/diff_new_pack.Sbnxmd/_new  2026-05-28 17:24:46.358338180 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package docbook_4
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -23,7 +23,7 @@
 Summary:        DocBook DTD Version 4.x
 License:        BSD-3-Clause AND MIT
 Group:          Productivity/Publishing/DocBook
-Url:            http://www.oasis-open.org/docbook/
+URL:            http://www.oasis-open.org/docbook/
 Source2:        docbook_4-README.SUSE
 Source3:        %{name}.xml
 Source7:        CATALOG.docbook_4

++++++ CATALOG.docbook_4 ++++++
--- /var/tmp/diff_new_pack.Sbnxmd/_old  2026-05-28 17:24:46.474342983 +0200
+++ /var/tmp/diff_new_pack.Sbnxmd/_new  2026-05-28 17:24:46.482343314 +0200
@@ -1,6 +1,6 @@
 OVERRIDE YES
 -- Load iso_ent early to prevent docbook.cat from biting --
-CATALOG  "/var/lib/sgml/CATALOG.iso_ent"
+CATALOG  "/usr/share/sgml/CATALOG.iso_ent"
 
 DTDDECL "-//OASIS//DTD DocBook CALS Table Model V4.5//EN" 
/usr/share/sgml/docbook/dtd/4.5/docbook.dcl
 DTDDECL "-//OASIS//DTD DocBook V4.5//EN" 
"/usr/share/sgml/docbook/dtd/4.5/docbook.dcl"

++++++ Makefile ++++++
--- /var/tmp/diff_new_pack.Sbnxmd/_old  2026-05-28 17:24:46.502344141 +0200
+++ /var/tmp/diff_new_pack.Sbnxmd/_new  2026-05-28 17:24:46.510344473 +0200
@@ -30,8 +30,7 @@
 SGML_CATALOGS    := $(wildcard CATALOG*)
 SGML_CATALOG_DIR := $(SGML_DIR)
 #
-SGML_CONFIG_DIR  := $(DESTDIR)/var/lib/sgml
-SGML_CATALOG_FILES := $(addprefix $(SGML_CONFIG_DIR)/,$(SGML_CATALOGS))
+SGML_CATALOG_FILES := $(addprefix $(SGML_CATALOG_DIR)/,$(SGML_CATALOGS))
 #
 DB_XML_DIR       := $(XML_DIR)/docbook
 DB_SGML_DIR      := $(SGML_DIR)/docbook
@@ -76,7 +75,7 @@
 XML_DB_PATHS     := $(DTD_DEST_DIRS) $(RNG_DEST_DIRS) $(XSD_DEST_DIRS)
 
 # All installation directories that needs to be created before
-INST_DIRECTORIES := $(XML_DB_PATHS) $(SGML_DB_PATHS) $(SGML_CONFIG_DIR) \
+INST_DIRECTORIES := $(XML_DB_PATHS) $(SGML_DB_PATHS) \
                    $(XML_CATALOG_DIR) $(SGML_CATALOG_DIR)
 
 
@@ -92,11 +91,9 @@
        @echo "DESTDIR=$(DESTDIR)"
        @echo "Finished."
 
-$(SGML_CONFIG_DIR)/CATALOG.%: CATALOG.% | $(SGML_CONFIG_DIR) 
$(SGML_CATALOG_DIR)
+$(SGML_CATALOG_DIR)/CATALOG.%: CATALOG.% | $(SGML_CATALOG_DIR)
        @echo "# Installing SGML catalog $<..."
-# No longer wanted in /var hierarchy; see bsc#1093345
-#      cp $< $(dir $@)
-       cp $< $(SGML_CATALOG_DIR)
+       cp $< $(dir $@)
 
 $(XML_IN_SGML_DIRS): | $(INST_DIRECTORIES)
        @echo "Creating link $@..."

Reply via email to