libsecret: upgrade 0.20.4 -> 0.20.5

Message ID 1645616774-28994-1-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 591b547d546698ee7bb13ab18ff52921cc7d77ae
Headers show
Series libsecret: upgrade 0.20.4 -> 0.20.5 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 23, 2022, 11:46 a.m. UTC
determinism.patch
removed since it's included in 0.20.5

Changelog:
=========
 * Drop autotools-based build [!44]
 * Use G_GNUC_NULL_TERMINATED where appropriate [!65]
 * collection, methods, prompt: Port to GTask [!66, !93]
 * Detect local storage in snaps in the same way as flatpaks [!67]
 * Add bash-completion for secret-tool [!70, #50, !72]
 * secret-tool: Add locking capabilities to secret tool [#28, !75]
 * secret-file-backend: Avoid closing the same file descriptor twice [!78]
 * Add support for TPM2 based secret storage [!83, !90, !95]
 * Create default collection after DBus.Error.UnknownObject [!94]
 * Port documentation to gi-docgen [!101]
 * GI annotation and documentation fixes [!63, !64, !102, !103, #66]
 * Build fixes [#54, !62, !68, #59, !73, !77, !82, !84, !85, !88]
 * Updated translations

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libsecret/libsecret/determinism.patch     | 37 -------------------
 ...ibsecret_0.20.4.bb => libsecret_0.20.5.bb} |  4 +-
 2 files changed, 1 insertion(+), 40 deletions(-)
 delete mode 100644 meta/recipes-gnome/libsecret/libsecret/determinism.patch
 rename meta/recipes-gnome/libsecret/{libsecret_0.20.4.bb => libsecret_0.20.5.bb} (88%)

Comments

Richard Purdie Feb. 24, 2022, 11:54 a.m. UTC | #1
On Wed, 2022-02-23 at 19:46 +0800, wangmy wrote:
> determinism.patch
> removed since it's included in 0.20.5
> 
> Changelog:
> =========
>  * Drop autotools-based build [!44]
>  * Use G_GNUC_NULL_TERMINATED where appropriate [!65]
>  * collection, methods, prompt: Port to GTask [!66, !93]
>  * Detect local storage in snaps in the same way as flatpaks [!67]
>  * Add bash-completion for secret-tool [!70, #50, !72]
>  * secret-tool: Add locking capabilities to secret tool [#28, !75]
>  * secret-file-backend: Avoid closing the same file descriptor twice [!78]
>  * Add support for TPM2 based secret storage [!83, !90, !95]
>  * Create default collection after DBus.Error.UnknownObject [!94]
>  * Port documentation to gi-docgen [!101]
>  * GI annotation and documentation fixes [!63, !64, !102, !103, #66]
>  * Build fixes [#54, !62, !68, #59, !73, !77, !82, !84, !85, !88]
>  * Updated translations
> 

https://autobuilder.yoctoproject.org/typhoon/#/builders/108/builds/2653

There is an issue with the documentation changes here.

Cheers,

Richard

Patch

diff --git a/meta/recipes-gnome/libsecret/libsecret/determinism.patch b/meta/recipes-gnome/libsecret/libsecret/determinism.patch
deleted file mode 100644
index ad96e8f59b..0000000000
--- a/meta/recipes-gnome/libsecret/libsecret/determinism.patch
+++ /dev/null
@@ -1,37 +0,0 @@ 
-secret-enum-types.c/h.template: Fix reproducibility issue 
-
-When full filenames are used in generated sources it makes the resulting
-debug packages non-reproducible. Best practise is to use basename in
-comments instead.
-
-Signed-off-by: Richard Purdie richard.purdie@linuxfoundation.org
-Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/libsecret/-/merge_requests/68]
-
-Index: libsecret-0.20.4/libsecret/secret-enum-types.c.template
-===================================================================
---- libsecret-0.20.4.orig/libsecret/secret-enum-types.c.template
-+++ libsecret-0.20.4/libsecret/secret-enum-types.c.template
-@@ -23,8 +23,8 @@
- /*** END file-header ***/
- 
- /*** BEGIN file-production ***/
--#include "@filename@"
--/* enumerations from "@filename@" */
-+#include "@basename@"
-+/* enumerations from "@basename@" */
- /*** END file-production ***/
- 
- /*** BEGIN value-header ***/
-Index: libsecret-0.20.4/libsecret/secret-enum-types.h.template
-===================================================================
---- libsecret-0.20.4.orig/libsecret/secret-enum-types.h.template
-+++ libsecret-0.20.4/libsecret/secret-enum-types.h.template
-@@ -27,7 +27,7 @@ G_BEGIN_DECLS
- 
- /*** BEGIN file-production ***/
- 
--/* enumerations from "@filename@" */
-+/* enumerations from "@basename@" */
- /*** END file-production ***/
- 
- /*** BEGIN value-header ***/
diff --git a/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb b/meta/recipes-gnome/libsecret/libsecret_0.20.5.bb
similarity index 88%
rename from meta/recipes-gnome/libsecret/libsecret_0.20.4.bb
rename to meta/recipes-gnome/libsecret/libsecret_0.20.5.bb
index 39ecdd770a..edb2b4a882 100644
--- a/meta/recipes-gnome/libsecret/libsecret_0.20.4.bb
+++ b/meta/recipes-gnome/libsecret/libsecret_0.20.5.bb
@@ -14,9 +14,7 @@  inherit gnomebase gtk-doc vala gobject-introspection manpages
 
 DEPENDS += "glib-2.0 libgcrypt gettext-native"
 
-SRC_URI += " file://determinism.patch"
-
-SRC_URI[archive.sha256sum] = "325a4c54db320c406711bf2b55e5cb5b6c29823426aa82596a907595abb39d28"
+SRC_URI[archive.sha256sum] = "3fb3ce340fcd7db54d87c893e69bfc2b1f6e4d4b279065ffe66dac9f0fd12b4d"
 
 GTKDOC_MESON_OPTION = 'gtk_doc'