Commit graph

84 commits

Author SHA1 Message Date
Mattias Ellert
a08fcbc5ad 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
2023-03-19 07:53:00 +01:00
Mattias Ellert
ab5d41c627 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
2022-11-17 13:06:43 +01:00
Mattias Ellert
78faffb6b8 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
2022-10-21 05:11:01 +02:00
Mattias Ellert
4a05ecac34 Update to 6.26.06 2022-08-04 05:35:58 +02:00
Mattias Ellert
a9b86f482f Update to 6.26.04
Drop patch root-missing-include.patch (accepted upstream)
2022-06-14 16:02:47 +02:00
Mattias Ellert
4a99ec915c Update to 6.26.02
Drop patch root-roofit-overflow.patch (previously backported)
2022-04-18 04:04:24 +02:00
Mattias Ellert
2f8e3d96d1 Update to 6.24.04
New subpackages: root-roofit-common, root-roofit-dataframe-helpers,
  root-roofit-hs3, root-tmva-sofie and root-tmva-sofie-parser
Removed subpackages: root-memstat and root-montecarlo-vmc
Drop the doxygen generated root-doc package (doxygen runs out of memory)
Dropped patches: 17
New patches: 22
Updated patches: 5
2022-04-05 14:39:21 +02:00
Mattias Ellert
01b908fc8c Update to 6.24.06 2021-11-05 13:14:04 +01:00
Mattias Ellert
19b1aedc98 Update to 6.24.04
Add dependency on json-devel to root-core
Disable uring in EPEL 8 (liburing is available, but uring not
  supported by kernel)
2021-08-28 13:11:27 +02:00
Mattias Ellert
1fd9670b71 Update to 6.24.02
ROOT now uses llvm/clang version 9 (updated from version 5)
No longer exclude arch s390x (better supported in llvm/clang 9)
Drop patches accepted upstream or previously backported
Backport some fixes that make more tests work
New subpackages: python{2,3}-distrdf, root-roofit-batchcompute
Require js-jsroot >= 6
2021-08-22 19:10:24 +02:00
Mattias Ellert
123427b9fe Update to 6.22.08 2021-03-19 06:26:34 +01:00
Mattias Ellert
7a6fb7e19d Update to 6.22.06
Filter out additional vDSO names for ppc
2020-11-29 15:15:47 +01:00
Mattias Ellert
99ef1e3968 Update to 6.22.04
Drop patch root-xrootd5-compat.patch (accepted upstream)
2020-11-20 08:58:27 +01:00
Mattias Ellert
1361b0d800 Update to 6.22.02
Drop patch previously backported: root-doxygen-endof-part1.patch
Drop patch accepted upstream: root-python2-compat.patch
Add back line accidentally removed in root-config
Install headers in new PyROOT with COMPONENT headers
Increase test timeout for ppc64le
2020-08-23 16:27:44 +02:00
Mattias Ellert
b2cd752635 Update to 6.22.00
Drop patches accepted upstream
  root-FitData-assert-fix.patch
  root-clang-altivec-vector.patch
  root-format-fix.patch
  root-moved-file.patch
  root-xmlmodify-dep.patch
New and improved Python bindings
The new Python bindings can be built for both Python 2 and Python 3
  out of the box. Dropped the workaround in specfile for this (EPEL 7)
Dropped the python3-other packages (EPEL 7)
The new Python bindings has split the TPython interface to a separate
  library. Now in a separate root-tpython package
root-tpython and root-tmva-python are now using Python 3 on EPEL 7
New subpackage root-gui-browsable
New patches (submitted upstream)
  Fix too aggressive -Werror replacements
  Add missing call to TFile::SetCacheFileDir in a TMVA tutorial
  Adjust stressGraphics.ref
  Fix off-by-one error in histogram v7 bin iterator
  Compatibility with python 2.7 versions before 2.7.9
  Fix the RNTuple.LargeFile test on 32bit (i386 and armv7hf)
  Fix doxygen issues
  Fix bad regex in TProofMgr
  Compatibility with xrootd 5
