r58255 - in /trunk/libparse-dia-sql-perl: Changes MANIFEST MANIFEST.SKIP META.yml TODO debian/changelog lib/Parse/Dia/SQL.pm lib/Parse/Dia/SQL/Output.pm t/961-rt57182-charset.t t/data/non-latin1-chars.dia

gaudenz at users.alioth.debian.org gaudenz at users.alioth.debian.org
Sat May 22 08:08:55 UTC 2010


Author: gaudenz
Date: Sat May 22 08:08:38 2010
New Revision: 58255

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=58255
Log:
Update libparse-dia-sql-perl to 0.16, merge changelog 
because the previous version was never uploaded.

Added:
    trunk/libparse-dia-sql-perl/t/961-rt57182-charset.t
      - copied unchanged from r58252, branches/upstream/libparse-dia-sql-perl/current/t/961-rt57182-charset.t
    trunk/libparse-dia-sql-perl/t/data/non-latin1-chars.dia
      - copied unchanged from r58252, branches/upstream/libparse-dia-sql-perl/current/t/data/non-latin1-chars.dia
Modified:
    trunk/libparse-dia-sql-perl/Changes
    trunk/libparse-dia-sql-perl/MANIFEST
    trunk/libparse-dia-sql-perl/MANIFEST.SKIP
    trunk/libparse-dia-sql-perl/META.yml
    trunk/libparse-dia-sql-perl/TODO
    trunk/libparse-dia-sql-perl/debian/changelog
    trunk/libparse-dia-sql-perl/lib/Parse/Dia/SQL.pm
    trunk/libparse-dia-sql-perl/lib/Parse/Dia/SQL/Output.pm

Modified: trunk/libparse-dia-sql-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/Changes?rev=58255&op=diff
==============================================================================
--- trunk/libparse-dia-sql-perl/Changes (original)
+++ trunk/libparse-dia-sql-perl/Changes Sat May 22 08:08:38 2010
@@ -1,4 +1,9 @@
 Revision history for Perl module Parse::Dia::SQL.
+
+0.16 Fri May 21 07:20:43 CEST 2010
+    - RT #57182 Encoding for insert statements in UML components 
+      (reported by Gaudenz Steinlin).
+    - Final preparations for debian release.
 
 0.15 Thu Apr 15 22:32:41 CEST 2010
     - RT #56357 - Detect Dia database shapes and added 

Modified: trunk/libparse-dia-sql-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/MANIFEST?rev=58255&op=diff
==============================================================================
--- trunk/libparse-dia-sql-perl/MANIFEST (original)
+++ trunk/libparse-dia-sql-perl/MANIFEST Sat May 22 08:08:38 2010
@@ -100,6 +100,7 @@
 t/953-rt53783-postgres.t
 t/953-rt53783-sqlite3.t
 t/960-rt56357-database-model.t
+t/961-rt57182-charset.t
 t/data/association_dia_0_97.dia
 t/data/db-model-fk.dia
 t/data/db2.pre.dupe.dia
@@ -108,6 +109,7 @@
 t/data/long_fk_name.dia
 t/data/many_to_many.097.dia
 t/data/many_to_many.dia
+t/data/non-latin1-chars.dia
 t/data/rt50906.dia
 t/data/rt51433.dia
 t/data/rt52755.dia

Modified: trunk/libparse-dia-sql-perl/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/MANIFEST.SKIP?rev=58255&op=diff
==============================================================================
--- trunk/libparse-dia-sql-perl/MANIFEST.SKIP (original)
+++ trunk/libparse-dia-sql-perl/MANIFEST.SKIP Sat May 22 08:08:38 2010
@@ -37,3 +37,6 @@
 
 # Avoid Devel::Cover files.
 \bcover_db\b
+
+# Skip debian directory
+\bdebian\b

Modified: trunk/libparse-dia-sql-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/META.yml?rev=58255&op=diff
==============================================================================
--- trunk/libparse-dia-sql-perl/META.yml (original)
+++ trunk/libparse-dia-sql-perl/META.yml Sat May 22 08:08:38 2010
@@ -1,27 +1,52 @@
 --- #YAML:1.0
-name:                Parse-Dia-SQL
-version:             0.15
-abstract:            Convert Dia class diagrams into SQL.
-license:             ~
-author:              
+name:               Parse-Dia-SQL
+version:            0.16
+abstract:           Convert Dia class diagrams into SQL.
+author:
     - Andreas Faafeng <aff at cpan.org>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    Data::Dumper:                  0
-    Digest::MD5:                   0
-    Fatal:                         0
-    File::Find:                    0
-    File::Spec::Functions:         0
-    File::Temp:                    0
-    Getopt::Long:                  0
-    IO::Uncompress::Gunzip:        0
-    Log::Log4perl:                 0
-    POSIX:                         0
-    Test::Exception:               0
-    Test::More:                    0
-    Text::Table:                   0
-    XML::DOM:                      0
+license:            gpl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    Data::Dumper:         0
+    Digest::MD5:          0
+    Fatal:                0
+    File::Find:           0
+    File::Spec::Functions:  0
+    File::Temp:           0
+    Getopt::Long:         0
+    IO::Uncompress::Gunzip:  0
+    Log::Log4perl:        0
+    POSIX:                0
+    Test::Exception:      0
+    Test::More:           0
+    Text::Table:          0
+    XML::DOM:             0
+resources:
+    repository:  http://tedia2sql.tigris.org/source/browse/tedia2sql/
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.48
 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
