[Lunar-commits] CVS: moonbase/kde3-apps/hk_classes BUILD, 1.1,
1.2 DETAILS, 1.4, 1.5
Florin Braescu
florin at lunar-linux.org
Tue Mar 15 18:02:11 UTC 2005
Update of /var/cvs/lunar/moonbase/kde3-apps/hk_classes
In directory espresso.foo-projects.org:/tmp/cvs-serv20392
Modified Files:
BUILD DETAILS
Log Message:
bump the version from 0.7.2 to 0.7.3. many improvements and bugfixes. some API changes too.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/hk_classes/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD 12 Jul 2004 17:07:01 -0000 1.1
+++ BUILD 15 Mar 2005 18:02:09 -0000 1.2
@@ -1,11 +1,11 @@
(
- ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
- --with-qt-dir=${QT_PREFIX:-$QTDIR} \
- --disable-debug \
- --enable-final \
- --enable-fast-malloc=full \
- --with-xinerama \
- $OPTS &&
+ ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --disable-debug \
+ --enable-final \
+ --enable-fast-malloc=full \
+ --with-xinerama \
+ $OPTS &&
default_make
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/hk_classes/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 29 Nov 2004 20:12:47 -0000 1.4
+++ DETAILS 15 Mar 2005 18:02:09 -0000 1.5
@@ -1,24 +1,22 @@
MODULE=hk_classes
- VERSION=0.7.2
+ VERSION=0.7.3
SOURCE=$MODULE-$VERSION.tar.bz2
SOURCE_URL=$SFORGE_URL/hk-classes/
- SOURCE_VFY=sha1:e83e0a045e35d6a2a0c13a1031782df0b16a38a8
+ SOURCE_VFY=sha1:a7fe2e49e58134e8950d638437faf86d4110a71e
WEB_SITE=http://hk-classes.sourceforge.net/
ENTERED=20040712
- UPDATED=20041129
+ UPDATED=20050315
MAINTAINER=florin at lunar-linux.org
SHORT="a database interface lib for KDE."
cat << EOF
hk_classes is a set of non-visual routines which allow you to develop
database frontend applications as easy as possible.
-
You need also a database driver to run applications. Drivers for
-* Mysql
-* PostgreSQL
-* SQLite
-* ODBC
-
+ * Mysql
+ * PostgreSQL
+ * SQLite
+ * ODBC
are included in this library and will be automatically installed if
configure finds a working Mysql/PostgreSQL/SQLite/ODBC installation
on your computer.
More information about the Lunar-commits
mailing list