Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package secrets for openSUSE:Factory checked in at 2023-10-02 20:07:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/secrets (Old) and /work/SRC/openSUSE:Factory/.secrets.new.28202 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "secrets" Mon Oct 2 20:07:05 2023 rev:7 rq:1114701 version:8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/secrets/secrets.changes 2023-05-05 15:57:35.368189755 +0200 +++ /work/SRC/openSUSE:Factory/.secrets.new.28202/secrets.changes 2023-10-02 20:09:45.721915637 +0200 @@ -1,0 +2,17 @@ +Tue Sep 26 13:49:27 UTC 2023 - Bjørn Lie <[email protected]> + +- Update to version 8.0: + + Use newer widgets from libadwaita 1.4 and update to the GNOME + 45 Sdk. + + Improved search performance + + Improved accessibility + + Multiple bug fixes + + Update to pykeepass 4.0.6 + + Hide values of sensitive attributes. +- Change compression of tarball in service and spec to zst from xz. +- Explicitly create the pycache/.pyc files, not relying on the + generation done by meson. Should make the package reproducible. +- Stop passing tests=true to meson setup, no longer needed, nor + recognized. + +------------------------------------------------------------------- Old: ---- secrets-7.3.obscpio New: ---- secrets-8.0.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ secrets.spec ++++++ --- /var/tmp/diff_new_pack.110lTy/_old 2023-10-02 20:09:46.917958651 +0200 +++ /var/tmp/diff_new_pack.110lTy/_new 2023-10-02 20:09:46.917958651 +0200 @@ -17,12 +17,12 @@ Name: secrets -Version: 7.3 +Version: 8.0 Release: 0 Summary: A password manager for GNOME License: GPL-3.0-or-later URL: https://gitlab.gnome.org/World/secrets -Source0: %{name}-%{version}.tar.xz +Source0: %{name}-%{version}.tar.zst BuildRequires: appstream-glib BuildRequires: desktop-file-utils @@ -31,7 +31,7 @@ BuildRequires: python3-base >= 3.7.0 BuildRequires: python3-gobject BuildRequires: python3-gobject-Gdk -BuildRequires: python3-pykeepass >= 4.0.3 +BuildRequires: python3-pykeepass >= 4.0.6 BuildRequires: python3-pyotp >= 2.4.0 BuildRequires: python3-pytest BuildRequires: python3-validators @@ -73,12 +73,14 @@ %build %meson \ - -D tests=true \ %{nil} %meson_build %install %meson_install +# Explicitly create the pycache/.pyc files, not relying on the +# generation done by meson. Should make the package reproducible. +%py3_compile %{buildroot}%{python3_sitelib}/gsecrets %find_lang %{name} %{?no_lang_C} %check ++++++ _service ++++++ --- /var/tmp/diff_new_pack.110lTy/_old 2023-10-02 20:09:46.941959514 +0200 +++ /var/tmp/diff_new_pack.110lTy/_new 2023-10-02 20:09:46.941959514 +0200 @@ -3,7 +3,7 @@ <service name="obs_scm" mode="manual" > <param name="scm">git</param> <param name="url">https://gitlab.gnome.org/World/secrets.git</param> - <param name="revision">refs/tags/7.3</param> + <param name="revision">refs/tags/8.0</param> <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> <param name="versionrewrite-pattern">(.*)\+0</param> <param name="versionrewrite-replacement">\1</param> @@ -14,7 +14,7 @@ <service name="tar" mode="buildtime"/> <service name="recompress" mode="buildtime"> <param name="file">*.tar</param> - <param name="compression">xz</param> + <param name="compression">zst</param> </service> <service name="set_version" mode="manual" /> </services> ++++++ secrets-7.3.obscpio -> secrets-8.0.obscpio ++++++ ++++ 32748 lines of diff (skipped) ++++++ secrets.obsinfo ++++++ --- /var/tmp/diff_new_pack.110lTy/_old 2023-10-02 20:09:47.221969583 +0200 +++ /var/tmp/diff_new_pack.110lTy/_new 2023-10-02 20:09:47.225969727 +0200 @@ -1,5 +1,5 @@ name: secrets -version: 7.3 -mtime: 1680507502 -commit: 85d2ad2b0f472feca2ec4263709e0e1494ce9d80 +version: 8.0 +mtime: 1695239350 +commit: d2897f0589c266890f2faac284c9e865eb44562f
