From 94d3588a3f56b7dafcc1208bfb85730c05c00231 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 26 Oct 2018 17:13:30 +0200 Subject: update to 9.3.2 open https://github.com/glpi-project/glpi/issues/4837 BC break --- glpi.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'glpi.spec') diff --git a/glpi.spec b/glpi.spec index 8a03079..97a16b9 100644 --- a/glpi.spec +++ b/glpi.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit a9d1277b66cd614c656faf3fd6944456ee316c55 +%global gh_commit 07a14ac134ed3e8ceec64a90fc11b8ea16aa957c %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20160923 %global gh_owner glpi-project @@ -52,7 +52,7 @@ %endif Name: %{gh_project} -%global upstream_version 9.3.1 +%global upstream_version 9.3.2 #global upstream_prever RC2 # use 9.3.0~RC2 < 9.3 (for plugin compatibility check) Version: %{upstream_version}%{?upstream_prever:~%{upstream_prever}} @@ -586,6 +586,10 @@ fi %changelog +* Fri Oct 26 2018 Remi Collet - 9.3.2-1 +- update to 9.3.2 +- open https://github.com/glpi-project/glpi/issues/4837 BC break + * Wed Sep 12 2018 Remi Collet - 9.3.1-1 - update to 9.3.1 -- cgit