diff options
author | Remi Collet <remi@remirepo.net> | 2019-03-29 07:04:12 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-03-29 07:04:12 +0100 |
commit | 01569900ddc3030a7c00b77c29a78bebc0b4d2b9 (patch) | |
tree | c2f48bd4b30e1263a0095687ec5f670769265c93 | |
parent | b055bdd30ce5dae6d44ef2570ffc2691a6f8f687 (diff) |
9.4.0+1.0
-rw-r--r-- | glpi-fusioninventory.spec | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/glpi-fusioninventory.spec b/glpi-fusioninventory.spec index 3213af3..6ac1f51 100644 --- a/glpi-fusioninventory.spec +++ b/glpi-fusioninventory.spec @@ -1,16 +1,16 @@ # remirepo spec file for glpi-fusioninventory # -# Copyright (c) 2010-2018 Remi Collet +# Copyright (c) 2010-2019 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # # Please, preserve the changelog entries # %global pluginname fusioninventory -%global glpi_version 9.3 -%global glpi_min 9.3.2 -%global glpi_max 9.4 -%global plug_version 1.3 +%global glpi_version 9.4.0 +%global glpi_min 9.4 +%global glpi_max 9.5 +%global plug_version 1.0 %global gh_tag glpi%{glpi_version}+%{plug_version} Name: glpi-fusioninventory @@ -151,6 +151,9 @@ done | tee %{name}.lang %changelog +* Tue Feb 12 2019 Remi Collet <remi@remirepo.net> - 1:9.4.0+1.0-1 +- update to 9.4.0+1.0 for GLPI 9.4 + * Wed Nov 28 2018 Remi Collet <remi@remirepo.net> - 1:9.3+1.3-1 - update to 9.3+1.3 for GLPI 9.3.2 |