2014-10-03Add INTLLIBS back into librazor_la_LIBADD and also into razor.pc
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 03 Oct 2014 15:05:33 +0100] rev 453
Add INTLLIBS back into librazor_la_LIBADD and also into razor.pc

INTLLIBS was originally added into librazor_la_LIBADD (but not razor.pc)
in 611c84a3f4b4538a65d186050608c17adbf17770 and then removed in
236cfc8ecc5c66288e41bf9b72051a3b18326e1c over concerns that it meant
that building static applications (eg., in plover) required a static
version of libintl. Since then, however, the inclusion of gnulib's
getopt has caused the build to fail without INTLLIBS in librazor_la_LIBADD
with messages of the form:

../gl/.libs/libgnu.a(getopt.o): In function `_getopt_internal_r':
/home/ali/wk/razor/vpath/gl/../../working/gl/getopt.c:808: undefined reference to `libintl_gettext'

while building librazor.dll.a

Thus it appears that INTLLIBS really is needed and should go back into
librazor_la_LIBADD (which fixes the build) and should also be in Libs.private
in razor.pc for static builds. This means that a static version of libintl
will be required (eg., as part of mingw64-gettext-static).

Along the way, razor.pc has also been fixed to avoid overlinking
(https://wiki.openmandriva.org/en/Overlinking_issues_in_packaging)
and a missing include directory that caused the razor executable to
fail to build was added.

2014-10-03Add RAZOR_HAVE_ATOMIC_ROLLBACK
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 03 Oct 2014 12:26:22 +0100] rev 452
Add RAZOR_HAVE_ATOMIC_ROLLBACK

2014-10-03Fix make distcheck
J. Ali Harlow <ali@juiblex.co.uk> [Fri, 03 Oct 2014 12:24:10 +0100] rev 451
Fix make distcheck

2014-09-30razor_atomic_create_dir() shouldn't set mode of existing directories
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 30 Sep 2014 18:12:55 +0100] rev 450
razor_atomic_create_dir() shouldn't set mode of existing directories

2014-09-30Setting toplevel from a non-existant path fails
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 30 Sep 2014 16:19:55 +0100] rev 449
Setting toplevel from a non-existant path fails

2014-09-11Remove prototype for long-removed razor_set_get_package
J. Ali Harlow <ali@juiblex.co.uk> [Thu, 11 Sep 2014 18:54:16 +0100] rev 448
Remove prototype for long-removed razor_set_get_package

2014-09-09Add error domains and codes
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 09 Sep 2014 15:27:12 +0100] rev 447
Add error domains and codes

2014-09-09Add razor_transaction_unsatisfied()
J. Ali Harlow <ali@juiblex.co.uk> [Tue, 09 Sep 2014 15:04:24 +0100] rev 446
Add razor_transaction_unsatisfied()

2014-09-08Add control over database location
J. Ali Harlow <ali@juiblex.co.uk> [Mon, 08 Sep 2014 10:26:39 +0100] rev 445
Add control over database location

2014-09-01testsuite portability fixes
J. Ali Harlow <ali@juiblex.co.uk> [Mon, 01 Sep 2014 12:19:32 +0100] rev 444
testsuite portability fixes