From 4e0bcdb33411afb02d60b72cbffa278344a572a6 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 5 Apr 2019 11:11:42 +0300 Subject: Release version 5.7.20+6 Update src-url manifest value to refer new repository location. Fix typo in README-DEV. --- README-DEV | 13 ------------- manifest | 4 ++-- 2 files changed, 2 insertions(+), 15 deletions(-) diff --git a/README-DEV b/README-DEV index f35edbf..1eea89f 100644 --- a/README-DEV +++ b/README-DEV @@ -90,19 +90,6 @@ $ cat `find . -name '*.d'` | sort -u >headers $ emacs headers # Edit, leaving system headers only. $ fgrep -e 'mysql' -e 'mariadb' -e 'openssl' -e 'zlib' headers - -$ for m in `cat mysql/config.h.cmake.orig | sed -n 's/.*#\s*\(define\|cmakedefine\)\s\{1,\}\([_A-Z0-9]\{1,\}\)\(\s.*\)\{0,1\}$/\2/p' | sort -u`; do - if grep -q -e "\b$m\b" `find . -name '*.h' -a ! -name 'my_config.h' -a ! -name 'config.h' -o -name '*.c'`; then - echo "$m" - fi - done >used-macros1 - -$ cat mysql/my_config.h | - sed -n 's/#\s*\(define\|undef\)\s\{1,\}\([_A-Z0-9]\{1,\}\)\(\s.*\)\{0,1\}$/\2/p' | - sort -u >defined-macros - -$ diff defined-macros used-macros - Also make sure that the macros set in mysql/my_config.h is still up to date. For that purpose obtain the macros that are used in the new source base, then obtain the macros (un)defined in the current mysql/my_config.h and compare the diff --git a/manifest b/manifest index ead822d..295376a 100644 --- a/manifest +++ b/manifest @@ -3,7 +3,7 @@ name: libmysqlclient # Note: remember to update doc-url below! # -version: 5.7.20+5 +version: 5.7.20+6 project: mysql summary: MySQL C API client library @@ -12,7 +12,7 @@ tags: database, client, connector, library, c, api, interface description-file: README url: https://www.mysql.com doc-url: https://dev.mysql.com/doc/refman/5.7/en/c-api.html -src-url: https://git.build2.org/cgit/packaging/mysql/libmysqlclient/tree/ +src-url: https://git.build2.org/cgit/packaging/mysql/mysql/libmysqlclient/tree/ package-url: https://git.build2.org/cgit/packaging/mysql/ email: mysql@lists.mysql.com ; Mailing list. package-email: packaging@build2.org ; Mailing list. -- cgit v1.1