forked from pool/libgpg-error
Accepting request 327219 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/327219 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libgpg-error?expand=0&rev=43
This commit is contained in:
commit
5464cfd769
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:53120e1333d5c5d28d87ff2854e9e98719c8e214152f17ad5291704d25c4978b
|
|
||||||
size 761622
|
|
Binary file not shown.
3
libgpg-error-1.20.tar.bz2
Normal file
3
libgpg-error-1.20.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3266895ce3419a7fb093e63e95e2ee3056c481a9bc0d6df694cfd26f74e72522
|
||||||
|
size 770279
|
BIN
libgpg-error-1.20.tar.bz2.sig
Normal file
BIN
libgpg-error-1.20.tar.bz2.sig
Normal file
Binary file not shown.
@ -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
|
Fri Apr 10 20:24:54 UTC 2015 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libgpg-error
|
Name: libgpg-error
|
||||||
Version: 1.19
|
Version: 1.20
|
||||||
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+
|
||||||
@ -75,8 +75,7 @@ Files needed for software development using libgpg-error.
|
|||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
--with-pic \
|
--with-pic
|
||||||
--enable-build-timestamp=no
|
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user