r41312 - in /trunk/libclass-dbi-sweet-perl: Build.PL Changes META.yml Makefile.PL debian/README.source debian/changelog debian/control debian/patches/ debian/rules lib/Class/DBI/Sweet.pm t/04join.t
jawnsy-guest at users.alioth.debian.org
jawnsy-guest at users.alioth.debian.org
Tue Aug 4 21:23:29 UTC 2009
Author: jawnsy-guest
Date: Tue Aug 4 21:23:23 2009
New Revision: 41312
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41312
Log:
IGNORE-VERSION: 0.10-1
* New upstream release
+ Upstream applied dam's quilt patch
Removed:
trunk/libclass-dbi-sweet-perl/debian/README.source
trunk/libclass-dbi-sweet-perl/debian/patches/
Modified:
trunk/libclass-dbi-sweet-perl/Build.PL
trunk/libclass-dbi-sweet-perl/Changes
trunk/libclass-dbi-sweet-perl/META.yml
trunk/libclass-dbi-sweet-perl/Makefile.PL
trunk/libclass-dbi-sweet-perl/debian/changelog
trunk/libclass-dbi-sweet-perl/debian/control
trunk/libclass-dbi-sweet-perl/debian/rules
trunk/libclass-dbi-sweet-perl/lib/Class/DBI/Sweet.pm
trunk/libclass-dbi-sweet-perl/t/04join.t
Modified: trunk/libclass-dbi-sweet-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/Build.PL?rev=41312&op=diff
==============================================================================
--- trunk/libclass-dbi-sweet-perl/Build.PL (original)
+++ trunk/libclass-dbi-sweet-perl/Build.PL Tue Aug 4 21:23:23 2009
@@ -10,7 +10,7 @@
'Data::Page' => 0,
'DBI' => 0,
'List::Util' => 0,
- 'SQL::Abstract' => 1.17,
+ 'SQL::Abstract' => 1.55,
'DBD::SQLite' => 1.08
},
dist_abstract => 'lib/Class/DBI/Sweet.pm',
Modified: trunk/libclass-dbi-sweet-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/Changes?rev=41312&op=diff
==============================================================================
--- trunk/libclass-dbi-sweet-perl/Changes (original)
+++ trunk/libclass-dbi-sweet-perl/Changes Tue Aug 4 21:23:23 2009
@@ -1,4 +1,7 @@
Revision history for Perl extension Class::DBI::Sweet
+
+0.10 Mon Aug 03 20:20:18 PST 2009
+ - SQL::Abstract 1.55 compatibility, Damyan Ivanov
0.09 Sun Dec 23 23:51:36 PST 2007
- fix spelling error which resulted in broken POD link, Jonas B. Nielsen
Modified: trunk/libclass-dbi-sweet-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/META.yml?rev=41312&op=diff
==============================================================================
--- trunk/libclass-dbi-sweet-perl/META.yml (original)
+++ trunk/libclass-dbi-sweet-perl/META.yml Tue Aug 4 21:23:23 2009
@@ -1,6 +1,6 @@
---
name: Class-DBI-Sweet
-version: 0.09
+version: 0.10
author:
- 'Christian Hansen <ch at ngmedia.com>'
- 'Matt S Trout <mstrout at cpan.org>'
@@ -15,18 +15,18 @@
DBI: 0
Data::Page: 0
List::Util: 0
- SQL::Abstract: 1.17
+ SQL::Abstract: 1.55
recommends:
Data::UUID: 0
provides:
Class::DBI::Sweet:
file: lib/Class/DBI/Sweet.pm
- version: 0.09
+ version: 0.10
Class::DBI::Sweet::SQL::Abstract:
file: lib/Class/DBI/Sweet.pm
Class::DBI::Sweet::Topping:
file: lib/Class/DBI/Sweet/Topping.pm
-generated_by: Module::Build version 0.2808
+generated_by: Module::Build version 0.33
meta-spec:
- url: http://module-build.sourceforge.net/META-spec-v1.2.html
- version: 1.2
+ url: http://module-build.sourceforge.net/META-spec-v1.4.html
+ version: 1.4
Modified: trunk/libclass-dbi-sweet-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/Makefile.PL?rev=41312&op=diff
==============================================================================
--- trunk/libclass-dbi-sweet-perl/Makefile.PL (original)
+++ trunk/libclass-dbi-sweet-perl/Makefile.PL Tue Aug 4 21:23:23 2009
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.03
+# Note: this file was auto-generated by Module::Build::Compat version 0.33
unless (eval "use Module::Build::Compat 0.02; 1" ) {
print "This module requires Module::Build to install itself.\n";
@@ -27,5 +27,8 @@
eval "use Module::Build::Compat 0.02; 1" or die $@;
Module::Build::Compat->run_build_pl(args => \@ARGV);
+ my $build_script = 'Build';
+ $build_script .= '.com' if $^O eq 'VMS';
+ exit(0) unless(-e $build_script); # cpantesters convention
require Module::Build;
Module::Build::Compat->write_makefile(build_class => 'Module::Build');
Modified: trunk/libclass-dbi-sweet-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/debian/changelog?rev=41312&op=diff
==============================================================================
--- trunk/libclass-dbi-sweet-perl/debian/changelog (original)
+++ trunk/libclass-dbi-sweet-perl/debian/changelog Tue Aug 4 21:23:23 2009
@@ -1,9 +1,13 @@
-libclass-dbi-sweet-perl (0.09-4) UNRELEASED; urgency=low
+libclass-dbi-sweet-perl (0.10-1) UNRELEASED; urgency=low
+ IGNORE-VERSION: 0.10-1
+
+ * New upstream release
+ + Upstream applied dam's quilt patch
* Updated copyright information, use new format
* Add a README.source to document quilt usage
- -- Jonathan Yu <frequency at cpan.org> Mon, 03 Aug 2009 06:47:29 -0400
+ -- Jonathan Yu <frequency at cpan.org> Tue, 04 Aug 2009 13:21:29 -0400
libclass-dbi-sweet-perl (0.09-3) unstable; urgency=low
Modified: trunk/libclass-dbi-sweet-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/debian/control?rev=41312&op=diff
==============================================================================
--- trunk/libclass-dbi-sweet-perl/debian/control (original)
+++ trunk/libclass-dbi-sweet-perl/debian/control Tue Aug 4 21:23:23 2009
@@ -1,8 +1,7 @@
Source: libclass-dbi-sweet-perl
Section: perl
Priority: optional
-Build-Depends: debhelper (>= 7.0.8), perl (>= 5.10) | libmodule-build-perl,
- quilt (>= 0.46-7)
+Build-Depends: debhelper (>= 7), perl (>= 5.10) | libmodule-build-perl
Build-Depends-Indep: perl (>= 5.8.8-12), libclass-dbi-perl, libdata-page-perl,
libdbd-sqlite3-perl, libsql-abstract-perl (>= 1.55), libcache-cache-perl,
libdbi-perl, libtest-pod-perl, libtest-pod-coverage-perl, libossp-uuid-perl,
Modified: trunk/libclass-dbi-sweet-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/debian/rules?rev=41312&op=diff
==============================================================================
--- trunk/libclass-dbi-sweet-perl/debian/rules (original)
+++ trunk/libclass-dbi-sweet-perl/debian/rules Tue Aug 4 21:23:23 2009
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh --with quilt $@
+ dh $@
Modified: trunk/libclass-dbi-sweet-perl/lib/Class/DBI/Sweet.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/lib/Class/DBI/Sweet.pm?rev=41312&op=diff
==============================================================================
--- trunk/libclass-dbi-sweet-perl/lib/Class/DBI/Sweet.pm (original)
+++ trunk/libclass-dbi-sweet-perl/lib/Class/DBI/Sweet.pm Tue Aug 4 21:23:23 2009
@@ -25,7 +25,7 @@
our $UUID_Is_Available = ( $@ ? 0 : 1 );
-our $VERSION = '0.09';
+our $VERSION = '0.10';
#----------------------------------------------------------------------
# RETRIEVING
Modified: trunk/libclass-dbi-sweet-perl/t/04join.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libclass-dbi-sweet-perl/t/04join.t?rev=41312&op=diff
==============================================================================
--- trunk/libclass-dbi-sweet-perl/t/04join.t (original)
+++ trunk/libclass-dbi-sweet-perl/t/04join.t Tue Aug 4 21:23:23 2009
@@ -29,7 +29,7 @@
is($sql->{from}, "cd me, artist artist", "FROM statement ok");
-is($sql->{where}, "( artist.name = ? ) AND me.artist = artist.artistid",
+is($sql->{where}, "artist.name = ? AND me.artist = artist.artistid",
"WHERE clause ok");
cmp_ok($cds[2]->year, '==', 2001, "Last CD returned correctly");
More information about the Pkg-perl-cvs-commits
mailing list