diff options
| -rw-r--r-- | .gitignore | 2 | ||||
| -rw-r--r-- | glpi-behaviors.spec | 8 | 
2 files changed, 8 insertions, 2 deletions
@@ -1,5 +1,7 @@ +clog  package-*.xml  *.tgz +*.tar.bz2  *.tar.gz  *.tar.xz  *.tar.xz.asc diff --git a/glpi-behaviors.spec b/glpi-behaviors.spec index 3b24251..c513e5b 100644 --- a/glpi-behaviors.spec +++ b/glpi-behaviors.spec @@ -9,7 +9,7 @@  %global pluginname   behaviors  Name:           glpi-behaviors -Version:        2.3.1 +Version:        2.3.2  Release:        1%{?dist}  Summary:        Plugin to add optional behaviors to GLPI  Summary(fr):    Extension ajoutant des comportements optionnels à GLPI @@ -17,7 +17,7 @@ Summary(fr):    Extension ajoutant des comportements optionnels à GLPI  License:        AGPLv3+  URL:            https://forge.glpi-project.org/projects/behaviors -Source0:        https://forge.glpi-project.org/attachments/download/2311/glpi-behaviors-2.3.1.tar.gz +Source0:        https://forge.glpi-project.org/attachments/download/2315/glpi-behaviors-2.3.2.tar.gz  BuildArch:      noarch  BuildRequires:  gettext @@ -82,6 +82,10 @@ done | tee %{name}.lang  %changelog +* Thu Sep  3 2020 Remi Collet <remi@remirepo.net> - 2.3.2-1 +- version 2.3.2 for GLPI 9.4 +  https://forge.glpi-project.org/versions/1313 +  * Tue Aug 25 2020 Remi Collet <remi@remirepo.net> - 2.3.1-1  - version 2.3.1 for GLPI 9.4  | 
