| Name: | root-gui-recorder |
|---|---|
| Version: | 6.28.02 |
| Release: | 1.el8 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 255764 |
| License: | LGPL-2.1-or-later |
| RPM: | root-gui-recorder-6.28.02-1.el8.x86_64.rpm |
| Source RPM: | root-6.28.02-1.el8.src.rpm |
| Build Date: | Sat Apr 01 2023 |
| Build Host: | build-ol8-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://root.cern/ |
| Summary: | Interface for recording and replaying events in ROOT |
| Description: | This library provides interface for recording and replaying events in ROOT.
Recorded events are:
- Commands typed by user in command line ('new TCanvas')
- GUI events (mouse movement, button clicks, ...)
All the recorded events from one session are stored in one TFile
and can be replayed again anytime. |
- Update to 6.28.02 - Dropped patches: 13 - New patches: 1
- Update to 6.28.00 - ROOT now uses llvm/clang version 13 (updated from version 9) - Clean up specfile by removing EPEL 7 conditionals - Drop dataframe, roofit and tmva-sofieparser on EPEL 8 ppc64le due to "pure virtual method called" errors - Split the root-geom sub-package into three separate sub-packages: root-geom, root-geom-builder and root-geom-painter - Enable uring support in EPEL 9 (liburing now available) - New sub-packages: root-geom-webviewer, root-roofit-jsoninterface, root-testsupport, root-tree-ntuple-utils, root-tree-webviewer, root-xroofit - Dropped patches: 31 - New patches: 17 - Updated patches: 4
- Rebuilt to change Python shebangs to /usr/bin/python3.6 on EPEL 8
- Adapt to numpy 1.24
- Add missing #include <cstdint>
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
- Rebuild for cfitsio 4.2
- Update to 6.26.10 - Drop patches root-Fixes-for-garbage-collection-in-Python-3.11.patch and root-Guard-gInterpreterMutex-in-TClingClassInfo-IsEnum.patch (fixed upstream) - Use different filenames in io/loopdir tests - Update root-test-timeout.patch to address one more issue
- Avoid race condition between C++ and Python version of a roofit test
- Update to 6.26.08 - Drop patch root-move-private-decl.patch (fixed upstream) - Drop some previously backported patches - Rename patch root-blas-linking-and-ignore-prefix.patch (partially fixed) - Backport locking of gInterpreterMutex in TClingClassInfo::IsEnum