[Pkg-privacy-commits] [pidgin-otr] 165/255: Make the version number of libotr we're looking for more clear.
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 12:51:39 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch experimental
in repository pidgin-otr.
commit 2875df76ccf1d808d11f09f0353af62a1a7f26fa
Author: Ian Goldberg <iang at cs.uwaterloo.ca>
Date: Mon Aug 27 14:05:51 2012 -0400
Make the version number of libotr we're looking for more clear.
It used to say "4.0.0 or newer"; now it says "4.x >= 4.0.0", since 5.0
is *not* acceptable. Thanks to Jacob Appelbaum <jacob at appelbaum.net>
for pointing it out.
---
ChangeLog | 5 +++++
configure.ac | 2 +-
2 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 589a875..aa8e97f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,11 @@
the label on the OTR button on our side to "Finished", since
there may be other sessions for the same buddy still in ENCRYPTED.
+ * configure.ac: Make the version number of libotr we're looking
+ for more clear. It used to say "4.0.0 or newer"; now it says
+ "4.x >= 4.0.0", since 5.0 is *not* acceptable. Thanks to
+ Jacob Appelbaum <jacob at appelbaum.net> for pointing it out.
+
2012-08-24
* otr-plugin.c: Turn off the beta dialog
diff --git a/configure.ac b/configure.ac
index 7e23e42..f998eb9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ AM_PROG_LIBTOOL
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.0.0,,AC_MSG_ERROR(libotr 4.x >= 4.0.0 is required.))
PKG_CHECK_MODULES([EXTRA], [glib-2.0 >= 2.6 gtk+-2.0 >= 2.6 pidgin >= 2.0 purple >= 2.0])
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/pidgin-otr.git
More information about the Pkg-privacy-commits
mailing list