Commit graph

229 commits

Author SHA1 Message Date
Mattias Ellert
123427b9fe Update to 6.22.08 2021-03-19 06:26:34 +01:00
Pavel Raiskup
6614fa1aa8 rebuild for libpq ABI fix
Related: rhbz#1908268
2021-02-08 10:28:48 +01:00
Mattias Ellert
7b4114bd54 Rebuilt for cfitsio 3.490 2021-02-03 13:10:13 +01:00
Fedora Release Engineering
1be10b51b1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 15:24:05 +00:00
Mattias Ellert
c49c803954 Cleanup last commit 2021-01-27 10:30:28 +01:00
Tom Stellard
0ecea4ad41 Add BuildRequires: make
https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
2021-01-08 20:51:58 +00: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
a79f481e22 Do not attempt to load_library the ROOT Pythonizations module 2020-11-26 11:38:23 +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
7e225d815e Rebuild for C++ standard library __GLIBCXX__ 20201016 2020-11-07 12:54:12 +01:00
Mattias Ellert
917227575d Drop obsolete patch root-add-flexiblas-detection.patch (cmake's
FindBLAS.cmake supports flexiblas now)
Drop the workaround for the bug in doxygen causing different results
  on 32 and 64 bit architectures (use doxygen < 1.8.17 or >= 1.8.20-3)
Build require xrootd 5 (Fedora 33+, EPEL 7+)
2020-10-03 09:43:44 +02:00
Mattias Ellert
2c7e472d02 Adapt to xrootd 5 (Fedora 33+, EPEL 7+)
Don't build the old proof client (xproofd)
  Don't build the old NetX module
2020-08-30 06:47:42 +02: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
82f0a3aaee Avoid unneeded build requirement on srm-ifce-devel
Do not export Python modules in CMake config
Drop patch root-clang-ignore-gcc-options.patch
  ("Recent ROOT does not send all possible compiler flags to rootcling.")
2020-08-21 01:41:39 +02:00
Iñaki Úcar
9dd4f5fc05 https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager 2020-08-16 14:00:07 +02:00
Mattias Ellert
4f7769c6fc Fix wrong symlinks in EPEL 7 python2-root package 2020-08-12 07:09:40 +02:00
Fedora Release Engineering
94bb81bf7f - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-08-01 07:53:45 +00:00
Fedora Release Engineering
32e56c3cc7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 05:51:59 +00:00
Mattias Ellert
f36ab42522 Fix broken update on EPEL 7 with python34-root installed 2020-07-15 21:26:33 +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
Jeff Law
4dabf92f1e Disable LTO 2020-07-11 11:24:46 -06:00
Mattias Ellert
d5f9a3e4ce Update to 6.20.06
Fix test failure on ppc64le and aarch64
2020-06-15 08:33:47 +02:00
Miro Hrončok
52746b4384 Rebuilt for Python 3.9 2020-05-26 03:49:26 +02:00
Mattias Ellert
9cc859debf Replace BR qt5-devel with qt5-qtbase-devel 2020-04-10 14:58:56 +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
cce2ff465c Build for 32 bit ARM again - gcc-10.0.1-0.9 fixes the problem 2020-03-15 00:24:13 +01:00
Petr Písař
9efe68edd4 Link to a bug report for the exclusion on 32-bit ARM 2020-03-09 11:34:35 +01:00
Mattias Ellert
baedd3ac92 Fixes and workarounds for gcc 10
ExcludeArch for 32 bit ARM because rootcling_stage1 segfaults
2020-02-22 14:31:21 +01:00
Fedora Release Engineering
e9736ff481 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-30 17:48:04 +00:00
Mattias Ellert
a8a22f4c90 Fix shebangs in root-cli for EPEL 8 2019-12-04 15:11:16 +01:00
Mattias Ellert
69d6612d86 Remove workarounds for RHEL 7 aarch64 (architecture dropped by EPEL 7)
Enable QtWebEngine dependent modules on EPEL 8 (now available)
2019-12-03 22:35:14 +01:00
Mattias Ellert
3021cd531d Exclude failing test on Fedora 29 ppc64le 2019-10-11 13:19:37 +02:00
Mattias Ellert
e337f50c47 Update to 6.18.04
First build for EPEL 8
2019-10-09 15:59:54 +02:00
Mattias Ellert
90ad7be9df Rebuild for g++ 9.2 2019-09-12 19:57:07 +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
Susi Lehtola
d01240d460 Rebuilt for GSL 2.6. 2019-08-20 22:13:22 +02:00
Miro Hrončok
ac7ef9a2e3 Rebuilt for Python 3.8 2019-08-19 11:05:09 +02:00
Mattias Ellert
5736fd78d4 Root 6.18 requires pcm files to be in the same directory as libraries
Add libPyROOT.rootmap and libPyROOT_rdict.pcm as slaves to libPyROOT.so
  in update-alternatives
2019-08-01 17:06:23 +02:00
Fedora Release Engineering
eb2d446b8b - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-26 18:42:20 +00: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
dd4b4780b4 Check python-config for --embed flag (python 3.8 compatibility) 2019-06-11 09:14:28 +02:00
Mattias Ellert
637fe32582 Build without HDFS support on Fedora 31+
Hadoop is FTBFS and uninstallable due to missing Java dependencies
Build without HDFS support for 32 bit architectures on Fedora 30
  Hadoop is not installable due to missing Eclipse dependencies
2019-05-18 08:19:09 +02:00
Troy Dawson
3cde189ab8 Rebuilt to change main python from 3.4 to 3.6 2019-03-08 07:10:52 -08:00
Mattias Ellert
e02c54a09c Fix typo in patch (missing space) 2019-02-18 09:29:21 +01:00
Igor Gnatenko
e68833ced7 Rebuild for readline 8.0 2019-02-17 09:30:54 +01: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
85f4c754b6 Remove obsolete /sbin/ldconfig scriptlets
The root-core package installs a file in /etc/ld.so.conf.d, so it should
  always call /sbin/ldconfig and not use the macros
2019-02-04 22:12:56 +01:00
Mattias Ellert
0aea483c48 Revert "Remove obsolete scriptlets"
The old version already removed the obsolete scriptlets where appropriate
(i.e. everywhere except for EPEL 7), there was no need to change it.
The new version introduced an error that made the specfile unparsable,
which resulted in that the package failed to build during the Fedora 30
mass rebuild.

This reverts commit f5cfd58b12.
2019-02-04 21:57:42 +01:00
Fedora Release Engineering
786482506c - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-02 11:31:06 +00:00