Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libgtop-devel | Distribution: SUSE Linux Enterprise 15 |
Version: 2.40.0 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 150600.16.18 | Build date: Sat May 18 21:51:28 2024 |
Group: Development/Libraries/GNOME | Build host: h01-armsrv3 |
Size: 841692 | Source RPM: libgtop-2.40.0-150600.16.18.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://developer.gnome.org/libgtop/stable/ | |
Summary: Development files for libgtop |
This package contains all necessary include files and libraries needed to develop applications that require these.
GPL-2.0-or-later
* Mon Dec 19 2022 dimstar@opensuse.org - Drop baselibs.conf: there is no known consumer of the -32bit package. * Thu Sep 16 2021 sbrabec@suse.com - Remove obsolete translation-update-upstream support (jsc#SLE-21105). * Sat Jan 25 2020 dimstar@opensuse.org - No longer recommend -lang: supplements are in use * Mon Mar 11 2019 bjorn.lie@gmail.com - Update to version 2.40.0: + Fixed array and transfer annotations for documentation. * Mon Feb 18 2019 bjorn.lie@gmail.com - Update to version 2.39.91: + Replace deprecated gnome-common with autoreconf. * Thu Feb 14 2019 bjorn.lie@gmail.com - Update to version 2.39.90: + Fixed compile warnings + Linux: Get procmap doesn't need suid. + Updated translations. * Tue Mar 20 2018 dimstar@opensuse.org - Unconditionally enable translation-update-upstream: on Tumbleweed, this results in a NOP and for Leap in SLE paid translations being used (boo#1086036). * Wed Feb 28 2018 dimstar@opensuse.org - Modernize spec-file by calling spec-cleaner * Mon Sep 11 2017 zaitor@opensuse.org - Update to version 2.38.0: + Updated translations. * Wed Sep 06 2017 dimstar@opensuse.org - Update to version 2.37.92: + Code cleanup. + Updated translations. * Mon Aug 14 2017 zaitor@opensuse.org - Update to version 2.37.90: + Added reserved fields to the sysdeps struct. + Fixed build failure in FreeBSD 11. + Updated translations. * Tue May 23 2017 zaitor@opensuse.org - Update to version 2.37.2: + Added support for per-process io monitoring. + Added nullpointer check. + Use unicode in translatable strings. + Updated translations. - Bump soname and baselibs.conf following upstream changes. - Drop libgtop-add-NULL-pointer-checker.patch: Fixed upstream. * Tue May 23 2017 zaitor@opensuse.org - Add libgtop-add-NULL-pointer-checker.patch: Add NULL pointer checker (bug found with scan-build). Patch from upstream stable git branch. * Tue Mar 21 2017 dimstar@opensuse.org - Update to version 2.36.0: + No changes. * Tue Mar 14 2017 zaitor@opensuse.org - Update to version 2.35.92: + Better output format for arrays. * Thu Mar 02 2017 jengelh@inai.de - Rename %soname to %sover to better reflect its use. - Redo summaries and RPM groups. * Wed Feb 15 2017 dimstar@opensuse.org - Update to version 2.35.90: + Use dynamically allocated cpu buffer. + Do not cache getpagesize(). + Use faster g_ascii_isspace in tokenization. + Ignore paragraphs not describing a CPU/core. + Updated translations. - Drop libgtop-bsc1020294-cpu-buffer.patch: fixed upstream. - Drop fdupes BuildRequires: it's already not been started and rpmlint also does not complain about duplicate files. * Thu Jan 19 2017 mgorse@suse.com - Add libgtop-bsc1020294-cpu-buffer.patch: dynamically allocate memory for buffer when reading /proc/cpuinfo (bsc#1020294 bgo#323354). * Mon Jan 16 2017 zaitor@opensuse.org - Update to version 2.34.2: + Linux: fill last_processor member. + Added more gettext options. + Updated translations. - Add url to upstream developer page, silence rpmlint. * Thu Dec 01 2016 dimstar@opensuse.org - Fix build on SLE: pass "po libgtop" to translation-update-upstream: it fails do detect the correct gettext domain. * Sat Aug 20 2016 zaitor@opensuse.org - Update to version 2.34.1: + Rename --with-libgtop-examples to --with-examples. + Use gettext instead of intltool/glib-gettext. + Added Language headers to the translations. - Drop intltool BuildRequires following upstream changes. - Remove obsolete clean section, and conditionals for long gone versions of openSUSE. - Make translation-update-upstream conditional, only apply on non-openSUSE. * Fri Apr 15 2016 mgorse@suse.com - Update to GNOME 3.20 Fate#318572 - Drop extending-max-cpu-number.patch: fixed upstream. (bnc#885202). * Tue Mar 22 2016 dimstar@opensuse.org - Update to version 2.34.0: + Stable release. * Tue Mar 01 2016 zaitor@opensuse.org - Update to version 2.33.91: + Fix building on musl-libc. + Updated translations. - Drop libgtop_spec-update.sh as source, and clean spec of it. No longer needed in the obs. - Move %install_info_delete for doc subpackage from postun to preun. * Wed Jan 20 2016 dimstar@opensuse.org - Update to version 2.33.4: + On OpenBSD only PID 1 is special. + Call setlocale in main. * Tue Dec 22 2015 zaitor@opensuse.org - Update to version 2.33.3: + Fixed broken compilation on OpenBSD. + Updated translations. * Tue Sep 22 2015 dimstar@opensuse.org - Update to version 2.32.0: + Stable release. * Wed Sep 16 2015 dimstar@opensuse.org - Update to version 2.31.91: + Darwin: Fixed build. + All: - GI docs fixes. - include fixes. + Updated translations. * Mon Aug 17 2015 zaitor@opensuse.org - Update to version 2.31.90: + ABI changes: - ABI was inconsistent on platforms like FreeBSD which make use of glibtop_machine. The ABI was actually different between the library and the server. Fixed this by simply always defining glibtop_machine in glibtop struct. - Add Pss and Swap members in glibtop_proc_mem. - This is the second ABI breakage in since 2.28 (the first one was bumping NCPU), there were no release for 2.30. + FreeBSD: - proclist: exclude the "idle" kernel process when GLIBTOP_EXCLUDE_IDLE. - Remove extraneous glibtop_init() calls. + Linux: - proc_mem: implement Pss and Swap. - Remove extraneous glibtop_init() calls. + All: - Propagate the change that machine in struct glibtop is now a pointer. Hope that change doesn't break build on other platforms, I can only test Linux and FreeBSD. * Thu Aug 06 2015 zaitor@opensuse.org - Update to version 2.31.4: + Implement a proper --enable-debug mode. + FreeBSD: - procstate: set process name for kernel (pid=0). - procmap: get dev/inode for ZFS (no filename yet). - mem: rework memory usage to something more meaningful. - proclist: don't report threads. - proctime: fix CPU times. + Linux: - mem: . Use MemAvailable when available. . Match `free`, report Slab as Cached. - Support for x.y versionsmemory to match `free`. + Fix a lot of GI tags: it now works without crashing. + Server and daemon binaries are now dynamically linked against their libgtop. + Update a lot of examples/. + Clean up some very old code. + Updated translations. * Fri Jun 26 2015 zaitor@opensuse.org - Update to version 2.31.3: + Numerous OpenBSD backend fixes. + Fixed FreeBSD build issues. + Implemented procaffinity support for NetBSD. + Updated translations. - Add pkgconfig(glib-2.0) BuildRequires: New explicit dependency.
/usr/include/libgtop-2.0 /usr/include/libgtop-2.0/glibtop /usr/include/libgtop-2.0/glibtop.h /usr/include/libgtop-2.0/glibtop/close.h /usr/include/libgtop-2.0/glibtop/command.h /usr/include/libgtop-2.0/glibtop/cpu.h /usr/include/libgtop-2.0/glibtop/fsusage.h /usr/include/libgtop-2.0/glibtop/global.h /usr/include/libgtop-2.0/glibtop/gnuserv.h /usr/include/libgtop-2.0/glibtop/loadavg.h /usr/include/libgtop-2.0/glibtop/mem.h /usr/include/libgtop-2.0/glibtop/mountlist.h /usr/include/libgtop-2.0/glibtop/msg_limits.h /usr/include/libgtop-2.0/glibtop/netlist.h /usr/include/libgtop-2.0/glibtop/netload.h /usr/include/libgtop-2.0/glibtop/open.h /usr/include/libgtop-2.0/glibtop/parameter.h /usr/include/libgtop-2.0/glibtop/ppp.h /usr/include/libgtop-2.0/glibtop/procaffinity.h /usr/include/libgtop-2.0/glibtop/procargs.h /usr/include/libgtop-2.0/glibtop/procio.h /usr/include/libgtop-2.0/glibtop/prockernel.h /usr/include/libgtop-2.0/glibtop/proclist.h /usr/include/libgtop-2.0/glibtop/procmap.h /usr/include/libgtop-2.0/glibtop/procmem.h /usr/include/libgtop-2.0/glibtop/procopenfiles.h /usr/include/libgtop-2.0/glibtop/procsegment.h /usr/include/libgtop-2.0/glibtop/procsignal.h /usr/include/libgtop-2.0/glibtop/procstate.h /usr/include/libgtop-2.0/glibtop/proctime.h /usr/include/libgtop-2.0/glibtop/procuid.h /usr/include/libgtop-2.0/glibtop/procwd.h /usr/include/libgtop-2.0/glibtop/sem_limits.h /usr/include/libgtop-2.0/glibtop/shm_limits.h /usr/include/libgtop-2.0/glibtop/signal.h /usr/include/libgtop-2.0/glibtop/swap.h /usr/include/libgtop-2.0/glibtop/sysdeps.h /usr/include/libgtop-2.0/glibtop/sysinfo.h /usr/include/libgtop-2.0/glibtop/union.h /usr/include/libgtop-2.0/glibtop/uptime.h /usr/include/libgtop-2.0/glibtop_machine.h /usr/include/libgtop-2.0/glibtop_server.h /usr/include/libgtop-2.0/glibtop_suid.h /usr/include/libgtop-2.0/libgtopconfig.h /usr/lib64/libgtop-2.0.so /usr/lib64/pkgconfig/libgtop-2.0.pc /usr/share/gir-1.0/GTop-2.0.gir /usr/share/gtk-doc/html/libgtop /usr/share/gtk-doc/html/libgtop/home.png /usr/share/gtk-doc/html/libgtop/index.html /usr/share/gtk-doc/html/libgtop/left-insensitive.png /usr/share/gtk-doc/html/libgtop/left.png /usr/share/gtk-doc/html/libgtop/libgtop-Close.html /usr/share/gtk-doc/html/libgtop/libgtop-Command.html /usr/share/gtk-doc/html/libgtop/libgtop-GlibTop-Server.html /usr/share/gtk-doc/html/libgtop/libgtop-GlibTop.html /usr/share/gtk-doc/html/libgtop/libgtop-Net-List.html /usr/share/gtk-doc/html/libgtop/libgtop-Net-Load.html /usr/share/gtk-doc/html/libgtop/libgtop-PPP.html /usr/share/gtk-doc/html/libgtop/libgtop-Process-Arguments.html /usr/share/gtk-doc/html/libgtop/libgtop-Process-List.html /usr/share/gtk-doc/html/libgtop/libgtop-Process-Time.html /usr/share/gtk-doc/html/libgtop/libgtop-Shared-Memory-Limits.html /usr/share/gtk-doc/html/libgtop/libgtop-Uptime.html /usr/share/gtk-doc/html/libgtop/libgtop-cpu.html /usr/share/gtk-doc/html/libgtop/libgtop-fsusage.html /usr/share/gtk-doc/html/libgtop/libgtop-lib.html /usr/share/gtk-doc/html/libgtop/libgtop-loadavg.html /usr/share/gtk-doc/html/libgtop/libgtop-mem.html /usr/share/gtk-doc/html/libgtop/libgtop-mountlist.html /usr/share/gtk-doc/html/libgtop/libgtop-msg-limits.html /usr/share/gtk-doc/html/libgtop/libgtop-open.html /usr/share/gtk-doc/html/libgtop/libgtop-parameter.html /usr/share/gtk-doc/html/libgtop/libgtop-prockernel.html /usr/share/gtk-doc/html/libgtop/libgtop-procmap.html /usr/share/gtk-doc/html/libgtop/libgtop-procmem.html /usr/share/gtk-doc/html/libgtop/libgtop-procopenfiles.html /usr/share/gtk-doc/html/libgtop/libgtop-procsegment.html /usr/share/gtk-doc/html/libgtop/libgtop-procsignal.html /usr/share/gtk-doc/html/libgtop/libgtop-procstate.html /usr/share/gtk-doc/html/libgtop/libgtop-procuid.html /usr/share/gtk-doc/html/libgtop/libgtop-sem-limits.html /usr/share/gtk-doc/html/libgtop/libgtop-signal.html /usr/share/gtk-doc/html/libgtop/libgtop-swap.html /usr/share/gtk-doc/html/libgtop/libgtop-sysdeps.html /usr/share/gtk-doc/html/libgtop/libgtop-sysinfo.html /usr/share/gtk-doc/html/libgtop/libgtop-union.html /usr/share/gtk-doc/html/libgtop/libgtop-version.html /usr/share/gtk-doc/html/libgtop/libgtop-white-paper-overview.html /usr/share/gtk-doc/html/libgtop/libgtop-white-paper.html /usr/share/gtk-doc/html/libgtop/libgtop.devhelp2 /usr/share/gtk-doc/html/libgtop/right-insensitive.png /usr/share/gtk-doc/html/libgtop/right.png /usr/share/gtk-doc/html/libgtop/style.css /usr/share/gtk-doc/html/libgtop/up-insensitive.png /usr/share/gtk-doc/html/libgtop/up.png
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 20:14:19 2024