2020-07-15 04:44:51 +02:00
Mattias Ellert
d5f9a3e4ce Update to 6.20.06
Fix test failure on ppc64le and aarch64
2020-06-15 08:33:47 +02:00
Mattias Ellert
245e52da34 Update to 6.20.04
Drop previously backported patch root-tutorials-unique-filenames.patch
Improved patch for the PyROOT issue on EPEL 7 ppc64le
2020-04-05 12:50:43 +02:00
Mattias Ellert
fba71390e2 Update to 6.20.02
Drop patches accepted upstream
  root-dont-download-input-file-if-it-already-exists.patch
  root-fix-plugin-definition.patch
  root-man-install.patch
  root-pretty-printers.patch
  root-python3.patch
  root-stress-aarch64-ppc64le.patch
Drop patches no longer relevant due to changes to the code
  root-missing-include-string.patch
  root-static-constexpr.patch
Add workaround for PyROOT issues on ppc64le in EPEL 7
  root-epel7-ppc64le-pyroot.patch (patch conditionally applied)
Fix path to moved data file in tutorial
  root-moved-file.patch
Split the root-roofit subpackage into four different packages
  root-roofit, root-roofit-core, root-roofit-more and root-roostats
  The root-roofit-more library splits out the part of roofit that depends on
    the root-mathmore package
New subpackage: root-histv7
2020-03-23 10:03:24 +01:00
Mattias Ellert
e337f50c47 Update to 6.18.04
First build for EPEL 8
2019-10-09 15:59:54 +02:00
Mattias Ellert
0172e0c499 Update to 6.18.02
Add workarounds for issues caused by the RHEL 7.7 update, that left the
  aarch64 architecture at RHEL 7.6.
2019-08-30 09:20:16 +02:00
Mattias Ellert
aff214ede0 Update to 6.18.00
Drop patches accepted upstream:
  root-avoid-gui-crash.patch
  root-doxygen-generation-with-python-3.patch
Drop patches with alternative fix implemented upstream:
  root-dont-install-eve7-files.patch
  root-ix32-geom-opt.patch
Drop ppc64 specific workaround (ppc64 no longer built in Fedora or EPEL):
  root-ppc64-doc.patch
Dropped subpackages:
  root-geocad
  root-graf-qt
  root-gui-qt
  root-gui-qtgsi
  root-io-hdfs
  root-io-rfio
  root-net-bonjour
  root-net-globus
  root-net-ldap
  root-net-krb5
  root-table
Drop BuildRequires needed by the dropped subpackages
New subpackages:
  root-graf3d-csg (split off from root-graf3d-gl)
  root-gui-browserv7
  root-tree-ntuple
Don't build python2-root for Fedora >= 31
Include desktop and MIME type files in source RPM (removed from source)
Install man pages in correct directory
Use correct library names in plugin definitions
Don't download test input file if it already exists
Python 3 fixes
Increase test tolerance (aarch64 and ppc64le)
Fix GDB pretty printers install name and location
2019-07-03 14:52:40 +02:00
Mattias Ellert
b8c8500439 Update to 6.16.00
Drop patches accepted upstream:
  root-adjust-allowed-test-difference-for-32-bit-ix86.patch
  root-crypto.patch
  root-js-syntax.patch
  root-missing-header.patch
  root-set-cache-file-dir.patch
  root-stressgraphics-ref.patch
  root-test-compilation-epel7.patch
  root-test-subdirs.patch
  root-unique-filenames.patch
Dropped subpackages:
  root-rootd (obsolete - use xrootd)
  root-proofd (obsolete - use root-xproofd)
  root-proof-pq2
New ROOT 7 subpackage:
  root-graf3d-eve7
  root-gui-webgui6
