Accepting request 327096 from security:privacy

libgpg-error 1.20

OBS-URL: https://build.opensuse.org/request/show/327096
OBS-URL: https://build.opensuse.org/package/show/Base:System/libgpg-error?expand=0&rev=44
This commit is contained in:
Dirk Mueller 2015-08-26 15:46:03 +00:00 committed by Git OBS Bridge
parent 02765e5e99
commit b537c24dac
6 changed files with 30 additions and 6 deletions

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Wed Aug 26 11:03:34 UTC 2015 - astieger@suse.com
- update to 1.20:
* New macros for GCC attributes.
* Allow building without thread support.
* Build without a build timestamp by default.
* Interface changes relative to the 1.19 release:
GPGRT_VERSION NEW macro.
GPGRT_VERSION_NUMBER NEW macro.
GPGRT_INLINE NEW macro.
GPGRT_GCC_VERSION NEW macro.
GPGRT_ATTR_NORETURN NEW macro.
GPGRT_ATTR_PRINTF NEW macro.
GPGRT_ATTR_NR_PRINTF NEW macro.
GPGRT_ATTR_FORMAT_ARG NEW macro.
GPGRT_ATTR_SENTINEL NEW macro.
GPGRT_ATTR_USED NEW macro.
GPGRT_ATTR_UNUSED NEW macro.
GPGRT_ATTR_DEPRECATED NEW macro.
GPGRT_ATTR_PURE NEW macro.
GPGRT_ATTR_MALLOC NEW macro.
GPGRT_HAVE_MACRO_FUNCTION NEW macro.
GPGRT_HAVE_PRAGMA_GCC_PUSH NEW macro.
-------------------------------------------------------------------
Fri Apr 10 20:24:54 UTC 2015 - astieger@suse.com

View File

@ -17,7 +17,7 @@
Name: libgpg-error
Version: 1.19
Version: 1.20
Release: 0
Summary: Library That Defines Common Error Values for All GnuPG Components
License: GPL-2.0+ and LGPL-2.1+
@ -75,8 +75,7 @@ Files needed for software development using libgpg-error.
%build
%configure \
--disable-static \
--with-pic \
--enable-build-timestamp=no
--with-pic
make %{?_smp_mflags}
%install