Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] mysql++: update to 3.2.5.
@ 2019-09-06 13:48 voidlinux-github
  2019-09-06 14:39 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-06 13:48 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 314 bytes --]

There is a new pull request by DirectorX against master on the void-packages repository

https://github.com/DirectorX/void-packages mysql++
https://github.com/void-linux/void-packages/pull/14252

mysql++: update to 3.2.5.


A patch file from https://github.com/void-linux/void-packages/pull/14252.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mysql++-14252.patch --]
[-- Type: text/x-diff, Size: 1639 bytes --]

From 8a83ebf0c0fb736678b217a599225576f0024f05 Mon Sep 17 00:00:00 2001
From: DirectorX <DirectorX@users.noreply.github.com>
Date: Fri, 6 Sep 2019 16:47:01 +0300
Subject: [PATCH] mysql++: update to 3.2.5.

---
 common/shlibs            | 2 +-
 srcpkgs/mysql++/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 4229964a743..75693119f70 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3293,7 +3293,7 @@ libshaderc_shared.so.1 shaderc-2018.0_1
 libglslang.so glslang-6.2.2596_1
 libSPIRV.so glslang-6.2.2596_1
 libmaxminddb.so.0 libmaxminddb-1.3.2_1
-libmysqlpp.so mysql++-3.2.4_1
+libmysqlpp.so.3 mysql++-3.2.5_1
 libKF5Syndication.so.5 syndication-5.50.0_1
 liblqr-1.so.0 liblqr-0.4.2_1
 libmozjs-60.so.0 mozjs60-60.0.2_1
diff --git a/srcpkgs/mysql++/template b/srcpkgs/mysql++/template
index 8904aa9924f..2c466f7adb4 100644
--- a/srcpkgs/mysql++/template
+++ b/srcpkgs/mysql++/template
@@ -1,6 +1,6 @@
 # Template file for 'mysql++'
 pkgname=mysql++
-version=3.2.4
+version=3.2.5
 revision=1
 build_style=gnu-configure
 make_install_target="install_mysqlpp"
@@ -10,7 +10,7 @@ maintainer="DirectorX <void.directorx@protonmail.com>"
 license="LGPL-2.1-or-later, Custom"
 homepage="https://tangentsoft.net/mysqlpp"
 distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
-checksum=6b60727b36b1fed78e0c935d6510b31821c71ec0076967cd9fa5ecf4320d7d63
+checksum=b780beeb3a9cd9ce6a9043028527484df8e822c58c5274d4d67ec5ba2fc0a778
 
 if [ -n "$CROSS_BUILD" ]; then
 	configure_args="--exec_prefix=${XBPS_CROSS_BASE} --with-mysql-include=${XBPS_CROSS_BASE}/usr/include/mysql"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] mysql++: update to 3.2.5.
  2019-09-06 13:48 [PR PATCH] mysql++: update to 3.2.5 voidlinux-github
  2019-09-06 14:39 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-06 14:39 ` voidlinux-github
  2019-09-06 14:45 ` voidlinux-github
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-06 14:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by DirectorX against master on the void-packages repository

https://github.com/DirectorX/void-packages mysql++
https://github.com/void-linux/void-packages/pull/14252

mysql++: update to 3.2.5.


A patch file from https://github.com/void-linux/void-packages/pull/14252.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mysql++-14252.patch --]
[-- Type: text/x-diff, Size: 1736 bytes --]

From a1f25afa5c71c4fd94cedcb332db007002006843 Mon Sep 17 00:00:00 2001
From: DirectorX <DirectorX@users.noreply.github.com>
Date: Fri, 6 Sep 2019 16:47:01 +0300
Subject: [PATCH] mysql++: update to 3.2.5.

---
 common/shlibs            | 2 +-
 srcpkgs/mysql++/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 4229964a743..75693119f70 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3293,7 +3293,7 @@ libshaderc_shared.so.1 shaderc-2018.0_1
 libglslang.so glslang-6.2.2596_1
 libSPIRV.so glslang-6.2.2596_1
 libmaxminddb.so.0 libmaxminddb-1.3.2_1
