Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package agama-cli for openSUSE:Factory checked in at 2023-12-01 21:27:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/agama-cli (Old) and /work/SRC/openSUSE:Factory/.agama-cli.new.25432 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "agama-cli" Fri Dec 1 21:27:05 2023 rev:5 rq:1130250 version:0 Changes: -------- --- /work/SRC/openSUSE:Factory/agama-cli/agama-cli.changes 2023-10-26 17:14:10.055714904 +0200 +++ /work/SRC/openSUSE:Factory/.agama-cli.new.25432/agama-cli.changes 2023-12-01 21:27:27.178473186 +0100 @@ -1,0 +2,40 @@ +Wed Nov 29 11:19:51 UTC 2023 - Imobach Gonzalez Sosa <igonzalezs...@suse.com> + +- Rework the org.opensuse.Agama1.Locale interface + (gh#openSUSE/agama#881): + * Replace LabelsForLocales function with ListLocales. + * Add a ListKeymaps function. + * Extend the ListTimezone function to include the translation of + each part. + * Drop ListUILocales and ListVConsoleKeyboards functions. + * Remove the SupportedLocales and VConsoleKeyboard properties. + * Do not read the lists of locales, keymaps and timezones on + each request. + * Peform some validation when trying to change the Locales, + Keymap and Timezone properties. + +------------------------------------------------------------------- +Thu Nov 16 11:06:30 UTC 2023 - Imobach Gonzalez Sosa <igonzalezs...@suse.com> + +- Update dependencies to compatible versions + (gh#openSUSE/agama#874). +- Replace tempdir with tempfile to prevent RUSTSEC-2023-0018. + +------------------------------------------------------------------- +Wed Nov 15 12:35:32 UTC 2023 - José Iván López González <jlo...@suse.com> + +- Adapt to changes in software D-Bus API (gh#openSUSE/agama#869). + +------------------------------------------------------------------- + +Wed Nov 15 11:27:10 UTC 2023 - Michal Filka <mfi...@suse.com> + +- Improved "agama logs store" (gh#openSUSE/agama#823) + - added an option which allows to define the archive destination + +------------------------------------------------------------------- +Tue Nov 14 15:44:15 UTC 2023 - Jorik Cronenberg <jorik.cronenb...@suse.com> + +- Add support for routing to the network model (gh#openSUSE/agama#824) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ agama-cli.spec ++++++ --- /var/tmp/diff_new_pack.vLKyxy/_old 2023-12-01 21:27:28.278513668 +0100 +++ /var/tmp/diff_new_pack.vLKyxy/_new 2023-12-01 21:27:28.282513816 +0100 @@ -41,6 +41,8 @@ # required by "agama logs store" Requires: bzip2 Requires: tar +# required for translating the keyboards descriptions +Requires: xkeyboard-config-lang %description Command line program to interact with the agama service. @@ -78,7 +80,11 @@ install -m 0644 --target-directory=%{buildroot}%{_datadir}/dbus-1/agama-services %{_builddir}/agama/share/*.service %check +%ifarch aarch64 +/usr/bin/cargo auditable test -j1 --offline --no-fail-fast +%else %{cargo_test} +%endif %files %{_bindir}/agama ++++++ _service ++++++ --- /var/tmp/diff_new_pack.vLKyxy/_old 2023-12-01 21:27:28.342516024 +0100 +++ /var/tmp/diff_new_pack.vLKyxy/_new 2023-12-01 21:27:28.346516172 +0100 @@ -4,7 +4,7 @@ <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="scm">git</param> - <param name="revision">v5</param> + <param name="revision">v6</param> <param name="subdir">rust</param> <param name="without-version">enable</param> <param name="extract">package/agama-cli.changes</param> ++++++ agama.obscpio ++++++ ++++ 5615 lines of diff (skipped) ++++++ agama.obsinfo ++++++ --- /var/tmp/diff_new_pack.vLKyxy/_old 2023-12-01 21:27:28.482521176 +0100 +++ /var/tmp/diff_new_pack.vLKyxy/_new 2023-12-01 21:27:28.486521324 +0100 @@ -1,5 +1,5 @@ name: agama -version: 5 -mtime: 1698218168 -commit: 0d609c768afe4ae360a4e1b766e8701ea0177065 +version: 6 +mtime: 1701433426 +commit: 747e8e828de6ef984a4e844036db51d47ce2e5f4 ++++++ vendor.tar.zst ++++++ Binary files /var/tmp/diff_new_pack.vLKyxy/_old and /var/tmp/diff_new_pack.vLKyxy/_new differ