Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package dLeyna for openSUSE:Factory checked in at 2026-04-10 17:45:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/dLeyna (Old) and /work/SRC/openSUSE:Factory/.dLeyna.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "dLeyna" Fri Apr 10 17:45:25 2026 rev:6 rq:1345348 version:0.8.3 Changes: -------- --- /work/SRC/openSUSE:Factory/dLeyna/dLeyna.changes 2023-10-08 12:16:01.905224562 +0200 +++ /work/SRC/openSUSE:Factory/.dLeyna.new.21863/dLeyna.changes 2026-04-10 17:45:37.755553085 +0200 @@ -1,0 +2,10 @@ +Mon Mar 23 08:24:35 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Migrate to xz compression and manual service run + +------------------------------------------------------------------- +Wed Mar 4 14:58:01 UTC 2026 - Dominique Leuenberger <[email protected]> + +- Update spec copyright and shorter tag ref in _service. + +------------------------------------------------------------------- Old: ---- dLeyna-0.8.3.obscpio New: ---- _scmsync.obsinfo build.specials.obscpio dLeyna-0.8.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dLeyna.spec ++++++ --- /var/tmp/diff_new_pack.h7G4HI/_old 2026-04-10 17:45:38.311575963 +0200 +++ /var/tmp/diff_new_pack.h7G4HI/_new 2026-04-10 17:45:38.315576128 +0200 @@ -1,7 +1,7 @@ # # spec file for package dLeyna # -# Copyright (c) 2023 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 @@ -22,7 +22,7 @@ Summary: Services and D-Bus APIs to access UPnP and DLNA media devices in a network License: LGPL-2.1-or-later URL: https://gitlab.gnome.org/World/dLeyna -Source0: %{name}-%{version}.tar.zst +Source0: %{name}-%{version}.tar.xz # PATCH-FIX-UPSTREAM dLeyna-no-python-shebang.patch -- Do not carry /usr/bin/python shebang in python module files Patch0: dLeyna-no-python-shebang.patch ++++++ _scmsync.obsinfo ++++++ mtime: 1774254275 commit: 9980c3a1aba200826c6a70df1b8bb88e937f007f158190a0544fee5b850076da url: https://src.opensuse.org/GNOME/dLeyna revision: 9980c3a1aba200826c6a70df1b8bb88e937f007f158190a0544fee5b850076da projectscmsync: https://src.opensuse.org/GNOME/_ObsPrj ++++++ _service ++++++ --- /var/tmp/diff_new_pack.h7G4HI/_old 2026-04-10 17:45:38.387579090 +0200 +++ /var/tmp/diff_new_pack.h7G4HI/_new 2026-04-10 17:45:38.395579419 +0200 @@ -2,16 +2,16 @@ <services> <service mode="manual" name="obs_scm"> <param name="url">https://gitlab.gnome.org/World/dLeyna.git</param> - <param name="revision">refs/tags/v0.8.3</param> + <param name="revision">v0.8.3</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="scm">git</param> </service> - <service mode="buildtime" name="tar" /> - <service mode="buildtime" name="recompress"> + <service mode="manual" name="tar"/> + <service mode="manual" name="recompress"> <param name="file">*.tar</param> - <param name="compression">zst</param> + <param name="compression">xz</param> </service> - <service mode="manual" name="set_version" /> + <service mode="manual" name="set_version"/> </services> ++++++ 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-24 09:42:43.000000000 +0100 @@ -0,0 +1,5 @@ +*.obscpio +*.osc +_build.* +.pbuild +osc-collab.*
