Compare commits

...

12 Commits

Author SHA1 Message Date
openeuler-ci-bot
aabee80517
!23 fix incompatible function pointer types passingerrors in test-vala-unstable.vala and test-vala-lang.vala
From: @yuncang123 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
2024-09-10 10:58:23 +00:00
yuncang123
a065592123 fix incompatible function pointer types passing in vala 2024-09-06 11:34:44 +08:00
openeuler-ci-bot
4915131033
!19 first check if Valgrind supports the build architecture
From: @yinist 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2024-05-07 06:29:57 +00:00
Yinsist
c25b4679dc first check if Valgrind supports the architecture 2024-04-29 13:34:38 +00:00
openeuler-ci-bot
9f308b374d
!18 【Mainline】Revert "Update to 0.21.0"
From: @dongyuzhen 
Reviewed-by: @zcfsite, @overweight 
Signed-off-by: @overweight
2024-02-28 02:59:52 +00:00
dongyuzhen
e3883fc1a2 revert Update to 0.21.0 2024-02-27 14:28:07 +08:00
openeuler-ci-bot
9a507a4cbd
!17 update to 0.21.0
From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2023-08-22 05:58:22 +00:00
dillon_chen
bc2c8d086f update to 0.21.0 2023-08-18 08:55:46 +08:00
openeuler-ci-bot
dc4793fa58
!6 upgrade to 0.20.5
From: @dillon_chen 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-06-08 02:18:38 +00:00
陈棋德
12974fa5ea Merge branch 'master' of gitee.com:src-openeuler/libsecret into master 2022-06-08 01:23:25 +00:00
openeuler-ci-bot
b98be3d80d
!8 修改chagelog 日期错误
From: @zhangkea 
Reviewed-by: @overweight 
Signed-off-by: @overweight
2022-05-30 11:17:06 +00:00
ut001695
690b95f37c modify changelog data 2022-05-27 15:21:34 +08:00
2 changed files with 72 additions and 3 deletions

View File

@ -0,0 +1,51 @@
From 78531ef707422abc444bfac339a6c9f380d1da32 Mon Sep 17 00:00:00 2001
From: yuncang123 <1050706328@qq.com>
Date: Fri, 6 Sep 2024 10:29:53 +0800
Subject: [PATCH] fix2
---
libsecret/test-vala-lang.vala | 14 +++++++-------
libsecret/test-vala-unstable.vala | 2 +-
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/libsecret/test-vala-lang.vala b/libsecret/test-vala-lang.vala
index ead5817..41db91e 100644
--- a/libsecret/test-vala-lang.vala
+++ b/libsecret/test-vala-lang.vala
@@ -166,13 +166,13 @@ private static int main (string[] args) {
"string", Secret.SchemaAttributeType.STRING);
}
- GLib.Test.add_data_func ("/vala/lookup/sync", test_lookup_sync);
- GLib.Test.add_data_func ("/vala/lookup/async", test_lookup_async);
- GLib.Test.add_data_func ("/vala/lookup/no-name", test_lookup_no_name);
- GLib.Test.add_data_func ("/vala/store/sync", test_store_sync);
- GLib.Test.add_data_func ("/vala/store/async", test_store_async);
- GLib.Test.add_data_func ("/vala/clear/sync", test_clear_sync);
- GLib.Test.add_data_func ("/vala/clear/async", test_clear_async);
+ GLib.Test.add_func ("/vala/lookup/sync", test_lookup_sync);
+ GLib.Test.add_func ("/vala/lookup/async", test_lookup_async);
+ GLib.Test.add_func ("/vala/lookup/no-name", test_lookup_no_name);
+ GLib.Test.add_func ("/vala/store/sync", test_store_sync);
+ GLib.Test.add_func ("/vala/store/async", test_store_async);
+ GLib.Test.add_func ("/vala/clear/sync", test_clear_sync);
+ GLib.Test.add_func ("/vala/clear/async", test_clear_async);
var res = GLib.Test.run ();
diff --git a/libsecret/test-vala-unstable.vala b/libsecret/test-vala-unstable.vala
index f508991..bf2018b 100644
--- a/libsecret/test-vala-unstable.vala
+++ b/libsecret/test-vala-unstable.vala
@@ -28,7 +28,7 @@ private static int main (string[] args) {
GLib.error ("Unable to start mock service: %s", e.message);
}
- GLib.Test.add_data_func ("/vala/unstable/read-alias", test_read_alias);
+ GLib.Test.add_func ("/vala/unstable/read-alias", test_read_alias);
var res = GLib.Test.run ();
Secret.Service.disconnect ();
--
2.43.0

View File

@ -2,15 +2,19 @@
Name: libsecret Name: libsecret
Version: 0.20.5 Version: 0.20.5
Release: 1 Release: 3
Summary: Library for storing and retrieving passwords and other secrets Summary: Library for storing and retrieving passwords and other secrets
License: LGPLv2+ License: LGPLv2+
URL: https://wiki.gnome.org/Projects/Libsecret URL: https://wiki.gnome.org/Projects/Libsecret
Source0: https://download.gnome.org/sources/libsecret/%{release_version}/libsecret-%{version}.tar.xz Source0: https://download.gnome.org/sources/libsecret/%{release_version}/libsecret-%{version}.tar.xz
BuildRequires: glib2-devel gobject-introspection-devel intltool vala gettext gi-docgen meson Patch1: 0001-fix-incompatible-function-pointer-types-passing.patch
BuildRequires: libgcrypt-devel >= 1.2.2 libxslt-devel docbook-style-xsl valgrind-devel
BuildRequires: glib2-devel gobject-introspection-devel intltool vala gettext gi-docgen meson
BuildRequires: libgcrypt-devel >= 1.2.2 libxslt-devel docbook-style-xsl
%ifarch "%{valgrind_arches}"
BuildRequires: valgrind-devel
%endif
Provides: bundled(egglib) Provides: bundled(egglib)
%description %description
@ -32,7 +36,9 @@ developing applications that use %{name}.
%prep %prep
%autosetup -p1 %autosetup -p1
%ifarch "%{valgrind_arches}"
rm -rf build/valgrind/ rm -rf build/valgrind/
%endif
%build %build
%meson %meson
@ -68,6 +74,18 @@ rm -rf build/valgrind/
%doc %{_docdir}/libsecret-1 %doc %{_docdir}/libsecret-1
%changelog %changelog
* Fri Sep 6 2024 yuanchao <1050706328@qq.com> - 0.20.5-3
- fix `incompatible function pointer types passing`errors in test-vala-unstable.vala and test-vala-lang.vala
* Sun Apr 28 2024 yinsist <jianhui.oerv@isrc.iscas.ac.cn> - 0.20.5-2
- Valgrind does not support certain architectures like RISC-V, Before depending on Valgrind, first check if Valgrind supports the architecture
* Tue Feb 27 2024 dongyuzhen <dongyuzhen@h-partners.com> - 0.20.5-1
- revert "Update to 0.21.0"
* Wed Aug 16 2023 dillon chen <dillon.chen@gmail.com> - 0.21.0-1
- Update to 0.21.0
* Thu Apr 21 2022 dillon chen <dillon.chen@gmail.com> - 0.20.5-1 * Thu Apr 21 2022 dillon chen <dillon.chen@gmail.com> - 0.20.5-1
- Update to 0.20.5 - Update to 0.20.5