From bd9655f57c044d15ff28da78ceb2f2f100ea5b84 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 14 Oct 2013 10:46:05 +0200 Subject: [PATCH] Version 1.29 --- Changes | 2 +- IDMETA | 3 ++- debian/changelog | 6 ++++++ lib/Net/Z3950/ZOOM.pm | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Changes b/Changes index 60d67d3..8a76127 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,6 @@ Revision history for Perl extension Net::Z3950::ZOOM. -[IN PROGRESS] +1.29 Mon Oct 14 10:41:28 CEST 2013 - Debian/RPM packages now built with YAZ 5. - Do not depend on libyaz4-devel in Debian package (only required for building) diff --git a/IDMETA b/IDMETA index d8fd9fe..c79af7a 100644 --- a/IDMETA +++ b/IDMETA @@ -1,5 +1,6 @@ NAME=libnet-z3950-zoom-perl -VERSION=1.27 +VERSION=1.29 OMIT_FROM_DIST="archive modules" DEBIAN_DIST="wheezy squeeze" UBUNTU_DIST="quantal precise oneiric lucid" +CENTOS_DIST="centos5 centos6" diff --git a/debian/changelog b/debian/changelog index 421502c..2b188bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libnet-z3950-zoom-perl (1.29-1indexdata) unstable; urgency=low + + * Upstream. + + -- Adam Dickmeiss Mon, 14 Oct 2013 10:39:03 +0200 + libnet-z3950-zoom-perl (1.27-2) unstable; urgency=low * Debian control-file now specified build-dependency on libyaz4-dev diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index 29bd9b4..2b17964 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -4,7 +4,7 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.28'; +our $VERSION = '1.29'; require XSLoader; XSLoader::load('Net::Z3950::ZOOM', $VERSION); -- 1.7.10.4