Hello community,

here is the log from the commit of package gnutls for openSUSE:Factory checked 
in at 2012-05-31 17:04:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnutls (Old)
 and      /work/SRC/openSUSE:Factory/.gnutls.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnutls", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnutls/gnutls.changes    2012-05-25 
17:33:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnutls.new/gnutls.changes       2012-05-31 
17:05:01.000000000 +0200
@@ -1,0 +2,6 @@
+Tue May 29 12:51:59 UTC 2012 - [email protected]
+
+- fix build with automake-1.12
+  - add: automake-1.12.patch
+
+-------------------------------------------------------------------

New:
----
  automake-1.12.patch

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

Other differences:
------------------
++++++ gnutls.spec ++++++
--- /var/tmp/diff_new_pack.BmDTKa/_old  2012-05-31 17:05:02.000000000 +0200
+++ /var/tmp/diff_new_pack.BmDTKa/_new  2012-05-31 17:05:02.000000000 +0200
@@ -34,11 +34,13 @@
 Patch0:         gnutls-introduce-gnutls_certificate_set_x509_system_trust.diff
 # suse specific, add support for certificate directories -- lnussel
 Patch1:         gnutls-implement-trust-store-dir.diff
+Patch2:         automake-1.12.patch
 BuildRequires:  automake
 BuildRequires:  gcc-c++
 BuildRequires:  libidn-devel
 BuildRequires:  libnettle-devel >= 2.2
 BuildRequires:  libtasn1-devel
+BuildRequires:  libtool
 BuildRequires:  p11-kit-devel >= 0.11
 BuildRequires:  pkg-config
 BuildRequires:  xz
@@ -126,10 +128,11 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 echo %{_includedir}/%{name}/abstract.h
 
 %build
-autoreconf
+autoreconf -i
 %configure \
         --disable-static \
         --with-pic \

++++++ automake-1.12.patch ++++++
Index: gnutls-3.0.19/configure.ac
===================================================================
--- gnutls-3.0.19.orig/configure.ac
+++ gnutls-3.0.19/configure.ac
@@ -37,6 +37,7 @@ dnl Checks for programs.
 AC_PROG_CC
 AM_PROG_AS
 AC_PROG_CXX
+AM_PROG_AR
 gl_EARLY
 
 # For includes/gnutls/gnutls.h.in.

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

Reply via email to