From 02e7b58196ba7dc0f76a7a1e974fde2638083446 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 2 Nov 2018 16:24:04 +0100 Subject: update to 9.3+1.2 for GLPI 9.3.2 --- glpi-fusioninventory.spec | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/glpi-fusioninventory.spec b/glpi-fusioninventory.spec index 0801044..7bbe100 100644 --- a/glpi-fusioninventory.spec +++ b/glpi-fusioninventory.spec @@ -8,15 +8,14 @@ # %global pluginname fusioninventory %global glpi_version 9.3 -%global glpi_min 9.3 +%global glpi_min 9.3.2 %global glpi_max 9.4 -%global plug_version 1.1 +%global plug_version 1.2 %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 Epoch: 1 -Version: %{glpi_min}.0.%{plug_version} +Version: %{glpi_version}+%{plug_version} Release: 1%{?dist} Summary: FusionInventory Server embedded as a GLPI plugin Summary(fr): Serveur FusionInventory en extension pour GLPI @@ -24,7 +23,7 @@ Summary(fr): Serveur FusionInventory en extension pour GLPI License: AGPLv3+ URL: http://fusioninventory.org/ -Source0: https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/%{gh_tag}/fusioninventory-%{glpi_version}.%{plug_version}.tar.bz2 +Source0: https://github.com/fusioninventory/fusioninventory-for-glpi/releases/download/%{gh_tag}/fusioninventory-%{glpi_version}+%{plug_version}.tar.gz Source1: %{name}-httpd.conf # Override PHP configuration for php-fpm Source2: %{name}-user.ini @@ -90,8 +89,7 @@ find %{pluginname}/lib \(\ \) -exec rm -f {} \; 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 +grep "define('PLUGIN_FUSIONINVENTORY_GLPI_M" %{pluginname}/setup.php %build @@ -149,6 +147,9 @@ done | tee %{name}.lang %changelog +* Fri Nov 2 2018 Remi Collet - 1:9.3+1.2-1 +- update to 9.3+1.2 for GLPI 9.3.2 + * Mon Jul 9 2018 Remi Collet - 1:9.3.0.1.1-1 - update to 9.3+1.1 for GLPI 9.3 -- cgit