-------------------------------------------------------------------------------- Fedora EPEL Update Notification FEDORA-EPEL-2019-1b808a0127 2019-12-20 00:42:17.522108 --------------------------------------------------------------------------------
Name : root Product : Fedora EPEL 7 Version : 6.18.04 Release : 2.el7 URL : https://root.cern/ Summary : Numerical data analysis framework Description : 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.
-------------------------------------------------------------------------------- Update Information:
Remove aarch64 workarounds. -------------------------------------------------------------------------------- ChangeLog:
* Tue Dec 3 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 8 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 4 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 2 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 6 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 6 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 1 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 9 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 5 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 3 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 7 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 2 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 1 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 6 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 8 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_Pac... * 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 4 2016 Mattias Ellert mattias.ellert@fysast.uu.se - 6.06.04-2 - Disable hadoop/hdfs support for F24+ (hadoop was retired) * Mon May 9 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 8 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 8 2016 Mattias Ellert mattias.ellert@fysast.uu.se - 5.34.36-1 - Update to 5.34.36 * Thu Feb 4 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 2 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 3 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 8 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 4 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 9 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 3 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 9 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 8 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 4 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 5 2012 Mattias Ellert mattias.ellert@fysast.uu.se - 5.34.00-2 - Do the glibc 2.16 patch properly * Sat Jun 9 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 3 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 2 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 9 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 1 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 2 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 2 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 9 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 1 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 --------------------------------------------------------------------------------
This update can be installed with the "yum" update programs. Use su -c 'yum update root' at the command line. For more information, refer to "YUM", available at https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7%5C /html/System_Administrators_Guide/ch-yum.html
All packages are signed with the Fedora EPEL GPG key. More details on the GPG keys used by the Fedora Project can be found at https://fedoraproject.org/keys --------------------------------------------------------------------------------
epel-package-announce@lists.fedoraproject.org