diff --git a/libsecret-0.18.8.tar.xz b/libsecret-0.18.8.tar.xz deleted file mode 100644 index 2e2a2e8..0000000 --- a/libsecret-0.18.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bfa889d260e0dbabcf5b9967f2aae12edcd2ddc9adc365de7a5cc840c311d15 -size 509432 diff --git a/libsecret-0.19.1.tar.xz b/libsecret-0.19.1.tar.xz new file mode 100644 index 0000000..4420894 --- /dev/null +++ b/libsecret-0.19.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8583e10179456ae2c83075d95455f156dc08db6278b32bf4bd61819335a30e3a +size 520324 diff --git a/libsecret.changes b/libsecret.changes index afa4480..5681b5c 100644 --- a/libsecret.changes +++ b/libsecret.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sun Sep 8 10:51:30 NZST 2019 - luke@ljones.dev + +- Update to version 0.19.1: + + service: Fix secret_service_ensure_session_finish error + propagation. +- Changes from version 0.19.0: + + secret-password: Add necessary functions to migrate from D-Bus + based API. + + egg: Request that secure memory not be dumped to disk. + + Add version macros. + + Add missing GType to flags in .gir. + + paths: Port from GSimpleAsyncResult to GTask. + + build: Bump meson_version to 0.50. + + Build and test fixes. + ------------------------------------------------------------------- Sat Mar 2 12:33:07 UTC 2019 - Bjørn Lie @@ -227,7 +243,7 @@ Tue Jul 17 12:31:46 UTC 2012 - dimstar@opensuse.org + Add way to get schema name from a SecretItem + Rename secret_service_read_alias() to secret_collection_for_alias() - + Split the stable and unstable APIs into separate + + Split the stable and unstable APIs into separate pkg-config files, girs and vapis + Bump the library major version number to 1 + Document how to migrate from libgnome-keyring diff --git a/libsecret.spec b/libsecret.spec index 7e4aa7b..9aa2dad 100644 --- a/libsecret.spec +++ b/libsecret.spec @@ -18,13 +18,13 @@ %define have_lang 1 Name: libsecret -Version: 0.18.8 +Version: 0.19.1 Release: 0 Summary: Library for accessing the Secret Service API License: LGPL-2.1-or-later Group: Development/Libraries/GNOME URL: https://wiki.gnome.org/Projects/Libsecret -Source0: http://download.gnome.org/sources/libsecret/0.18/%{name}-%{version}.tar.xz +Source0: https://download.gnome.org/sources/libsecret/0.19/%{name}-%{version}.tar.xz Source99: baselibs.conf ## SLE-only patches start at 1000 @@ -34,7 +34,9 @@ Patch1000: libsecret-bsc932232-use-libgcrypt-allocators.patch BuildRequires: docbook-xsl-stylesheets BuildRequires: fdupes BuildRequires: gobject-introspection-devel >= 1.29 +BuildRequires: gtk-doc BuildRequires: libgcrypt-devel >= 1.2.2 +BuildRequires: meson >= 0.50 BuildRequires: pkgconfig BuildRequires: translation-update-upstream BuildRequires: vala >= 0.17.2.12 @@ -100,12 +102,12 @@ secrets. It communicates with the "Secret Service" using DBus. translation-update-upstream %build -%configure \ - --disable-static -make %{?_smp_mflags} V=1 +%meson \ + %{nil} +%meson_build %install -%make_install +%meson_install find %{buildroot} -type f -name "*.la" -delete -print %if %{have_lang} %find_lang %{name} %{?no_lang_C}