Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tealdeer: update to 1.5.0
@ 2022-01-04 21:25 cinerea0
  2022-01-05  7:22 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: cinerea0 @ 2022-01-04 21:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1427 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages tldr
https://github.com/void-linux/void-packages/pull/34852

tealdeer: update to 1.5.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
---
According to the [changelog](https://github.com/dbrgn/tealdeer/blob/main/CHANGELOG.md), tealdeer switched to rustls for the 1.5.0 release. As such, the archs had to be restricted to those supported by rustls/ring.

A patch file from https://github.com/void-linux/void-packages/pull/34852.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-tldr-34852.patch --]
[-- Type: text/x-diff, Size: 1308 bytes --]

From c89c109aedb17068f5efedb79cf85305f35093d5 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Tue, 4 Jan 2022 16:20:37 -0500
Subject: [PATCH] tealdeer: update to 1.5.0

---
 srcpkgs/tealdeer/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/tealdeer/template b/srcpkgs/tealdeer/template
index 72b8a1117c2d..b85558712230 100644
--- a/srcpkgs/tealdeer/template
+++ b/srcpkgs/tealdeer/template
@@ -1,18 +1,17 @@
 # Template file for 'tealdeer'
 pkgname=tealdeer
-version=1.4.1
-revision=2
+version=1.5.0
+revision=1
+# uses rustls/ring
+archs="x86_64* aarch64* i686* armv[67]*"
 build_style=cargo
-hostmakedepends="pkg-config"
-makedepends="openssl-devel"
-depends="openssl"
 short_desc="Very fast implementation of tldr in Rust"
 maintainer="jcgruenhage <jan.christian@gruenhage.xyz>"
 license="MIT, Apache-2.0"
 homepage="https://github.com/dbrgn/tealdeer"
 changelog="https://raw.githubusercontent.com/dbrgn/tealdeer/v${version}/CHANGELOG.md"
 distfiles="https://github.com/dbrgn/tealdeer/archive/v${version}.tar.gz"
-checksum=eaf42fe17be751985cbf46c170ef623fcbd36028c88c2e70823492a9335a4a8e
+checksum=00902a50373ab75fedec4578c6c2c02523fad435486918ad9a86ed01f804358a
 alternatives="tldr:/usr/bin/tldr:/usr/bin/tealdeer"
 
 post_install() {

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: tealdeer: update to 1.5.0
  2022-01-04 21:25 [PR PATCH] tealdeer: update to 1.5.0 cinerea0
@ 2022-01-05  7:22 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2022-01-05  7:22 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1277 bytes --]

There's a merged pull request on the void-packages repository

tealdeer: update to 1.5.0
https://github.com/void-linux/void-packages/pull/34852

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->
---
According to the [changelog](https://github.com/dbrgn/tealdeer/blob/main/CHANGELOG.md), tealdeer switched to rustls for the 1.5.0 release. As such, the archs had to be restricted to those supported by rustls/ring.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-05  7:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-04 21:25 [PR PATCH] tealdeer: update to 1.5.0 cinerea0
2022-01-05  7:22 ` [PR PATCH] [Merged]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).