Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package regreet for openSUSE:Factory checked in at 2026-04-12 17:52:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/regreet (Old) and /work/SRC/openSUSE:Factory/.regreet.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "regreet" Sun Apr 12 17:52:31 2026 rev:2 rq:1346124 version:0.3.0 Changes: -------- --- /work/SRC/openSUSE:Factory/regreet/regreet.changes 2025-02-26 17:18:04.274078070 +0100 +++ /work/SRC/openSUSE:Factory/.regreet.new.21863/regreet.changes 2026-04-12 17:52:39.392007458 +0200 @@ -1,0 +2,8 @@ +Sat Apr 11 22:24:30 UTC 2026 - Richard Rahl <[email protected]> + +- Update to version 0.3.0: + + Users are now fetched from AccountsService instead of /etc/passwd. This + provides better integration with modern desktop environments + + GTK cursor blinking can now be disabled via the cursor_blink option + +------------------------------------------------------------------- Old: ---- regreet-0.2.0.tar.gz New: ---- regreet-0.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ regreet.spec ++++++ --- /var/tmp/diff_new_pack.VzJ0xY/_old 2026-04-12 17:52:41.168079779 +0200 +++ /var/tmp/diff_new_pack.VzJ0xY/_new 2026-04-12 17:52:41.168079779 +0200 @@ -1,7 +1,7 @@ # # spec file for package regreet # -# Copyright (c) 2025 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,10 +17,10 @@ Name: regreet -Version: 0.2.0 +Version: 0.3.0 Release: 0 Summary: Customizable greeter for greetd -License: CC0-1.0 AND GPL-3.0-or-later AND MIT +License: 0BSD AND CC0-1.0 AND GPL-3.0-or-later AND MIT URL: https://github.com/rharish101/ReGreet Source0: %{url}/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: vendor.tar.zst @@ -29,7 +29,7 @@ Source4: %{name}.toml BuildRequires: cargo-packaging BuildRequires: greetd -BuildRequires: rust >= 1.70 +BuildRequires: rust >= 1.75 BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gtk4) @@ -53,6 +53,9 @@ install -Dm0644 %{SOURCE2} %{buildroot}%{_tmpfilesdir}/%{name}.conf install -Dm0644 %{SOURCE3} %{buildroot}%{_unitdir}/%{name}.service install -Dm0644 %{SOURCE4} %{buildroot}%{_sysconfdir}/greetd/%{name}.toml +install -d %{buildroot}/var/log/%{name} +install -d %{buildroot}/var/lib/%{name} + %pre %service_add_pre %{name}.service @@ -75,6 +78,8 @@ %doc README.md %config(noreplace) %{_sysconfdir}/greetd/%{name}.toml %{_bindir}/%{name} +%{_localstatedir}/log/%{name} +%{_sharedstatedir}/%{name} %{_tmpfilesdir}/%{name}.conf %{_unitdir}/%{name}.service ++++++ regreet-0.2.0.tar.gz -> regreet-0.3.0.tar.gz ++++++ ++++ 1975 lines of diff (skipped) ++++++ vendor.tar.zst ++++++ /work/SRC/openSUSE:Factory/regreet/vendor.tar.zst /work/SRC/openSUSE:Factory/.regreet.new.21863/vendor.tar.zst differ: char 7, line 1
