r62532 - in /trunk/libjira-client-perl: Changes META.yml README debian/README.source debian/changelog debian/control debian/copyright debian/rules debian/source/ debian/source/format examples/jiraclient.pl lib/JIRA/Client.pm
angelabad-guest at users.alioth.debian.org
angelabad-guest at users.alioth.debian.org
Mon Sep 13 15:49:33 UTC 2010
Author: angelabad-guest
Date: Mon Sep 13 15:49:21 2010
New Revision: 62532
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=62532
Log:
* New upstream release
* Switch to dpkg-source format 3.0 (quilt)
- Remove quilt framework
* debian/copyirght: Update license information
* Bump Standards-Version to 3.9.1 (no changes)
Added:
trunk/libjira-client-perl/debian/source/
trunk/libjira-client-perl/debian/source/format
Removed:
trunk/libjira-client-perl/debian/README.source
Modified:
trunk/libjira-client-perl/Changes
trunk/libjira-client-perl/META.yml
trunk/libjira-client-perl/README
trunk/libjira-client-perl/debian/changelog
trunk/libjira-client-perl/debian/control
trunk/libjira-client-perl/debian/copyright
trunk/libjira-client-perl/debian/rules
trunk/libjira-client-perl/examples/jiraclient.pl
trunk/libjira-client-perl/lib/JIRA/Client.pm
Modified: trunk/libjira-client-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/Changes?rev=62532&op=diff
==============================================================================
--- trunk/libjira-client-perl/Changes (original)
+++ trunk/libjira-client-perl/Changes Mon Sep 13 15:49:21 2010
@@ -1,4 +1,15 @@
Revision history for JIRA-Client
+
+0.25 2010-09-11
+
+ Implements method get_statuses, courtesy of michael AT
+ riceclan.org.
+
+ Fixes a problem in _convert_resolution, courtesy of KBeal AT
+ crosscountry-auto.com.
+
+ Fixes a typo in examples/jiraclient.pl, courtesy of cosimo AT
+ cpan.org.
0.24 2009-12-24
Modified: trunk/libjira-client-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/META.yml?rev=62532&op=diff
==============================================================================
--- trunk/libjira-client-perl/META.yml (original)
+++ trunk/libjira-client-perl/META.yml Mon Sep 13 15:49:21 2010
@@ -1,16 +1,24 @@
--- #YAML:1.0
-name: JIRA-Client
-version: 0.24
-abstract: An extended interface to JIRA's SOAP API.
-license: ~
-author:
+name: JIRA-Client
+version: 0.25
+abstract: An extended interface to JIRA's SOAP API.
+author:
- Gustavo Chaves <gnustavo at cpan.org>
-generated_by: ExtUtils::MakeMaker version 6.42
-distribution_type: module
-requires:
- IO::Socket: 0
- SOAP::Lite: 0
- Test::More: 0
+license: unknown
+distribution_type: module
+configure_requires:
+ ExtUtils::MakeMaker: 0
+build_requires:
+ ExtUtils::MakeMaker: 0
+requires:
+ IO::Socket: 0
+ SOAP::Lite: 0
+ Test::More: 0
+no_index:
+ directory:
+ - t
+ - inc
+generated_by: ExtUtils::MakeMaker version 6.55_02
meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.3.html
- version: 1.3
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
Modified: trunk/libjira-client-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/README?rev=62532&op=diff
==============================================================================
--- trunk/libjira-client-perl/README (original)
+++ trunk/libjira-client-perl/README Mon Sep 13 15:49:21 2010
@@ -1,6 +1,6 @@
Name: JIRA-Client
What: A OO interface to JIRA's SOAP API.
-Version: 0.24
+Version: 0.25
Author: Gustavo Chaves <gnustavo at cpan.org>
JIRA is a proprietary bug tracking system from Atlassian
Modified: trunk/libjira-client-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/changelog?rev=62532&op=diff
==============================================================================
--- trunk/libjira-client-perl/debian/changelog (original)
+++ trunk/libjira-client-perl/debian/changelog Mon Sep 13 15:49:21 2010
@@ -1,3 +1,13 @@
+libjira-client-perl (0.25-1) unstable; urgency=low
+
+ * New upstream release
+ * Switch to dpkg-source format 3.0 (quilt)
+ - Remove quilt framework
+ * debian/copyirght: Update license information
+ * Bump Standards-Version to 3.9.1 (no changes)
+
+ -- Angel Abad <angelabad at gmail.com> Mon, 13 Sep 2010 17:48:59 +0200
+
libjira-client-perl (0.24-2) UNRELEASED; urgency=low
* debian/rules: switch order of arguments to dh.
Modified: trunk/libjira-client-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/control?rev=62532&op=diff
==============================================================================
--- trunk/libjira-client-perl/debian/control (original)
+++ trunk/libjira-client-perl/debian/control Mon Sep 13 15:49:21 2010
@@ -1,15 +1,15 @@
Source: libjira-client-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7.0.50), quilt (>= 0.46-7)
-Build-Depends-Indep: perl, libsoap-lite-perl, libtest-kwalitee-perl,
- libtest-pod-coverage-perl, libtest-pod-perl
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: libsoap-lite-perl, libtest-kwalitee-perl,
+ libtest-pod-coverage-perl, libtest-pod-perl, perl
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Angel Abad <angelabad at gmail.com>, Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.3
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/JIRA-Client/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjira-client-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libjira-client-perl/
-Homepage: http://search.cpan.org/dist/JIRA-Client/
Package: libjira-client-perl
Architecture: all
Modified: trunk/libjira-client-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/copyright?rev=62532&op=diff
==============================================================================
--- trunk/libjira-client-perl/debian/copyright (original)
+++ trunk/libjira-client-perl/debian/copyright Mon Sep 13 15:49:21 2010
@@ -1,4 +1,4 @@
-Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=59
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
Maintainer: Gustavo Chaves <gnustavo at cpan.org>
Source: http://search.cpan.org/dist/JIRA-Client/
Name: JIRA-Client
@@ -9,8 +9,9 @@
License: Artistic or GPL-1+
Files: debian/*
-Copyright: 2009, Angel Abad <angelabad at gmail.com>
+Copyright: 2009-2010, Angel Abad <angelabad at gmail.com>
2009, Jonathan Yu <jawnsy at cpan.org>
+ 2010, gregor herrmann <gregoa at debian.org>
License: Artistic or GPL-1+
License: Artistic
@@ -18,7 +19,7 @@
it under the terms of the Artistic License, which comes with Perl.
.
On Debian GNU/Linux systems, the complete text of the Artistic License
- can be found in `/usr/share/common-licenses/Artistic'
+ can be found in `/usr/share/common-licenses/Artistic'.
License: GPL-1+
This program is free software; you can redistribute it and/or modify
@@ -26,5 +27,5 @@
the Free Software Foundation; either version 1, or (at your option)
any later version.
.
- On Debian GNU/Linux systems, the complete text of the GNU General
- Public License can be found in `/usr/share/common-licenses/GPL'
+ On Debian GNU/Linux systems, the complete text of version 1 of the
+ General Public License can be found in `/usr/share/common-licenses/GPL-1'.
Modified: trunk/libjira-client-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/rules?rev=62532&op=diff
==============================================================================
--- trunk/libjira-client-perl/debian/rules (original)
+++ trunk/libjira-client-perl/debian/rules Mon Sep 13 15:49:21 2010
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --with quilt
+ dh $@
override_dh_auto_configure:
dh_auto_configure -- --author-tests
Added: trunk/libjira-client-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/debian/source/format?rev=62532&op=file
==============================================================================
--- trunk/libjira-client-perl/debian/source/format (added)
+++ trunk/libjira-client-perl/debian/source/format Mon Sep 13 15:49:21 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)
Modified: trunk/libjira-client-perl/examples/jiraclient.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/examples/jiraclient.pl?rev=62532&op=diff
==============================================================================
--- trunk/libjira-client-perl/examples/jiraclient.pl (original)
+++ trunk/libjira-client-perl/examples/jiraclient.pl Mon Sep 13 15:49:21 2010
@@ -84,7 +84,7 @@
# This works if you have the right permissions
-my $user = $jira->createUser("testuser2", "testuser2", "SOAP-created user", "newuser at localhost");
+my $user = $jira->createUser("testuser2", "testuser2", "SOAP-created user", 'newuser at localhost');
print "Created user $user\n";
my $group = $jira->getGroup("jira-developers");
Modified: trunk/libjira-client-perl/lib/JIRA/Client.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjira-client-perl/lib/JIRA/Client.pm?rev=62532&op=diff
==============================================================================
--- trunk/libjira-client-perl/lib/JIRA/Client.pm (original)
+++ trunk/libjira-client-perl/lib/JIRA/Client.pm Mon Sep 13 15:49:21 2010
@@ -11,11 +11,11 @@
=head1 VERSION
-Version 0.24
-
-=cut
-
-our $VERSION = '0.24';
+Version 0.25
+
+=cut
+
+our $VERSION = '0.25';
=head1 SYNOPSIS
@@ -178,7 +178,7 @@
my $resolutions = $self->get_resolutions();
croak "There is no resolution called '$resolution'.\n"
unless exists $resolutions->{$resolution};
- $hash->{resolution} = $resolutions->{$resolution}{name};
+ $hash->{resolution} = $resolutions->{$resolution}{id};
}
return;
}
@@ -431,6 +431,19 @@
my ($self) = @_;
$self->{cache}{issue_types} ||= {map {$_->{name} => $_} @{$self->getIssueTypes()}};
return $self->{cache}{issue_types};
+}
+
+=item B<get_statuses>
+
+Returns a hash mapping the server's status names to the
+RemoteStatus objects describing them.
+
+=cut
+
+sub get_statuses {
+ my ($self) = @_;
+ $self->{cache}{statuses} ||= {map {$_->{name} => $_} @{$self->getStatuses()}};
+ return $self->{cache}{statuses};
}
=item B<get_priorities>
More information about the Pkg-perl-cvs-commits
mailing list