SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for geant4-libs-11.2.0-1.1.x86_64.rpm :

* Sat Dec 30 2023 badshah400AATTgmail.com- Update to version 11.2.0:
* Long list of changes, see https://geant4-data.web.cern.ch/ReleaseNotes/ReleaseNotes.11.2.html- Drop the versioned requires on geant4-rpm-macros, it is no longer needed and only entails unnecessary version changes in the latter.
* Mon Sep 11 2023 badshah400AATTgmail.com- Update to version 11.1.2:
* Long list of changes, see https://geant4-data.web.cern.ch/ReleaseNotes/Patch.11.1-2.txt
* Wed Dec 21 2022 badshah400AATTgmail.com- Update to version 11.1.0:
* https://geant4-data.web.cern.ch/ReleaseNotes/ReleaseNotes.11.1.html- An additional EOL encoding fix.- Drop python3-geant4 package: python bindings have been spun off into its own upstream.- Adapt to unversioned data dir installed by this version.
* Fri Sep 30 2022 stefan.bruensAATTrwth-aachen.de- Use system provided clhep- Use geant4-rpm-macros to set GEANT4_INSTALL_DATADIR- Keep upstream CMake install location to avoid breaking relative paths inside CMake config files
* Thu Sep 22 2022 badshah400AATTgmail.com- Update to version 11.0.3:
* Configuration: CMake: Update extraction of include paths from VecGeom to use imported target property [#2485].
* Geometry: management: Added protection in G4GeometryManager for Open/CloseGeometry() to be executed only by master thread [#2502].
* Parameterisations: gflash: GFlashHitMaker: fix to make it compatible with command-based scorer.
* Particles: Fixes for transportation of hypernuclei and anti-hypernuclei
* Physics Lists: constructors/electromagnetic: G4GammaGeneralProcess: fixed problem of Compton scattering selection in the low energy interval < 150 keV.
* Processes - Electromagnetic: utils: G4EmExtraParametersMessenger: fixed typo [#2492].
* Processes - Generic: cuts: G4VRangeToEnergyConverter: fixed static methods to provide correct initialisation of energy limits.
* Processes - Hadronic: - models/particle_hp:
* Replaced the threshold used for checking the absolute energy non-conservation from DLB_MAX (implying no checking at all) to 350 GeV (this value allows for cases where the residual nucleus is not produced, even when super-heavy nuclides are involved).
* G4ParticleHPContAngularPar: added protections against evaluations of arrays at negative index (-1), fixing rare reproducibility problems. - models/parton_string:
* Fixes to get isotropic distributions in annihilations at rest.
* G4VSplitableHadron: changed the method Splitting() from \"protected\" to \"public\" (needed to change the status of SplitableHadron in G4FTFAnnihilation, to get isotropic distributions in annihilations at rest).
* Track: G4Step: added ResetPre/PostStepPoint() methods to replace a StepPoint without deleting the previous object.- Make %{name}-examples into a noarch package.
* Thu Jul 14 2022 badshah400AATTgmail.com- Update to version 11.0.2:
* Long list of changes, see https://geant4-data.web.cern.ch/ReleaseNotes/Patch.11.0-2.txt
* Tue Mar 08 2022 badshah400AATTgmail.com- Update to version 11.0.1:
* Long list of changes, see https://geant4-data.web.cern.ch/ReleaseNotes/Patch.11.0-1.txt
* Sat Dec 11 2021 badshah400AATTgmail.com- Update to version 11.0.0:
* Long list of changes, see: https://geant4-data.web.cern.ch/ReleaseNotes/ReleaseNotes.11.0.html- Turn system PTL usage back on; specfically require PTL >= 2.0.
* Thu Dec 02 2021 badshah400AATTgmail.com- Update to version 10.7.3:
* Long list of changes, see https://geant4-data.web.cern.ch/ReleaseNotes/Patch4.10.7-3.txt.- Turn system PTL usage off since geant4 does not support PTL >= 2.0 yet.
* Thu Jun 17 2021 badshah400AATTgmail.com- Update to version 10.7.2:
* Long list of changes, see https://geant4-data.web.cern.ch/ReleaseNotes/Patch4.10.7-2.txt
* Sat Feb 13 2021 badshah400AATTgmail.com- Update to version 10.7.1:
* Long list of changes, see https://geant4-data.web.cern.ch/ReleaseNotes/Patch4.10.7-1.txt- Drop PTL lib and devel packages -- packaged separately -- and add BuildRequires: ptl-devel to use external PTL package.
* Tue Dec 08 2020 badshah400AATTgmail.com- Update to version 10.07.0:
* See https://geant4-data.web.cern.ch/ReleaseNotes/ReleaseNotes4.10.7.html or %{_docdir}/geant4-devel/ReleaseNotes4.10.7.html.- Split out separate shared libs package geant4-libs and require this from the geant4-devel package.- Split out a shared lib and devel package for PTL, for which Geant4 is now effectively upstream.- Run post(un) scripts for ldconfig for geant4-libs and libG4ptl0.- Move Geant4 and PTL cmake modules into correct cmake module dir.- Some more fixes for incorrect EOL encodings for examples.- Package release notes as doc.- Update License tags and package LICENSE files appropriate to each package.
* Mon Nov 09 2020 badshah400AATTgmail.com- Update to version 10.06.p03:
* See https://github.com/Geant4/geant4/files/5501817/Patch4.10.6-3.txt for list of changes.- Change versioning scheme: Use library version (e.g. 10.6.3) instead of src tarball version (e.g. 10.06.p03).- Add necessary data pkg to Requires for python3-geant4 and -devel pkg: geant4-data-G4ENSDFSTATE.
* Fri Aug 14 2020 badshah400AATTgmail.com- Update to version 10.06.p02 (see https://github.com/Geant4/geant4/files/4701886/Patch4.10.6-2.txt for details):
* CMake build system: - Added activation of build of G4Py through GEANT4_USE_PYTHON flag. - Fix to avoid configuration of applications failure due to variables having empty values, and consequently no \"type\" argument. Only store values in the package cache if they are set and have a valid value. - Use full path to datasets if GEANT4_INSTALL_DATADIR is an absolute path. Customize CMAKE_INSTALL_DATADIR in a single location. - Suppress warnings about icc libraries not existing for Intel icc-19.
* G4Py: integrated build, test, and install of geant4py with core Geant4 CMake build system.
* Geometry: solids/specific: Fixed mismatch in signature of constructors for the G4UExtrudedSolid wrapper.
* G4UnitsTable: added inheriting constructors for std::vector. Addressing problem report #2232.
* Intercoms: Accept null string as an alias value. Addessing problem report #2208.
* Physics Lists: constructors/limiters: G4GenericBiasingPhysics: added missing code for parallel geometries for all neutral and charged particles.
* Processes - Electromagnetic: utils: G4LossTableBuilder: fixed typo. Addressing problem report #2230.
* Processes - Hadronic: - G4DeexPrecoParameters: set default time limit to 1 microsecond for isomer production. Addressing problem report [#2226]. - New class G4LENDGammaModel to sample GND gamma-nuclear reactions. - New class G4LENDGammaCrossSection to sample GND gamma-nuclear reactions. - Added documentation to MCGIDI_outputChannel. - Rewritten G4LENDInelastic to take care of large baryon number violations. Addressing problem report #2174. - In G4ParticleHPInelasticBaseFS, use QI[0]-QI[it] for excitation and added particle definition protection to \'iLevel\' calculation. Addressing problem report #1838. - Correction in G4ParticleHPInelasticBaseFS and G4ParticleHPInelasticCompFS. - Removed deletion of \'theReactionXsec\' in G4ParticleHPPhotonDist() destructor as memory allocation does not take place in this class. Addressing problem report [#1824]. - In G4ParticleHPThermalScattering::create_E_isoAng_from_energy(), added fatal exception for case when pointers panEPM_T_EL or panEPM_T_EH are null; fixing Coverity reports. - Corrected copy constructor in G4ParticleHPDataPoint. - G4QGSMFragmentation, G4LundStringFragmentation: fixed Coverity defects warnings; if fragmentation at low energy is not possible, always return flag \"false\"; use nullptr. - G4RadioactiveDecayBase, G4RadioactiveDecay, G4Radioactivation: use G4VERBOSE consistently; in G4Radioactivation, fixed forgotten change of verbosity from 0 to 1.
* Several bug fixes for Examples.- Fix command for EOF encoding fixes and do this during %prep instead of during %install. Use sed and drop dos2unix BuildRequires.- Remove zero-size files meant to collect results from running the example scripts.- Enable python bindings for openSUSE >= 1550:
* Add BuildRequires: libboost_python-devel and python3-devel.
* Pass GEANT4_USE_PYTHON=ON and GEANT4_BUILD_TLS_MODEL=\'global-dynamic\' to cmake needed to successfully build python bindings.
* Split out python3-Geant4 package for python bindings.- Pass GEANT4_USE_FREETYPE=OFF to cmake to prevent installation of non-free fonts; delete both non-free fonts -- arialbd.ttf and helvetica.ttf -- from tarball; see https://bugzilla-geant4.kek.jp/show_bug.cgi?id=2267.- Drop Group tags.
* Wed Apr 22 2020 badshah400AATTgmail.com- Drop the %{name}-libs package: the
*.so files are packaged in %{name}-devel.- Create and install an RPM macros file to help with configuring and installing geant4 dependent packages. For now, it defines three macros:
* %geant4datadir [/usr/share/Geant4-%{libversion}/data]: the location of optional Geant4 datasets for physics processes.
* %geant4version: the version of Geant4 obtained from $(geant4-config --version).
* %geant4_install_data: Create %geant4datadir if it doesn\'t exist and copy current dir to it.- Install empty %geant4datadir for proper ownership of directories when other packages install datasets.
* Fri Apr 03 2020 badshah400AATTgmail.com- Update to version 10.06.p01:
* See http://geant4-data.web.cern.ch/geant4-data/ReleaseNotes/Patch4.10.6-1.txt- Use cmake macros for configuring, building, and installing.- Package all shared libs in %{name}-libs package (they are unversioned) anyway.- Install examples in docdir as part of a separate -example package.- Delete unnecessary files, e.g. mac documentation and some hidden files and dirs.- Fix EOF encodings for files wherever necessary.- Drop dataset packages: they are updated on their own schedule different from geant4 releases and need to be packaged separately.- Update summaries and descriptions for packages.- Clean up specfile using spec-cleaner.- Update list of BuildRequires and use pkgconfig dependencies wherever possible.- Drop conditionals for EOL openSUSE versions.
* Fri Mar 02 2018 bugsAATTvdm-design.de- Update to version 10.04.p01
* Changelog: http://geant4.cern.ch/support/Patch4.10.4-1.txt
* Wed Nov 23 2016 bugsAATTvdm-design.de- Update to version 10.02.p02
* Changelog: http://geant4.cern.ch/support/Patch4.10.2-2.txt
* Wed May 18 2016 bugsAATTvdm-design.de- Add patch: geant4-cmake-2.8.patch This patch patches the cmake files to also work with cmake < 3.3 Required for SLE12, 13.1, 13.2
* Mon May 16 2016 bugsAATTvdm-design.de- Update to version 10.02.p01
* Changelog 10.02: https://geant4.web.cern.ch/geant4/support/ReleaseNotes4.10.2.html
* Changelog 10.02.p01: https://geant4.web.cern.ch/geant4/support/Patch4.10.2-1.txt
* Fri Jun 26 2015 bugsAATTvdm-design.de- Update to version 10.01.p02
* Changelog: http://geant4.cern.ch/support/Patch4.10.1-2.txt
* Fri Dec 26 2014 bugsAATTvdm-design.de- Update to version 10.01
* Changelog: http://geant4.web.cern.ch/geant4/support/ReleaseNotes4.10.1.html
* Mon Nov 03 2014 bugsAATTvdm-design.de- Update to version 10.00.p03
* Changelog: http://geant4.cern.ch/support/Patch4.10.0-3.txt
 
ICM