[pkg-xtuple-maintainers] [csvimp] 01/02: Imported Upstream version 0.5.0

Daniel Pocock pocock at moszumanska.debian.org
Sat Oct 18 14:58:08 UTC 2014


This is an automated email from the git hooks/post-receive script.

pocock pushed a commit to branch debian-experimental
in repository csvimp.

commit 89e735302303fddd8a22359d167b1718da7e86d7
Author: Daniel Pocock <daniel at pocock.pro>
Date:   Sat Oct 18 16:48:44 2014 +0200

    Imported Upstream version 0.5.0
---
 application/Info.plist      | 2 +-
 csvimpcommon/csvimpdata.cpp | 2 +-
 global.pri                  | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/application/Info.plist b/application/Info.plist
index 4ffa22b..3777f14 100644
--- a/application/Info.plist
+++ b/application/Info.plist
@@ -7,7 +7,7 @@
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
         <key>CFBundleGetInfoString</key>
-	<string>0.4.8</string>
+	<string>0.5.0</string>
 	<key>CFBundleSignature</key>
 	<string>omfg</string>
 	<key>CFBundleExecutable</key>
diff --git a/csvimpcommon/csvimpdata.cpp b/csvimpcommon/csvimpdata.cpp
index acbb290..96e0281 100644
--- a/csvimpcommon/csvimpdata.cpp
+++ b/csvimpcommon/csvimpdata.cpp
@@ -15,4 +15,4 @@
 QString CSVImp::build     = QObject::tr("%1 %2").arg(__DATE__, __TIME__);
 QString CSVImp::copyright = QObject::tr("Copyright (c) 1999-2014, OpenMFG, LLC");
 QString CSVImp::name      = QObject::tr("CSV Import");
-QString CSVImp::version   = QString("0.4.8");
+QString CSVImp::version   = QString("0.5.0");
diff --git a/global.pri b/global.pri
index 8a722f7..7bfa525 100644
--- a/global.pri
+++ b/global.pri
@@ -41,6 +41,7 @@ isEmpty( OPENRPT_LIBDIR ) {
 ! isEmpty( OPENRPT_LIBDIR_REL ) { OPENRPT_LIBDIR = ../$${OPENRPT_LIBDIR} }
 
 LIBEXT = $${QMAKE_EXTENSION_SHLIB}
+win32-g++:LIBEXT = a
 isEmpty( LIBEXT ) { LIBEXT = so }
 
 macx:exists(macx.pri) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/csvimp.git



More information about the pkg-xtuple-maintainers mailing list