[glpi-pdf] version 0.83.3 for GLPI 0.83.3

Remi Collet remi at fedoraproject.org
Thu Jul 12 17:36:28 UTC 2012


commit 7622b9b4d03af9143d611f4876676dcc02bd2886
Author: remi <fedora at famillecollet.com>
Date:   Thu Jul 12 19:36:21 2012 +0200

    version 0.83.3 for GLPI 0.83.3

 .gitignore          |    1 +
 changeset_r322.diff |   33 ----------------
 changeset_r323.diff |  107 ---------------------------------------------------
 glpi-pdf.spec       |   18 +++-----
 sources             |    2 +-
 5 files changed, 9 insertions(+), 152 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f411135..84f1cce 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ glpi-pdf-0.6.1.tar.gz
 /glpi-pdf-0.7.2.tar.gz
 /glpi-pdf-0.80.3.tar.gz
 /glpi-pdf-0.83.tar.gz
+/glpi-pdf-0.83.3.tar.gz
diff --git a/glpi-pdf.spec b/glpi-pdf.spec
index de9ed82..33999a5 100644
--- a/glpi-pdf.spec
+++ b/glpi-pdf.spec
@@ -1,7 +1,7 @@
 %global pluginname   pdf
 
 Name:           glpi-pdf
-Version:        0.83
+Version:        0.83.3
 Release:        1%{?dist}
 Summary:        GLPI Plugin to print PDF of equipment
 Summary(fr):    Extension GLPI pour créer des PDF des matériels
@@ -10,16 +10,12 @@ Group:          Applications/Internet
 License:        GPLv2+
 URL:            https://forge.indepnet.net/projects/pdf
 
-Source0:        https://forge.indepnet.net/attachments/download/1095/glpi-pdf-0.83.tar.gz
-
-# https://forge.indepnet.net/issues/3455
-Patch0:         changeset_r322.diff
-Patch1:         changeset_r323.diff
+Source0:        https://forge.indepnet.net/attachments/download/1213/glpi-pdf-0.83.3.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
-Requires:       glpi >= 0.83
+Requires:       glpi >= 0.83.3
 Requires:       glpi <  0.84
 
 
@@ -42,10 +38,6 @@ for doc in docs/* ; do
     sed -i -e 's/\r//' $doc
 done
 
-cd %{pluginname}
-%patch0 -p1
-%patch1 -p1
-
 
 %build
 # empty build
@@ -82,6 +74,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Jul 12 2012 Remi Collet <Fedora at FamilleCollet.com> - 0.83.3-1
+- version 0.83.3 for GLPI 0.83.3
+  https://forge.indepnet.net/projects/pdf/versions/745
+
 * Thu Apr 19 2012 Remi Collet <Fedora at FamilleCollet.com> - 0.83-1
 - version 0.83 for GLPI 0.83
   https://forge.indepnet.net/projects/pdf/versions/615
diff --git a/sources b/sources
index 8fe27db..193fc6a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-38416edee35119f32437edc5e65ff159  glpi-pdf-0.83.tar.gz
+31901e0f1ba845e97ada79fcd4437c6e  glpi-pdf-0.83.3.tar.gz


More information about the scm-commits mailing list