Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package sgml-skel for openSUSE:Factory checked in at 2026-05-28 17:24:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sgml-skel (Old) and /work/SRC/openSUSE:Factory/.sgml-skel.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sgml-skel" Thu May 28 17:24:12 2026 rev:25 rq:1355376 version:0.7.2 Changes: -------- --- /work/SRC/openSUSE:Factory/sgml-skel/sgml-skel.changes 2022-03-28 17:01:05.709012899 +0200 +++ /work/SRC/openSUSE:Factory/.sgml-skel.new.1937/sgml-skel.changes 2026-05-28 17:24:53.154619502 +0200 @@ -1,0 +2,9 @@ +Sun May 10 15:51:37 UTC 2026 - Yunus Acar <[email protected]> + +- jsc#PED-14847: Remove unneeded dir /var/lib/sgml +- Specfile cleanup + * Use %autosetup instead of %setup. + * List files in _bindir explicitly instead of globbing. +- Trim whitespace in .changes file. + +------------------------------------------------------------------- @@ -241,3 +249,0 @@ - - - ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sgml-skel.spec ++++++ --- /var/tmp/diff_new_pack.qjNq7k/_old 2026-05-28 17:24:54.450673150 +0200 +++ /var/tmp/diff_new_pack.qjNq7k/_new 2026-05-28 17:24:54.454673315 +0200 @@ -1,7 +1,7 @@ # # spec file for package sgml-skel # -# Copyright (c) 2022 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 @@ -45,7 +45,7 @@ These scripts will help prepare and maintain parts of an SGML system. %prep -%setup -q +%autosetup %build autoreconf -fiv @@ -58,7 +58,6 @@ ln -sf edit-xml-catalog %{buildroot}%{_bindir}/edit-xml-catalog.sh install -d -m755 %{buildroot}%{_datadir}/sgml install -d -m755 %{buildroot}%{_sysconfdir}/{sgml,xml} -install -d -m755 %{buildroot}%{_localstatedir}/lib/sgml touch %{buildroot}%{_sysconfdir}/sgml/catalog xmlcatalog --noout --create %{buildroot}%{_sysconfdir}/xml/suse-catalog.xml xmlcatalog --noout --create %{buildroot}%{_sysconfdir}/xml/catalog @@ -80,13 +79,21 @@ %dir %{_sysconfdir}/sgml %dir %{_sysconfdir}/xml %dir %{_sysconfdir}/xml/catalog.d -%dir %{_localstatedir}/lib/sgml %license COPYING %doc AUTHORS ChangeLog README* %ghost %{_sysconfdir}/sgml/catalog %ghost %{_sysconfdir}/xml/suse-catalog.xml %ghost %{_sysconfdir}/xml/catalog-d.xml %config %verify(not md5 size mtime) %{_sysconfdir}/xml/catalog -%{_bindir}/* %{_mandir}/man1/* +%{_bindir}/edit-xml-catalog +%{_bindir}/edit-xml-catalog.sh +%{_bindir}/install-catalog +%{_bindir}/install-catalog.sh +%{_bindir}/install-dtd.sh +%{_bindir}/parse-sgml-catalog.sh +%{_bindir}/sgml-register-catalog +%{_bindir}/sgml2xmlcat.sh +%{_bindir}/sgmlcat2x.sh +%{_bindir}/update-xml-catalog
