forked from pool/libsecret
Accepting request 681420 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/681420 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsecret?expand=0&rev=21
This commit is contained in:
commit
9cfecf2df7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:0d66fe1fc4561b3e046ee281d7c5a703a9baac88a8c4fb42ebc739d31dabd487
|
|
||||||
size 508392
|
|
3
libsecret-0.18.8.tar.xz
Normal file
3
libsecret-0.18.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3bfa889d260e0dbabcf5b9967f2aae12edcd2ddc9adc365de7a5cc840c311d15
|
||||||
|
size 509432
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 2 12:33:07 UTC 2019 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 0.18.8:
|
||||||
|
+ Add support for g_autoptr() to our types.
|
||||||
|
+ Remove deprecated g_type_class_add_private().
|
||||||
|
+ Bump GLib dependency (2.44+).
|
||||||
|
+ Add meson build support.
|
||||||
|
+ Fix vapi generation.
|
||||||
|
+ Build fixes.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 29 10:05:27 UTC 2018 - bjorn.lie@gmail.com
|
Sat Dec 29 10:05:27 UTC 2018 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libsecret
|
# spec file for package libsecret
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define have_lang 1
|
%define have_lang 1
|
||||||
Name: libsecret
|
Name: libsecret
|
||||||
Version: 0.18.7
|
Version: 0.18.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for accessing the Secret Service API
|
Summary: Library for accessing the Secret Service API
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -26,9 +26,11 @@ Group: Development/Libraries/GNOME
|
|||||||
URL: https://wiki.gnome.org/Projects/Libsecret
|
URL: https://wiki.gnome.org/Projects/Libsecret
|
||||||
Source0: http://download.gnome.org/sources/libsecret/0.18/%{name}-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/libsecret/0.18/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
|
||||||
## SLE-only patches start at 1000
|
## SLE-only patches start at 1000
|
||||||
# PATCH-FIX-SLE libsecret-bsc932232-use-libgcrypt-allocators.patch bsc#932232 hpj@suse.com -- use libgcrypt allocators for FIPS mode
|
# PATCH-FIX-SLE libsecret-bsc932232-use-libgcrypt-allocators.patch bsc#932232 hpj@suse.com -- use libgcrypt allocators for FIPS mode
|
||||||
Patch1000: libsecret-bsc932232-use-libgcrypt-allocators.patch
|
Patch1000: libsecret-bsc932232-use-libgcrypt-allocators.patch
|
||||||
|
|
||||||
BuildRequires: docbook-xsl-stylesheets
|
BuildRequires: docbook-xsl-stylesheets
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gobject-introspection-devel >= 1.29
|
BuildRequires: gobject-introspection-devel >= 1.29
|
||||||
@ -39,7 +41,7 @@ BuildRequires: vala >= 0.17.2.12
|
|||||||
BuildRequires: xsltproc
|
BuildRequires: xsltproc
|
||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.44.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libsecret is a library for storing and retrieving passwords and other
|
libsecret is a library for storing and retrieving passwords and other
|
||||||
|
Loading…
x
Reference in New Issue
Block a user