[glpi] update to 0.80.61 (fix regression)

Remi Collet remi at fedoraproject.org
Thu Jan 5 21:20:41 UTC 2012


commit f130d12a373db1ac519aa22904715643dd00b82b
Author: remi <fedora at famillecollet.com>
Date:   Thu Jan 5 22:20:17 2012 +0100

    update to 0.80.61 (fix regression)

 .gitignore            |    1 +
 changeset_r16804.diff |   18 ------------------
 glpi.spec             |   12 +++++++-----
 sources               |    2 +-
 4 files changed, 9 insertions(+), 24 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bc8c1da..109bb3d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ glpi-0.72.4-11497.tar.gz
 /glpi-0.78-14966.tar.gz
 /glpi-0.80.5.tar.gz
 /glpi-0.80.6.tar.gz
+/glpi-0.80.61.tar.gz
diff --git a/glpi.spec b/glpi.spec
index 9d37d9a..187d582 100644
--- a/glpi.spec
+++ b/glpi.spec
@@ -7,7 +7,8 @@
 #global svnrelease 12930
 
 Name:           glpi
-Version:        0.80.6
+# upstream is 0.80.61, use 0.80.6.1 to be < 0.80.7
+Version:        0.80.6.1
 %if 0%{?svnrelease}
 Release:        2.svn%{svnrelease}%{?dist}
 %else
@@ -24,7 +25,7 @@ URL:            http://www.glpi-project.org/
 Source0:        glpi-0.78-%{svnrelease}.tar.gz
 Source99:       mktar.sh
 %else
-Source0:        https://forge.indepnet.net/attachments/download/1034/glpi-0.80.6.tar.gz
+Source0:        https://forge.indepnet.net/attachments/download/1037/glpi-0.80.61.tar.gz
 %endif
 
 Source1:        glpi-httpd.conf
@@ -34,8 +35,6 @@ Source3:        glpi-logrotate
 # Switch all internal cron tasks to system
 Patch0:         glpi-cron.patch
 
-# https://forge.indepnet.net/issues/3299
-Patch1:         changeset_r16804.diff
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
@@ -84,7 +83,6 @@ techniciens grâce à une maintenance plus cohérente.
 %setup -q -n glpi
 
 %patch0 -p1
-%patch1 -p2
 find . -name \*.orig -exec rm {} \; -print
 
 # Use system lib
@@ -251,6 +249,10 @@ fi
 
 
 %changelog
+* Thu Jan 05 2012 Remi Collet <remi at fedoraproject.org> - 0.80.6.1-1
+- version 0.80.61 released (bugfix)
+  https://forge.indepnet.net/projects/glpi/versions/677
+
 * Thu Jan 05 2012 Remi Collet <remi at fedoraproject.org> - 0.80.6-1
 - version 0.80.6 released (bugfix)
   https://forge.indepnet.net/projects/glpi/versions/657
diff --git a/sources b/sources
index f71ffb8..dec9a04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e7b30264d5b897b6a2100b375da64d24  glpi-0.80.6.tar.gz
+843bfbc2c3c5ab10ec2926ee44c544a5  glpi-0.80.61.tar.gz


More information about the scm-commits mailing list