-libmysqlpp.so mysql++-3.2.4_1
+libmysqlpp.so.3 mysql++-3.2.5_1
 libKF5Syndication.so.5 syndication-5.50.0_1
 liblqr-1.so.0 liblqr-0.4.2_1
 libmozjs-60.so.0 mozjs60-60.0.2_1
diff --git a/srcpkgs/mysql++/template b/srcpkgs/mysql++/template
index 8904aa9924f..6a3a0785872 100644
--- a/srcpkgs/mysql++/template
+++ b/srcpkgs/mysql++/template
@@ -1,16 +1,16 @@
 # Template file for 'mysql++'
 pkgname=mysql++
-version=3.2.4
+version=3.2.5
 revision=1
 build_style=gnu-configure
 make_install_target="install_mysqlpp"
 makedepends="libmariadbclient-devel"
 short_desc="C++ wrapper for MySQLs C API"
 maintainer="DirectorX <void.directorx@protonmail.com>"
-license="LGPL-2.1-or-later, Custom"
+license="LGPL-2.1-or-later"
 homepage="https://tangentsoft.net/mysqlpp"
 distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
-checksum=6b60727b36b1fed78e0c935d6510b31821c71ec0076967cd9fa5ecf4320d7d63
+checksum=b780beeb3a9cd9ce6a9043028527484df8e822c58c5274d4d67ec5ba2fc0a778
 
 if [ -n "$CROSS_BUILD" ]; then
 	configure_args="--exec_prefix=${XBPS_CROSS_BASE} --with-mysql-include=${XBPS_CROSS_BASE}/usr/include/mysql"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] mysql++: update to 3.2.5.
  2019-09-06 13:48 [PR PATCH] mysql++: update to 3.2.5 voidlinux-github
@ 2019-09-06 14:39 ` voidlinux-github
  2019-09-06 14:39 ` voidlinux-github
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-06 14:39 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by DirectorX against master on the void-packages repository

https://github.com/DirectorX/void-packages mysql++
https://github.com/void-linux/void-packages/pull/14252

mysql++: update to 3.2.5.


A patch file from https://github.com/void-linux/void-packages/pull/14252.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mysql++-14252.patch --]
[-- Type: text/x-diff, Size: 1736 bytes --]

From a1f25afa5c71c4fd94cedcb332db007002006843 Mon Sep 17 00:00:00 2001
From: DirectorX <DirectorX@users.noreply.github.com>
Date: Fri, 6 Sep 2019 16:47:01 +0300
Subject: [PATCH] mysql++: update to 3.2.5.

---
 common/shlibs            | 2 +-
 srcpkgs/mysql++/template | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 4229964a743..75693119f70 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3293,7 +3293,7 @@ libshaderc_shared.so.1 shaderc-2018.0_1
 libglslang.so glslang-6.2.2596_1
 libSPIRV.so glslang-6.2.2596_1
 libmaxminddb.so.0 libmaxminddb-1.3.2_1
-libmysqlpp.so mysql++-3.2.4_1
+libmysqlpp.so.3 mysql++-3.2.5_1
 libKF5Syndication.so.5 syndication-5.50.0_1
 liblqr-1.so.0 liblqr-0.4.2_1
 libmozjs-60.so.0 mozjs60-60.0.2_1
diff --git a/srcpkgs/mysql++/template b/srcpkgs/mysql++/template
index 8904aa9924f..6a3a0785872 100644
--- a/srcpkgs/mysql++/template
+++ b/srcpkgs/mysql++/template
@@ -1,16 +1,16 @@
 # Template file for 'mysql++'
 pkgname=mysql++
-version=3.2.4
+version=3.2.5
 revision=1
 build_style=gnu-configure
 make_install_target="install_mysqlpp"
 makedepends="libmariadbclient-devel"
 short_desc="C++ wrapper for MySQLs C API"
 maintainer="DirectorX <void.directorx@protonmail.com>"
-license="LGPL-2.1-or-later, Custom"
+license="LGPL-2.1-or-later"
 homepage="https://tangentsoft.net/mysqlpp"
 distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
