Mon, 06 May 2024 22:40:05 UTC | login

Information for build date-3.0.0-3.20200708git6952fb5.fc33

ID178292
Package Namedate
Version3.0.0
Release3.20200708git6952fb5.fc33
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/date.git#efd2b78ca31a8f9e51a4a4b3447e424d645ddf8d
SummaryDate and time library based on the C++11/14/17 <chrono> header
DescriptionThis is actually several separate C++11/C++14/C++17 libraries: - "date.h" is a header-only library which builds upon <chrono>. It adds some new duration types, and new time_point types. It also adds "field" types such as year_month_day which is a struct {year, month, day}. And it provides convenient means to convert between the "field" types and the time_point types. - "tz.h" / "tz.cpp" are a timezone library built on top of the "date.h" library. This timezone library is a complete parser of the IANA timezone database. It provides for an easy way to access all of the data in this database, using the types from "date.h" and <chrono>. The IANA database also includes data on leap seconds, and this library provides utilities to compute with that information as well. Slightly modified versions of "date.h" and "tz.h" were voted into the C++20 working draft.
Built bydavidlt
State complete
Volume DEFAULT
StartedThu, 13 Aug 2020 15:23:32 UTC
CompletedThu, 13 Aug 2020 16:19:22 UTC
Taskbuild (f33, /rpms/date.git:efd2b78ca31a8f9e51a4a4b3447e424d645ddf8d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/date.git#efd2b78ca31a8f9e51a4a4b3447e424d645ddf8d'}}
Tags
f33
f37
f38
RPMs
src
date-3.0.0-3.20200708git6952fb5.fc33.src.rpm (info) (download)
riscv64
date-devel-3.0.0-3.20200708git6952fb5.fc33.riscv64.rpm (info) (download)
libdate-tz-3.0.0-3.20200708git6952fb5.fc33.riscv64.rpm (info) (download)
date-debugsource-3.0.0-3.20200708git6952fb5.fc33.riscv64.rpm (info) (download)
libdate-tz-debuginfo-3.0.0-3.20200708git6952fb5.fc33.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-3.20200708git6952fb5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.0-2.20200708git6952fb5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Wed Jul 08 2020 Aleksei Bavshin <alebastr89@gmail.com> - 3.0.0-1 - Upstream release 3.0.0 (+4 commits from git master) - Rename libtz subpackage to libdate-tz according to upstream change - Use new cmake_build macros with out-of-tree build * Fri Feb 07 2020 Aleksei Bavshin <alebastr89@gmail.com> - 2.4.1-1.20200207git9a0ee254 - Initial import (#1801013)