https://bugzilla.redhat.com/show_bug.cgi?id=858998 Bug ID: 858998 QA Contact: extras-qa@xxxxxxxxxxxxxxxxx Severity: unspecified Version: 17 Priority: unspecified CC: notting@xxxxxxxxxx, package-review@xxxxxxxxxxxxxxxxxxxxxxx Assignee: nobody@xxxxxxxxxxxxxxxxx Summary: wxsqlite3 - C++ wrapper around the SQLite 3.x database Regression: --- Story Points: --- Classification: Fedora OS: Linux Reporter: mgansser@xxxxxxxx Type: Bug Documentation: --- Hardware: Unspecified Mount Type: --- Status: NEW Component: Package Review Product: Fedora Description : wxSQLite3 is a C++ wrapper around the public domain SQLite 3.x database and is specifically designed for use in programs based on the wxWidgets library. wxSQLite3 does not try to hide the underlying database, in contrary almost all special features of the current SQLite3 version 3.6.22 are supported, like for example the creation of user defined scalar or aggregate functions. Since SQLite stores strings in UTF-8 encoding, the wxSQLite3 methods provide automatic conversion between wxStrings and UTF-8 strings. This works best for the Unicode builds of wxWidgets. In ANSI builds the current locale conversion object (wxConvCurrent) is used for conversion to/from UTF-8. Special care has to be taken if external administration tools are used to modify the database contents, since not all of these tools operate in Unicode resp. UTF-8 mode. wxSQLite3 includes an optional extension for SQLite supporting key based database file encryption using 128 bit AES encryption. Starting with version 1.9.6 of wxSQLite3 the encryption extension is compatible with the SQLite amalgamation source. Experimental support for 256 bit AES encryption has been added in version 1.9.8. Spec URL: https://www.disk.dsl.o2online.de/FclyPlh/RPMS/guayadeque/wxsqlite3-3.0.0.1-1/wxsqlite3.spec?a=3l2VV5-VsLM SRPM URL: https://www.disk.dsl.o2online.de/FclyPlh/RPMS/guayadeque/wxsqlite3-3.0.0.1-1/wxsqlite3-3.0.0.1-1.fc17.src.rpm?a=lvqt_SSxc8w rpmlint output: rpmlint wxsqlite3-3.0.0.1-1.fc17.x86_64.rpm wxsqlite3.x86_64: W: spelling-error %description -l en_US wxWidgets -> widgets wxsqlite3.x86_64: W: spelling-error %description -l en_US wxStrings -> strings wxsqlite3.x86_64: W: spelling-error %description -l en_US wxConvCurrent -> concurrence 1 packages and 0 specfiles checked; 0 errors, 3 warnings. rpmlint wxsqlite3-3.0.0.1-1.fc17.src.rpm wxsqlite3.src: W: spelling-error %description -l en_US wxWidgets -> widgets wxsqlite3.src: W: spelling-error %description -l en_US wxStrings -> strings wxsqlite3.src: W: spelling-error %description -l en_US wxConvCurrent -> concurrence 1 packages and 0 specfiles checked; 0 errors, 3 warnings. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review