Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package cacti for openSUSE:Factory checked in at 2026-02-27 17:10:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cacti (Old) and /work/SRC/openSUSE:Factory/.cacti.new.29461 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cacti" Fri Feb 27 17:10:13 2026 rev:54 rq:1335341 version:1.2.30+git233.9b67d5e98 Changes: -------- --- /work/SRC/openSUSE:Factory/cacti/cacti.changes 2026-02-24 15:39:38.609013842 +0100 +++ /work/SRC/openSUSE:Factory/.cacti.new.29461/cacti.changes 2026-02-27 17:10:59.990828797 +0100 @@ -1,0 +2,8 @@ +Thu Feb 26 21:55:26 UTC 2026 - [email protected] + +- Update to version 1.2.30+git233.9b67d5e98: + * remove wrong styles (#6654) + * Fix paper-plane theme (#6640) +- Update .spec file for version handling now that +git. Helps cacti-spine + +------------------------------------------------------------------- Old: ---- cacti-1.2.30+git231.bca15e70c.obscpio cacti-1.2.30+git231.bca15e70c.tar.gz New: ---- cacti-1.2.30+git233.9b67d5e98.obscpio cacti-1.2.30+git233.9b67d5e98.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cacti.spec ++++++ --- /var/tmp/diff_new_pack.X52Hfe/_old 2026-02-27 17:11:01.190878528 +0100 +++ /var/tmp/diff_new_pack.X52Hfe/_new 2026-02-27 17:11:01.190878528 +0100 @@ -32,7 +32,9 @@ %bcond_with systemd %endif Name: cacti -Version: 1.2.30+git231.bca15e70c +Version: 1.2.30+git233.9b67d5e98 +%global base_version %(echo %{version} | sed 's/+[^+]*//') +%global next_base_version %(echo %{base_version} | awk -F. -v OFS=. '{$NF++; print}') Release: 0 Summary: Web Front-End to Monitor System Data via RRDtool License: GPL-2.0-or-later @@ -68,11 +70,11 @@ Recommends: php-gettext Recommends: php-pcntl Recommends: mysql-tools -Conflicts: cacti-spine < %{version} -Conflicts: cacti-spine > %{version} -Provides: cacti-system = %{version}-%{release} -Obsoletes: cacti-PA < %{version}-%{release} -Provides: cacti-PA = %{version}-%{release} +Conflicts: cacti-spine < %{base_version} +Conflicts: cacti-spine >= %{next_base_version} +Provides: cacti-system = %{base_version}-%{release} +Obsoletes: cacti-PA < %{base_version}-%{release} +Provides: cacti-PA = %{base_version}-%{release} BuildArch: noarch %if 0%{?suse_version} BuildRequires: apache2-devel @@ -109,7 +111,7 @@ %package doc Summary: Documentation for Cacti Group: System/Monitoring -Requires: %{name} = %{version} +Requires: %{name} = %{base_version} %description doc Cacti is a complete front-end to RRDtool: it stores all necessary ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.X52Hfe/_old 2026-02-27 17:11:01.334884495 +0100 +++ /var/tmp/diff_new_pack.X52Hfe/_new 2026-02-27 17:11:01.362885656 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/Cacti/cacti.git</param> - <param name="changesrevision">bca15e70cf64324a9c6714fa538024ac65d0f464</param></service></servicedata> + <param name="changesrevision">9b67d5e98f9d57208d36526cc0115b61d815c98e</param></service></servicedata> (No newline at EOF) ++++++ cacti-1.2.30+git231.bca15e70c.obscpio -> cacti-1.2.30+git233.9b67d5e98.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/cacti-1.2.30+git231.bca15e70c/include/themes/paper-plane/main.css new/cacti-1.2.30+git233.9b67d5e98/include/themes/paper-plane/main.css --- old/cacti-1.2.30+git231.bca15e70c/include/themes/paper-plane/main.css 2026-02-22 16:15:01.000000000 +0100 +++ new/cacti-1.2.30+git233.9b67d5e98/include/themes/paper-plane/main.css 2026-02-25 20:37:55.000000000 +0100 @@ -606,18 +606,18 @@ } .tableRow { - background: none repeat scroll 0 0 #EBEDEF; + color: white; line-height: 20px; } .odd { border: none; - background: none repeat scroll 0 0 #EBEDEF; + background: none repeat scroll 0 0 #222; } .odd.tableRow { - color: #000000; - background: none repeat scroll 0 0 #EBEDEF; + color: #ccc; + background: none repeat scroll 0 0 #252525; } .tableRowGraph td { @@ -628,21 +628,21 @@ .even { border: none; - background: none repeat scroll 0 0 #FFFFFF; + background: none repeat scroll 0 0 #222; } .even.tableRow { - color: #000000; - background: none repeat scroll 0 0 #FFFFFF; + color: #ccc; + background: none repeat scroll 0 0 #222; } .even-alternate { - background: none repeat scroll 0 0 #FFFFFF; + background: none repeat scroll 0 0 #252525; } .even-alternate.tableRow { - color: #000000; - background: none repeat scroll 0 0 #FFFFFF; + color: #ccc; + background: none repeat scroll 0 0 #222; } .tableRow { @@ -1100,6 +1100,7 @@ .cactiGraphContentAreaPreview .cactitable { background: none !important; + color: #ccc; } .cactiConsoleContentArea { @@ -1143,7 +1144,7 @@ } .linkEditMain, .linkEditMain:visited, .linkEditMain:active { - color: #2d4ca8; + color: #ddd; text-decoration: none; font-size: 12px; white-space: nowrap; @@ -1283,6 +1284,7 @@ margin-left: auto; margin-right: auto; border-color: #222; + color: #ccc; } .cactiInstallLoaderSpinnerTheme { @@ -1576,7 +1578,7 @@ color: white !important; background: none; box-shadow: inset 0 0 20px 0 rgba(0,0,0,.5); - border-bottom: 3px solid #5CB85C !important; + border-bottom: 3px solid #ccc !important; } .tableHeaderColumnHover { @@ -2165,8 +2167,8 @@ } tr.selectable:hover:not(.selected) { - background: #AAAAAA; - color: #000000; + background: #444; + color: #fff; } tr.selected a { @@ -2832,3 +2834,10 @@ .tableRowGraph { border: 2px solid rgba(0,0,0,0); } + +.ui-state-default, .ui-selectmenu-button, .ui-button { + border: 1px solid #d3d3d3; + background: #111 !important; + font-weight: normal; + color: #555555; +} ++++++ cacti-1.2.30+git231.bca15e70c.tar.gz -> cacti-1.2.30+git233.9b67d5e98.tar.gz ++++++ /work/SRC/openSUSE:Factory/cacti/cacti-1.2.30+git231.bca15e70c.tar.gz /work/SRC/openSUSE:Factory/.cacti.new.29461/cacti-1.2.30+git233.9b67d5e98.tar.gz differ: char 12, line 1 ++++++ cacti.obsinfo ++++++ --- /var/tmp/diff_new_pack.X52Hfe/_old 2026-02-27 17:11:08.611186034 +0100 +++ /var/tmp/diff_new_pack.X52Hfe/_new 2026-02-27 17:11:08.643187360 +0100 @@ -1,5 +1,5 @@ name: cacti -version: 1.2.30+git231.bca15e70c -mtime: 1771773301 -commit: bca15e70cf64324a9c6714fa538024ac65d0f464 +version: 1.2.30+git233.9b67d5e98 +mtime: 1772048275 +commit: 9b67d5e98f9d57208d36526cc0115b61d815c98e
