Changelog for
clhep-devel-2.3.4.0-9.2.x86_64.rpm :
* Sun Nov 20 2016 badshah400AATTgmail.com- Add clhep-thread_local-header-location.patch to fix dir of thread_local.h -- it should be installed in Utility/, not inside Utility/thread_local.h/; patch sent upstream.
* Sun Nov 20 2016 badshah400AATTgmail.com- Update to version 2.3.4.0:
* cmake: Add the ability to build single threaded if desired. Multihreading remains enabled by default. Use cmake -DCLHEP_SINGLE_THREAD=ON to disable multithreading.
* Utility/thread_local.h will be generated appropriately
* Random/Random/mixmax.h: corrected value of SPECIALMUL in mixmax.h to correspond to exact formula for N=17 (m=2^36+1).
* Evaluator/src/Evaluator.cc: fixed array initialisation in Evaluator static method function().- Changes from previous versions: see ChangeLog file or https://gitlab.cern.ch/CLHEP/CLHEP/blob/CLHEP_2_3_3_2/ChangeLog.- CMake > 3.2 is now really required (since v2.3.3.0).- Update License tag for LGPL-3.0 license.
* Sat Nov 19 2016 badshah400AATTgmail.com- Apply shared library packaging policy guidelines:
* Rename clhep to libCLHEP-2_3_2_2 (define a %{shalib} macro) for the purpose.
* Split out static library into a -devel-static package.- Add rpmlintrc file to suppress false positives and complaints regarding missing manuals. The shared libs are named according to package number and there is no so number associated with them, which causes rpmlintrc to give the shared lib warnings. For the warning about missing man pages, nothing much we can do.- Add BuildRequires: pkgconfig to make sure the devel package provides the right pkgconfig() provides; fixes an rpmlintrc complaint.
* Wed May 18 2016 bugsAATTvdm-design.de- Downgrade required CMake version to 2.8 as 3.2 is not really required
* Wed May 18 2016 bugsAATTvdm-design.de- Update to version 2.3.2.2- Change from automake to cmake
* Sat Jan 30 2016 bugsAATTvdm-design.de- Run ldconfig in post install of clhep and not clhep-devel
* Sat Mar 28 2015 bugsAATTvdm-design.de- Update to version 2.2.0.5
* Only build system changes
* Fri Dec 26 2014 bugsAATTvdm-design.de- Update to version 2.2.0.4
* Utility/Utility/memory.h: fix a type mismatch
* GenericFunctions/src/DefiniteIntegral.cc: explicit initialization
* Random/src/RanshiEngine.cc: use a pragma to ignore aggressive 32bit compiler warnings
* Vector/Vector/ThreeVector.icc: inline Hep3Vector::operator () (int i)
* Fri Sep 12 2014 bugsAATTvdm-design.de- Update to version 2.2.0.3
* cmake/Modules/ClhepVariables.cmake: DO NOT use any -ftls-model flags. Except in very specialized cases, the compiler automatically does the right thing.
* Wed Aug 13 2014 bugsAATTvdm-design.de- Update to version 2.2.0.2
* Units/Units/SystemOfUnits.h, Units/Units/PhysicalConstants.h: move definition of pi into SystemOfUnits so it is not defined twice Note that PhysicalConstants.h includes SystemOfUnits.h.
* Tue Jun 24 2014 bugsAATTvdm-design.de- Update to version 2.2.0.1
* Geometry/test/testBasicVector3D.cc: pragma fix for modern clang
* GenericFunctions/GenericFunctions/StepDoublingRKStepper.hh: fix wrapper name
* Random/src/RanshiEngine.cc: use explicit 32bit mask to avoid compiler warnings
* Random/src/MTwistEngine.cc: make sure we don\'t go past the end of the array in MTwistEngine::showStatus
* Random/src/Random.cc: remove unnecessary inline
* In Random package convert statics and globals to const, thread local or atomic to improve thread safety.
* Wed May 14 2014 bugsAATTvdm-design.de- Update to version 2.1.4.2
* bug http://savannah.cern.ch/bugs/?104289
* Vector, Random, Matrix: remove register declaration of ints and doubles use of register is now redundant and ignored by modern compilers
* GenericFunctions, Geometry/test, Utility/test, Vector/test: protect against warnings about variables that are used inside asserts
* Mon Nov 18 2013 bugsAATTvdm-design.de- Update to version 2.1.4.1
* Random: including RandExpZiggurat and RandGaussZiggurat
* Matrix: change the names of more internal variables so -Wshadow does not complain
* Units/Units/SystemOfUnits.h: adding definitions for curies
* configure.ac: change for unsupported Darwin build with autotools
* Thu Nov 15 2012 bugsAATTvdm-design.de- Update to version 2.1.3.1
* Vector: clean up naming overlap between Units and internal variables
* Fri Nov 09 2012 bugsAATTvdm-design.de- Update to version 2.1.3.0
* creation of symbolic links now respects DESTDIR
* MATRIX/DiagMatrix, MATRIX/GenMatrix, MATRIX/SymMatrix: Added two methods to [-,Diag,Sym]Matrix to carry out the matrix inversion without the users needing to provide an ierr flag. These methods are all inline and called invert() and inverse(), so they overload the existing inversion routines for the relevant class. If an error occurs, then an std::runtime_error is thrown.
* clhep-config: fix for Mountain Lion
* Fri Aug 17 2012 bugsAATTvdm-design.de- Update to version 2.1.2.5
* GenericFunctions: latest changes from Joe Boudreau
* GenericFunctions: change the names of internal variables so -Wshadow does not complain
* cmake/Modules: use OUTPUT_STRIP_TRAILING_WHITESPACE with execute_process commands
* CMakeLists.txt, cmake/Modules: enable -DLIB_SUFFIX=64
* Vector/LorentzVector.h: make the HepLorentzVector(double t) constructor explicit
* Thu Jul 12 2012 bugsAATTvdm-design.de- Update to version 2.1.2.4- Changes since 2.1.2.2
* cmake/Modules: enclose CMAKE_COMMAND in quotes when inside execute_process
* test shell scripts: make sure any paths are enclosed in quotes
* cmake/Modules: Use newer execute_process instead of exec_program Try to cope with special characters in path
* Random: fix for shadowing when global units used
* Vector: fix for shadowing when global units used USING_VISUAL code blocks are no longer needed
* GenericFunctions: latest changes from Joe Boudreau
* Matrix: cleanup for -Wextra
* Vector, Evaluator, Random, Geometry: use explicit std:: with math functions
* Wed May 16 2012 badshah400AATTgmail.com- Update to version 2.1.2.2: + Make sure config files are executable add clhep_package_config_no_lib()- Changes since previosuly packaged version 2.1.0.1: + Too many: see ChangeLog file packaged in /usr/share/doc/packages/clhep- Use upstream compressed tarball now- Do not use cmake for building though it is the recommended way to install according to upstream because the cmake build system does not allow setting the library directory easily leading to libraries being installed in /usr/lib even for x86_64 builds.
* Sun Feb 26 2012 scorotAATTfree.fr- fix build for SLE-11
* Sat Nov 19 2011 werner.hoAATTgmx.de- updated to version 2.1.1.0
* Sun Apr 24 2011 badshah400AATTgmail.com- Initial package (version 2.1.0.1)