-checksum=6b60727b36b1fed78e0c935d6510b31821c71ec0076967cd9fa5ecf4320d7d63
+checksum=b780beeb3a9cd9ce6a9043028527484df8e822c58c5274d4d67ec5ba2fc0a778
 
 if [ -n "$CROSS_BUILD" ]; then
 	configure_args="--exec_prefix=${XBPS_CROSS_BASE} --with-mysql-include=${XBPS_CROSS_BASE}/usr/include/mysql"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] mysql++: update to 3.2.5.
  2019-09-06 13:48 [PR PATCH] mysql++: update to 3.2.5 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-09-06 14:45 ` voidlinux-github
@ 2019-09-06 14:45 ` voidlinux-github
  2019-09-06 19:07 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-06 14:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by DirectorX against master on the void-packages repository

https://github.com/DirectorX/void-packages mysql++
https://github.com/void-linux/void-packages/pull/14252

mysql++: update to 3.2.5.


A patch file from https://github.com/void-linux/void-packages/pull/14252.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mysql++-14252.patch --]
[-- Type: text/x-diff, Size: 1923 bytes --]

From 9a48f4a6ef28ee24067738531de60e0709a5cf36 Mon Sep 17 00:00:00 2001
From: DirectorX <DirectorX@users.noreply.github.com>
Date: Fri, 6 Sep 2019 16:47:01 +0300
Subject: [PATCH] mysql++: update to 3.2.5.

---
 common/shlibs            |  2 +-
 srcpkgs/mysql++/template | 10 +++-------
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 4229964a743..75693119f70 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3293,7 +3293,7 @@ libshaderc_shared.so.1 shaderc-2018.0_1
 libglslang.so glslang-6.2.2596_1
 libSPIRV.so glslang-6.2.2596_1
 libmaxminddb.so.0 libmaxminddb-1.3.2_1
-libmysqlpp.so mysql++-3.2.4_1
+libmysqlpp.so.3 mysql++-3.2.5_1
 libKF5Syndication.so.5 syndication-5.50.0_1
 liblqr-1.so.0 liblqr-0.4.2_1
 libmozjs-60.so.0 mozjs60-60.0.2_1
diff --git a/srcpkgs/mysql++/template b/srcpkgs/mysql++/template
index 8904aa9924f..ddd35bf816d 100644
--- a/srcpkgs/mysql++/template
+++ b/srcpkgs/mysql++/template
@@ -1,25 +1,21 @@
 # Template file for 'mysql++'
 pkgname=mysql++
-version=3.2.4
+version=3.2.5
 revision=1
 build_style=gnu-configure
 make_install_target="install_mysqlpp"
 makedepends="libmariadbclient-devel"
 short_desc="C++ wrapper for MySQLs C API"
 maintainer="DirectorX <void.directorx@protonmail.com>"
-license="LGPL-2.1-or-later, Custom"
+license="LGPL-2.1-or-later"
 homepage="https://tangentsoft.net/mysqlpp"
 distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
-checksum=6b60727b36b1fed78e0c935d6510b31821c71ec0076967cd9fa5ecf4320d7d63
+checksum=b780beeb3a9cd9ce6a9043028527484df8e822c58c5274d4d67ec5ba2fc0a778
 
 if [ -n "$CROSS_BUILD" ]; then
 	configure_args="--exec_prefix=${XBPS_CROSS_BASE} --with-mysql-include=${XBPS_CROSS_BASE}/usr/include/mysql"
 fi
 
-post_install() {
-	vlicense COPYING.txt
-}
-
 mysql++-devel_package() {
 	depends="mysql++>=${version}_${revision} libmysqlclient-devel"
 	short_desc+=" - development files"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] mysql++: update to 3.2.5.
  2019-09-06 13:48 [PR PATCH] mysql++: update to 3.2.5 voidlinux-github
  2019-09-06 14:39 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-06 14:39 ` voidlinux-github
@ 2019-09-06 14:45 ` voidlinux-github
  2019-09-06 14:45 ` voidlinux-github
  2019-09-06 19:07 ` [PR PATCH] [Merged]: " voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-06 14:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 319 bytes --]

