Package: prelude-manager / 5.2.0-2
Metadata
Package | Version | Patches format |
---|---|---|
prelude-manager | 5.2.0-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
001 conf_db.patch | (download) |
prelude-manager.conf.in |
14 7 7 - 0 ! |
change db conf |
002 text spelling.patch | (download) |
docs/manpages/prelude-manager.1 2019-09-29 04:17:19.877110648 -0400 |
2 1 1 - 0 ! |
fix spelling |
003 Use pkgconfig for libprelude and libpreludedb.patch | (download) |
configure.ac |
6 3 3 - 0 ! |
move from libpreludedb-config to pkg-config The configure file check if libpreludedb is really installed and is working through libpreludedb-config. libpreludedb-config is an old way to get compile flags. Now we have to use pkg-config to get these flags. Update the configure (and so the libpreludedb.m4 file) to use pkg-config during the tests. |
004 fix_cond_test.patch | (download) |
libmissing/tests/test-cond.c |
15 13 2 - 0 ! |
fix libmissing cond test |
005 fix test_rwlock1.patch | (download) |
libmissing/tests/test-rwlock1.c |
5 4 1 - 0 ! |
fix test-rwlock1 when --as-needed is the default. |
006 fix_thread_create.patch | (download) |
libmissing/tests/test-thread_create.c |
2 1 1 - 0 ! |
fix libmissing thread create test |
007 libxml_pkgconfig.patch | (download) |
m4/libxml.m4 |
186 5 181 - 0 ! |
migrate libxml detection to pkgconfig |
008 Fix_adduser with home var run.patch | (download) |
configure.ac |
2 1 1 - 0 ! |
fix adduser-with-home-var-run |
009 fix gnutls deps.patch | (download) |
configure.ac |
4 2 2 - 0 ! |
fix gnutls deps |
010 Disable_GnuLib_Tests_perror2_strerror.patch | (download) |
libmissing/tests/test-perror2.c |
3 0 3 - 0 ! |
[patch] perror, strerror_r: remove unportable tests Problem reported by Florian Weimer in: https://lists.gnu.org/r/bug-gnulib/2020-08/msg00220.html * tests/test-perror2.c (main): * tests/test-strerror_r.c (main): Omit unportable tests. |