From 529a4aa76afea16c9138bba22d604b5eed3f21f3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 Nov 2019 11:06:50 +0100 Subject: v1.2.8 --- composer.json | 2 +- php-williamdes-mariadb-mysql-kbs.spec | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 28ad97e..a0eed1e 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "type": "library", "readme": "https://github.com/williamdes/mariadb-mysql-kbs/blob/master/README.md", "license": "MPL-2.0", - "version": "1.2.7", + "version": "1.2.8", "keywords": [ "mariadb", "mysql", diff --git a/php-williamdes-mariadb-mysql-kbs.spec b/php-williamdes-mariadb-mysql-kbs.spec index a8841a6..417cc97 100644 --- a/php-williamdes-mariadb-mysql-kbs.spec +++ b/php-williamdes-mariadb-mysql-kbs.spec @@ -9,7 +9,7 @@ %global with_tests 0%{!?_without_tests:1} # Github -%global gh_commit 64167803686aff4090f72a6d89826364b1d88d7d +%global gh_commit ebae1986d3dec93df3bdf9ae5c664485c12d2b94 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner williamdes %global gh_project mariadb-mysql-kbs @@ -22,7 +22,7 @@ %global major %nil Name: php-%{pk_vendor}-%{pk_project}%{major} -Version: 1.2.7 +Version: 1.2.8 Release: 1%{?gh_date?%{gh_date}git%{gh_short}}%{?dist} Summary: An index of the MariaDB and MySQL Knowledge bases @@ -150,5 +150,8 @@ exit $ret %changelog +* Tue Nov 12 2019 Remi Collet - 1.2.8-1 +- update to 1.2.8 + * Thu Sep 12 2019 Remi Collet - 1.2.7-1 - initial package -- cgit