[arch-commits] Commit in opendbx/repos (8 files)
Evangelos Foutras
foutrelis at archlinux.org
Wed May 31 07:04:51 UTC 2017
Date: Wednesday, May 31, 2017 @ 07:04:50
Author: foutrelis
Revision: 231438
archrelease: copy trunk to community-staging-i686, community-staging-x86_64
Added:
opendbx/repos/community-staging-i686/PKGBUILD
(from rev 231437, opendbx/trunk/PKGBUILD)
opendbx/repos/community-staging-i686/opendbx.patch
(from rev 231437, opendbx/trunk/opendbx.patch)
opendbx/repos/community-staging-x86_64/PKGBUILD
(from rev 231437, opendbx/trunk/PKGBUILD)
opendbx/repos/community-staging-x86_64/opendbx.patch
(from rev 231437, opendbx/trunk/opendbx.patch)
Deleted:
opendbx/repos/community-staging-i686/PKGBUILD
opendbx/repos/community-staging-i686/opendbx.patch
opendbx/repos/community-staging-x86_64/PKGBUILD
opendbx/repos/community-staging-x86_64/opendbx.patch
----------------------------------------+
/PKGBUILD | 86 +++++++++++++++++++++++++++++++
/opendbx.patch | 22 +++++++
community-staging-i686/PKGBUILD | 43 ---------------
community-staging-i686/opendbx.patch | 11 ---
community-staging-x86_64/PKGBUILD | 43 ---------------
community-staging-x86_64/opendbx.patch | 11 ---
6 files changed, 108 insertions(+), 108 deletions(-)
Deleted: community-staging-i686/PKGBUILD
===================================================================
--- community-staging-i686/PKGBUILD 2017-05-31 07:04:39 UTC (rev 231437)
+++ community-staging-i686/PKGBUILD 2017-05-31 07:04:50 UTC (rev 231438)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Leonard de Ruijter <leonard at aur.archlinux.org>
-# Contributor: Hubert Kario <hubert at kario.pl>
-# Contributor: Artyom Smirnov <smirnoffjr at gmail.com>
-
-pkgname=opendbx
-pkgver=1.4.6
-pkgrel=4
-pkgdesc="Extremely lightweight but extensible database access library written in C."
-arch=('i686' 'x86_64')
-url="http://www.linuxnetworks.de/doc/index.php/OpenDBX"
-license=('LGPL')
-options=(!libtool)
-depends=('libfbclient' 'libmariadb' 'postgresql-libs' 'sqlite' 'freetds')
-source=(https://linuxnetworks.de/opendbx/download/${pkgname}-${pkgver}.tar.gz
- 'opendbx.patch')
-sha256sums=('2246a03812c7d90f10194ad01c2213a7646e383000a800277c6fb8d2bf81497c'
- '786f9622791de113bfe1ee9fc2fdc42ea4a58d31a006db1dc91ffd7fb8b6deeb')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -up1 <"$srcdir/opendbx.patch"
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- CPPFLAGS=${CPPFLAGS}" -I/usr/include/mysql"\
- ./configure --with-backends="firebird mysql mssql odbc pgsql sqlite3 sqlite3 sybase" \
- --prefix=/usr
- make all -j1
-}
-check() {
- cd "$srcdir/$pkgname-$pkgver"
- make check
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}/" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: opendbx/repos/community-staging-i686/PKGBUILD (from rev 231437, opendbx/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-05-31 07:04:50 UTC (rev 231438)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Leonard de Ruijter <leonard at aur.archlinux.org>
+# Contributor: Hubert Kario <hubert at kario.pl>
+# Contributor: Artyom Smirnov <smirnoffjr at gmail.com>
+
+pkgname=opendbx
+pkgver=1.4.6
+pkgrel=5
+pkgdesc="Extremely lightweight but extensible database access library written in C."
+arch=('i686' 'x86_64')
+url="http://www.linuxnetworks.de/doc/index.php/OpenDBX"
+license=('LGPL')
+options=(!libtool)
+depends=('libfbclient' 'libmariadb' 'postgresql-libs' 'sqlite' 'freetds')
+source=(https://linuxnetworks.de/opendbx/download/${pkgname}-${pkgver}.tar.gz
+ 'opendbx.patch')
+sha256sums=('2246a03812c7d90f10194ad01c2213a7646e383000a800277c6fb8d2bf81497c'
+ '786f9622791de113bfe1ee9fc2fdc42ea4a58d31a006db1dc91ffd7fb8b6deeb')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -up1 <"$srcdir/opendbx.patch"
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ CPPFLAGS=${CPPFLAGS}" -I/usr/include/mysql"\
+ ./configure --with-backends="firebird mysql mssql odbc pgsql sqlite3 sqlite3 sybase" \
+ --prefix=/usr
+ make all -j1
+}
+check() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make check
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}/" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-staging-i686/opendbx.patch
===================================================================
--- community-staging-i686/opendbx.patch 2017-05-31 07:04:39 UTC (rev 231437)
+++ community-staging-i686/opendbx.patch 2017-05-31 07:04:50 UTC (rev 231438)
@@ -1,11 +0,0 @@
---- opendbx-1.4.5/backends/mssql/mssql_basic.c 2010-04-19 10:55:58.000000000 +0200
-+++ opendbx-1.4.5-2/backends/mssql/mssql_basic.c 2012-01-24 16:03:09.560260177 +0100
-@@ -454,7 +454,7 @@
-
- DBINT i, dlen;
- BYTE* data;
-- DBDATEREC di;
-+ struct tds_sybase_dbdaterec di;
- struct tdsgres* gres = (struct tdsgres*) result->generic;
- struct tdsares* ares = (struct tdsares*) result->aux;
-
Copied: opendbx/repos/community-staging-i686/opendbx.patch (from rev 231437, opendbx/trunk/opendbx.patch)
===================================================================
--- community-staging-i686/opendbx.patch (rev 0)
+++ community-staging-i686/opendbx.patch 2017-05-31 07:04:50 UTC (rev 231438)
@@ -0,0 +1,11 @@
+--- opendbx-1.4.5/backends/mssql/mssql_basic.c 2010-04-19 10:55:58.000000000 +0200
++++ opendbx-1.4.5-2/backends/mssql/mssql_basic.c 2012-01-24 16:03:09.560260177 +0100
+@@ -454,7 +454,7 @@
+
+ DBINT i, dlen;
+ BYTE* data;
+- DBDATEREC di;
++ struct tds_sybase_dbdaterec di;
+ struct tdsgres* gres = (struct tdsgres*) result->generic;
+ struct tdsares* ares = (struct tdsares*) result->aux;
+
Deleted: community-staging-x86_64/PKGBUILD
===================================================================
--- community-staging-x86_64/PKGBUILD 2017-05-31 07:04:39 UTC (rev 231437)
+++ community-staging-x86_64/PKGBUILD 2017-05-31 07:04:50 UTC (rev 231438)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
-# Maintainer: Leonard de Ruijter <leonard at aur.archlinux.org>
-# Contributor: Hubert Kario <hubert at kario.pl>
-# Contributor: Artyom Smirnov <smirnoffjr at gmail.com>
-
-pkgname=opendbx
-pkgver=1.4.6
-pkgrel=4
-pkgdesc="Extremely lightweight but extensible database access library written in C."
-arch=('i686' 'x86_64')
-url="http://www.linuxnetworks.de/doc/index.php/OpenDBX"
-license=('LGPL')
-options=(!libtool)
-depends=('libfbclient' 'libmariadb' 'postgresql-libs' 'sqlite' 'freetds')
-source=(https://linuxnetworks.de/opendbx/download/${pkgname}-${pkgver}.tar.gz
- 'opendbx.patch')
-sha256sums=('2246a03812c7d90f10194ad01c2213a7646e383000a800277c6fb8d2bf81497c'
- '786f9622791de113bfe1ee9fc2fdc42ea4a58d31a006db1dc91ffd7fb8b6deeb')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- patch -up1 <"$srcdir/opendbx.patch"
-}
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- CPPFLAGS=${CPPFLAGS}" -I/usr/include/mysql"\
- ./configure --with-backends="firebird mysql mssql odbc pgsql sqlite3 sqlite3 sybase" \
- --prefix=/usr
- make all -j1
-}
-check() {
- cd "$srcdir/$pkgname-$pkgver"
- make check
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}/" install
-}
-
-# vim:set ts=2 sw=2 et:
Copied: opendbx/repos/community-staging-x86_64/PKGBUILD (from rev 231437, opendbx/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2017-05-31 07:04:50 UTC (rev 231438)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin <arch+pub at sergej.pp.ru>
+# Maintainer: Leonard de Ruijter <leonard at aur.archlinux.org>
+# Contributor: Hubert Kario <hubert at kario.pl>
+# Contributor: Artyom Smirnov <smirnoffjr at gmail.com>
+
+pkgname=opendbx
+pkgver=1.4.6
+pkgrel=5
+pkgdesc="Extremely lightweight but extensible database access library written in C."
+arch=('i686' 'x86_64')
+url="http://www.linuxnetworks.de/doc/index.php/OpenDBX"
+license=('LGPL')
+options=(!libtool)
+depends=('libfbclient' 'libmariadb' 'postgresql-libs' 'sqlite' 'freetds')
+source=(https://linuxnetworks.de/opendbx/download/${pkgname}-${pkgver}.tar.gz
+ 'opendbx.patch')
+sha256sums=('2246a03812c7d90f10194ad01c2213a7646e383000a800277c6fb8d2bf81497c'
+ '786f9622791de113bfe1ee9fc2fdc42ea4a58d31a006db1dc91ffd7fb8b6deeb')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -up1 <"$srcdir/opendbx.patch"
+}
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ CPPFLAGS=${CPPFLAGS}" -I/usr/include/mysql"\
+ ./configure --with-backends="firebird mysql mssql odbc pgsql sqlite3 sqlite3 sybase" \
+ --prefix=/usr
+ make all -j1
+}
+check() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make check
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}/" install
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-staging-x86_64/opendbx.patch
===================================================================
--- community-staging-x86_64/opendbx.patch 2017-05-31 07:04:39 UTC (rev 231437)
+++ community-staging-x86_64/opendbx.patch 2017-05-31 07:04:50 UTC (rev 231438)
@@ -1,11 +0,0 @@
---- opendbx-1.4.5/backends/mssql/mssql_basic.c 2010-04-19 10:55:58.000000000 +0200
-+++ opendbx-1.4.5-2/backends/mssql/mssql_basic.c 2012-01-24 16:03:09.560260177 +0100
-@@ -454,7 +454,7 @@
-
- DBINT i, dlen;
- BYTE* data;
-- DBDATEREC di;
-+ struct tds_sybase_dbdaterec di;
- struct tdsgres* gres = (struct tdsgres*) result->generic;
- struct tdsares* ares = (struct tdsares*) result->aux;
-
Copied: opendbx/repos/community-staging-x86_64/opendbx.patch (from rev 231437, opendbx/trunk/opendbx.patch)
===================================================================
--- community-staging-x86_64/opendbx.patch (rev 0)
+++ community-staging-x86_64/opendbx.patch 2017-05-31 07:04:50 UTC (rev 231438)
@@ -0,0 +1,11 @@
+--- opendbx-1.4.5/backends/mssql/mssql_basic.c 2010-04-19 10:55:58.000000000 +0200
++++ opendbx-1.4.5-2/backends/mssql/mssql_basic.c 2012-01-24 16:03:09.560260177 +0100
+@@ -454,7 +454,7 @@
+
+ DBINT i, dlen;
+ BYTE* data;
+- DBDATEREC di;
++ struct tds_sybase_dbdaterec di;
+ struct tdsgres* gres = (struct tdsgres*) result->generic;
+ struct tdsares* ares = (struct tdsares*) result->aux;
+
More information about the arch-commits
mailing list