[RackTables] Rebase to v0.19.9

Colin Coe coec at fedoraproject.org
Thu Sep 1 12:26:12 UTC 2011


commit e102e597ffe4953d6d6114cbcea653dc2334781d
Author: Colin Coe <colin.coe at gmail.com>
Date:   Thu Sep 1 20:21:20 2011 +0800

    Rebase to v0.19.9

 .gitignore                                         |    1 +
 ...s.patch => RackTables-0.19.9-Fedora-paths.patch |   12 ++++++------
 RackTables.spec                                    |    7 +++++--
 sources                                            |    2 +-
 4 files changed, 13 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ab0aef1..f8ea870 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ RackTables-0.18.3.tar.gz
 /RackTables-0.19.4.tar.gz
 /RackTables-0.19.6.tar.gz
 /RackTables-0.19.8.tar.gz
+/RackTables-0.19.9.tar.gz
diff --git a/RackTables-0.19.8-Fedora-paths.patch b/RackTables-0.19.9-Fedora-paths.patch
similarity index 66%
rename from RackTables-0.19.8-Fedora-paths.patch
rename to RackTables-0.19.9-Fedora-paths.patch
index f4213ec..652ed90 100644
--- a/RackTables-0.19.8-Fedora-paths.patch
+++ b/RackTables-0.19.9-Fedora-paths.patch
@@ -1,15 +1,15 @@
-diff -ru RackTables-0.19.8.orig/scripts/syncdomain.php RackTables-0.19.8/scripts/syncdomain.php
---- RackTables-0.19.8.orig/scripts/syncdomain.php	2011-03-01 02:12:30.000000000 +0800
-+++ RackTables-0.19.8/scripts/syncdomain.php	2011-08-29 20:56:30.906937327 +0800
+diff -ru RackTables-0.19.9.orig/scripts/syncdomain.php RackTables-0.19.9/scripts/syncdomain.php
+--- RackTables-0.19.9.orig/scripts/syncdomain.php	2011-03-01 02:12:30.000000000 +0800
++++ RackTables-0.19.9/scripts/syncdomain.php	2011-09-01 20:05:54.839848774 +0800
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/php
 +#!/usr/bin/php
  <?php
  
  $script_mode = TRUE;
-diff -ru RackTables-0.19.8.orig/wwwroot/inc/pre-init.php RackTables-0.19.8/wwwroot/inc/pre-init.php
---- RackTables-0.19.8.orig/wwwroot/inc/pre-init.php	2011-04-06 23:39:01.000000000 +0800
-+++ RackTables-0.19.8/wwwroot/inc/pre-init.php	2011-08-29 20:57:45.470068863 +0800
+diff -ru RackTables-0.19.9.orig/wwwroot/inc/pre-init.php RackTables-0.19.9/wwwroot/inc/pre-init.php
+--- RackTables-0.19.9.orig/wwwroot/inc/pre-init.php	2011-04-06 23:39:01.000000000 +0800
++++ RackTables-0.19.9/wwwroot/inc/pre-init.php	2011-09-01 20:05:54.839848774 +0800
 @@ -19,11 +19,11 @@
  # code, multiple instances" deploy, in which case the paths could be changed
  # in the custom entry point wrapper (like own index.php)
diff --git a/RackTables.spec b/RackTables.spec
index df21abe..950fe35 100644
--- a/RackTables.spec
+++ b/RackTables.spec
@@ -1,6 +1,6 @@
 Name:           RackTables
-Version:        0.19.8
-Release:        2%{?dist}
+Version:        0.19.9
+Release:        1%{?dist}
 Summary:        A data-center asset management system
 
 Group:          Applications/Internet
@@ -50,6 +50,9 @@ touch $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/secret.php
 %ghost %config(noreplace) %{_sysconfdir}/%{name}/secret.php
 
 %changelog
+* Thu Sep 1 2011 Colin Coe <colin.coe at gmail.com> - 0.19.9-1
+- Rebase to v0.19.8
+
 * Mon Aug 29 2011 Colin Coe <colin.coe at gmail.com> - 0.19.8-2
 - Include missing patch file
 
diff --git a/sources b/sources
index 0b90907..d4ca20a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0825ea91921eb4cb3044aebebce16de0  RackTables-0.19.8.tar.gz
+14809cfa71569ad138c62604389390b9  RackTables-0.19.9.tar.gz


More information about the scm-commits mailing list