SHA256
1
0
forked from pool/libgpg-error

Accepting request 392932 from home:AndreasStieger:branches:Base:System

update to 1.22

OBS-URL: https://build.opensuse.org/request/show/392932
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=48
This commit is contained in:
Dirk Mueller 2016-04-29 18:44:00 +00:00 committed by Git OBS Bridge
parent 61dd4acad4
commit 8707f122ff
6 changed files with 20 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b7dbdb3cad63a740e9f0c632a1da32d4afdb694ec86c8625c98ea0691713b84d
size 763186

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f2a04ee6317bdb41a625bea23fdc7f0b5a63fb677f02447c647ed61fb9e69d7b
size 777502

Binary file not shown.

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Fri Apr 29 18:08:07 UTC 2016 - astieger@suse.com
- update to 1.22:
* Support for LeakSanitizer with the gpgrt_annotate_leaked_object
inline function.
* Interface changes relative to the 1.21 release:
GPG_ERR_DB_CORRUPTED NEW.
gpgrt_annotate_leaked_object NEW inline func.
GPGRT_ENABLE_W32_ICONV_MACROS NEW.
gpgrt_w32_iconv_open NEW.
gpgrt_w32_iconv_close NEW.
gpgrt_w32_iconv NEW.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 14 09:08:59 UTC 2015 - astieger@suse.com Mon Dec 14 09:08:59 UTC 2015 - astieger@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libgpg-error # spec file for package libgpg-error
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 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
@ -17,7 +17,7 @@
Name: libgpg-error Name: libgpg-error
Version: 1.21 Version: 1.22
Release: 0 Release: 0
Summary: Library That Defines Common Error Values for All GnuPG Components Summary: Library That Defines Common Error Values for All GnuPG Components
License: GPL-2.0+ and LGPL-2.1+ License: GPL-2.0+ and LGPL-2.1+
@ -79,7 +79,7 @@ Files needed for software development using libgpg-error.
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
make DESTDIR=%{buildroot} install %{?_smp_mflags} make %{?_smp_mflags} DESTDIR=%{buildroot} install
rm %{buildroot}%{_libdir}/libgpg-error.la rm %{buildroot}%{_libdir}/libgpg-error.la
# Drop the lisp stuff, it depends on ASDF and CFFI # Drop the lisp stuff, it depends on ASDF and CFFI
# which needs to be packaged first # which needs to be packaged first
@ -92,12 +92,10 @@ make check %{?_smp_mflags}
%{buildroot}/%{_bindir}/gpg-error-config --mt --libs | grep -q "\-lpthread" %{buildroot}/%{_bindir}/gpg-error-config --mt --libs | grep -q "\-lpthread"
%post -n libgpg-error0 -p /sbin/ldconfig %post -n libgpg-error0 -p /sbin/ldconfig
%post devel %post devel
%install_info --info-dir=%{_infodir} %{_infodir}/gpgrt.info.gz %install_info --info-dir=%{_infodir} %{_infodir}/gpgrt.info.gz
%postun -n libgpg-error0 -p /sbin/ldconfig %postun -n libgpg-error0 -p /sbin/ldconfig
%postun devel %postun devel
%install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgrt.info.gz %install_info_delete --info-dir=%{_infodir} %{_infodir}/gpgrt.info.gz