OBS-URL: https://build.opensuse.org/package/show/science/ldas-tools-framecpp?expand=0&rev=11
106 lines
4.2 KiB
Plaintext
106 lines
4.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Oct 8 05:16:13 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Add ldas-tools-framecpp-cmake-no-boost-system.patch -- Drop
|
|
"system" from list of boost components searched in CMake.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 2 06:17:32 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Drop BuildRequires: libboost_system-devel: stub library, no
|
|
longer available or needed.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Aug 29 13:44:28 UTC 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 21:14:23 UTC 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.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 27 09:49:40 UTC 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 07:41:48 UTC 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 14:12:52 UTC 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 09:01:23 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Set CMAKE_SKIP_INSTALL_RPATH to ON avoid build failures on
|
|
openSUSE 15.x.
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Mar 12 14:05:50 UTC 2020 - Atri Bhattacharya <badshah400@gmail.com>
|
|
|
|
- Disable link-time-optimization to fix builds on openSUSE
|
|
Tumbleweed.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Oct 2 14:12:43 UTC 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 7 14:36:44 UTC 2019 - badshah400@gmail.com
|
|
|
|
- Add zlib, openssl, ldastoolsal, and libboost_program_options
|
|
Requires for -devel pkg.
|
|
|
|
-------------------------------------------------------------------
|
|
Sun Feb 3 11:06:10 UTC 2019 - badshah400@gmail.com
|
|
|
|
- Initial package.
|