forked from pool/libsecret
Accepting request 736592 from GNOME:Factory
Scripted push from {project} OBS-URL: https://build.opensuse.org/request/show/736592 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsecret?expand=0&rev=22
This commit is contained in:
commit
5476a6c8a6
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bfa889d260e0dbabcf5b9967f2aae12edcd2ddc9adc365de7a5cc840c311d15
|
||||
size 509432
|
3
libsecret-0.19.1.tar.xz
Normal file
3
libsecret-0.19.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8583e10179456ae2c83075d95455f156dc08db6278b32bf4bd61819335a30e3a
|
||||
size 520324
|
@ -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 <bjorn.lie@gmail.com>
|
||||
|
||||
@ -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
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user