[glpi-data-injection] update to 2.2.0 fir GLPI 0.83.1

Remi Collet remi at fedoraproject.org
Thu Apr 19 12:39:34 UTC 2012


commit de3f857f2d98ffcaf5c2dcdea0223feb847877df
Author: remi <fedora at famillecollet.com>
Date:   Thu Apr 19 14:38:15 2012 +0200

    update to 2.2.0 fir GLPI 0.83.1

 .gitignore               |    1 +
 glpi-data-injection.spec |   25 ++++++++++++++-----------
 sources                  |    2 +-
 3 files changed, 16 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c22723..960f2aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 *~
 /glpi-datainjection-2.0.2.tar.gz
 /glpi-datainjection-2.1.2.tar.gz
+/glpi-datainjection-2.2.0.tar.gz
diff --git a/glpi-data-injection.spec b/glpi-data-injection.spec
index 5aed56b..409cd5e 100644
--- a/glpi-data-injection.spec
+++ b/glpi-data-injection.spec
@@ -1,8 +1,8 @@
-%define pluginname   datainjection
+%global pluginname   datainjection
 
 Name:           glpi-data-injection
-Version:        2.1.2
-Release:        2%{?dist}
+Version:        2.2.0
+Release:        1%{?dist}
 Summary:        Plugin for importing data into GLPI
 Summary(fr):    Extension pour importer des données dans GLPI
 
@@ -11,17 +11,17 @@ License:        GPLv2+
 
 URL:            https://forge.indepnet.net/projects/datainjection
 # This change for each new version
-Source0:        https://forge.indepnet.net/attachments/download/1010/glpi-datainjection-2.1.2.tar.gz
+Source0:        https://forge.indepnet.net/attachments/download/1135/glpi-datainjection-2.2.0.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       glpi >= 0.80
-Requires:       glpi <  0.81
+Requires:       glpi >= 0.83
+Requires:       glpi <  0.84
 Requires:       glpi-pdf
 
-# This plugin is renamed (for 0.72)
-Provides:       glpi-datainjection = %{version}-%{release}
+# This plugin have been renamed
+Provides:       glpi-%{pluginname} = %{version}-%{release}
 
 
 %description
@@ -59,9 +59,6 @@ done
 # don't need this
 rm -f testwebservice.php
 
-# fix in SVN...
-chmod -x datainjection/ajax/model.tabs.php
-
 
 %build
 # empty build
@@ -95,9 +92,15 @@ rm -rf %{buildroot}
 %{_datadir}/glpi/plugins/%{pluginname}/inc
 %{_datadir}/glpi/plugins/%{pluginname}/javascript
 %{_datadir}/glpi/plugins/%{pluginname}/pics
+# Need here, required from the Interface
+%{_datadir}/glpi/plugins/%{pluginname}/LICENSE
 
 
 %changelog
+* Thu Apr 19 2012 Remi Collet <Fedora at FamilleCollet.com> - 2.2.0-1
+- version 2.2.0 finale for GLPI 0.83
+  https://forge.indepnet.net/projects/datainjection/versions/645
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 1b56328..711968e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f7ca5043c732093ae4177cac953e17ed  glpi-datainjection-2.1.2.tar.gz
+a5556aa5f39f6752f2ef4896f8eff0c0  glpi-datainjection-2.2.0.tar.gz


More information about the scm-commits mailing list