]> Dogcows Code - chaz/p5-Alien-ZMQ/commitdiff
switch distribution to zeromq-3.2.4 master v0.06
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 28 Sep 2013 22:49:20 +0000 (16:49 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Sat, 28 Sep 2013 23:01:19 +0000 (17:01 -0600)
Build.PL
dist.ini
files/zeromq-3.2.4-conditional-eproto.patch [moved from files/zeromq-3.2.3-conditional-eproto.patch with 100% similarity]
files/zeromq-3.2.4-no-tests.patch [moved from files/zeromq-3.2.3-no-tests.patch with 88% similarity]
lib/Alien/ZMQ.pm

index e20a3bd90a8e5d4bc334043aa5e5b14605100518..aa3252aaeb3bc1a9c5a0ce1fdb203f3ce8193be9 100644 (file)
--- 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;
index 567ec6684152d56c084c187027ff5106d682f69c..1fc4e72a4ed7177e8dc28be2ef55c8a7be53112c 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,6 +1,6 @@
 
 name = Alien-ZMQ
-version = 0.05
+version = 0.06
 author = Charles McGarvey <ccm@cpan.org>
 license = Perl_5
 copyright_holder = Charles McGarvey
similarity index 88%
rename from files/zeromq-3.2.3-no-tests.patch
rename to files/zeromq-3.2.4-no-tests.patch
index b06c6fad021834c8d3640c2dac8b4665f37f87a8..df6cb9e129e3b7c65e6a0cea6e2d58b883c4ab4d 100644 (file)
@@ -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
index 4660cfb2dd7c2c326053e85263eedf9263d2d679..a0b724025c28290cb30cfb149647120535954d41 100644 (file)
@@ -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<libzmq 3.2.3> is installed in a shared directory.  In
+it is not found, B<libzmq 3.2.4> 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.
 
This page took 0.026595 seconds and 4 git commands to generate.