diff options
-rw-r--r-- | .gitignore | 7 | ||||
-rw-r--r-- | glpi.spec | 10 |
2 files changed, 15 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ab5c4f --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +package-*.xml +*.tgz +*.tar.gz +*.tar.xz +*.tar.xz.asc +*.src.rpm +*/*rpm @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # -%global gh_commit b2e6cd05c9c833f9b490f6d40b200f988c073a5b +%global gh_commit 2683ce0cfe4cce4786e52eec3cf2a54f54f01225 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20160923 %global gh_owner glpi-project @@ -42,7 +42,7 @@ %endif Name: %{gh_project} -Version: 9.1.4 +Version: 9.1.6 %global schema 9.1.3 Release: 1%{?dist} Summary: Free IT asset management software @@ -441,6 +441,12 @@ fi %changelog +* Sat Jul 22 2017 Johan Cwiklinski <johan AT x-tnd DOT be> - 9.1.6-1 +- update to 9.1.6 + +* Thu Jul 13 2017 Johan Cwiklinski <jcwiklinski AT teclib DOT com> - 9.1.5-1 +- update to 9.1.5 + * Wed Jun 14 2017 Remi Collet <remi@remirepo.net> - 9.1.4-1 - update to 9.1.4 |