Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package xdg-utils for openSUSE:Factory checked in at 2026-03-13 21:15:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xdg-utils (Old) and /work/SRC/openSUSE:Factory/.xdg-utils.new.8177 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xdg-utils" Fri Mar 13 21:15:51 2026 rev:66 rq:1338432 version:1.2.0+20251025 Changes: -------- --- /work/SRC/openSUSE:Factory/xdg-utils/xdg-utils.changes 2026-03-11 20:50:03.768983486 +0100 +++ /work/SRC/openSUSE:Factory/.xdg-utils.new.8177/xdg-utils.changes 2026-03-13 21:16:08.599676175 +0100 @@ -1,0 +2,15 @@ +Wed Mar 11 09:34:28 UTC 2026 - Jiri Slaby <[email protected]> + +- Update to version 1.2.0+20251025: + * Allow using -- with xdg-open + * xdg-utils-common: update flatpak-info location + * xdg-open: support toolbx + * Added error catching in case parsing the .desktop file goes wrong + * xdg-open: Keep filepaths and URIs apart, make sure that the uri to filepath fallback works for %U adn %u + * xdg-open: Fix debug level evaluation in awk opener + * xdg-open awk opener: fixed behviour when there are too few or too many file field codes + * Implement proper debug levels for the new opener + * Remove now uneccessary functions from xdg-open +- No need for which anymore + +------------------------------------------------------------------- @@ -5 +20 @@ - its installation in distrobox containers. + its installation in distrobox containers. (bsc#1254453) Old: ---- xdg-utils-v1.2.1.tar.gz xdg-utils.obsinfo New: ---- _scmsync.obsinfo _service _servicedata build.specials.obscpio xdg-utils-1.2.0+20251025.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xdg-utils.spec ++++++ --- /var/tmp/diff_new_pack.whRERs/_old 2026-03-13 21:16:09.427709351 +0100 +++ /var/tmp/diff_new_pack.whRERs/_new 2026-03-13 21:16:09.427709351 +0100 @@ -17,20 +17,19 @@ Name: xdg-utils -Version: 1.2.1 +Version: 1.2.0+20251025 Release: 0 Summary: Utilities to uniformly interface desktop environments License: MIT Group: System/GUI/Other URL: https://www.freedesktop.org/wiki/Software/xdg-utils/ -Source: https://gitlab.freedesktop.org/xdg/xdg-utils/-/archive/v%{version}/xdg-utils-v%{version}.tar.gz +Source: xdg-utils-%{version}.tar.xz # PATCH-FEATURE-OPENSUSE install-some-more-scripts.diff [email protected] Patch0: install-some-more-scripts.diff BuildRequires: make # for xmlto to be able to generate text from html BuildRequires: w3m BuildRequires: xmlto -Requires: (which or busybox-which) Recommends: %{name}-screensaver BuildArch: noarch @@ -68,7 +67,7 @@ Separated from the main package to isolate Perl dependency. %prep -%autosetup -p1 -n %{name}-v%{version} +%autosetup -p1 %build %configure @@ -81,6 +80,9 @@ ln -snf xdg-open %{buildroot}%{_bindir}/call-browser ln -snf xdg-open %{buildroot}%{_bindir}/desktop-launch +install -d 755 %{buildroot}%{_mandir}/man7 +mv %{buildroot}%{_mandir}/man{1,7}/xdg-utils-common.7 + %files %defattr(-,root,root) %doc ChangeLog README.md TODO @@ -93,6 +95,7 @@ %{_bindir}/xdg-icon-resource %{_bindir}/xdg-mime %{_bindir}/xdg-open +%{_bindir}/xdg-realpath %{_bindir}/xdg-su %{_bindir}/xdg-settings %{_bindir}/xdg-terminal @@ -102,9 +105,11 @@ %{_mandir}/man1/xdg-icon-resource.1%{?ext_man} %{_mandir}/man1/xdg-mime.1%{?ext_man} %{_mandir}/man1/xdg-open.1%{?ext_man} +%{_mandir}/man1/xdg-realpath.1%{?ext_man} %{_mandir}/man1/xdg-terminal.1%{?ext_man} %{_mandir}/man1/xdg-settings.1%{?ext_man} %{_mandir}/man1/xdg-su.1%{?ext_man} +%{_mandir}/man7/xdg-utils-common.7%{?ext_man} %files screensaver %license LICENSE ++++++ _scmsync.obsinfo ++++++ mtime: 1773223112 commit: e521f75c78a1f93102d90bb1b65048f99bbfda4d3ea35cb53a7e1e69601b82a4 url: https://src.opensuse.org/jirislaby/x11-c-f-xdg-utils.git ++++++ _service ++++++ <services> <service mode="manual" name="tar_scm"> <param name="url">https://gitlab.freedesktop.org/xdg/xdg-utils.git/</param> <param name="scm">git</param> <param name="changesgenerate">enable</param> <param name="versionformat">@PARENT_TAG@+%cd</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-replacement">\1</param> </service> <service mode="manual" name="set_version"/> <service name="recompress" mode="manual"> <param name="file">xdg-utils-*.tar</param> <param name="compression">xz</param> </service> </services> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://gitlab.freedesktop.org/xdg/xdg-utils</param> <param name="changesrevision">73ca30c05b31f9309d94da3f239f4ce4a8efe210</param></service></servicedata> (No newline at EOF) ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-03-11 10:58:47.000000000 +0100 @@ -0,0 +1,4 @@ +*.obscpio +*.osc +_build.* +.pbuild ++++++ install-some-more-scripts.diff ++++++ --- /var/tmp/diff_new_pack.whRERs/_old 2026-03-13 21:16:09.627717365 +0100 +++ /var/tmp/diff_new_pack.whRERs/_new 2026-03-13 21:16:09.639717846 +0100 @@ -10,8 +10,8 @@ --- a/scripts/Makefile.in +++ b/scripts/Makefile.in @@ -20,11 +20,11 @@ SCRIPTS = \ - xdg-open \ xdg-email \ + xdg-realpath \ xdg-screensaver \ - xdg-settings -# xdg-su @@ -22,6 +22,6 @@ # xdg-file-dialog -# xdg-terminal - MANPAGES= $(SCRIPTS:%=man/%.1) + MANPAGES= $(SCRIPTS:%=man/%.1) man/xdg-utils-common.7 WEBPAGES= $(SCRIPTS:%=html/%.html)
