From 6d15ca923aecf8133cf9f2d4b746b5bfce053c55 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 9 Jul 2018 14:37:15 +0200 Subject: update to 9.3+1.1 for GLPI 9.3 --- glpi-fusioninventory.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/glpi-fusioninventory.spec b/glpi-fusioninventory.spec index d24eff5..0801044 100644 --- a/glpi-fusioninventory.spec +++ b/glpi-fusioninventory.spec @@ -10,8 +10,8 @@ %global glpi_version 9.3 %global glpi_min 9.3 %global glpi_max 9.4 -%global plug_version 1.0 -%global gh_tag glpi9.3+1.0 +%global plug_version 1.1 +%global gh_tag glpi%{glpi_version}+%{plug_version} Name: glpi-fusioninventory # New version schema : 2.4.0 = 0.80+1.0 < 0.80+1.1 < 0.83+1.0 @@ -91,6 +91,7 @@ find %{pluginname}/lib \(\ iconv -f ISO-8859-1 -t UTF-8 docs/CHANGES >a && mv a docs/CHANGES rm -r %{pluginname}/screenshots +grep version_compare %{pluginname}/setup.php %build @@ -148,6 +149,9 @@ done | tee %{name}.lang %changelog +* Mon Jul 9 2018 Remi Collet - 1:9.3.0.1.1-1 +- update to 9.3+1.1 for GLPI 9.3 + * Thu Jun 28 2018 Remi Collet - 1:9.3.0.1.0-1 - update to 9.3+1.0 for GLPI 9.3 -- cgit