r54699 - in /branches/upstream/eekboek/current: Build.PL CHANGES EekBoek.spec META.yml lib/EB/Wx/Shell/Main.pm lib/EB/Wx/Shell/MainFrame.pm lib/EekBoek.pm relnotes-2.00.html t/ivp/ref/export.xaf

thijs at users.alioth.debian.org thijs at users.alioth.debian.org
Tue Mar 23 21:17:13 UTC 2010


Author: thijs
Date: Tue Mar 23 21:17:07 2010
New Revision: 54699

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

Modified:
    branches/upstream/eekboek/current/Build.PL
    branches/upstream/eekboek/current/CHANGES
    branches/upstream/eekboek/current/EekBoek.spec
    branches/upstream/eekboek/current/META.yml
    branches/upstream/eekboek/current/lib/EB/Wx/Shell/Main.pm
    branches/upstream/eekboek/current/lib/EB/Wx/Shell/MainFrame.pm
    branches/upstream/eekboek/current/lib/EekBoek.pm
    branches/upstream/eekboek/current/relnotes-2.00.html
    branches/upstream/eekboek/current/t/ivp/ref/export.xaf

Modified: branches/upstream/eekboek/current/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/Build.PL?rev=54699&op=diff
==============================================================================
--- branches/upstream/eekboek/current/Build.PL (original)
+++ branches/upstream/eekboek/current/Build.PL Tue Mar 23 21:17:07 2010
@@ -2,8 +2,8 @@
 # Author          : Johan Vromans
 # Created On      : Thu Sep  1 17:28:26 2005
 # Last Modified By: Johan Vromans
-# Last Modified On: Wed Mar 17 13:16:21 2010
-# Update Count    : 129
+# Last Modified On: Tue Mar 23 20:24:07 2010
+# Update Count    : 130
 # Status          : Experimental
 
 # Ease the life of the CPAN testers.
@@ -90,7 +90,6 @@
    script_files	       => $data->{script_files},
    pm_files	       => filelist("lib"),
    get_options	       => { skipdbtests => { } },
-   dist_version	       => '2.00.00.RC2',
    add_to_cleanup      =>
      [ 'pod2htm*',
        map { +"t/ivp/*.$_" } qw(sql log txt html csv)

Modified: branches/upstream/eekboek/current/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/CHANGES?rev=54699&op=diff
==============================================================================
--- branches/upstream/eekboek/current/CHANGES (original)
+++ branches/upstream/eekboek/current/CHANGES Tue Mar 23 21:17:07 2010
@@ -1,6 +1,15 @@
-# CHANGES		-*- coding: utf-8 -*-
-
-2.00.00.RC02
+# $Id$
+
+2.00.00		
+
+	* Release 2.00.00
+
+2.00.00.RC03	2010-03-22 14:04
+
+	* Fix probleem dat een overbodige dialoog vraagt om een
+          eekboek.conf.
+
+2.00.00.RC02	2010-03-17 13:40
 
 	* Tweede release candidate 2.00.
 

Modified: branches/upstream/eekboek/current/EekBoek.spec
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/EekBoek.spec?rev=54699&op=diff
==============================================================================
--- branches/upstream/eekboek/current/EekBoek.spec (original)
+++ branches/upstream/eekboek/current/EekBoek.spec Tue Mar 23 21:17:07 2010
@@ -10,7 +10,7 @@
 Summary: Bookkeeping software for small and medium-size businesses
 License: GPL+ or Artistic
 Group: Applications/Productivity
-Version: 2.00.00.RC2
+Version: 2.00.00
 Release: 1%{?dist}
 Source: http://www.eekboek.nl/dl/%{name}-%{version}.tar.gz
 URL: http://www.eekboek.nl
@@ -276,6 +276,9 @@
 %{ebshare}/contrib
 
 %changelog
+* Tue Mar 23 2010 Johan Vromans <jvromans at squirrel.nl> - 2.00.00-1
+- Upgrade to upstream 2.00.00.
+
 * Mon Feb 08 2010 Johan Vromans <jvromans at squirrel.nl> - 1.05.20-1
 - Upgrade to upstream 1.05.20.
 

Modified: branches/upstream/eekboek/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/META.yml?rev=54699&op=diff
==============================================================================
--- branches/upstream/eekboek/current/META.yml (original)
+++ branches/upstream/eekboek/current/META.yml Tue Mar 23 21:17:07 2010
@@ -1,6 +1,6 @@
 ---
 name: EekBoek
-version: 2.00.00.RC2
+version: 2.00.00
 author:
   - Johan Vromans (jvromans at squirrel.nl)
 abstract: Elementary Bookkeeping (for the Dutch/European market)
@@ -27,11 +27,10 @@
   EekBoek:
     file: lib/EekBoek.pm
     version: !!perl/hash:Module::Build::Version
-      original: 2.00.00.
+      original: 2.00.00
       qv: 1
       version:
         - 2
-        - 0
         - 0
         - 0
 generated_by: Module::Build version 0.32

Modified: branches/upstream/eekboek/current/lib/EB/Wx/Shell/Main.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/lib/EB/Wx/Shell/Main.pm?rev=54699&op=diff
==============================================================================
--- branches/upstream/eekboek/current/lib/EB/Wx/Shell/Main.pm (original)
+++ branches/upstream/eekboek/current/lib/EB/Wx/Shell/Main.pm Tue Mar 23 21:17:07 2010
@@ -2,12 +2,12 @@
 
 use utf8;
 
-# RCS Id          : $Id: Main.pm,v 1.7 2009/12/23 21:27:56 jv Exp $
+# RCS Id          : $Id: Main.pm,v 1.8 2010/03/22 13:07:20 jv Exp $
 # Author          : Johan Vromans
 # Created On      : Sun Jul 31 23:35:10 2005
 # Last Modified By: Johan Vromans
-# Last Modified On: Wed Dec 23 21:58:49 2009
-# Update Count    : 414
+# Last Modified On: Mon Mar 22 14:00:08 2010
+# Update Count    : 415
 # Status          : Unknown, Use with caution!
 
 ################ Common stuff ################
@@ -143,8 +143,12 @@
        undef,
        $EekBoek::PACKAGE);
 
