From deb2bb92778795069424d7db3fbcdfd454e59208 Mon Sep 17 00:00:00 2001 From: raulmateos Date: Mon, 22 Sep 2008 17:33:31 +0000 Subject: [PATCH] 2008-09-22 Raul Mateos * pandora_console.spec: Changed URL. Added FMS to name. Updated version. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1109 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 8 +++++++- pandora_console/pandora_console.spec | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 9f9befe418..49fbf13cde 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,7 @@ +2008-09-22 Raul Mateos + + * pandora_console.spec: Changed URL. Added FMS to name. Updated version. + 2008-09-22 Manuel Arostegui * pandoradb_data.sql: Changed FTP module's TCP received string, set @@ -305,7 +309,9 @@ 2008-09-02 Esteban Sanchez * extensions/update_manager.php: Style correction. Removed force - updating of the settings. + updating of 2008-09-01 Raul Mateos + + * operation/snmp/snmp_console/snmp_view.php: Added style to buttons.the settings. * extensions/update_manager/load_updatemanager.php: Run the keygen if the user is not the free one. diff --git a/pandora_console/pandora_console.spec b/pandora_console/pandora_console.spec index 707bc11ebf..c442239898 100755 --- a/pandora_console/pandora_console.spec +++ b/pandora_console/pandora_console.spec @@ -1,8 +1,8 @@ # -# Pandora Console +# Pandora FMS Console # %define name PandoraFMS_Console -%define version 1.3.1 +%define version 2.0.0 %define release 1 @@ -48,14 +48,14 @@ # Evaluate PHP version %define phpver_lt_430 %(out=`rpm -q --queryformat='%{VERSION}' php` 2>&1 >/dev/null || out=0 ; out=`echo $out | tr . : | sed s/://g` ; if [ $out -lt 430 ] ; then out=1 ; else out=0; fi ; echo $out) -Summary: Web Console for PandoraFMS +Summary: Web Console for Pandora FMS Name: %{name} Version: %{version} Release: %{release} License: GPL Vendor: Sancho Lerena Source0: %{name}-%{version}.tar.gz -URL: http://pandora.sf.net +URL: http://www.pandorafms.com Group: Productivity/Networking/Web/Utilities Packager: Manuel Arostegui