c2f58906d3
Accepting request 1175912 from utilities
...
OBS-URL: https://build.opensuse.org/request/show/1175912
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpulimit?expand=0&rev=9
2024-05-22 19:34:39 +00:00
eb5219f4c4
Accepting request 1175339 from home:amanzini:branches:utilities
...
- update to 3.1:
* The new version fixes an issue with monitoring a target process which
has multiple children and a low CPU limit throttle. In some cases this
situation could lead to LimitCPU crashing. This has been fixed and the
monitoring of children processes has been made slightly more efficient.
OBS-URL: https://build.opensuse.org/request/show/1175339
OBS-URL: https://build.opensuse.org/package/show/utilities/cpulimit?expand=0&rev=20
2024-05-22 17:41:06 +00:00
dabec9acf7
Accepting request 1148790 from utilities
...
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
OBS-URL: https://build.opensuse.org/request/show/1148790
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpulimit?expand=0&rev=8
2024-02-21 17:02:14 +00:00
d62a662ab2
- Use %autosetup macro. Allows to eliminate the usage of deprecated
...
%patchN.
OBS-URL: https://build.opensuse.org/package/show/utilities/cpulimit?expand=0&rev=18
2024-02-21 15:51:14 +00:00
f775d6c2e6
Accepting request 1087118 from utilities
...
- update to 3.0:
* Fix an important bug in LimitCPU when the program is
monitoring both a program and its child processes via the "-m"
flag. In the past, it was possible LimitCPU would fail to spawn
new instances to monitor child processes if LimitCPU was not in
the user's default path. In other words, if we were launched
from /usr/local/bin and this directory was not in the default
path, then child processes might not be monitored. And the
failure would happen silently.
* Now LimitCPU will try to do a better job of launching new
monitors for child processes and it will print a warning
about any errors when run in verbose mode.
OBS-URL: https://build.opensuse.org/request/show/1087118
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpulimit?expand=0&rev=7
2023-05-15 14:54:25 +00:00
af1a3b0acc
3.0
...
OBS-URL: https://build.opensuse.org/package/show/utilities/cpulimit?expand=0&rev=16
2023-05-14 17:57:35 +00:00
dddabc4bad
Accepting request 1083988 from utilities
...
OBS-URL: https://build.opensuse.org/request/show/1083988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpulimit?expand=0&rev=6
2023-05-02 14:19:32 +00:00
d943d0350f
Accepting request 1083363 from home:dirkmueller:Factory
...
- update to 2.9:
* When counting CPU cycles (jiffies) we now use
a "long" type instead of "int" to avoid running
out of space when tracking on-running processes.
OBS-URL: https://build.opensuse.org/request/show/1083363
OBS-URL: https://build.opensuse.org/package/show/utilities/cpulimit?expand=0&rev=14
2023-05-02 09:39:03 +00:00
6cc9bfa81b
Accepting request 1056836 from utilities
...
OBS-URL: https://build.opensuse.org/request/show/1056836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpulimit?expand=0&rev=5
2023-01-08 20:25:41 +00:00
5cd3f8dd49
Accepting request 1045765 from home:dirkmueller:Factory
...
- update to 2.8:
* Made exit message when child signal is caught only show up
when in verbose mode.
* Adjusted the way the VERSION value is assigned in the Makefile.
CFLAGS was being overwritten by Debian's build process.
OBS-URL: https://build.opensuse.org/request/show/1045765
OBS-URL: https://build.opensuse.org/package/show/utilities/cpulimit?expand=0&rev=12
2023-01-08 00:23:33 +00:00
d90dd69f89
Accepting request 942150 from utilities
...
OBS-URL: https://build.opensuse.org/request/show/942150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpulimit?expand=0&rev=4
2021-12-23 16:53:42 +00:00
0567e1b235
Accepting request 941717 from home:dirkmueller:Factory
...
- update to 2.7:
* Fixed compiler warnings regarding string lengths.
OBS-URL: https://build.opensuse.org/request/show/941717
OBS-URL: https://build.opensuse.org/package/show/utilities/cpulimit?expand=0&rev=11
2021-12-22 22:30:09 +00:00
daa9470b0b
Accepting request 830988 from utilities
...
OBS-URL: https://build.opensuse.org/request/show/830988
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpulimit?expand=0&rev=3
2020-09-01 18:10:25 +00:00
b6cf08412f
Accepting request 829640 from home:dirkmueller:branches:utilities
...
- update to 2.6:
* Fixed indentation to avoid compiler warnings. No functional change.
* Updated manual page to warn against using -m on a script.
OBS-URL: https://build.opensuse.org/request/show/829640
OBS-URL: https://build.opensuse.org/package/show/utilities/cpulimit?expand=0&rev=9
2020-09-01 07:55:34 +00:00
1d1153db1b
Accepting request 577907 from utilities
...
OBS-URL: https://build.opensuse.org/request/show/577907
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpulimit?expand=0&rev=2
2018-02-19 12:03:32 +00:00
OBS User mrdocs
b31c59d18c
Accepting request 577708 from home:avindra
...
- new upstream version 2.5
* Added some protection against causing a fork bomb when the
throttled process is a parent to LimitCPU.
- includes 2.4
* Introduced ability to watch children of the target process. This
means forks of the process we are throttling can also be
throttled, using the "-m" or "--monitor-forks" flags.
- includes 2.3
* Applied patch to man page which fixes -s description.
* Added --foreground, -f flag for launching target programs in the
foreground. LimitCPU then waits for the target process to exit.
Should be useful in scripts.
- rebase cpulimit-2.2-do_not_forget_version.patch
- cleanup with spec-cleaner
OBS-URL: https://build.opensuse.org/request/show/577708
OBS-URL: https://build.opensuse.org/package/show/utilities/cpulimit?expand=0&rev=7
2018-02-19 03:36:06 +00:00
e1abad90fd
Accepting request 267259 from utilities
...
Submitting new upstream version 2.2 instead of older 1.9
OBS-URL: https://build.opensuse.org/request/show/267259
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cpulimit?expand=0&rev=1
2015-01-08 22:01:42 +00:00
OBS User mrdocs
bcbcfe8d06
Accepting request 266426 from home:anubisg1:networking
...
new upstream version, please push to Factory because gns3 requires it
OBS-URL: https://build.opensuse.org/request/show/266426
OBS-URL: https://build.opensuse.org/package/show/utilities/cpulimit?expand=0&rev=5
2014-12-31 03:12:56 +00:00
OBS User mrdocs
bce1ab440e
Accepting request 184130 from home:malcolmlewis:branches:utilities
...
Updated to version 1.9
OBS-URL: https://build.opensuse.org/request/show/184130
OBS-URL: https://build.opensuse.org/package/show/utilities/cpulimit?expand=0&rev=4
2013-07-26 07:03:10 +00:00
Ismail Dönmez
29c4271e58
Run
...
[/havana/t/utilities/cpulimit]> osc service localrun format_spec_file
OBS-URL: https://build.opensuse.org/package/show/utilities/cpulimit?expand=0&rev=3
2012-08-26 16:20:29 +00:00
Ismail Dönmez
b9e3c96247
Accepting request 131563 from home:openSUSE_user1
...
Done. Changes file was updated.
OBS-URL: https://build.opensuse.org/request/show/131563
OBS-URL: https://build.opensuse.org/package/show/utilities/cpulimit?expand=0&rev=2
2012-08-26 16:19:53 +00:00
Pascal Bleser
cfc2bd6147
1.3
...
OBS-URL: https://build.opensuse.org/package/show/utilities/cpulimit?expand=0&rev=1
2011-05-17 23:26:30 +00:00