FS#19827 - [sqlite3] Enabling unlock notification API

Attached to Project: Arch Linux
Opened by Tom (reztho) - Wednesday, 16 June 2010, 14:42 GMT
Last edited by Andreas Radke (AndyRTR) - Tuesday, 24 August 2010, 19:36 GMT
Task Type Feature Request
Category Packages: Core
Status Closed
Assigned To Andreas Radke (AndyRTR)
Architecture All
Severity Very Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

I'm the mantainer of an AUR package (forked-daapd-git) which its latest version uses an experimental api from sqlite3 called unlock notification API:
http://www.sqlite.org/c3ref/unlock_notify.html

It's just an interface and to enable it, it's only needed to define a C-preprocessor symbol.

Debian enabled it:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=579266

I know I just can make a new sqlite3 package in AUR, but I just wanted to know if you are willing to do it since at least at a first sight it's something harmless because only programs using this API will be affected from now on.
This task depends upon

Closed by  Andreas Radke (AndyRTR)
Tuesday, 24 August 2010, 19:36 GMT
Reason for closing:  Implemented
Comment by Andreas Radke (AndyRTR) - Monday, 23 August 2010, 18:00 GMT
pkg 3.7.1 in testing has it included. please test it.

Loading...