-    my $config = $opts->{config} || $cfg->std_config;
-    $frame->{_ebcfg} = $config if $config && -s $config;
+    my $config = $opts->{config};
+    unless ( $config ) {
+	$config = $cfg->std_config;
+	$config = $cfg->std_config_alt unless -f $config;
+    }
+    $frame->{_ebcfg} = $config if -e $config;
     $frame->FillHistory($histfile);
     $frame->GetPreferences;
 

Modified: branches/upstream/eekboek/current/lib/EB/Wx/Shell/MainFrame.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/lib/EB/Wx/Shell/MainFrame.pm?rev=54699&op=diff
==============================================================================
--- branches/upstream/eekboek/current/lib/EB/Wx/Shell/MainFrame.pm (original)
+++ branches/upstream/eekboek/current/lib/EB/Wx/Shell/MainFrame.pm Tue Mar 23 21:17:07 2010
@@ -468,7 +468,7 @@
 	  ($self,
 	   _T("Choose"),
 	   "", "",
-	   ".eekboek.conf",
+	   ".eekboek.conf;eekboek.conf",
 	   0|wxFD_FILE_MUST_EXIST,
 	   wxDefaultPosition);
 	my $ret = $fd->ShowModal;

Modified: branches/upstream/eekboek/current/lib/EekBoek.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/lib/EekBoek.pm?rev=54699&op=diff
==============================================================================
--- branches/upstream/eekboek/current/lib/EekBoek.pm (original)
+++ branches/upstream/eekboek/current/lib/EekBoek.pm Tue Mar 23 21:17:07 2010
@@ -10,9 +10,9 @@
 # Minimal version to prevent many Unicode bugs.
 use 5.008003;
 
-my $RCS_Id = '$Id: EekBoek.pm,v 1.98 2010/03/17 12:17:08 jv Exp $ ';
+my $RCS_Id = '$Id: EekBoek.pm,v 1.99 2010/03/23 19:10:55 jv Exp $ ';
 our $PACKAGE = 'EekBoek';
-our $VERSION = '2.00.00.RC2';
+our $VERSION = '2.00.00';
 
 =head1 NAME
 
@@ -63,4 +63,4 @@
 
 1;
 
-# $Id: EekBoek.pm,v 1.98 2010/03/17 12:17:08 jv Exp $ 
+# $Id: EekBoek.pm,v 1.99 2010/03/23 19:10:55 jv Exp $ 

Modified: branches/upstream/eekboek/current/relnotes-2.00.html
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/relnotes-2.00.html?rev=54699&op=diff
==============================================================================
--- branches/upstream/eekboek/current/relnotes-2.00.html (original)
+++ branches/upstream/eekboek/current/relnotes-2.00.html Tue Mar 23 21:17:07 2010
@@ -201,7 +201,11 @@
 
 <ul>
   <li><p>Bedragen mogen worden ingegeven met duizendtalscheidingstekens,
-      bijvoorbeeld <code>1.235,56</code>.</p></li>
+      bijvoorbeeld <code>1.235,56</code>.</p>
+      <p>In expressies zijn duizendtalscheidingstekens niet
+      toegestaan. Dit om problemen te voorkomen met de interpretatie
+      van expressies als <code>24,50*1.250</code>. Is dit 30625 of 30,625?</p>
+</li>
 
   <li><p>De opdracht <code>export</code> kent de optie
       <code>--titel</code>. Hiermee kan een omschrijving worden
@@ -287,8 +291,8 @@
 
 <blockquote class="code"># content-type: text; charset=iso-8859-1</blockquote>
 
-<p>of een van de variaties daarop dan 
-moet deze na conversie worden vervangen door</p>
+<p>of een van de variaties daarop dan moet deze na conversie worden
+verwijderd, of vervangen door</p>
 
 <blockquote class="code"># content-type: text; charset=utf-8</blockquote>
 

Modified: branches/upstream/eekboek/current/t/ivp/ref/export.xaf
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/eekboek/current/t/ivp/ref/export.xaf?rev=54699&op=diff
==============================================================================
--- branches/upstream/eekboek/current/t/ivp/ref/export.xaf (original)
+++ branches/upstream/eekboek/current/t/ivp/ref/export.xaf Tue Mar 23 21:17:07 2010
@@ -14,7 +14,7 @@
     <currencyCode>EUR</currencyCode>
     <dateCreated>2007-12-31</dateCreated>
     <productID>EekBoek</productID>
-    <productVersion>2.00.00.RC2</productVersion>
+    <productVersion>2.00.00</productVersion>
   </header>
   <generalLedger>
     <taxonomy>geen</taxonomy>




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