Make tutorial/v7/line.cxx run in batch mode
2019-02-15 12:57:22 +01:00
Mattias Ellert
6be66b5cfa Update to 6.14.08
Make tutorial filenames unique to avoid overwrites
2018-11-24 11:32:51 +01:00
Mattias Ellert
4c7d7f652d Restore broken sources file 2018-11-09 19:35:08 +01:00
Mattias Ellert
436670def3 Update to 6.14.06
Let clang ignore some gcc options it hasn't implemented
Don't build python2-jupyroot/jsmva packages for Fedora >= 29
Drop previously backported patch root-TGHtmlBrowser-crash.patch
2018-11-09 18:42:42 +01:00
Mattias Ellert
ffdeed0011 Update to 6.14.04
Drop patch accepted upstream: root-python-3.7.patch
2018-08-25 16:41:42 +02:00
Mattias Ellert
a085075a00 Update to 6.14.02
Make python3 the preferred python for Fedora 29+:
  Give python3 libPyROOT higher priority than python2 libPyROOT
  The python scripts in root-cli use python3-root
  Let root-tmva-python use python3-numpy
Fix build issue with undefined symbols in libSrvAuth
Make ROOTConfig-targets.cmake not error on missing files to work better with
  subpackages
2018-08-07 06:08:54 +02:00
Mattias Ellert
88f740ba6c Update to 6.14.00
Drop patches previously backported:
  root-doxygen-makefile.patch
  root-crash-fix.patch
  root-test-stress-32bit.patch
Drop patches accepted upstream:
  root-test-subdirs.patch
  root-test-fixes.patch
  root-out-of-bounds.patch
  root-doxygen-tilde.patch
  root-noinst.patch
Drop patches for issues fixed upstream:
  root-dont-link-jvm.patch
  root-system-pythia.patch
Drop patch root-urw-otf-hack.patch - broken font file no longer present
Drop Google Droid Sans Fallback font from EPEL 7 root-fonts package
  (the font is now available in EPEL 7)
Use two more patches from Fedora's llvm5.0 package
New root-test-subdirs.patch patch for more instances of the same issue
Fix a test not setting cache file directory so that it works offline
Fix a compatibility issue with the EPEL 7 gtest version
Fix a missing include
Workaround optimization problems in the Geom library
New subpackages due to library splits
  root-tree-dataframe and root-vecops from root-tree-player
  root-net-httpsniff from root-net-http
New subpackages due to package splits
  root-gui-html from root-gui
  root-gui-qtgsi from root-gui-qt
  root-io-xmlparser from root-io-xml
  root-proof-player from root-proof
New ROOT 7 subpackages
  graf-gpadv7
  graf-primitives
  gui-fitpanelv7
  gui-qt5webdisplay
Rename root-guibuilder package to root-gui-builder
2018-07-08 14:11:30 +02:00
Mattias Ellert
50233814ad Update to 6.12.06
Drop patch root-Fix-constructing-the-GSL-MC-Integrator.patch (previously
  backported)
2018-02-19 13:48:39 +01:00
Mattias Ellert
ea40f6d9b5 Update to 6.12.04
Drop patches accepted upstream
Drop previously backported patches
Unbundle jsroot in root-net-http
Add hack to work around broken charmaps in StandardSymbolsPS.otf
Use local static script and style files for JupyROOT
Fix some javascript errors
Fix build rules for test binaries so that they are not installed
Address memory usage issue for ARM build
Drop pre-minified javascript and style files (Fedora packaging guidelines)
Enable builds on ppc/ppc64/ppc64le (do not pass all tests, but the list
  of failing tests is much shorter with this release)
Add dependency on python[23]-jsmva to python[23]-jupyroot
New sub-packages: root-gui-canvaspainter, root-gui-webdisplay and
  root-hist-draw (not for EPEL 7 since they are root7 specific and
  require c++-14)
