Package Release Info

ldas-tools-framecpp-3.0.4-bp160.1.13

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

ldas-tools-framecpp-c-devel
ldas-tools-framecpp-devel
ldas-tools-framecpp-doc
ldas-tools-framecpp-utils
libframecpp16
libframecpp3-8
libframecpp4-10
libframecpp6-10
libframecpp7-6
libframecpp8-11
libframecpp9-0
libframecppc4
libframecppcmn12

Change Logs

* Thu Aug 29 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.0.4:
  * Corrected initialization order
  * Initialized all option variables for framecpp_verify (closes
    [#209])
  * Restored CRC effecientcy (closes #164)
  * Restore framecpp_compare (closes #165)
  * Corrected handling of composite compression modes
  * Corrected translation of compression mode flags going from
    version 8 frame specification to version 9 frame specification
  * Added ability to specify version of frame to write
- Enable LTO.
* Thu Jan 18 2024 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 3.0.2:
  * Corrected handling of ZERO_SUPPRESS_OTHERWISE_GZIP (closes
    computing/ldastools/LDAS_Tools#159)
  * Added GetNDataValid function and other functions to
    access/manipulate dataValid vector to FrVect (closes
    computing/ldastools/LDAS_Tools#160)
  * Modified function signature of
    FrameCPP::Version9::FrVect::SetDataValid to accept const
    CHAR_U* as first parameter (closes
    computing/ldastools/LDAS_Tools#161)
- Changes from older versions: see
  %{_docdir}/ldas-tools-framecpp-devel/ChangeLog.md
- Update shared lib names to keep up with upstream so versions,
  and define macros to keep them all consistent across the spec.
- Use cmake macros to build; in addition pass
  - DCMAKE_SKIP_INSTALL_RPATH=ON to avoid rpaths in installed
  binaries.
- Disable builds on 32 bit systems where builds fail due to `long
  long unsigned int` vs `size_t` types mismatch.
- Boost >= 1.67.0 is now required for builds.
- Drop ldas-tools-framecpp-no-return-from-nonvoid-func.patch:
  fixed upstream.
Version: 2.7.0-bp155.1.7
* Wed Apr 27 2022 Jan Engelhardt <jengelh@inai.de>
- Resolve rpmlint report "libframecpp.x86_64: E:
  shlib-policy-name-error SONAME: libframecpp.so.12, expected
  package suffix: 12" and similar.
- Run fdupes over more files.
* Fri Oct 23 2020 Atri Bhattacharya <badshah400@gmail.com>
- Add ldas-tools-framecpp-fix-pkgconfig.patch -- Fix paths in
  pkgconfig file when absolute paths to LIBDIR and INCLUDEDIR are
  specified to cmake.
* Wed Aug 12 2020 Atri Bhattacharya <badshah400@gmail.com>
- Add _constraints to allocate at least 2 GB memory to prevent OOM
  build failures on Tumbleweed.
- Use memory-constraints to limit the number of threads to require
  at least 2 GB per thread.
* Thu Apr 23 2020 Atri Bhattacharya <badshah400@gmail.com>
- Set CMAKE_SKIP_INSTALL_RPATH to ON avoid build failures on
  openSUSE 15.x.
* Thu Mar 12 2020 Atri Bhattacharya <badshah400@gmail.com>
- Disable link-time-optimization to fix builds on openSUSE
  Tumbleweed.
* Wed Oct 02 2019 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 2.7.0
- Add ldas-tools-framecpp-no-return-from-nonvoid-func.patch to fix
  a non-void function which was not returning any data.
* Thu Feb 07 2019 badshah400@gmail.com
- Add zlib, openssl, ldastoolsal, and libboost_program_options
  Requires for -devel pkg.
* Sun Feb 03 2019 badshah400@gmail.com
- Initial package.