Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

root-6.24.08-2.el7 RPM for ppc64le

From EPEL 7 for ppc64le / Packages / r

Name: root Distribution: Fedora Project
Version: 6.24.08 Vendor: Fedora Project
Release: 2.el7 Build date: Mon Mar 20 22:24:42 2023
Group: Unspecified Build host: buildvm-ppc64le-06.iad2.fedoraproject.org
Size: 452878 Source RPM: root-6.24.08-2.el7.src.rpm
Packager: Fedora Project
Url: https://root.cern/
Summary: Numerical data analysis framework
The ROOT system provides a set of object oriented frameworks with all
the functionality needed to handle and analyze large amounts of data
in a very efficient way. Having the data defined as a set of objects,
specialized storage methods are used to get direct access to the
separate attributes of the selected objects, without having to touch
the bulk of the data. Included are histogramming methods in an
arbitrary number of dimensions, curve fitting, function evaluation,
minimization, graphics and visualization classes to allow the easy
setup of an analysis system that can query and process the data
interactively or in batch mode, as well as a general parallel
processing framework, PROOF, that can considerably speed up an
analysis.

Thanks to the built-in C++ interpreter cling, the command, the
scripting and the programming language are all C++. The interpreter
allows for fast prototyping of the macros since it removes the, time
consuming, compile/link cycle. It also provides a good environment to
learn C++. If more performance is needed the interactively developed
macros can be compiled using a C++ compiler via a machine independent
transparent compiler interface called ACliC.

The system has been designed in such a way that it can query its
databases in parallel on clusters of workstations or many-core
machines. ROOT is an open system that can be dynamically extended by
linking external libraries. This makes ROOT a premier platform on
which to build data acquisition, simulation and data analysis systems.

Provides

Requires

License

LGPLv2+

Changelog

* Sun Mar 19 2023 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.24.08-2
  - Make DistRDF optional
  - Update the root-tmva-threads patch (upstream's version)
  - Exclude multiproc tests with random failures
* Fri Oct 21 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.24.08-1
  - Update to 6.24.08
  - Drop patches accepted upstream:
    - root-fix-ppc64le-compilation-with-gcc-10.patch
    - root-ppc-codemodel.patch
    - root-ppc-segfault-fix.patch
  - Drop the doxygen generated root-doc package (doxygen runs out of memory)
  - Backport python 3.11 fixes from upstream
  - Various test fixes - patches from the rawhide build
  - Don't use yuicompressor on Fedora (Java no longer available on ix86)
  - Backport locking of gInterpreterMutex in TClingClassInfo::IsEnum
* Thu Feb 10 2022 Orion Poplawski <orion@nwra.com> - 6.24.06-6
  - Rebuild for glew 2.2
* Fri Jan 28 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.24.06-5
  - Exclude failing test on Fedora 36 ppc64le:
    test-stressHistFactory(-interpreted)
  - Disable package note flags
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 6.24.06-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Sun Jan 16 2022 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.24.06-3
  - Backport gcc 12 fix from LLVM
  - Fix test failure on ppc64le and aarch64 with gcc 12
* Tue Dec 07 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.24.06-2
  - Fix segfaults on ppc64le when using the large code model
* Thu Nov 04 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.24.06-1
  - Update to 6.24.06
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 6.24.04-2
  - Rebuilt with OpenSSL 3.0.0
* Fri Aug 27 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.24.04-1
  - 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)
* Wed Aug 04 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.24.02-1
  - 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
* Mon Jul 26 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.08-11
  - Drop the memstat module for Fedora 35+
    The required __malloc_hook was removed from glibc 2.33.9000-48
    The memstat module is deprecated and will be removed in root 6.26
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.22.08-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Jun 17 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.08-9
  - Backport fix for jsroot loading in jupyterlab
* Mon Jun 14 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.08-8
  - Add configuration for jupyterlab
