diff options
| -rw-r--r-- | glpi-behaviors.spec | 10 | 
1 files changed, 7 insertions, 3 deletions
diff --git a/glpi-behaviors.spec b/glpi-behaviors.spec index 134ec96..39200a0 100644 --- a/glpi-behaviors.spec +++ b/glpi-behaviors.spec @@ -1,6 +1,6 @@  # remirepo spec file for glpi-behaviors  # -# Copyright (c) 2012-2017 Remi Collet +# Copyright (c) 2012-2018 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -9,7 +9,7 @@  %global pluginname   behaviors  Name:           glpi-behaviors -Version:        1.6.0 +Version:        1.6.1  Release:        1%{?dist}  Summary:        Plugin to add optional behaviors to GLPI  Summary(fr):    Extension ajoutant des comportements optionnels à GLPI @@ -18,7 +18,7 @@ Group:          Applications/Internet  License:        AGPLv3+  URL:            https://forge.glpi-project.org/projects/behaviors -Source0:        https://forge.glpi-project.org/attachments/download/2204/glpi-behaviors-1.6.0.tar.gz +Source0:        https://forge.glpi-project.org/attachments/download/2219/glpi-behaviors-1.6.1.tar.gz  BuildArch:      noarch  BuildRequires:  gettext @@ -76,6 +76,10 @@ done | tee %{name}.lang  %changelog +* Fri Jan 12 2018 Remi Collet <remi@remirepo.net> - 1.6.1-1 +- version 1.6.1 for GLPI 9.1 +  https://forge.glpi-project.org/versions/1251 +  * Wed Oct 18 2017 Remi Collet <remi@remirepo.net> - 1.6.0-1  - version 1.6.0 for GLPI 9.1    https://forge.glpi-project.org/versions/1245  | 
