Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package btop for openSUSE:Factory checked in 
at 2024-08-25 12:10:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/btop (Old)
 and      /work/SRC/openSUSE:Factory/.btop.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "btop"

Sun Aug 25 12:10:23 2024 rev:30 rq:1195799 version:1.3.2+git20240805.00c9088

Changes:
--------
--- /work/SRC/openSUSE:Factory/btop/btop.changes        2024-05-10 
12:05:52.643096295 +0200
+++ /work/SRC/openSUSE:Factory/.btop.new.2698/btop.changes      2024-08-25 
12:10:41.356760433 +0200
@@ -1,0 +2,60 @@
+Fri Aug 16 22:06:46 UTC 2024 - scott.bradn...@suse.com
+
+- Updating ROCm to v6.2.0
+- Update to version 1.3.2+git20240805.00c9088:
+  * fix: include missed out utility header.
+  * Switch macos continuous build from gcc to clang
+  * Add fix for disk used and free percent #791
+  * Beautify command line error output and help message
+  * Disable STATIC build for cmake.
+  * Fix the pkg_add command in README.
+  * Bump NetBSD to 10.0 in CI.
+  * Update README.md with NetBSD details.
+  * Ignore netbsd folder in other builds.
+  * Use kvm and ifaddr defs from shared.hpp.
+  * Simplify the CI command.
+  * Add support for reading thermal stats.
+  * Add support for reading battery stats.
+  * Get the 64 bit value of physmem.
+  * Add CMake build support for NetBSD.
+  * Attempt to fix the CI.
+  * Fix some of the memory stats.
+  * Add build files for NetBSD.
+  * Add NetBSD Support.
+
+-------------------------------------------------------------------
+Fri Jul 26 17:50:49 UTC 2024 - scott.bradn...@suse.com
+
+- Update to version 1.3.2+git20240624.e4f69cd:
+  * Updated soon to be deprecated actions to latest versions
+  * Removed macos-14 for now due to XCode bug when compiling with gcc
+  * Removed deprecated macos-11 and add macos-13 and macos-14
+  * Update spacing
+  * fix io_graph_speeds parsing
+  * fix divide 0 error when caculating disk usage percentage (#791)
+
+-------------------------------------------------------------------
+Thu Jun  6 17:20:20 UTC 2024 - Scott Bradnick <scott.bradn...@suse.com>
+
+- Updating ROCm to v6.1.2
+  * Adding note about RSMI_STATIC=true not working for gcc-14
+  * Possibly https://github.com/ROCm/rocm_smi_lib/issues/170 has a fix?
+
+-------------------------------------------------------------------
+Sat Jun 01 15:38:07 UTC 2024 - scott.bradn...@suse.com
+
+- Update to version 1.3.2+git20240601.516979b:
+  * Fixed missing CPU core temps when too small to show core temp graphs, 
issues #792 #867
+  * Fixed missing IO graphs in IO mode, issue #867
+  * V1 of Phoenix Night theme
+  * Add missing linker flag for static links on FreeBSD
+  * Fix comments in theme files
+  * fix zero temp (#467)
+
+-------------------------------------------------------------------
+Tue May 14 20:01:30 UTC 2024 - Scott Bradnick <scott.bradn...@suse.com>
+
+- Adding 'BuildRequires: lowdown' for manpage generation.
+  * Currently TW only since lowdown isn't present in Leap
+
+-------------------------------------------------------------------

Old:
----
  btop-1.3.2+git20240501.dd4ada7.tar.gz
  rocm_smi_lib-rocm-6.1.0.tar.gz

New:
----
  btop-1.3.2+git20240805.00c9088.tar.gz
  rocm_smi_lib-rocm-6.2.0.tar.gz

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

Other differences:
------------------
++++++ btop.spec ++++++
--- /var/tmp/diff_new_pack.YNYmSU/_old  2024-08-25 12:10:42.700816209 +0200
+++ /var/tmp/diff_new_pack.YNYmSU/_new  2024-08-25 12:10:42.704816375 +0200
@@ -15,9 +15,9 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%define ROCm_version 6.1.0
+%define ROCm_version 6.2.0
 Name:           btop
-Version:        1.3.2+git20240501.dd4ada7
+Version:        1.3.2+git20240805.00c9088
 Release:        0
 Summary:        Usage and stats for processor, memory, disks, network and 
processes
 License:        Apache-2.0
@@ -43,6 +43,7 @@
 %define lddopt LDCXXFLAGS="-ldl -lpthread -DFMT_HEADER_ONLY"
 %else
 BuildRequires:  gcc-c++ >= 11
+BuildRequires:  lowdown
 %define cxxflags %{nil}
 %define cxxopt %{nil}
 %define lddopt %{nil}
@@ -59,10 +60,14 @@
 tar zxf %{SOURCE1} -C %{_builddir}/%{name}-%{version}/lib/rocm_smi_lib 
--strip-components=1
 
 %build
+###
+### RSMI_STATIC will break with gcc-14, as of <= v6.1.2 (20240606)
+###
 %make_build %{cxxflags} %{cxxopt} %{lddopt} RSMI_STATIC=true
 
 %install
 %make_install %{cxxopt} %{lddopt} PREFIX=%{_prefix}
+chmod -c 644 %{buildroot}%{_datadir}/%{name}/themes/*.theme
 
 %files
 %doc CHANGELOG.md README.md
@@ -78,5 +83,8 @@
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/icons/hicolor/48x48/apps/%{name}.png
 %{_datadir}/icons/hicolor/scalable/apps/%{name}.svg
+%if 0%{?suse_version} > 1550
+%{_mandir}/man1/%{name}.1.gz
+%endif
 %license LICENSE
 

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.YNYmSU/_old  2024-08-25 12:10:42.748818201 +0200
+++ /var/tmp/diff_new_pack.YNYmSU/_new  2024-08-25 12:10:42.752818367 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
                 <param name="url">https://github.com/aristocratos/btop</param>
-              <param 
name="changesrevision">dd4ada7023223c610ccfad48ec3abe0500f91af5</param></service></servicedata>
+              <param 
name="changesrevision">00c90884c328eb3e44a0ab094e833161092aae9c</param></service></servicedata>
 (No newline at EOF)
 

++++++ btop-1.3.2+git20240501.dd4ada7.tar.gz -> 
btop-1.3.2+git20240805.00c9088.tar.gz ++++++
++++ 2542 lines of diff (skipped)

++++++ btop.obsinfo ++++++
--- /var/tmp/diff_new_pack.YNYmSU/_old  2024-08-25 12:10:42.888824011 +0200
+++ /var/tmp/diff_new_pack.YNYmSU/_new  2024-08-25 12:10:42.892824177 +0200
@@ -1,5 +1,5 @@
 name: btop
-version: 1.3.2+git20240501.dd4ada7
-mtime: 1714589026
-commit: dd4ada7023223c610ccfad48ec3abe0500f91af5
+version: 1.3.2+git20240805.00c9088
+mtime: 1722841002
+commit: 00c90884c328eb3e44a0ab094e833161092aae9c
 

++++++ rocm_smi_lib-rocm-6.1.0.tar.gz -> rocm_smi_lib-rocm-6.2.0.tar.gz ++++++
++++ 13974 lines of diff (skipped)

Reply via email to