Sat, 27 Apr 2024 21:38:10 UTC | login

Information for build e00compr-1.0.1-44.fc40

ID269766
Package Namee00compr
Version1.0.1
Release44.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/e00compr.git#35da6f1afdda251232c8add5dba783874cff5950
SummaryLibrary to compress and uncompress E00 files
DescriptionE00compr is an ANSI C library that reads and writes Arc/Info compressed E00 files. Both “PARTIAL” and “FULL” compression levels are supported. This package can be divided in three parts: • The ‘e00conv’ command-line program. This program takes a E00 file as input (compressed or not) and copies it to a new file with the requested compression level (NONE, PARTIAL or FULL). • A set of library functions to read compressed E00 files. These functions read a E00 file (compressed or not) and return a stream of uncompressed lines, making the E00 file appear as if it was not compressed. • A set of library functions to write compressed E00 files. These functions take one line after another from what should be a uncompressed E00 file, and write them to a file with the requested compression level, either NONE, PARTIAL or FULL. This is a metapackage that installs both the command-line tools (e00compr-tools) and the libraries (e00compr-libs).
Built bydavidlt
State complete
Volume DEFAULT
StartedSun, 26 Nov 2023 14:22:25 UTC
CompletedSun, 26 Nov 2023 15:17:38 UTC
Taskbuild (f40, /rpms/e00compr.git:35da6f1afdda251232c8add5dba783874cff5950)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/e00compr.git#35da6f1afdda251232c8add5dba783874cff5950'}}
Tags
f40
RPMs
src
e00compr-1.0.1-44.fc40.src.rpm (info) (download)
riscv64
e00compr-1.0.1-44.fc40.riscv64.rpm (info) (download)
e00compr-devel-1.0.1-44.fc40.riscv64.rpm (info) (download)
e00compr-libs-1.0.1-44.fc40.riscv64.rpm (info) (download)
e00compr-tools-1.0.1-44.fc40.riscv64.rpm (info) (download)
e00compr-debuginfo-1.0.1-44.fc40.riscv64.rpm (info) (download)
e00compr-debugsource-1.0.1-44.fc40.riscv64.rpm (info) (download)
e00compr-libs-debuginfo-1.0.1-44.fc40.riscv64.rpm (info) (download)
e00compr-tools-debuginfo-1.0.1-44.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
Changelog * Tue Sep 26 2023 Benjamin A. Beasley <code@musicinmybrain.net> 1.0.1-44 - Keep timestamps when converting text file line endings * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 1.0.1-43 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sat Jun 03 2023 Benjamin A. Beasley <code@musicinmybrain.net> 1.0.1-42 - Remove explicit CFLAGS="${CFLAGS:--O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Werror=implicit-function-declaration -Werror=implicit-int -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer }" ; export CFLAGS ; CXXFLAGS="${CXXFLAGS:--O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer }" ; export CXXFLAGS ; FFLAGS="${FFLAGS:--O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules }" ; export FFLAGS ; FCFLAGS="${FCFLAGS:--O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fno-omit-frame-pointer -I/usr/lib64/gfortran/modules }" ; export FCFLAGS ; VALAFLAGS="${VALAFLAGS:--g}" ; export VALAFLAGS ; RUSTFLAGS="${RUSTFLAGS:--Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none -Cforce-frame-pointers=yes -Clink-arg=-Wl,-z,relro -Clink-arg=-Wl,-z,now -Clink-arg=-specs=/usr/lib/rpm/redhat/redhat-package-notes --cap-lints=warn}" ; export RUSTFLAGS ; LDFLAGS="${LDFLAGS:--Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -Wl,--build-id=sha1 -specs=/usr/lib/rpm/redhat/redhat-package-notes }" ; export LDFLAGS ; LT_SYS_LIBRARY_PATH="${LT_SYS_LIBRARY_PATH:-/usr/lib64:}" ; export LT_SYS_LIBRARY_PATH ; CC="${CC:-gcc}" ; export CC ; CXX="${CXX:-g++}" ; export CXX, not needed since F36 * Thu May 04 2023 Benjamin A. Beasley <code@musicinmybrain.net> 1.0.1-41 - Drop i686 support (leaf package) * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> 1.0.1-40 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Tue Dec 20 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.0.1-39 - Indicate dirs. in files list with trailing slashes * Mon Aug 01 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.0.1-38 - Confirm that License is SPDX MIT (no License field change) * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.0.1-37 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Fri Jul 08 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.0.1-36 - Fix duplicate, rather than symlinked, shared library * Fri Jul 08 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.0.1-35 - Fix extra newline in description * Wed Apr 20 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.0.1-34 - Output LICENSE contents when creating it * Wed Apr 20 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.0.1-33 - Fix a typo in a spec file comment * Wed Apr 20 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.0.1-32 - Stop numbering patches * Thu Mar 03 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.0.1-31 - Drop static library from -devel package * Tue Feb 08 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.0.1-30 - Add a note about when to drop the static library * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> 1.0.1-29 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Wed Jan 05 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 1.0.1-26 - Build a shared library in addition to the static one; add a build conditional to disable the static library when dependent packages are ready - Re-organize the contents into subpackages (add -libs and -tools, and let the base package be a metapackage). - Better respect distribution build flags - Fix a possible buffer overflow and patch an unused variable