r24210 - in /branches/upstream/libnet-cups-perl/current: CUPS.xs Changes lib/Net/CUPS.pm lib/Net/CUPS/Destination.pm lib/Net/CUPS/IPP.pm lib/Net/CUPS/PPD.pm

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Tue Aug 12 15:31:53 UTC 2008


Author: gwolf
Date: Tue Aug 12 15:31:49 2008
New Revision: 24210

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=24210
Log:
[svn-upgrade] Integrating new upstream version, libnet-cups-perl (0.57)

Modified:
    branches/upstream/libnet-cups-perl/current/CUPS.xs
    branches/upstream/libnet-cups-perl/current/Changes
    branches/upstream/libnet-cups-perl/current/lib/Net/CUPS.pm
    branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/Destination.pm
    branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/IPP.pm
    branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/PPD.pm

Modified: branches/upstream/libnet-cups-perl/current/CUPS.xs
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-cups-perl/current/CUPS.xs?rev=24210&op=diff
==============================================================================
--- branches/upstream/libnet-cups-perl/current/CUPS.xs (original)
+++ branches/upstream/libnet-cups-perl/current/CUPS.xs Tue Aug 12 15:31:49 2008
@@ -12,7 +12,6 @@
 #include <cups/ppd.h>
 #include <cups/file.h>
 #include <cups/dir.h>
-#include <cups/i18n.h>
 #include <cups/language.h>
 #include <cups/transcode.h>
 #include <cups/adminutil.h>

Modified: branches/upstream/libnet-cups-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-cups-perl/current/Changes?rev=24210&op=diff
==============================================================================
--- branches/upstream/libnet-cups-perl/current/Changes (original)
+++ branches/upstream/libnet-cups-perl/current/Changes Tue Aug 12 15:31:49 2008
@@ -1,4 +1,9 @@
 Revision history for Perl extension Net::CUPS.
+
+0.57 Sun Aug 10 19:19:33 2008
+	+ Special thanks to Mike Eldridge <diz at cpan.org> for submitting a 
+      patch to correct issues with constants on certain platforms.
+	- Small compile patch to deal with changes in Fedora 9.
 
 0.56 Wed Mar 26 19:35:05 2008
 	+ Most of the changes below were added by Mark Gannon <mark at truenorth.nu>

Modified: branches/upstream/libnet-cups-perl/current/lib/Net/CUPS.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-cups-perl/current/lib/Net/CUPS.pm?rev=24210&op=diff
==============================================================================
--- branches/upstream/libnet-cups-perl/current/lib/Net/CUPS.pm (original)
+++ branches/upstream/libnet-cups-perl/current/lib/Net/CUPS.pm Tue Aug 12 15:31:49 2008
@@ -959,7 +959,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.56';
+our $VERSION = '0.57';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()

Modified: branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/Destination.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/Destination.pm?rev=24210&op=diff
==============================================================================
--- branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/Destination.pm (original)
+++ branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/Destination.pm Tue Aug 12 15:31:49 2008
@@ -961,7 +961,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.56';
+our $VERSION = '0.57';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()
@@ -1056,7 +1056,7 @@
 
 	return( NETCUPS_getDeviceAttribute( $self->getName(), 
 										"printer-info",
-										IPP_TAG_TEXT ) );
+										IPP_TAG_TEXT() ) );
 }
 
 
@@ -1103,7 +1103,7 @@
 
 	return( NETCUPS_getDeviceAttribute( $self->getName(), 
 										"printer-location",
-										IPP_TAG_TEXT ) );
+										IPP_TAG_TEXT() ) );
 }
 
 ##----------------------------------------------##
@@ -1145,7 +1145,7 @@
 
 	return( NETCUPS_getDeviceAttribute( $self->getName(), 
 										"device-uri",
-										IPP_TAG_URI ) );
+										IPP_TAG_URI() ) );
 }
 
 ##----------------------------------------------##

Modified: branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/IPP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/IPP.pm?rev=24210&op=diff
==============================================================================
--- branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/IPP.pm (original)
+++ branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/IPP.pm Tue Aug 12 15:31:49 2008
@@ -961,7 +961,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.56';
+our $VERSION = '0.57';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()

Modified: branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/PPD.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/PPD.pm?rev=24210&op=diff
==============================================================================
--- branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/PPD.pm (original)
+++ branches/upstream/libnet-cups-perl/current/lib/Net/CUPS/PPD.pm Tue Aug 12 15:31:49 2008
@@ -964,7 +964,7 @@
 	PPD_VERSION
 );
 
-our $VERSION = '0.56';
+our $VERSION = '0.57';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()




More information about the Pkg-perl-cvs-commits mailing list