Accepting request 141695 from Base:System
update to 1.3.2 (forwarded request 141603 from AndreasStieger) OBS-URL: https://build.opensuse.org/request/show/141695 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpgme?expand=0&rev=44
This commit is contained in:
commit
4b47198c1a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:15ef27a875ae0d79d7446fd931deda11438e724ffbeac74449ed19cba23df4d4
|
||||
size 841093
|
@ -1,5 +1,7 @@
|
||||
--- src/gpgme-config.in.orig
|
||||
+++ src/gpgme-config.in
|
||||
Index: src/gpgme-config.in
|
||||
===================================================================
|
||||
--- src/gpgme-config.in.orig 2012-05-02 09:42:23.000000000 +0100
|
||||
+++ src/gpgme-config.in 2012-11-16 22:43:53.000000000 +0000
|
||||
@@ -23,7 +23,7 @@ libs="-L@libdir@"
|
||||
|
||||
# Network libraries.
|
||||
@ -9,9 +11,11 @@
|
||||
|
||||
# Configure libgpg-error.
|
||||
gpg_error_cflags="@GPG_ERROR_CFLAGS@"
|
||||
--- src/Makefile.am.orig
|
||||
+++ src/Makefile.am
|
||||
@@ -206,12 +206,13 @@ libgpgme_la_DEPENDENCIES = @LTLIBOBJS@ $
|
||||
Index: src/Makefile.am
|
||||
===================================================================
|
||||
--- src/Makefile.am.orig 2012-04-13 09:01:09.000000000 +0100
|
||||
+++ src/Makefile.am 2012-11-16 22:43:53.000000000 +0000
|
||||
@@ -196,12 +196,13 @@ libgpgme_la_DEPENDENCIES = @LTLIBOBJS@ $
|
||||
libgpgme_la_LIBADD = $(gpgme_res) @LIBASSUAN_LIBS@ @LTLIBOBJS@ \
|
||||
@GPG_ERROR_LIBS@
|
||||
|
||||
@ -24,11 +28,13 @@
|
||||
- -lpthread @GPG_ERROR_LIBS@
|
||||
+ @GPG_ERROR_LIBS@
|
||||
|
||||
libgpgme_pth_la_LDFLAGS = @PTH_LDFLAGS@ $(no_undefined) $(export_symbols) \
|
||||
$(libgpgme_version_script_cmd) -version-info \
|
||||
--- configure.ac.orig
|
||||
+++ configure.ac
|
||||
@@ -80,7 +80,7 @@ AM_MAINTAINER_MODE
|
||||
if BUILD_W32_GLIB
|
||||
libgpgme_glib_la_LDFLAGS = $(no_undefined) \
|
||||
Index: configure.ac
|
||||
===================================================================
|
||||
--- configure.ac.orig 2012-05-02 10:06:21.000000000 +0100
|
||||
+++ configure.ac 2012-11-16 22:43:53.000000000 +0000
|
||||
@@ -78,7 +78,7 @@ AM_MAINTAINER_MODE
|
||||
AC_CANONICAL_HOST
|
||||
|
||||
# Enable GNU extensions on systems that have them.
|
||||
@ -37,12 +43,12 @@
|
||||
|
||||
AH_VERBATIM([_REENTRANT],
|
||||
[/* To allow the use of GPGME in multithreaded programs we have to use
|
||||
@@ -91,7 +91,7 @@ AH_VERBATIM([_REENTRANT],
|
||||
@@ -89,7 +89,7 @@ AH_VERBATIM([_REENTRANT],
|
||||
# define _REENTRANT 1
|
||||
#endif])
|
||||
|
||||
-AC_PROG_CC
|
||||
+AC_PROG_CC_STDC
|
||||
AC_PROG_CXX
|
||||
|
||||
AC_SUBST(LIBGPGME_LT_CURRENT)
|
||||
AC_CHECK_PROGS(GITLOG_TO_CHANGELOG, gitlog-to-changelog,
|
||||
[build-aux/gitlog-to-changelog])
|
3
gpgme-1.3.2.tar.bz2
Normal file
3
gpgme-1.3.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cfd235663f1d1adc97abb38dd5e6d093bb7e155580f171f9ba0158feab69f875
|
||||
size 867738
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 16 22:53:49 UTC 2012 - andreas.stieger@gmx.de
|
||||
|
||||
- update to 1.3.2
|
||||
* Remove support for libgpgme-pth. As far as we know, this was never used,
|
||||
and GnuPG is going to use our own npth in the future.
|
||||
* Fix signature summary information for a missing X.509 key.
|
||||
* Fix parsing of dates >= year 2038.
|
||||
- refresh gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch
|
||||
to gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch
|
||||
- actual minimum requirement for libgpg-error is >= 1.8
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 1 15:56:05 UTC 2011 - coolo@suse.com
|
||||
|
||||
|
10
gpgme.spec
10
gpgme.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gpgme
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,18 +18,18 @@
|
||||
|
||||
Name: gpgme
|
||||
BuildRequires: gpg2 >= 2.0.10
|
||||
Version: 1.3.1
|
||||
Version: 1.3.2
|
||||
Release: 0
|
||||
Summary: A Library Designed to Give Applications Easy Access to GnuPG
|
||||
License: GPL-2.0+
|
||||
Group: Productivity/Security
|
||||
Url: http://www.gnupg.org/related_software/gpgme/
|
||||
Source: ftp://ftp.gnupg.org/gcrypt/gpgme/%{name}-%{version}.tar.bz2
|
||||
Patch0: gpgme-1.3.0-gpgme-config-remove-extraneous-libs.patch
|
||||
Patch0: gpgme-1.3.2-gpgme-config-remove-extraneous-libs.patch
|
||||
Source2: baselibs.conf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libassuan-devel >= 2.0.2
|
||||
BuildRequires: libgpg-error-devel >= 1.4
|
||||
BuildRequires: libgpg-error-devel >= 1.8
|
||||
PreReq: %install_info_prereq
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -135,7 +135,7 @@ rm -rf %{buildroot}
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING ChangeLog README NEWS THANKS TODO
|
||||
%doc AUTHORS COPYING ChangeLog ChangeLog-2011 README NEWS THANKS TODO
|
||||
%{_datadir}/common-lisp
|
||||
%{_datadir}/common-lisp/source
|
||||
%{_infodir}/gpgme*
|
||||
|
Loading…
Reference in New Issue
Block a user