Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cosmic-session for openSUSE:Factory checked in at 2024-12-09 21:10:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cosmic-session (Old) and /work/SRC/openSUSE:Factory/.cosmic-session.new.29675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cosmic-session" Mon Dec 9 21:10:34 2024 rev:3 rq:1228862 version:1.0.0~alpha4+0 Changes: -------- --- /work/SRC/openSUSE:Factory/cosmic-session/cosmic-session.changes 2024-09-25 21:55:35.802035243 +0200 +++ /work/SRC/openSUSE:Factory/.cosmic-session.new.29675/cosmic-session.changes 2024-12-09 21:11:14.324130313 +0100 @@ -1,0 +2,37 @@ +Fri Dec 6 18:26:03 UTC 2024 - Richard Rahl <[email protected]> + +- add cosmic dconf config + +------------------------------------------------------------------- +Fri Dec 06 00:42:48 UTC 2024 - [email protected] + +- Update to version 1.0.0~alpha4+0: + * session: Add custom dconf profile + * cleanup + * feat: try to gracefully shut down settings daemon when exiting + * feat: a11y + * main: Only launch xdg-portal on COSMIC + * comp: Allow to specify different compositors + * Launch `cosmic-idle` + * fix: log cosmic-settings-daemon output + * Handle inode/mount-point with cosmic-files + * Launch cosmic-files-applet + +------------------------------------------------------------------- +Thu Oct 31 22:26:11 UTC 2024 - Richard Rahl <[email protected]> + +- update to 1.0.0~alpha3: + * Add store to mimeapps, cleanup unused entries + * Handle flatpakref with cosmic-store + * Handle inode/mount-point with cosmic-files + * fix: log cosmic-settings-daemon output + * Launch cosmic-idle + * comp: Allow to specify different compositors + * main: Only launch xdg-portal on COSMIC + +------------------------------------------------------------------- +Thu Oct 17 00:13:38 UTC 2024 - John Vandenberg <[email protected]> + +- Add dependency on cosmic-settings-daemon + +------------------------------------------------------------------- Old: ---- cosmic-session-1.0.0~alpha2.tar.zst New: ---- _servicedata cosmic-session-1.0.0~alpha4+0.tar.zst cosmic-session.dconf ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cosmic-session.spec ++++++ --- /var/tmp/diff_new_pack.7F5Nso/_old 2024-12-09 21:11:18.388300352 +0100 +++ /var/tmp/diff_new_pack.7F5Nso/_new 2024-12-09 21:11:18.388300352 +0100 @@ -17,13 +17,14 @@ Name: cosmic-session -Version: 1.0.0~alpha2 +Version: 1.0.0~alpha4+0 Release: 0 Summary: Session manager for the COSMIC desktop environment License: GPL-3.0-only URL: https://github.com/pop-os/cosmic-session Source0: %{name}-%{version}.tar.zst Source1: vendor.tar.zst +Source2: %{name}.dconf Patch0: fix-justfile.patch Patch1: leap-fix-justfile.patch BuildRequires: cargo-packaging @@ -35,10 +36,9 @@ %prep %autosetup -N -a1 +%patch -P0 -p1 %if 0%{?suse_version} < 1600 %patch -P1 -p1 -%else -%patch -P0 -p1 %endif %build @@ -46,6 +46,7 @@ %install just rootdir=%{buildroot} prefix=%{_prefix} install +install -Dm0644 %{SOURCE2} %{buildroot}%{_sysconfdir}/dconf/profile/cosmic %check %{cargo_test} @@ -58,4 +59,7 @@ %{_datadir}/wayland-sessions/cosmic.desktop %{_prefix}/lib/systemd/user/cosmic-session.target %dir %{_datadir}/wayland-sessions +%dir %{_sysconfdir}/dconf +%dir %{_sysconfdir}/dconf/profile +%{_sysconfdir}/dconf/profile/cosmic ++++++ _service ++++++ --- /var/tmp/diff_new_pack.7F5Nso/_old 2024-12-09 21:11:18.416301524 +0100 +++ /var/tmp/diff_new_pack.7F5Nso/_new 2024-12-09 21:11:18.420301691 +0100 @@ -3,11 +3,12 @@ <service name="tar_scm" mode="manual"> <param name="url">https://github.com/pop-os/cosmic-session.git</param> <param name="scm">git</param> - <param name="revision">refs/tags/epoch-1.0.0-alpha.2</param> - <param name="versionrewrite-pattern">epoch-(.*)</param> - <param name="versionformat">1.0.0~alpha2</param> + <param name="revision">master</param> + <param name="versionrewrite-pattern">epoch-(.*)\+0</param> + <param name="versionformat">1.0.0~alpha4+@TAG_OFFSET@</param> <param name="package-meta">yes</param> <param name="filename">cosmic-session</param> + <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="manual"> <param name="file">*.tar</param> ++++++ _servicedata ++++++ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/pop-os/cosmic-session.git</param> <param name="changesrevision">87a0644435145b009ea4c159d3992ff279292424</param></service></servicedata> (No newline at EOF) ++++++ cosmic-session.dconf ++++++ user-db:cosmic user-db:user system-db:local system-db:site system-db:distro ++++++ fix-justfile.patch ++++++ --- /var/tmp/diff_new_pack.7F5Nso/_old 2024-12-09 21:11:18.468303699 +0100 +++ /var/tmp/diff_new_pack.7F5Nso/_new 2024-12-09 21:11:18.472303866 +0100 @@ -1,9 +1,9 @@ -diff -rub cosmic-session-1.0.0~alpha1/Justfile cosmic-session-1.0.0~alpha1-patched/Justfile ---- cosmic-session-1.0.0~alpha1/Justfile 2024-07-31 20:17:20.000000000 +0200 -+++ cosmic-session-1.0.0~alpha1-patched/Justfile 2024-08-08 01:33:35.218115522 +0200 -@@ -11,14 +11,14 @@ - cargo_args := vendor_args + ' ' + debug_args +diff -rub cosmic-session-1.0.0~alpha4+0/Justfile cosmic-session-1.0.0~alpha4+0-patched/Justfile +--- cosmic-session-1.0.0~alpha4+0/Justfile 2024-12-04 16:51:50.000000000 +0100 ++++ cosmic-session-1.0.0~alpha4+0-patched/Justfile 2024-12-05 22:02:59.118243910 +0100 +@@ -12,14 +12,14 @@ xdp_cosmic := '/usr/libexec/xdg-desktop-portal-cosmic' + orca := '/usr/bin/orca' -bindir := prefix + '/bin' -systemddir := prefix + '/lib/systemd/user' @@ -19,7 +19,7 @@ -build: +build-release: - XDP_COSMIC={{xdp_cosmic}} cargo build {{cargo_args}} + XDP_COSMIC={{xdp_cosmic}} ORCA={{orca}} cargo build {{cargo_args}} # Installs files into the system ++++++ leap-fix-justfile.patch ++++++ --- /var/tmp/diff_new_pack.7F5Nso/_old 2024-12-09 21:11:18.484304368 +0100 +++ /var/tmp/diff_new_pack.7F5Nso/_new 2024-12-09 21:11:18.488304536 +0100 @@ -1,28 +1,13 @@ -diff -rub cosmic-session-1.0.0~alpha1/Justfile cosmic-session-1.0.0~alpha1-patched/Justfile ---- cosmic-session-1.0.0~alpha1/Justfile 2024-07-31 20:17:20.000000000 +0200 -+++ cosmic-session-1.0.0~alpha1-patched/Justfile 2024-08-08 01:39:58.397316941 +0200 -@@ -9,16 +9,16 @@ +diff -rub cosmic-session-1.0.0~alpha4+0/Justfile cosmic-session-1.0.0~alpha4+0-patched/Justfile +--- cosmic-session-1.0.0~alpha4+0/Justfile 2024-12-05 22:07:06.858005652 +0100 ++++ cosmic-session-1.0.0~alpha4+0-patched/Justfile 2024-12-05 22:06:46.831359772 +0100 +@@ -9,7 +9,7 @@ vendor_args := if vendor == '1' { '--frozen --offline' } else { '' } debug_args := if debug == '1' { '' } else { '--release' } cargo_args := vendor_args + ' ' + debug_args -xdp_cosmic := '/usr/libexec/xdg-desktop-portal-cosmic' +xdp_cosmic := '/usr/lib/xdg-desktop-portal-cosmic' + orca := '/usr/bin/orca' --bindir := prefix + '/bin' --systemddir := prefix + '/lib/systemd/user' --sessiondir := prefix + '/share/wayland-sessions' --applicationdir := prefix + '/share/applications' -+bindir := rootdir + prefix + '/bin' -+systemddir := rootdir + prefix + '/lib/systemd/user' -+sessiondir := rootdir + prefix + '/share/wayland-sessions' -+applicationdir := rootdir + prefix + '/share/applications' - --all: _extract_vendor build -+all: _extract_vendor build-release - --build: -+build-release: - XDP_COSMIC={{xdp_cosmic}} cargo build {{cargo_args}} - - # Installs files into the system + bindir := rootdir + prefix + '/bin' ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/cosmic-session/vendor.tar.zst /work/SRC/openSUSE:Factory/.cosmic-session.new.29675/vendor.tar.zst differ: char 7, line 1