* Sun Jun 13 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.08-7
  - cmake in EPEL 8 no longer provides cmake3
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 6.22.08-6
  - Rebuilt for Python 3.10
* Thu Jun 03 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.08-5
  - Use C++17 for Fedora 34+ (gcc 11)
* Tue Jun 01 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.08-4
  - Adapt to new Python RPM generators (empty .egg-info no longer works)
  - Filter out parts of tests that require remote network access instead of
    excluding the whole test
  - Fix multicore tests when running on machines with few cores
* Mon May 10 2021 Jonathan Wakely <jwakely@redhat.com> - 6.22.08-3
  - Rebuilt for removed libstdc++ symbols (#1937698)
* Tue Mar 30 2021 Jonathan Wakely <jwakely@redhat.com> - 6.22.08-2
  - Rebuilt for removed libstdc++ symbol (#1937698)
* Fri Mar 19 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.08-1
  - Update to 6.22.08
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 6.22.06-4
  - rebuild for libpq ABI fix rhbz#1908268
* Wed Feb 03 2021 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.06-3
  - Rebuilt for cfitsio 3.490
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 6.22.06-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Sat Nov 28 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.06-1
  - Update to 6.22.06
  - Filter out additional vDSO names for ppc
* Thu Nov 26 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.04-2
  - Do not attempt to load_library the ROOT Pythonizations module
* Fri Nov 13 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.04-1
  - Update to 6.22.04
  - Drop patch root-xrootd5-compat.patch (accepted upstream)
* Sat Nov 07 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.02-4
  - Rebuild for C++ standard library __GLIBCXX__ 20201016
* Fri Oct 02 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.02-3
  - 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+)
* Sun Aug 30 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.02-2
  - Adapt to xrootd 5 (Fedora 33+, EPEL 7+)
    - Don't build the old proof client (xproofd)
    - Don't build the old NetX module
* Fri Aug 21 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.02-1
  - 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
* Thu Aug 20 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.00-7
  - 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.")
* Sun Aug 16 2020 Iñaki Úcar <iucar@fedoraproject.org> - 6.22.00-6
  - https://fedoraproject.org/wiki/Changes/FlexiBLAS_as_BLAS/LAPACK_manager
* Tue Aug 11 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.00-5
  - Fix wrong symlinks in EPEL 7 python2-root package
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.22.00-4
  - Second attempt - Rebuilt for
    https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.22.00-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 15 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.00-2
  - Fix broken update on EPEL 7 with python34-root installed
* Tue Jul 14 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.22.00-1
  - 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
  - Add workaround for a bug in doxygen 1.8.17 and later causing different
    results on 32 and 64 bit
* Sat Jul 11 2020 Jeff Law <law@redhat.com> - 6.20.06-2
  - Disable LTO
* Thu Jun 11 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.20.06-1
  - Update to 6.20.06
  - Fix test failure on ppc64le and aarch64
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 6.20.04-3
  - Rebuilt for Python 3.9
* Fri Apr 10 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.20.04-2
  - Replace BR qt5-devel with qt5-qtbase-devel
* Wed Apr 01 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.20.04-1
  - Update to 6.20.04
  - Drop previously backported patch root-tutorials-unique-filenames.patch
  - Improved patch for the PyROOT issue on EPEL 7 ppc64le
* Sun Mar 22 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.20.02-1
  - 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
* Sat Mar 14 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.04-6
  - Build for 32 bit ARM again - gcc-10.0.1-0.9 fixes the problem
* Sat Feb 22 2020 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.04-5
  - Fixes and workarounds for gcc 10
  - ExcludeArch for 32 bit ARM because rootcling_stage1 segfaults (bug #1811604)
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 6.18.04-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Dec 04 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.04-3
  - Fix shebangs in root-cli for EPEL 8
* Tue Dec 03 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.04-2
  - Remove workarounds for RHEL 7 aarch64 (architecture dropped by EPEL 7)
  - Enable QtWebEngine dependent modules on EPEL 8 (now available)
* Mon Sep 30 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.04-1
  - Update to 6.18.04
  - First build for EPEL 8
* Thu Sep 12 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.02-2
  - Rebuild for g++ 9.2
* Mon Aug 26 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.02-1
  - 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.
* Tue Aug 20 2019 Susi Lehtola <jussilehtola@fedoraproject.org> - 6.18.00-5
  - Rebuilt for GSL 2.6.
* Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 6.18.00-4
  - Rebuilt for Python 3.8
* Wed Jul 31 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.00-3
  - 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
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 6.18.00-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Wed Jun 26 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.18.00-1
  - 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
* Tue Jun 11 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.16.00-6
  - Use python-embed pkg-config module if it exists (python 3.8 compatibility)
* Fri May 17 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.16.00-5
  - 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
* Fri Mar 08 2019 Troy Dawson <tdawson@redhat.com> - 6.16.00-4
  - Rebuilt to change main python from 3.4 to 3.6
* Mon Feb 18 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.16.00-3
  - Fix typo in patch (missing space)
* Sun Feb 17 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 6.16.00-2
  - Rebuild for readline 8.0
* Mon Feb 11 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.16.00-1
  - 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
* Mon Feb 04 2019 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.08-4
  - 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
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org>
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Jan 14 2019 Björn Esser <besser82@fedoraproject.org> - 6.14.08-2
  - Rebuilt for libcrypt.so.2 (#1666033)
* Fri Nov 23 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.08-1
  - Update to 6.14.08
  - Make tutorial filenames unique to avoid overwrites
* Tue Nov 06 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.06-1
  - 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
* Thu Oct 25 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.04-3
  - Fix crash in TBrowser when root-gui-html is not installed
  - Use empty .egg-info files instead of empty .dist-info files to make
    virtualenv happy
  - Add Requires on root-mathmore to root-mathcore (for default integrator)
* Sat Oct 13 2018 Jerry James <loganjerry@gmail.com> - 6.14.04-2
  - Rebuild for tbb 2019_U1
* Fri Aug 24 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.04-1
  - Update to 6.14.04
  - Drop patch accepted upstream: root-python-3.7.patch
* Thu Aug 23 2018 Nicolas Chauvet <kwizart@gmail.com> - 6.14.02-2
  - Rebuilt for glew 2.1.0
* Mon Aug 06 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.02-1
  - 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
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.14.00-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Thu Jul 12 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.00-2
  - Add Python 3.6 packages for EPEL 7
* Sun Jul 01 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.14.00-1
  - 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
    - root-graf-gpadv7
    - root-graf-primitives
    - root-gui-fitpanelv7
    - root-gui-qt5webdisplay
  - Rename root-guibuilder package to root-gui-builder
  - Create empty .dist-info files so that rpm auto-generates provides
* Sat Jun 30 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.12.06-5
  - Adjust Vavilov test for Fedora 29 ix86
  - Adapt to python 3.7
* Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 6.12.06-4
  - Rebuilt for Python 3.7
* Sat May 26 2018 Christian Dersch <lupinix@mailbox.org> - 6.12.06-3
  - rebuilt for cfitsio 3.450
  - Adjust allowed deviation for PDF file sizes in stressGraphics test (aarch64)
* Fri Feb 23 2018 Christian Dersch <lupinix@mailbox.org> - 6.12.06-2
  - rebuilt for cfitsio 3.420 (so version bump)
  - modified patch 13 to also produce smaller debuginfo on x86 (ld out of memory)
  - disabled test gtest-tree-treeplayer-test-dataframe-snapshot on ARM
* Sat Feb 17 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.12.06-1
  - Update to 6.12.06
  - Drop patch root-Fix-constructing-the-GSL-MC-Integrator.patch (previously
    backported)
* Fri Feb 16 2018 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.12.04-4
  - Fix test failures found with new default compiler flags in Fedora 28
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 6.12.04-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
* Sat Jan 20 2018 Björn Esser <besser82@fedoraproject.org> - 6.12.04-2
  - Rebuilt for switch to libxcrypt
* Tue Dec 19 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.12.04-1
  - 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)
* Fri Oct 20 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.10.08-1
  - Update to 6.10.08
  - Add BuildRequires on lz4-devel and xxhash-devel
  - Workaround for missing gmock libraries only needed for gmock < 0.1.8
  - Address some warnings during documentation generation
* Wed Sep 27 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.10.06-1
  - Update to 6.10.06
  - Fixes for new mysql_config
* Sat Aug 05 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.10.04-1
  - Update to 6.10.04
  - Add temporary workaround for broken mariadb headers in Fedora 27
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.10.02-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.10.02-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Wed Jul 12 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.10.02-3
  - Remove additional references in cmake files
* Mon Jul 10 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.10.02-2
  - Fix removal of mathtext, minicern and JupyROOT references from cmake files
* Fri Jul 07 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.10.02-1
  - Update to 6.10.02
* Wed Jun 14 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.10.00-1
  - Update to 6.10.00
  - Drop patches accepted upstream
  - Drop previously backported patches
  - New sub-package: root-unfold
  - Dropped sub-package: root-vdt
* Tue May 16 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.08.06-7
  - Remove JupyROOT references from cmake files
  - Do not generate autoprovides for libJupyROOT.so
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.08.06-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
* Fri May 12 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.08.06-5
  - Fix for macro scope issue (backport from upstream)
  - Fix a problem loading the libJupyROOT CDLL module (use absolute path)
  - Add ipython dependencies to the jupyroot packages
  - Exclude s390x - endian issues
  - Re-enable two tests on 32 bit arm - no longer failing
  - Add BuildRequires on blas-devel (for TMVA)
* Thu May 11 2017 Richard Shaw <hobbes1069@gmail.com> - 6.08.06-4
  - Rebuild for OCE 0.18.1.
* Fri Apr 21 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.08.06-3
  - Python 3 compatibility fixes (backport from upstream)
* Wed Mar 15 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.08.06-2
  - Fix relocation problems on aarch64 - using patch from the llvm package
  - Re-enable building on aarch64 - works again with the above patch
* Thu Mar 02 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.08.06-1
  - 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
* Wed Mar 01 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.08.04-3
  - Disable building on aarch64 (it is now broken again)
  - Add missing header (gcc 7)
  - Fix a test failure on Fedora 26 i686
  - Fix some format warnings/errors in GlobusAuth
  - Use the right delimiter when splitting the icon path in TASImage
  - Disable two more tests on 32 bit arm
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 6.08.04-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Sat Jan 14 2017 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.08.04-1
  - Update to 6.08.04
  - Fix broken TPad::WaitPrimitive (backport from git)
  - Rebuild for gcc 6.3
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 6.08.02-4
  - Rebuild for readline 7.x
* Tue Jan 10 2017 Orion Poplawski <orion@cora.nwra.com> - 6.08.02-3
  - Rebuild for glew 2.0.0
* Thu Dec 22 2016 Miro Hrončok <mhroncok@redhat.com> - 6.08.02-2
  - Rebuild for Python 3.6
* Tue Dec 06 2016 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.08.02-1
  - 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)
* Wed Sep 28 2016 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.06.08-2
  - Rebuild for gcc 6.2
* Thu Sep 08 2016 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.06.08-1
  - 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
* Sun Aug 14 2016 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.06.06-4
  - Convert init scripts to systemd unit files
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 6.06.06-3
  - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
* Mon Jul 18 2016 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.06.06-2
  - Add requires on redhat-rpm-config to root-cling
* Sun Jul 10 2016 Mattias Ellert <mattias.ellert@physics.uu.se> - 6.06.06-1
  - Update to 6.06.06
  - Drop patches root-gfal2.patch and root-keysymbols.patch
  - Make root-vdt package noarch
* Sun Jun 19 2016 Mattias Ellert <mattias.ellert@fysast.uu.se> - 6.06.04-4
  - Add GuiTypes.h, KeySymbols.h and Buttons.h to dict (backport)
  - Minor updates to patches - mostly backported from upstream
  - Reenable hadoop/hdfs support for F24+
* Mon Jun 13 2016 Mattias Ellert <mattias.ellert@fysast.uu.se> - 6.06.04-3
  - Remove mathtext and minicern references from cmake files
  - Fix the spelling of CMAKE_Fortran_FLAGS in a few places
* Sat Jun 04 2016 Mattias Ellert <mattias.ellert@fysast.uu.se> - 6.06.04-2
  - Disable hadoop/hdfs support for F24+ (hadoop was retired)
* Mon May 09 2016 Mattias Ellert <mattias.ellert@fysast.uu.se> - 6.06.04-1
  - Update to 6.06.04
  - Drop patch root-no-hexfloat-const.patch
  - Add requires on gcc-c++ to root-cling
* Fri Apr 15 2016 Mattias Ellert <mattias.ellert@fysast.uu.se> - 6.06.02-2
  - Rebuild for OCE-0.17.1
* Fri Apr 08 2016 Mattias Ellert <mattias.ellert@fysast.uu.se> - 6.06.02-1
  - Update to 6.06.02 (F24+, EPEL7)
  - Change to cmake configuration (was using ./configure)
  - Change to doxygen documentation generation (was using THTML)
  - Run the test suite
  - Remove compatibility with older EPEL (Group tags, BuildRoot tag, etc.)
  - New sub-packages: root-multiproc, root-cling, root-r, root-r-tools,
    root-geocad, root-tmva-python, root-tmva-r, root-tmva-gui, root-cli,
    root-notebook and root-rootaas
  - New subpackage for EPEL7: root-python34
  - Dropped sub-packages: root-cint, root-reflex, root-cintex, root-ruby
* Fri Apr 08 2016 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.36-1
  - Update to 5.34.36
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.34.32-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
* Sat Jan 16 2016 Mamoru TASAKA <mtasaka@fedoraproject.org> - 5.34.32-8
  - Rebuild again for https://fedoraproject.org/wiki/Changes/Ruby_2.3
* Thu Jan 14 2016 Adam Jackson <ajax@redhat.com> - 5.34.32-7
  - Rebuild for glew 1.13
* Tue Jan 12 2016 Vít Ondruch <vondruch@redhat.com> - 5.34.32-6
  - Rebuilt for https://fedoraproject.org/wiki/Changes/Ruby_2.3
* Tue Nov 17 2015 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.32-5
  - Adapt to gfal 2.10 - uses a different #define
  - Exclude ppc64le - has the same issues with cint as ppc and ppc64
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.34.32-4
  - Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
* Fri Sep 25 2015 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.32-3
  - Add versioned dependencies between packages
  - Reenable hadoop/hdfs support for F23+
* Wed Sep 16 2015 David Abdurachmanov <davidlt@cern.ch> - 5.34.32-2
  - Disable run-time dependency on gccxml in Reflex (allows installing on aarch64) (#1263206)
  - Enable Cintex on aarch64
* Thu Jul 02 2015 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.32-1
  - 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)
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.34.30-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Fri Apr 24 2015 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.30-1
  - Update to 5.34.30
  - New sub-package: root-python3
  - Disable hadoop/hdfs support for F23+ (not installable)
  - Drop previously backported gcc 5 patches
* Fri Apr 03 2015 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.28-1
  - Update to 5.34.28
  - Merge emacs support files into main package (guidelines updated)
* Tue Feb 24 2015 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.26-1
  - Update to 5.34.26
  - Drop patch root-xrdversion.patch
* Thu Jan 29 2015 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.24-3
  - Rebuild with fixed cairo (bz 1183242)
* Sat Jan 17 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 5.34.24-2
  - Rebuild for https://fedoraproject.org/wiki/Changes/Ruby_2.2
* Fri Dec 19 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.24-1
  - Update to 5.34.24
  - Drop patch root-bsd-misc.patch
* Thu Aug 28 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.20-2
  - Move xproofd binaries from root-proofd to root-xproof
  - Adjust EPEL 7 font dependencies
  - Rebuild using new binutils (ld bug fixed - F21+)
* Wed Aug 20 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.20-1
  - Update to 5.34.20
  - Re-enable xrootd support for F21+ and EPEL7 (now ported to xrootd 4)
  - Do not depend on wine's fonts
  - Drop patch root-gccopt.patch
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.34.19-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Mon Jul 14 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.19-1
  - Update to 5.34.19
  - Disable xrootd support for F21+ and EPEL7 (root not yet ported to xrootd 4)
  - New sub-package: root-net-http
  - Drop patches root-thtml-revert.patch, root-gfal2.patch and
    root-proofx-link-iolib.patch
* Mon Jun 30 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.18-4
  - Add Requires on root-tree-player to root-gui-ged
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.34.18-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun May 04 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.18-2
  - Rebuild for ruby 2.1
  - Fix build failure on F21 (missing symbol in libProofx linking)
* Sat Mar 22 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.18-1
  - Update to 5.34.18
  - Build GFAL module using libgfal2
  - New sub-package: root-vdt
* Wed Feb 26 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.17-1
  - Update to 5.34.17
* Fri Feb 14 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.15-1
  - Update to 5.34.15
  - Drop patch root-davix.patch
* Thu Jan 09 2014 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.14-3
  - Rebuild for cfitsio 3.360
* Mon Dec 23 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.14-2
  - Adapt to davix >= 0.2.8
* Thu Dec 19 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.14-1
  - Update to 5.34.14
  - New sub-package: root-net-davix
  - Drop patch root-pythia8-incdir.patch
* Tue Dec 03 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.13-1
  - Update to 5.34.13
  - Remove java-devel build dependency (not needed with Fedora's libhdfs)
  - Adapt to pythia8 >= 8.1.80
* Mon Nov 25 2013 Orion Poplawski <orion@cora.nwra.com> - 5.34.10-3
  - Fix hadoop lib location
* Mon Nov 18 2013 Dave Airlie <airlied@redhat.com> - 5.34.10-2
  - rebuilt for GLEW 1.10
* Mon Sep 09 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.10-1
  - Update to 5.34.10
  - New sub-package: root-io-hdfs (Fedora 20+)
  - New sub-package: root-sql-sqlite
* Thu Aug 08 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.09-5
  - Exclude armv7hl - cint is not working
  - Use _pkgdocdir when defined
  - Use texlive-stix
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.34.09-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Thu Jul 18 2013 Petr Pisar <ppisar@redhat.com> - 5.34.09-3
  - Perl 5.18 rebuild
* Tue Jul 16 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.09-2
  - Rebuild for cfitsio 3.350
* Fri Jun 28 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.09-1
  - Update to 5.34.09
  - New sub-package: root-montecarlo-pythia8
  - Drop patch root-gfal-bits.patch
  - Use xz compression for source tarfile
  - Update ancient root version in EPEL
* Sat Apr 27 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.07-1
  - Update to 5.34.07
* Sat Apr 27 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.06-1
  - Update to 5.34.06
  - Drop patches root-gviz.patch, root-ruby-version.patch,
    root-rev48681.patch and root-rev48831.patch
* Wed Mar 20 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.05-2
  - Rebuild for ruby 2.0
  - Rebuild for cfitsio 3.340
* Wed Feb 27 2013 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.05-1
  - Update to 5.34.05
  - Rebuild for xrootd 3.3
  - Patch for latest graphviz (libcgraph)
  - Drop patches root-glibc.patch and root-tclass-fix.patch
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.34.02-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Dec 13 2012 Adam Jackson <ajax@redhat.com> - 5.34.02-2
  - Rebuild for glew 1.9.0
* Fri Oct 12 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.02-1
  - Update to 5.34.02
* Sat Jul 28 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.01-2
  - Rebuild for glew 1.7
* Tue Jul 17 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.01-1
  - Update to 5.34.01
  - Remove sub-packages root-clarens and root-peac (dropped by upstream)
* Thu Jul 05 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.00-2
  - Do the glibc 2.16 patch properly
* Sat Jun 09 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.34.00-1
  - Update to 5.34.00
  - New sub-package: root-io-gfal
* Thu May 17 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.32.03-1
  - Update to 5.32.03
* Thu Mar 29 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.32.02-1
  - Update to 5.32.02
* Sat Mar 17 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.32.01-2
  - Rebuild for xrootd 3.1.1
* Sat Mar 03 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.32.01-1
  - Update to 5.32.01
  - Drop patches fixed upstream
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.32.00-3
  - Rebuilt for c++ ABI breakage
* Tue Feb 14 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.32.00-2
  - Adapt to new ruby packaging guidelines
* Fri Feb 10 2012 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.32.00-1
  - Update to 5.32.00
* Fri Feb 10 2012 Petr Pisar <ppisar@redhat.com> - 5.30.04-3
  - Rebuild against PCRE 8.30
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.30.04-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Wed Nov 16 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.30.04-1
  - Update to 5.30.04
* Sat Oct 22 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.30.03-1
  - Update to 5.30.03
* Fri Sep 23 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.30.02-1
  - Update to 5.30.02
* Thu Aug 18 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.30.01-1
  - Update to 5.30.01
  - Drop patches root-lzma-searchorder.patch and root-cint-i686.patch
* Wed Aug 17 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.30.00-3
  - Backport upstream's fix for the i686 rootcint problem
* Tue Jul 26 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.30.00-2
  - Add workaround for rootcint problem on i686
  - Pass default LDFLAGS (relro) to make
* Sun Jul 24 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.30.00-1
  - Update to 5.30.00
  - Drop patch root-listbox-height.patch
  - New sub-package: root-proof-bench
* Wed Jun 29 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.28.00e-2
  - Change build requires from qt-devel to qt4-devel
* Wed Jun 29 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.28.00e-1
  - Update to 5.28.00e
* Mon Jun 20 2011 ajax@redhat.com - 5.28.00d-2
  - Rebuild for new glew soname
* Fri May 13 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.28.00d-1
  - Update to 5.28.00d
* Mon May 02 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.28.00c-1.1
  - Fix emacs Requires on RHEL5
* Thu Apr 21 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.28.00c-1
  - Update to 5.28.00c
* Wed Mar 23 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.28.00b-2
  - Rebuild for mysql 5.5.10
* Sat Mar 19 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.28.00b-1
  - Update to 5.28.00b
* Mon Feb 21 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.28.00a-1
  - Update to 5.28.00a
  - Drop patches fixed upstream: root-afterimage.patch, root-htmldoc.patch,
    root-xlibs-ppc.patch, root-cstddef.patch
  - Remove the fedpkg workaround - no longer needed
* Sat Feb 12 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.28.00-4
  - Add workaround for changes in fedpkg
* Thu Feb 10 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.28.00-3
  - Add Requires on root-graf-postscript to root-gpad
  - Require libAfterImage 1.20 or later to fix issues with circular markers in
    batch mode
  - Add python26 subpackage for EPEL 5
  - Fix an issue where the last item in a TGFontTypeComboBox is almost
    invisible (backported from upstream)
  - Add missing cstddef includes for gcc 4.6
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.28.00-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
* Fri Jan 14 2011 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.28.00-1.1
  - Fix linking of Xlibs on ppc
* Wed Dec 15 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.28.00-1
  - Update to 5.28.00
  - Drop patches fixed upstream: root-linker-scripts.patch, root-dpm-rfio.patch,
    root-missing-explicit-link.patch, root-split-latex.patch,
    root-cern-filename.patch, root-make-3.82.patch,
    root-fonttype-combobox-dtor.patch
  - New sub-packages: root-genetic, root-graf-fitsio, root-hist-factory,
    root-proof-pq2
  - Make root-io a separate package again - the circular dependency with the
    root-core package was resolved upstream
* Fri Nov 12 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00e-3
  - Fix crash in TGFontTypeComboBox destructor
  - Add Requires on root-gui-ged to root-gui
* Mon Nov 01 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00e-2
  - Rebuild for updated unuran
* Fri Oct 22 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00e-1
  - Update to 5.26.00e
  - Drop patch fixed upstream: root-tmva-segfault.patch
  - Add Requires on root-proof to root-proofd
* Sat Oct 02 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00d-3
  - Add Requires on root-graf-asimage to root-core
  - Add Requires on root-graf-x11 to root-gui
  - Add Requires on root-hist-painter to root-hist
  - Add Requires on root-minuit to root-mathcore
  - Add Requires on krb5-workstation to root-net-krb5
  - Add BuildRequires on krb5-workstation
* Mon Aug 30 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00d-2
  - Adapt makefile to changes in make 3.82
* Fri Aug 27 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00d-1
  - Update to 5.26.00d
  - Improved doc generation script
* Mon Aug 02 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00c-4
  - Don't remove the prec_stl directory
  - Create a separate tutorial package for the tutorial and test suite
* Thu Jul 29 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00c-3
  - Correct license tags for: cint, core and roofit
  - Regenerate source tarball due to upstream retag (again)
* Fri Jul 16 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00c-2
  - Add dependency on gccxml for globus-reflex
  - Split some packages to break circular package dependencies
  - Merge libRIO into root-core
  - Regenerate source tarball due to upstream retag
* Mon Jul 12 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00c-1
  - Update to 5.26.00c
  - Disable cint7 package - no longer compiles and has been deprecated upstream
* Wed Jun 09 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00b-3
  - Use external xrootd
  - Make documentation selfcontained - can be read without network access
* Wed May 19 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00b-2
  - Fix library detection when linker scripts are used
  - Allow building RFIO IO modules using DPM's RFIO implementation
* Sat Mar 20 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00b-1
  - Update to 5.26.00b
  - Enable dCache support - dcap library is now in Fedora
  - Use system unuran library instead of embedded sources
* Mon Feb 01 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00a-1
  - Update to 5.26.00a
  - Disable cintex package for non-intel architectures
  - Remove embedded gl2ps sources
* Wed Jan 13 2010 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.26.00-1
  - Update to 5.26.00
  - Drop patches fixed upstream: root-globus.patch, root-dot-png.patch,
    root-loadmeta.patch, root-openssl.patch, root-hash-endian.patch
* Fri Nov 27 2009 Mattias Ellert <mattias.ellert@fysast.uu.se> - 5.24.00b-1
  - Initial build

Files

/usr/bin/hadd
/usr/bin/root
/usr/bin/root.exe
/usr/bin/rootn.exe
/usr/bin/roots
/usr/bin/roots.exe
/usr/share/applications/root.desktop
/usr/share/emacs/site-lisp/root
/usr/share/emacs/site-lisp/root/root-help.el
/usr/share/emacs/site-lisp/root/root-help.elc
/usr/share/icons/hicolor/48x48/apps/root.png
/usr/share/icons/hicolor/48x48/mimetypes/application-x-root.png
/usr/share/man/man1/hadd.1.gz
/usr/share/man/man1/root.1.gz
/usr/share/man/man1/root.exe.1.gz
/usr/share/man/man1/rootn.exe.1.gz
/usr/share/man/man1/roots.exe.1.gz
/usr/share/mime/packages/root.xml


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Apr 24 03:53:23 2024