Name: | fluxcapacitor |
---|---|
Version: | 0 |
Release: | 5.20180118gitf6c7f07.el7 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 78549 |
License: | MIT |
RPM: | fluxcapacitor-0-5.20180118gitf6c7f07.el7.x86_64.rpm |
Source RPM: | fluxcapacitor-0-5.20180118gitf6c7f07.el7.src.rpm |
Build Date: | Thu Aug 09 2018 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/majek/fluxcapacitor |
Summary: | Run programs without blocking on syscalls |
Description: | Fluxcapacitor is a tool for making your program run without blocking on timeouts and on functions like poll() and select(), by spoofing POSIX time functions. Fluxcapacitor will make your program run faster and be 100% CPU constrained. It does that by "speeding up" blocking syscalls. Faking time is a necessary side effect. |
- Update to newest upstream snapshot (dated 2018-01-18) - Remove Patch1 ("disable wraparound test on 32-bit architectures") - patch accepted upstream - Add %set_build_flags to %build
- Move the .so files from %{_datadir} to %{_libdir} - Make Patch1 contain an arch-test, instead of doing if-arch-then-patch
- Update to newest upstream snapshot - Remove Source1: man page accepted upstream - Remove Patch1: "Use 64-bit time values on 32-bit arches" patch accepted upstream
- Fix typo in summary ("wihout") - Add info about program limitations to the man page
- Initial packaging