[glpi-data-injection] update to 2.1.2 for GLPI 0.80

Remi Collet remi at fedoraproject.org
Wed Nov 30 17:14:59 UTC 2011


commit 61291ae1718547ee9cbe54af497a564dd86809ad
Author: remi <fedora at famillecollet.com>
Date:   Wed Nov 30 18:14:53 2011 +0100

    update to 2.1.2 for GLPI 0.80

 .gitignore               |    1 +
 glpi-data-injection.spec |   12 +++++++++---
 sources                  |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7d93d17..6c22723 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 *~
 /glpi-datainjection-2.0.2.tar.gz
+/glpi-datainjection-2.1.2.tar.gz
diff --git a/glpi-data-injection.spec b/glpi-data-injection.spec
index d7e2f1a..30a94b6 100644
--- a/glpi-data-injection.spec
+++ b/glpi-data-injection.spec
@@ -1,7 +1,7 @@
 %define pluginname   datainjection
 
 Name:           glpi-data-injection
-Version:        2.0.2
+Version:        2.1.2
 Release:        1%{?dist}
 Summary:        Plugin for importing data into GLPI
 Summary(fr):    Extension pour importer des données dans GLPI
@@ -11,16 +11,19 @@ License:        GPLv2+
 
 URL:            https://forge.indepnet.net/projects/datainjection
 # This change for each new version
-Source0:        https://forge.indepnet.net/attachments/download/899/glpi-datainjection-2.0.2.tar.gz
+Source0:        https://forge.indepnet.net/attachments/download/1010/glpi-datainjection-2.1.2.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       glpi >= 0.78.2
+Requires:       glpi >= 0.80
+Requires:       glpi <  0.81
+Requires:       glpi-pdf
 
 # This plugin is renamed (for 0.72)
 Provides:       glpi-datainjection = %{version}-%{release}
 
+
 %description
 Plugin for importing data into GLPI
 
@@ -95,6 +98,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Nov 30 2011 Remi Collet <remi at fedoraproject.org> - 2.1.2-1
+- version 2.1.2 for GLPI 0.80
+
 * Sat Jun 11 2011 Remi Collet <Fedora at FamilleCollet.com> - 2.0.2-1
 - version 2.0.2 for GLPI 0.78
 
diff --git a/sources b/sources
index 26ce701..1b56328 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-66998486fbaec9fed3e262ad66bcf1e3  glpi-datainjection-2.0.2.tar.gz
+f7ca5043c732093ae4177cac953e17ed  glpi-datainjection-2.1.2.tar.gz


More information about the scm-commits mailing list