[Pkg-privacy-commits] [irssi-plugin-otr] 15/18: libotr >= 4.1.0 in configure.ac and spec file

Antoine Beaupré anarcat at moszumanska.debian.org
Tue Mar 29 14:20:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

anarcat pushed a commit to branch debian
in repository irssi-plugin-otr.

commit f75eb260c168b708873f2770d95b9a1b66144edd
Author: Andreas Stieger <andreas.stieger at gmx.de>
Date:   Mon Jan 12 22:10:22 2015 +0100

    libotr >= 4.1.0 in configure.ac and spec file
    
    Follow-up to 4ad3b7b6c85be0154ab3694fe9831796db20c4fe and issue #50 - specify
    minimm requirement of libotr >= 4.1.0 in configure.ac and spec file.
    
    Fixes #51
    
    Signed-off-by: David Goulet <dgoulet at ev0ke.net>
---
 configure.ac      | 2 +-
 irssi-otr.spec.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index a38af58..a620039 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,7 +31,7 @@ AM_PATH_GLIB_2_0([2.22.0], [],
 
 AM_PATH_LIBGCRYPT(1:1.2.0,,AC_MSG_ERROR(libgcrypt 1.2.0 or newer is required.))
 
-AM_PATH_LIBOTR(4.0.0, [], [AC_MSG_ERROR([libotr 4.0.0 or newer is required.])])
+AM_PATH_LIBOTR(4.1.0, [], [AC_MSG_ERROR([libotr 4.1.0 or newer is required.])])
 
 pkg_modules="gmodule-2.0 >= 2.0.0"
 PKG_CHECK_MODULES(GMODULE, [$pkg_modules])
diff --git a/irssi-otr.spec.in b/irssi-otr.spec.in
index ecb5f78..d93f181 100644
--- a/irssi-otr.spec.in
+++ b/irssi-otr.spec.in
@@ -9,7 +9,7 @@ Source0:        %{name}-%{version}.tar.bz2
 
 BuildRequires:  glib2-devel >= 2.13
 BuildRequires:  irssi-devel
-BuildRequires:  libotr-devel >= 4.0.0
+BuildRequires:  libotr-devel >= 4.1.0
 BuildRequires:  pkgconfig
 Requires:       irssi
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/irssi-plugin-otr.git



More information about the Pkg-privacy-commits mailing list