From: Charles McGarvey Date: Sat, 28 Sep 2013 22:49:20 +0000 (-0600) Subject: switch distribution to zeromq-3.2.4 X-Git-Tag: v0.06^0 X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-Alien-ZMQ;a=commitdiff_plain;h=HEAD switch distribution to zeromq-3.2.4 --- diff --git a/Build.PL b/Build.PL index e20a3bd..aa3252a 100644 --- a/Build.PL +++ b/Build.PL @@ -15,7 +15,7 @@ my $builder = My::Build->new( dist_version_from => "lib/Alien/ZMQ.pm", share_dir => "share", ); -$builder->notes('zmq-version', '3.2.3'); -$builder->notes('zmq-sha1', '6857a3a0e908eca58f7c0f90e2ba4695f6700957'); +$builder->notes('zmq-version', '3.2.4'); +$builder->notes('zmq-sha1', '08303259f08edd1faeac2e256f5be3899377135e'); $builder->create_build_script; diff --git a/dist.ini b/dist.ini index 567ec66..1fc4e72 100644 --- a/dist.ini +++ b/dist.ini @@ -1,6 +1,6 @@ name = Alien-ZMQ -version = 0.05 +version = 0.06 author = Charles McGarvey license = Perl_5 copyright_holder = Charles McGarvey diff --git a/files/zeromq-3.2.3-conditional-eproto.patch b/files/zeromq-3.2.4-conditional-eproto.patch similarity index 100% rename from files/zeromq-3.2.3-conditional-eproto.patch rename to files/zeromq-3.2.4-conditional-eproto.patch diff --git a/files/zeromq-3.2.3-no-tests.patch b/files/zeromq-3.2.4-no-tests.patch similarity index 88% rename from files/zeromq-3.2.3-no-tests.patch rename to files/zeromq-3.2.4-no-tests.patch index b06c6fa..df6cb9e 100644 --- a/files/zeromq-3.2.3-no-tests.patch +++ b/files/zeromq-3.2.4-no-tests.patch @@ -1,8 +1,7 @@ -This patch prevents the tests from being built. This is required for platforms -that do not support pthreads. +This patch prevents the tests from being built. This is required for platforms that do not support pthreads. --- a/Makefile.in +++ b/Makefile.in -@@ -256,8 +256,8 @@ +@@ -278,8 +278,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ ACLOCAL_AMFLAGS = -I config diff --git a/lib/Alien/ZMQ.pm b/lib/Alien/ZMQ.pm index 4660cfb..a0b7240 100644 --- a/lib/Alien/ZMQ.pm +++ b/lib/Alien/ZMQ.pm @@ -9,7 +9,7 @@ use String::ShellQuote qw/shell_quote/; =head1 DESCRIPTION Upon installation, the target system is probed for the presence of libzmq. If -it is not found, B is installed in a shared directory. In +it is not found, B is installed in a shared directory. In short, modules that need libzmq can depend on this module to make sure that it is available, or use it independently as a way to install zeromq.