Add pkg_delannotation()
modified libpkg/pkg.c
@@ -909,11 +909,12 @@ pkg_addannotation(struct pkg *pkg, const char *key, const char *value)
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -932,6 +933,27 @@ pkg_addannotation(struct pkg *pkg, const char *key, const char *value)
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkg.h.in
@@ -768,6 +768,12 @@ int pkg_addshlib_provided(struct pkg *pkg, const char *name);
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/pkgdb.c
@@ -648,7 +648,7 @@ pkgdb_init(sqlite3 *sdb)
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified libpkg/private/db_upgrades.h
@@ -317,7 +317,8 @@ static struct db_upgrades {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|
modified libpkg/private/repodb.h
@@ -126,7 +126,7 @@ static const char initsql[] = ""
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -197,7 +197,8 @@ static const struct repo_changes repo_upgrades[] = {
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
|
|
|