There is an updated pull request by DirectorX against master on the void-packages repository

https://github.com/DirectorX/void-packages mysql++
https://github.com/void-linux/void-packages/pull/14252

mysql++: update to 3.2.5.


A patch file from https://github.com/void-linux/void-packages/pull/14252.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-mysql++-14252.patch --]
[-- Type: text/x-diff, Size: 1923 bytes --]

From 9a48f4a6ef28ee24067738531de60e0709a5cf36 Mon Sep 17 00:00:00 2001
From: DirectorX <DirectorX@users.noreply.github.com>
Date: Fri, 6 Sep 2019 16:47:01 +0300
Subject: [PATCH] mysql++: update to 3.2.5.

---
 common/shlibs            |  2 +-
 srcpkgs/mysql++/template | 10 +++-------
 2 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 4229964a743..75693119f70 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3293,7 +3293,7 @@ libshaderc_shared.so.1 shaderc-2018.0_1
 libglslang.so glslang-6.2.2596_1
 libSPIRV.so glslang-6.2.2596_1
 libmaxminddb.so.0 libmaxminddb-1.3.2_1
-libmysqlpp.so mysql++-3.2.4_1
+libmysqlpp.so.3 mysql++-3.2.5_1
 libKF5Syndication.so.5 syndication-5.50.0_1
 liblqr-1.so.0 liblqr-0.4.2_1
 libmozjs-60.so.0 mozjs60-60.0.2_1
diff --git a/srcpkgs/mysql++/template b/srcpkgs/mysql++/template
index 8904aa9924f..ddd35bf816d 100644
--- a/srcpkgs/mysql++/template
+++ b/srcpkgs/mysql++/template
@@ -1,25 +1,21 @@
 # Template file for 'mysql++'
 pkgname=mysql++
-version=3.2.4
+version=3.2.5
 revision=1
 build_style=gnu-configure
 make_install_target="install_mysqlpp"
 makedepends="libmariadbclient-devel"
 short_desc="C++ wrapper for MySQLs C API"
 maintainer="DirectorX <void.directorx@protonmail.com>"
-license="LGPL-2.1-or-later, Custom"
+license="LGPL-2.1-or-later"
 homepage="https://tangentsoft.net/mysqlpp"
 distfiles="${homepage}/releases/${pkgname}-${version}.tar.gz"
-checksum=6b60727b36b1fed78e0c935d6510b31821c71ec0076967cd9fa5ecf4320d7d63
+checksum=b780beeb3a9cd9ce6a9043028527484df8e822c58c5274d4d67ec5ba2fc0a778
 
 if [ -n "$CROSS_BUILD" ]; then
 	configure_args="--exec_prefix=${XBPS_CROSS_BASE} --with-mysql-include=${XBPS_CROSS_BASE}/usr/include/mysql"
 fi
 
-post_install() {
-	vlicense COPYING.txt
-}
-
 mysql++-devel_package() {
 	depends="mysql++>=${version}_${revision} libmysqlclient-devel"
 	short_desc+=" - development files"

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Merged]: mysql++: update to 3.2.5.
  2019-09-06 13:48 [PR PATCH] mysql++: update to 3.2.5 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-09-06 14:45 ` voidlinux-github
@ 2019-09-06 19:07 ` voidlinux-github
  4 siblings, 0 replies; 6+ messages in thread
From: voidlinux-github @ 2019-09-06 19:07 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 159 bytes --]

There's a merged pull request on the void-packages repository

mysql++: update to 3.2.5.
https://github.com/void-linux/void-packages/pull/14252

Description:


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-09-06 19:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-06 13:48 [PR PATCH] mysql++: update to 3.2.5 voidlinux-github
2019-09-06 14:39 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-06 14:39 ` voidlinux-github
2019-09-06 14:45 ` voidlinux-github
2019-09-06 14:45 ` voidlinux-github
2019-09-06 19:07 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).