From aacbf50d41fc2fb5c65687e3dc928228f5638a5e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 12 Jul 2018 09:04:26 +0200 Subject: v9.2+2.1 --- glpi-fusioninventory.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/glpi-fusioninventory.spec b/glpi-fusioninventory.spec index b0441b2..a005520 100644 --- a/glpi-fusioninventory.spec +++ b/glpi-fusioninventory.spec @@ -10,8 +10,8 @@ %global glpi_version 9.2 %global glpi_min 9.2 %global glpi_max 9.3 -%global plug_version 2.0 -%global gh_tag glpi9.2+2.0 +%global plug_version 2.1 +%global gh_tag glpi9.2+2.1 Name: glpi-fusioninventory # New version schema : 2.4.0 = 0.80+1.0 < 0.80+1.1 < 0.83+1.0 @@ -24,7 +24,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.bz2 Source1: %{name}-httpd.conf # Override PHP configuration for php-fpm Source2: %{name}-user.ini @@ -92,6 +92,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 @@ -149,6 +150,9 @@ done | tee %{name}.lang %changelog +* Thu Jul 12 2018 Remi Collet - 1:9.2.0.2.1-1 +- update to 9.2+2.1 + * Tue Jun 12 2018 Remi Collet - 1:9.2.0.2.0-1 - update to 9.2+2.0 -- cgit