Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dex for openSUSE:Factory checked in at 2026-09-21 12:22:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dex (Old) and /work/SRC/openSUSE:Factory/.dex.new.383539 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dex" Mon Sep 21 12:22:46 2026 rev:3 rq:1379371 version:0.10.1 Changes: -------- --- /work/SRC/openSUSE:Factory/dex/dex.changes 2020-09-01 20:09:54.140663521 +0200 +++ /work/SRC/openSUSE:Factory/.dex.new.383539/dex.changes 2026-09-21 12:22:59.943739480 +0200 @@ -1,0 +2,16 @@ +Wed Sep 16 20:26:20 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to 0.10.1: + * Support additional application actions (--action) + * --term now also applies to autostart (-a) + * Honour XDG_CURRENT_DESKTOP for autostart environment + * --property to print DesktopEntry key values + * Always respect OnlyShowIn and NotShowIn + * Skip missing autostart directories instead of failing + * Track seen autostart files with a set; scan with os.scandir +- Pass VERSION to make so the man page is versioned without git +- Enable the upstream --test self-test in %check +- Rewrite shebang to /usr/bin/python3 (env-script-interpreter) +- Spec cleanup + +------------------------------------------------------------------- Old: ---- dex-0.9.0.tar.gz New: ---- dex-0.10.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dex.spec ++++++ --- /var/tmp/diff_new_pack.go4Jre/_old 2026-09-21 12:23:00.525763805 +0200 +++ /var/tmp/diff_new_pack.go4Jre/_new 2026-09-21 12:23:00.527763888 +0200 @@ -1,7 +1,7 @@ # # spec file for package dex # -# Copyright (c) 2020 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 @@ -17,35 +17,40 @@ Name: dex -Version: 0.9.0 +Version: 0.10.1 Release: 0 Summary: DesktopEntry Execution License: GPL-3.0-or-later -Group: System/X11/Utilities URL: https://github.com/jceb/dex Source: https://github.com/jceb/dex/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +BuildRequires: make BuildRequires: python3-Sphinx +BuildRequires: python3-base Requires: python3 BuildArch: noarch %description -A simple utility to handle XDG autostart entries. +A program to generate and execute Desktop Entry files of type Application +and to process XDG autostart entries. %prep -%setup -q +%autosetup %build -make %{?_smp_mflags} V=1 +# Makefile defaults VERSION to `git tag`; there is no git in the build. +%make_build VERSION=%{version} %install -%make_install \ - PREFIX=%{_prefix} \ - DOCPREFIX=%{_docdir}/%{name} \ - MANPREFIX=%{_mandir} +%make_install PREFIX=%{_prefix} DOCPREFIX=%{_docdir}/%{name} MANPREFIX=%{_mandir} VERSION=%{version} +rm -rf %{buildroot}%{_docdir}/%{name} +sed -i '1s|#!%{_bindir}/env python3|#!%{_bindir}/python3|' %{buildroot}%{_bindir}/%{name} + +%check +%{buildroot}%{_bindir}/%{name} --test -v %files -%defattr(-,root,root) -%doc %{_docdir}/%{name}/ +%license LICENSE +%doc README.rst CHANGELOG.md %{_bindir}/%{name} %{_mandir}/man1/%{name}.1%{?ext_man} ++++++ dex-0.9.0.tar.gz -> dex-0.10.1.tar.gz ++++++ ++++ 2068 lines of diff (skipped)
