Hello community,

here is the log from the commit of package cacti for openSUSE:Factory checked 
in at 2017-02-16 17:01:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cacti (Old)
 and      /work/SRC/openSUSE:Factory/.cacti.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cacti"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cacti/cacti.changes      2017-02-12 
00:49:49.642328154 +0100
+++ /work/SRC/openSUSE:Factory/.cacti.new/cacti.changes 2017-02-16 
17:01:06.985248166 +0100
@@ -1,0 +2,11 @@
+Mon Feb 13 06:48:37 UTC 2017 - [email protected]
+
+- Build version 1.0.2
+  * Changelog
+    - issue#278: Correct Boost Status display issue
+    - issue#275: Permission View issue and Device Dropdown when in Classic 
Theme
+    - issue#270: Major Mib Cache corruption. Rebuild your MIB Cache after 
upgrading
+    - issue: Resolve Cacti logo on Graphs page in Classic Theme
+- Created a config.php fix patch, cacti-config.patch
+
+-------------------------------------------------------------------

Old:
----
  cacti-1.0.1.tar.gz

New:
----
  cacti-1.0.2.tar.gz
  cacti-config.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cacti.spec ++++++
--- /var/tmp/diff_new_pack.UMDQaU/_old  2017-02-16 17:01:07.881121417 +0100
+++ /var/tmp/diff_new_pack.UMDQaU/_new  2017-02-16 17:01:07.885120852 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           cacti
-Version:        1.0.1
+Version:        1.0.2
 Release:        0
 Summary:        Web Front-End to Monitor System Data via RRDtool
 License:        GPL-2.0+
@@ -29,6 +29,8 @@
 Source2:        %{name}-httpd.conf
 Source3:        %{name}.logrotate
 Source4:        %{name}-httpd.conf.default
+# PATCH-FIX-UPSTREAM cacti-config.patch
+Patch0:         %{name}-config.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 BuildRequires:  apache-rpm-macros
@@ -101,6 +103,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 #delete the *.orig files
 find . -type f -name "*\.orig" -exec rm {} \;

++++++ cacti-1.0.1.tar.gz -> cacti-1.0.2.tar.gz ++++++
/work/SRC/openSUSE:Factory/cacti/cacti-1.0.1.tar.gz 
/work/SRC/openSUSE:Factory/.cacti.new/cacti-1.0.2.tar.gz differ: char 5, line 1

++++++ cacti-config.patch ++++++
diff -Naur cacti-1.0.2.orig/include/config.php cacti-1.0.2/include/config.php
--- cacti-1.0.2.orig/include/config.php 2017-02-12 02:23:34.000000000 +0100
+++ cacti-1.0.2/include/config.php      2017-02-13 07:59:15.942975952 +0100
@@ -36,13 +36,13 @@
  * the main cacti server.  otherwise, these variables have no use. 
  * and must remain commented out. */
 
-#$rdatabase_type     = 'mysql';
-#$rdatabase_default  = 'cacti';
-#$rdatabase_hostname = 'localhost';
-#$rdatabase_username = 'cactiuser';
-#$rdatabase_password = 'cactiuser';
-#$rdatabase_port     = '3306';
-#$rdatabase_ssl      = false;
+//$rdatabase_type     = 'mysql';
+//$rdatabase_default  = 'cacti';
+//$rdatabase_hostname = 'localhost';
+//$rdatabase_username = 'cactiuser';
+//$rdatabase_password = 'cactiuser';
+//$rdatabase_port     = '3306';
+//$rdatabase_ssl      = false;
 
 /* the poller_id of this system.  set to '1' for the main cacti
  * web server.  otherwise, you this value should be the poller_id
@@ -55,15 +55,15 @@
  * http://serverip/cacti/ this would be set to /cacti/.
 */
 
-$url_path = '/cacti/';
+//$url_path = '/cacti/';
 
 /* default session name - session name must contain alpha characters */
 
-$cacti_session_name = 'Cacti';
+//$cacti_session_name = 'Cacti';
 
 /* save sessions to a database for load balancing */
 
-$cacti_db_session = false;
+//$cacti_db_session = false;
 
 /* optional parameters to define scripts and resource paths.  these
  * variables become important when using remote poller installs

Reply via email to