Hello community,

here is the log from the commit of package gpg2 for openSUSE:Factory checked in 
at 2013-06-18 10:20:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gpg2 (Old)
 and      /work/SRC/openSUSE:Factory/.gpg2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gpg2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gpg2/gpg2.changes        2013-05-16 
15:35:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gpg2.new/gpg2.changes   2013-06-18 
10:20:26.000000000 +0200
@@ -1,0 +2,10 @@
+Mon Jun 17 12:48:24 UTC 2013 - [email protected]
+
+- revert usage of gpg-offline to avoid cycles
+
+-------------------------------------------------------------------
+Mon Jun 17 12:40:10 UTC 2013 - [email protected]
+
+- add gnupg-2.0.20-automake113.diff to fix build with automake 1.13
+
+-------------------------------------------------------------------

New:
----
  gnupg-2.0.20-automake113.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gpg2.spec ++++++
--- /var/tmp/diff_new_pack.9vgHJJ/_old  2013-06-18 10:20:26.000000000 +0200
+++ /var/tmp/diff_new_pack.9vgHJJ/_new  2013-06-18 10:20:26.000000000 +0200
@@ -38,9 +38,6 @@
 %else
 BuildRequires:  pth >= 1.3.7
 %endif
-%if 0%{?suse_version} >= 1230
-BuildRequires:  gpg-offline
-%endif
 Url:            http://www.gnupg.org/aegypten2/
 PreReq:         %install_info_prereq
 Requires:       dirmngr
@@ -66,6 +63,8 @@
 Patch7:         gnupg-broken-curl-test.patch
 Patch8:         gnupg-set_umask_before_open_outfile.patch
 Patch9:         gnupg-detect_FIPS_mode.patch
+# PATCH-FIX-OPENSUSE [email protected] -- automake 1.13 already includes $SHELL
+Patch10:        gnupg-2.0.20-automake113.diff
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -75,7 +74,6 @@
 
 %lang_package
 %prep
-%{?gpg_verify: %gpg_verify %{S:2}}
 %setup  -q -n gnupg-%version
 %patch1 -p1
 %patch2
@@ -86,6 +84,7 @@
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1
 
 %build
 autoreconf -fi

++++++ gnupg-2.0.20-automake113.diff ++++++
Index: gnupg-2.0.20/tests/openpgp/Makefile.am
===================================================================
--- gnupg-2.0.20.orig/tests/openpgp/Makefile.am
+++ gnupg-2.0.20/tests/openpgp/Makefile.am
@@ -25,7 +25,7 @@ required_pgms = ../../g10/gpg2 ../../age
 
 
 TESTS_ENVIRONMENT = GNUPGHOME=$(abs_builddir) GPG_AGENT_INFO= LC_ALL=C \
-                   ../../agent/gpg-agent --quiet --daemon sh
+                   ../../agent/gpg-agent --quiet --daemon
 
 
 TESTS = version.test mds.test \

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to