Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages /
chrono-date
Commits:
5356cfa2 by Brett Cornwall at 2024-10-13T00:44:09-07:00
upgpkg: 3.0.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,22 +1,18 @@
pkgbase = chrono-date
pkgdesc = A date and time library based on the C++11/14/17 <chrono>
header
- pkgver = 3.0.1
- pkgrel = 4
+ pkgver = 3.0.2
+ pkgrel = 1
url = https://howardhinnant.github.io/date/date.html
arch = x86_64
license = MIT
makedepends = cmake
makedepends = git
provides = libdate-tz.so
- source =
chrono-date-3.0.1.tar.gz::https://github.com/HowardHinnant/date/archive/v3.0.1.tar.gz
+ source =
chrono-date-3.0.2.tar.gz::https://github.com/HowardHinnant/date/archive/v3.0.2.tar.gz
source =
538-output-date-pc-for-pkg-config.patch::https://patch-diff.githubusercontent.com/raw/HowardHinnant/date/pull/538.patch
- source =
https://github.com/HowardHinnant/date/commit/052eebaf0086e6bbc5ead01c3f1a8f02496aa701.patch
- source =
https://github.com/HowardHinnant/date/commit/b49a7575ebbe127e8bd344900a52c14b5d69dd7b.patch
source = disable_buggy_libstdc++_tests.patch
- sha256sums =
7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538
+ sha256sums =
0449667ea85c5b411c28d08a53f1e420c73416caa5b693c249dac9763eb97b7c
sha256sums =
c881ae3ae08b46a2137b987e593469d030669c37c9423921a1fac7de512676f3
- sha256sums =
9d8586fce2b98130dbfa5586250a74142f87cde97a9368ae07ebe89e5d6ea586
- sha256sums =
2a14544db6dad5e0f6a674384fccb86144915c45e9d3826f0c49ef2c01143884
sha256sums =
bd770b44554790c8854dd433aa670ecb8071a69bbeb2855c97dc66570d442165
pkgname = chrono-date
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: Brett Cornwall <[email protected]>
pkgname=chrono-date
-pkgver=3.0.1
-pkgrel=4
+pkgver=3.0.2
+pkgrel=1
pkgdesc="A date and time library based on the C++11/14/17 <chrono> header"
arch=(x86_64)
url="https://howardhinnant.github.io/date/date.html"
@@ -16,23 +16,14 @@ provides=(
)
source=("$pkgname-$pkgver.tar.gz::https://github.com/HowardHinnant/date/archive/v$pkgver.tar.gz"
"538-output-date-pc-for-pkg-config.patch::https://patch-diff.githubusercontent.com/raw/HowardHinnant/date/pull/538.patch"
-
"https://github.com/HowardHinnant/date/commit/052eebaf0086e6bbc5ead01c3f1a8f02496aa701.patch"
-
"https://github.com/HowardHinnant/date/commit/b49a7575ebbe127e8bd344900a52c14b5d69dd7b.patch"
"disable_buggy_libstdc++_tests.patch")
-sha256sums=('7a390f200f0ccd207e8cff6757e04817c1a0aec3e327b006b7eb451c57ee3538'
+sha256sums=('0449667ea85c5b411c28d08a53f1e420c73416caa5b693c249dac9763eb97b7c'
'c881ae3ae08b46a2137b987e593469d030669c37c9423921a1fac7de512676f3'
- '9d8586fce2b98130dbfa5586250a74142f87cde97a9368ae07ebe89e5d6ea586'
- '2a14544db6dad5e0f6a674384fccb86144915c45e9d3826f0c49ef2c01143884'
'bd770b44554790c8854dd433aa670ecb8071a69bbeb2855c97dc66570d442165')
prepare() {
cd "date-$pkgver"
- # https://github.com/HowardHinnant/date/issues/671
- # These two patches were commited right after release of 3.0.1 and fix a
- # failing test.
- patch -p1 < ../052eebaf0086e6bbc5ead01c3f1a8f02496aa701.patch
- patch -p1 < ../b49a7575ebbe127e8bd344900a52c14b5d69dd7b.patch
# https://github.com/HowardHinnant/date/issues/537
# Modified to link against date-tz as newer releases of date changed the
library.
patch -p1 < ../538-output-date-pc-for-pkg-config.patch
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chrono-date/-/commit/5356cfa237e00773f3d603430c6ee156ec93f293
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/chrono-date/-/commit/5356cfa237e00773f3d603430c6ee156ec93f293
You're receiving this email because of your account on gitlab.archlinux.org.