Page MenuHomeSolus

D751.diff
No OneTemporary

D751.diff

Index: Makefile
===================================================================
--- /dev/null
+++ Makefile
@@ -0,0 +1 @@
+include ../Makefile.common
Index: abi_used_libs
===================================================================
--- /dev/null
+++ abi_used_libs
@@ -0,0 +1,6 @@
+libc.so.6
+libcrypto.so.1.0.0
+libdl.so.2
+libm.so.6
+libpthread.so.0
+libssl.so.1.0.0
Index: package.yml
===================================================================
--- /dev/null
+++ package.yml
@@ -0,0 +1,35 @@
+name : mariadb-connector-c
+version : 3.0.2
+release : 1
+source :
+ - https://github.com/MariaDB/mariadb-connector-c/archive/v3.0.2.tar.gz : f44f436fc35e081db3a56516de9e3bb11ae96838e75d58910be28ddd2bc56d88
+license : LGPL-2.1
+component : programming.library
+summary : MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.
+description: |
+ This is LGPL MariaDB client library that can be used to connect to MySQL
+ or MariaDB.
+
+ This code is based on the LGPL libmysql client library from MySQL 3.23
+ and PHP's mysqlnd extension.
+
+ This product includes PHP software, freely available from
+ http://www.php.net/software
+
+ The following are the main known limitations:
+
+ - double to string conversion for prepared statements
+ doesn't work correctly
+
+ If you want to be part of this development effort, you can discuss this at
+ maria-developers@lists.launchpad.org.
+
+ To report a bug you'll need to signup for an account at https://jira.mariadb.org
+
+ The MariaDB team
+setup : |
+ %cmake .
+build : |
+ %make
+install : |
+ %make_install
Index: pspec_x86_64.xml
===================================================================
--- /dev/null
+++ pspec_x86_64.xml
@@ -0,0 +1,109 @@
+<PISI>
+ <Source>
+ <Name>mariadb-connector-c</Name>
+ <Packager>
+ <Name>Fabio Forni</Name>
+ <Email>fabio94xx@gmail.com</Email>
+ </Packager>
+ <License>LGPL-2.1</License>
+ <PartOf>programming.library</PartOf>
+ <Summary xml:lang="en">MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.</Summary>
+ <Description xml:lang="en">This is LGPL MariaDB client library that can be used to connect to MySQL
+or MariaDB.
+
+This code is based on the LGPL libmysql client library from MySQL 3.23
+and PHP&apos;s mysqlnd extension.
+
+This product includes PHP software, freely available from
+http://www.php.net/software
+
+The following are the main known limitations:
+
+- double to string conversion for prepared statements
+ doesn&apos;t work correctly
+
+If you want to be part of this development effort, you can discuss this at
+maria-developers@lists.launchpad.org.
+
+To report a bug you&apos;ll need to signup for an account at https://jira.mariadb.org
+
+The MariaDB team
+</Description>
+ <Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
+ </Source>
+ <Package>
+ <Name>mariadb-connector-c</Name>
+ <Summary xml:lang="en">MariaDB Connector/C is used to connect applications developed in C/C++ to MariaDB and MySQL databases.</Summary>
+ <Description xml:lang="en">This is LGPL MariaDB client library that can be used to connect to MySQL
+or MariaDB.
+
+This code is based on the LGPL libmysql client library from MySQL 3.23
+and PHP&apos;s mysqlnd extension.
+
+This product includes PHP software, freely available from
+http://www.php.net/software
+
+The following are the main known limitations:
+
+- double to string conversion for prepared statements
+ doesn&apos;t work correctly
+
+If you want to be part of this development effort, you can discuss this at
+maria-developers@lists.launchpad.org.
+
+To report a bug you&apos;ll need to signup for an account at https://jira.mariadb.org
+
+The MariaDB team
+</Description>
+ <PartOf>programming.library</PartOf>
+ <Files>
+ <Path fileType="executable">/usr/bin</Path>
+ <Path fileType="library">/usr/lib/mariadb/libmariadb.so</Path>
+ <Path fileType="library">/usr/lib/mariadb/libmariadb.so.3</Path>
+ <Path fileType="library">/usr/lib/mariadb/libmariadbclient.a</Path>
+ <Path fileType="library">/usr/lib/mariadb/plugin/dialog.so</Path>
+ <Path fileType="library">/usr/lib/mariadb/plugin/mysql_clear_password.so</Path>
+ </Files>
+ </Package>
+ <Package>
+ <Name>mariadb-connector-c-devel</Name>
+ <Summary xml:lang="en">Development files for mariadb-connector-c</Summary>
+ <Description xml:lang="en">This is LGPL MariaDB client library that can be used to connect to MySQL
+or MariaDB.
+
+This code is based on the LGPL libmysql client library from MySQL 3.23
+and PHP&apos;s mysqlnd extension.
+
+This product includes PHP software, freely available from
+http://www.php.net/software
+
+The following are the main known limitations:
+
+- double to string conversion for prepared statements
+ doesn&apos;t work correctly
+
+If you want to be part of this development effort, you can discuss this at
+maria-developers@lists.launchpad.org.
+
+To report a bug you&apos;ll need to signup for an account at https://jira.mariadb.org
+
+The MariaDB team
+</Description>
+ <PartOf>programming.devel</PartOf>
+ <RuntimeDependencies>
+ <Dependency release="1">mariadb-connector-c</Dependency>
+ </RuntimeDependencies>
+ <Files>
+ <Path fileType="header">/usr/include/</Path>
+ </Files>
+ </Package>
+ <History>
+ <Update release="1">
+ <Date>2017-08-01</Date>
+ <Version>3.0.2</Version>
+ <Comment>Packaging update</Comment>
+ <Name>Fabio Forni</Name>
+ <Email>fabio94xx@gmail.com</Email>
+ </Update>
+ </History>
+</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Thu, Aug 10, 10:22 PM (1 d, 6 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5789511
Default Alt Text
D751.diff (5 KB)

Event Timeline