2018-01-17 07:13:04 +01:00
Mattias Ellert
7a138eca56 Update sources 2017-10-20 19:42:39 +02:00
Mattias Ellert
3dbbb6f535 Update to 6.10.06
Fixes for new mysql_config
2017-09-29 05:39:45 +02:00
Mattias Ellert
ebb867176f Update to 6.10.04
Add temporary workaround for broken mariadb headers in Fedora 27
2017-08-07 22:19:09 +02:00
Mattias Ellert
aa51a99793 Update to 6.10.02 2017-07-08 20:53:59 +02:00
Mattias Ellert
7236b9af3c Update to 6.10.00
Drop patches accepted upstream
Drop previously backported patches
New sub-package: root-unfold
Dropped sub-package: root-vdt
2017-06-16 10:45:49 +02:00
Mattias Ellert
9848b20c1e Update to 6.08.06
Drop obsolete patch: root-tformulaparsingtests.patch
Drop patches accepted upstream: root-spectrum-batch.patch and
  root-missing-header-gcc7.patch
Disable failing tests on s390x
2017-03-09 06:43:53 +01:00
Mattias Ellert
ec7f16e89c Update to 6.08.04
Fix broken TPad::WaitPrimitive (backport from git)
Rebuild for gcc 6.3
2017-01-15 08:35:38 +01:00
Mattias Ellert
ea3d3333d5 Update to 6.08.02
- Drop patches accepted upstream
- Drop previously backported patches
- Drop obsolete patches
- Enable hadoop/hdfs support for all architectures
  * libhdfs is now available for more architectures than ix86 and x86_64
- Enable building on aarch64
- Rename the python packages to python2-root and python3-root
- New sub-packages: python{2,3}-jupyroot, python{2,3}-jsmva
- Dropped sub-package: root-rootaas (replaced by python{2,3}-jupyroot)
2016-12-07 15:00:55 +01:00
Mattias Ellert
193d74d76a Update to 6.06.08
- Add the packages providing the libraries listed by "root-config --libs"
  as dependencies to root-core
- Add missing scriptlets to root-multiproc
2016-09-08 22:18:16 +02:00
Mattias Ellert
16e38e12a2 Revert "Retire packages without systemd support, See FESCo ticket 1605"
This reverts commit f23b63a03f.
2016-08-14 06:24:21 +02:00
Parag Nemade
f23b63a03f Retire packages without systemd support, See FESCo ticket 1605 2016-07-30 15:07:31 +05:30
Mattias Ellert
29a5baca4e Update to 6.06.06
- Drop patches root-gfal2.patch and root-keysymbols.patch
- Make root-vdt package noarch
2016-07-10 13:06:29 +02:00
Mattias Ellert
dcf271fa3c Update to 6.06.04
- Drop patch root-no-hexfloat-const.patch
- Add requires on gcc-c++ to root-cling
2016-05-10 13:29:26 +02:00
Mattias Ellert
d2f1cd66d0 Update sources 2016-04-10 23:24:27 +02:00
Mattias Ellert
c073038c81 Update to 5.34.36 2016-04-08 13:55:37 +02:00
Mattias Ellert
fda3bc6d17 Update to 5.34.32
- New sub-package: root-fonts (STIX version 0.9 required by TMathText)
- Use GNU Free instead of Liberation, works better with TMathText
- Fix segfault when embedding Type 1 fonts
- Drop patch root-no-extra-formats.patch (workaround for above problem)
2015-07-03 16:51:58 +02:00
Mattias Ellert
9af453a9f9 Update to 5.34.30
- New sub-package: root-python3
- Disable hadoop/hdfs support for F23+ (not installable)
- Drop previously backported gcc 5 patches
2015-04-25 09:56:52 +02:00
Mattias Ellert
764ed77834 Update to 5.34.28
- Merge emacs support files into main package (guidelines updated)
2015-04-04 07:18:09 +02:00
Mattias Ellert
1b4917794e Update to 5.34.26
- Drop patch root-xrdversion.patch
2015-03-02 10:37:17 +01:00
Mattias Ellert
b1435a8750 Update to 5.34.24
- Drop patch root-bsd-misc.patch
2014-12-19 15:16:09 +01:00