From c75cb5e0ba298c3aa2ceb75109ad666fe46a0b6ca3ac82312d6847b4c586fbb9 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Mon, 17 Jun 2013 07:25:49 +0000 Subject: [PATCH 1/2] Accepting request 179215 from home:elvigia:branches:devel:libraries:c_c++ - Library must by built with large file support in 32 bit archs. OBS-URL: https://build.opensuse.org/request/show/179215 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgcrypt?expand=0&rev=24 --- libgcrypt.changes | 6 ++++++ libgcrypt.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/libgcrypt.changes b/libgcrypt.changes index d1efa2d..b7295d4 100644 --- a/libgcrypt.changes +++ b/libgcrypt.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Jun 16 22:56:56 UTC 2013 - crrodriguez@opensuse.org + +- Library must by built with large file support in + 32 bit archs. + ------------------------------------------------------------------- Thu Apr 18 18:23:36 UTC 2013 - andreas.stieger@gmx.de diff --git a/libgcrypt.spec b/libgcrypt.spec index 5e9e6ed..b67f4a0 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -103,6 +103,7 @@ ENABLE_DIGEST="crc md4 md5 rmd160 sha1 sha256 sha512 tiger whirlpool" # %{?suse_update_config} autoreconf -fi +export CFLAGS="%optflags $(getconf LFS_CFLAGS)" %configure --with-pic \ --enable-noexecstack \ --disable-static \ From 6a35aedefa93f5808932fe203b77e7f7a2d5e49799c29ff6e2077a22c364233e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Mon, 17 Jun 2013 13:34:36 +0000 Subject: [PATCH 2/2] Accepting request 179324 from home:coolo:branches:openSUSE:Factory - avoid gpg-offline in bootstrap packages OBS-URL: https://build.opensuse.org/request/show/179324 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/libgcrypt?expand=0&rev=25 --- libgcrypt.changes | 5 +++++ libgcrypt.spec | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/libgcrypt.changes b/libgcrypt.changes index b7295d4..f3dc780 100644 --- a/libgcrypt.changes +++ b/libgcrypt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 17 13:22:33 UTC 2013 - coolo@suse.com + +- avoid gpg-offline in bootstrap packages + ------------------------------------------------------------------- Sun Jun 16 22:56:56 UTC 2013 - crrodriguez@opensuse.org diff --git a/libgcrypt.spec b/libgcrypt.spec index b67f4a0..6155185 100644 --- a/libgcrypt.spec +++ b/libgcrypt.spec @@ -37,9 +37,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: automake >= 1.11 BuildRequires: libgpg-error-devel >= 1.8 BuildRequires: libtool -%if 0%{?suse_version} >= 1230 -BuildRequires: gpg-offline -%endif +#BuildRequires: gpg-offline %description Libgcrypt is a general purpose library of cryptographic building @@ -88,7 +86,6 @@ This package contains needed files to compile and link against the library. %prep -%{?gpg_verify: %gpg_verify %{S:1}} %setup -q -n %{name}-%{version} %patch0 -p1 %patch1