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

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit c2f4cbf41d765d3271c479eebec68e704fd16f32
Author: Daniel P. Berrange <d...@berrange.com>
Date:   Sun Apr 17 21:18:15 2005 +0000

    Update version to match 0.32 dbus
---
 Net-DBus.spec.PL |  4 ++--
 README           | 18 +++++++++---------
 lib/Net/DBus.pm  |  2 +-
 3 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Net-DBus.spec.PL b/Net-DBus.spec.PL
index 8d2e10a..c6266af 100644
--- a/Net-DBus.spec.PL
+++ b/Net-DBus.spec.PL
@@ -1,6 +1,6 @@
 # Copyright (C) 2001-2004 Daniel Berrange <d...@berrange.com>
 #
-# $Id: Net-DBus.spec.PL,v 1.2 2005/04/12 22:23:50 dan Exp $
+# $Id: Net-DBus.spec.PL,v 1.3 2005/04/17 22:18:15 dan Exp $
 
 use strict;
 
@@ -46,7 +46,7 @@ Source: %{appname}-%{version}.tar.gz
 BuildRoot: /var/tmp/%{appname}-%{version}-root
 BuildArchitectures: noarch
 Requires: perl = %{perlversion}
-Requires: dbus = 0.31
+Requires: dbus = 0.32
 
 %description
 Provides a Perl API to the DBus message system
diff --git a/README b/README
index 9b5768b..43d72ad 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-DBus version 0.31.0
-=================
+DBus version 0.32.0
+===================
 
 DBus provides a Perl XS API to the dbus inter-application
 messaging system. The Perl API covers the core base level 
@@ -9,7 +9,7 @@ project website at:
 
   http://www.freedesktop.org/software/dbus/
 
-This version operates against DBus 0.31
+This version operates against DBus 0.32
 
 INSTALLATION
 ------------
@@ -94,18 +94,18 @@ patch is as follows:
   * Rename your working directory to have '-new' 
     extension: 
 
-        mv DBus-0.31.0 DBus-0.31.0-new
+        mv DBus-0.32.0 DBus-0.32.0-new
 
   * Extract a pristine copy of the source:
 
-        gunzip -c DBus-0.31.0.tar.gz | tar xf -
-        mv DBus-0.31.0 DBus-0.31.0-orig
+        gunzip -c DBus-0.32.0.tar.gz | tar xf -
+        mv DBus-0.32.0 DBus-0.32.0-orig
 
   * Generate the patch:
 
-        diff -ruN DBus-0.31.0-orig DBus-0.31.0-new \
-          > DBus-0.31.0-[something].patch
-        gzip DBus-0.31.0-[something].patch
+        diff -ruN DBus-0.32.0-orig DBus-0.32.0-new \
+          > DBus-0.32.0-[something].patch
+        gzip DBus-0.32.0-[something].patch
 
 
 Send the resulting to .patch.gz file directly to 
diff --git a/lib/Net/DBus.pm b/lib/Net/DBus.pm
index 42365a6..2db7793 100644
--- a/lib/Net/DBus.pm
+++ b/lib/Net/DBus.pm
@@ -8,7 +8,7 @@ use Carp;
 
 
 BEGIN {
-our $VERSION = '0.31.0';
+our $VERSION = '0.32.0';
 require XSLoader;
 XSLoader::load('Net::DBus', $VERSION);
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to