Commit Graph

2893 Commits

Author SHA1 Message Date
Jeremy Bícha
805b37c49c Update pkg-config binary name 2024-02-16 13:13:03 -05:00
Jeremy Bícha
87abb9c0a6 New upstream release 2024-02-16 13:10:52 -05:00
Jeremy Bícha
3d8a834700 Update upstream source from tag 'upstream/2.41.3'
Update to upstream version '2.41.3'
with Debian dir 690cd6361d
2024-02-16 13:10:52 -05:00
Jeremy Bícha
77697aca67 New upstream version 2.41.3 upstream/2.41.3 2024-02-16 13:10:43 -05:00
Robert Roth
526a516981 Prepared release 2.41.3 2024-02-16 19:49:25 +02:00
Addison Crump
35972c6a3d fix some bounds checks 2024-02-02 11:43:11 +01:00
Jeremy Bícha
bad05a2733 releasing package libgtop2 version 2.41.2-1 debian/2.41.2-1 2024-01-11 10:58:44 -05:00
Jeremy Bícha
736eb5e117 Run wrap-and-sort 2024-01-11 10:57:39 -05:00
Jeremy Bícha
93461d0215 Remove all patches: obsolete or applied in new release 2024-01-11 10:56:26 -05:00
Jeremy Bícha
b99b697859 debian/libgtop-2.0-11.symbols: Add new symbols 2024-01-11 10:56:11 -05:00
Jeremy Bícha
e3d864ae9d Simplify debian/rules
The default dh_makeshlibs handling should be good enough
2024-01-11 10:56:09 -05:00
Jeremy Bícha
e0f418824b Remove references to kfreebsd 2024-01-11 10:31:41 -05:00
Jeremy Bícha
3ffa633c96 Bump debhelper-compat to 13 2024-01-11 10:30:34 -05:00
Jeremy Bícha
3e7d7453eb Stop using debian/control.in and dh_gnome_clean 2024-01-11 10:29:45 -05:00
Jeremy Bícha
35e2728079 New upstream release 2024-01-11 10:28:29 -05:00
Jeremy Bícha
b7cc020c9f Update upstream source from tag 'upstream/2.41.2'
Update to upstream version '2.41.2'
with Debian dir 822f327b86
2024-01-11 10:28:29 -05:00
Jeremy Bícha
baf4edd322 New upstream version 2.41.2 upstream/2.41.2 2024-01-11 10:28:24 -05:00
Jeremy Bícha
2d77e8cda6 debian/watch: Watch for odd numbers too
gnome-system-monitor 46 needs the update at least
2024-01-11 10:27:00 -05:00
Jeremy Bícha
9517b8be8c Bump Standards-Version to 4.6.2 2024-01-11 10:25:59 -05:00
Jeremy Bícha
0a0e86feb2 Update debian/changelog 2024-01-11 10:25:23 -05:00
Sabri Ünal
e07a0a005d Update Turkish translation 2023-10-25 13:40:19 +00:00
Robert Roth
b8460a20ff Prepared release 2.41.2 2023-10-15 14:58:30 +03:00
ToMe25
c7be349744 Change disk example read/write unit to bytes
Also add units to headers
2023-09-13 16:07:12 +00:00
Robert Roth
1efbbd1297 Fixed build on solaris (fixes #47) 2023-09-05 08:09:44 +03:00
Amin Bandali
42c72e513e Change debian-branch from debian/master to debian/latest 2023-09-04 10:35:43 -04:00
Sabri Ünal
f579574b86 Update Turkish translation 2023-08-08 10:46:58 +00:00
ToMe25
079b9e17c5 Fix get_from_pipe potentially reading more bytes than its buffer size 2023-08-04 11:10:55 +00:00
ToMe25
306f5d0c8f Add util-linux to fedora dependencies to fix pipeline failures 2023-08-04 09:26:02 +00:00
Andre Klapper
80cfde7c7f DOAP: Fix 'bug-database' value to point to GNOME GitLab Issues 2023-04-25 15:20:26 +02:00
Robert Antoni Buj Gelonch
f7a00681a9 ZFS on Linux don't should be added to ignore list
See https://github.com/mate-desktop/mate-system-monitor/pull/146
2023-01-10 07:58:12 +02:00
Andrea Azzarone
9d385bdd1a Ignore file systems if mounted with x-gdu.hide userspace mount option.
Scan /run/mount/utab file if present and hide all file systems mounted with x-gdu.hide
userspace mount options.

https://gitlab.gnome.org/GNOME/libgtop/issues/38
2023-01-10 05:44:39 +00:00
David King
5e97014fea Avoid some deprecated networking functions
rpminspect trips up on some old networking functions in libgtop, which
are mentioned as deprecated in the Linux man pages.

inet_ntoa() only works on IPv4 addresses, whereas the newer inet_ntop()
works on both IPv4 and IPv6 addresses, so use inet_ntop() instead.
Similarly, use getaddrinfo() rather than gethostbyname(), and avoid
inet_addr() entirely.

https://bugzilla.redhat.com/show_bug.cgi?id=2050712
2023-01-09 09:50:10 +00:00
ToMe25
66721198b6 Don't try to read System process procargs 2022-12-01 22:02:07 +01:00
Sabri Ünal
507809b648 Update Turkish translation 2022-09-18 08:01:28 +00:00
Zurab Kargareteli
9159e25804 Update Georgian translation 2022-07-21 15:28:41 +00:00
Zurab Kargareteli
b08c3d8685 Update Georgian translation 2022-07-07 18:12:31 +00:00
Charles Monzat
99803b3959 Update French translation 2022-07-07 17:12:28 +00:00
Changqing Li
3b078fafa5 configure.ac: fix cross compile error
On some distros, such as fedora32, cross compile failed
with following error since host library  is used.
undefined reference to `stat64@GLIBC_2.33'

According doc of ld, set searchdir begins with "=", but not hardcoded
locations.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
2022-03-28 12:46:16 +00:00
James Dominic P. Guana
3d7870c961 Add sysinfo example
Retrieve cpu model via hashtable & number of logical cpu via exposed variable

Signed off: Dr. James Dominic P. Guana <jdpguana@histark.com>
2022-03-28 12:32:26 +00:00
James Dominic P. Guana
f92f6ea029 Add sysinfo example
Retrieve cpu model via hashtable & number of logical cpu via exposed variable

Signed off: Dr. James Dominic P. Guana <jdpguana@histark.com>
2022-03-28 12:32:26 +00:00
James Dominic P. Guana
e89475c0b2 Exposes the processor model
Accessing processor model becomes easier

Signed off: Dr. James Dominic P. Guana <jdpguana@histark.com>
2022-03-28 12:32:26 +00:00
Dr. James Dominic P. Guana
629097436a Exposes the processor model
Accessing processor model becomes easier

Signed off: Dr. James Dominic P. Guana <jdpguana@histark.com>
2022-03-28 12:32:26 +00:00
Dr. James Dominic P. Guana
04bf093412 Add processor model
Add processor model

Signed off: Dr. James Dominic P. Guana <jdpguana@histark.com>
2022-03-28 12:32:26 +00:00
Dr. James Dominic P. Guana
69457ccfa9 Add processor model
Add processor model

Signed off: Dr. James Dominic P. Guana <jdpguana@histark.com>
2022-03-28 12:32:26 +00:00
Dr. James Dominic P. Guana
1e3547406a Add processor model
Add processor model

Signed off: Dr. James Dominic P. Guana <jdpguana@histark.com>
2022-03-28 12:32:26 +00:00
ToMe25
3f4dac881b remove autoconf from deps list since it will be installed anyways 2022-03-28 09:01:52 +00:00
ToMe25
4c686019fa Try replacing texinfo package with texinfo-tex package 2022-03-28 09:01:52 +00:00
ToMe25
854d0c7547 remove needless fedora packages 2022-03-28 09:01:52 +00:00
ToMe25
1352f06f6a Fix tzdata config breaking workflow
Also remove libglib2.0 installation since libgirepository1.0-dev should install that anyways
2022-03-28 09:01:52 +00:00
ToMe25
b381fe4e5c update ubuntu glib2 dependency to install fewer useless packages 2022-03-28 09:01:52 +00:00