+keywords:
+    - Parse
+    - Dia
+    - SQL
+    - DDL
+    - RDBMS
+    - DB2
+    - Informix
+    - Ingres
+    - InnoDB
+    - MyISAM
+    - MySQL
+    - Oracle
+    - Postgres
+    - SQLite3
+    - Sas
+    - Sybase

Modified: trunk/libparse-dia-sql-perl/TODO
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/TODO?rev=58255&op=diff
==============================================================================
--- trunk/libparse-dia-sql-perl/TODO (original)
+++ trunk/libparse-dia-sql-perl/TODO Sat May 22 08:08:38 2010
@@ -1,14 +1,17 @@
-  $Id: TODO,v 1.14 2010/02/02 20:15:42 aff Exp $
+
+  $Id: TODO,v 1.15 2010/05/04 06:13:28 aff Exp $
+
+- Implement support for Dia's new Database shape.
 
 - Warn if there are typemaps for databases in the model that are not
   used to generate output.
 
-- Add general support for synonyms (replace hack in 
+- Add general support for synonyms (replace hack in
   Parse::Dia::SQL::Utils::get_base_type).
 
 - Support index options on individual indices.
 
-- Add test for missing FK (formerly fkNamesFromAttList) 
+- Add test for missing FK (formerly fkNamesFromAttList)
 
 - Add support for loading statements from external files.
 
@@ -16,7 +19,7 @@
 
 - Warn attempts to create index on non-existent columns
 
-- Add option tablespace to create statements. 
+- Add option tablespace to create statements.
 
 - Add $VERSION to all modules.
 
@@ -28,8 +31,8 @@
   - verify create table,view,index,constraint syntax
   - verify drop table,view,index,constraint syntax
 
-- Parse::Dia::SQL::Output::MySQL 
-	- sub _get_create_table_sql must handle AUTO_INCREMENT
+- Parse::Dia::SQL::Output::MySQL
+    - sub _get_create_table_sql must handle AUTO_INCREMENT
 
 - Download DDL's from http://tedia2sql.tigris.org/ and
   ensure Parse::Dia::SQL produces roughly the same code.

Modified: trunk/libparse-dia-sql-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/debian/changelog?rev=58255&op=diff
==============================================================================
--- trunk/libparse-dia-sql-perl/debian/changelog (original)
+++ trunk/libparse-dia-sql-perl/debian/changelog Sat May 22 08:08:38 2010
@@ -1,5 +1,5 @@
-libparse-dia-sql-perl (0.15-1) unstable; urgency=low
+libparse-dia-sql-perl (0.16-1) unstable; urgency=low
 
   * Initial Release, closes: #577660.
 
- -- Andreas Faafeng <aff at cpan.org>  Tue, 20 Apr 2010 16:03:31 +0200
+ -- Andreas Faafeng <aff at cpan.org>  Sat, 22 May 2010 10:06:00 +0200

Modified: trunk/libparse-dia-sql-perl/lib/Parse/Dia/SQL.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/lib/Parse/Dia/SQL.pm?rev=58255&op=diff
==============================================================================
--- trunk/libparse-dia-sql-perl/lib/Parse/Dia/SQL.pm (original)
+++ trunk/libparse-dia-sql-perl/lib/Parse/Dia/SQL.pm Sat May 22 08:08:38 2010
@@ -1,6 +1,6 @@
 package Parse::Dia::SQL;
 
-# $Id: SQL.pm,v 1.51 2010/04/15 20:41:00 aff Exp $
+# $Id: SQL.pm,v 1.52 2010/05/21 05:25:11 aff Exp $
 
 =pod
 
@@ -190,7 +190,7 @@
 use Parse::Dia::SQL::Output::Sybase;
 use Parse::Dia::SQL::Output::SQLite3;
 
-our $VERSION = '0.15';
+our $VERSION = '0.16';
 
 my $UML_ASSOCIATION  = 'UML - Association';
 my $UML_SMALLPACKAGE = 'UML - SmallPackage';

Modified: trunk/libparse-dia-sql-perl/lib/Parse/Dia/SQL/Output.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libparse-dia-sql-perl/lib/Parse/Dia/SQL/Output.pm?rev=58255&op=diff
==============================================================================
--- trunk/libparse-dia-sql-perl/lib/Parse/Dia/SQL/Output.pm (original)
+++ trunk/libparse-dia-sql-perl/lib/Parse/Dia/SQL/Output.pm Sat May 22 08:08:38 2010
@@ -1,6 +1,6 @@
 package Parse::Dia::SQL::Output;
 
-# $Id: Output.pm,v 1.31 2010/04/16 05:13:08 aff Exp $
+# $Id: Output.pm,v 1.32 2010/05/21 05:19:36 aff Exp $
 
 =pod
 
@@ -31,6 +31,7 @@
 
 use warnings;
 use strict;
+use open qw/:std :utf8/;
 
 use Text::Table;
 use Data::Dumper;




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