Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tiny: update to 0.11.0.
@ 2023-07-17 18:19 lukas-jo
  2023-07-17 18:28 ` [PR PATCH] [Updated] " lukas-jo
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: lukas-jo @ 2023-07-17 18:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lukas-jo/void-packages tiny-0.11.0
https://github.com/void-linux/void-packages/pull/45089

tiny: update to 0.11.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl


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

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

From 5ffd24f6c51e891620bdc1f8bbe9cbd1c6897397 Mon Sep 17 00:00:00 2001
From: lukas-jo <lukas.jordan@pm.me>
Date: Mon, 17 Jul 2023 20:17:38 +0200
Subject: [PATCH] tiny: update to 0.11.0.

---
 srcpkgs/tiny/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template
index 47690c51848a..1feedca59e99 100644
--- a/srcpkgs/tiny/template
+++ b/srcpkgs/tiny/template
@@ -1,6 +1,6 @@
 # Template file for 'tiny'
 pkgname=tiny
-version=0.10.0
+version=0.11.0
 revision=2
 build_wrksrc="crates/tiny"
 build_style=cargo
@@ -11,12 +11,13 @@ short_desc="Tiny terminal IRC client"
 maintainer="eoli3n <jonathan.kirszling@runbox.com>"
 license="MIT"
 homepage="https://github.com/osa1/tiny"
-distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=7f4751b5e34057ba65e86f3819f2ae8288307a5a8e83e5fbb2733759c8100cb7
+changelog="https://raw.githubusercontent.com/osa1/tiny/master/CHANGELOG.md"
+distfiles="https://github.com/osa1/tiny/archive/refs/tags/v${version}.tar.gz"
+checksum=4bd412760a35ff41220ab918702d003c710379537db9621477f63ee201a68440
 
 pre_build() {
 	# fixes an indexmap error when cross compiling
-	cargo update --package autocfg:1.0.1 --precise 1.1.0
+	cargo update --package autocfg:1.1.0 --precise 1.1.0
 }
 
 post_install() {

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

* Re: [PR PATCH] [Updated] tiny: update to 0.11.0.
  2023-07-17 18:19 [PR PATCH] tiny: update to 0.11.0 lukas-jo
@ 2023-07-17 18:28 ` lukas-jo
  2023-07-17 20:04 ` icp1994
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: lukas-jo @ 2023-07-17 18:28 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by lukas-jo against master on the void-packages repository

https://github.com/lukas-jo/void-packages tiny-0.11.0
https://github.com/void-linux/void-packages/pull/45089

tiny: update to 0.11.0.
#### Testing the changes
- I tested the changes in this PR: **briefly**

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl


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

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

From 85083f94e02882188a7f17a2ed3600031cffe779 Mon Sep 17 00:00:00 2001
From: lukas-jo <lukas.jordan@pm.me>
Date: Mon, 17 Jul 2023 20:17:38 +0200
Subject: [PATCH] tiny: update to 0.11.0.

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

diff --git a/srcpkgs/tiny/template b/srcpkgs/tiny/template
index 47690c51848a..b3b75ecddc0e 100644
--- a/srcpkgs/tiny/template
+++ b/srcpkgs/tiny/template
@@ -1,7 +1,7 @@
 # Template file for 'tiny'
 pkgname=tiny
-version=0.10.0
-revision=2
+version=0.11.0
+revision=1
 build_wrksrc="crates/tiny"
 build_style=cargo
 configure_args="--no-default-features --features=desktop-notifications --features=tls-native"
@@ -11,12 +11,13 @@ short_desc="Tiny terminal IRC client"
 maintainer="eoli3n <jonathan.kirszling@runbox.com>"
 license="MIT"
 homepage="https://github.com/osa1/tiny"
-distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
-checksum=7f4751b5e34057ba65e86f3819f2ae8288307a5a8e83e5fbb2733759c8100cb7
+changelog="https://raw.githubusercontent.com/osa1/tiny/master/CHANGELOG.md"
+distfiles="https://github.com/osa1/tiny/archive/refs/tags/v${version}.tar.gz"
+checksum=4bd412760a35ff41220ab918702d003c710379537db9621477f63ee201a68440
 
 pre_build() {
 	# fixes an indexmap error when cross compiling
-	cargo update --package autocfg:1.0.1 --precise 1.1.0
+	cargo update --package autocfg:1.1.0 --precise 1.1.0
 }
 
 post_install() {

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

* Re: tiny: update to 0.11.0.
  2023-07-17 18:19 [PR PATCH] tiny: update to 0.11.0 lukas-jo
  2023-07-17 18:28 ` [PR PATCH] [Updated] " lukas-jo
@ 2023-07-17 20:04 ` icp1994
  2023-07-17 20:24 ` lukas-jo
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-07-17 20:04 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/45089#issuecomment-1638792090

Comment:
Remove the `pre_build()`, it's not required anymore.

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

* Re: tiny: update to 0.11.0.
  2023-07-17 18:19 [PR PATCH] tiny: update to 0.11.0 lukas-jo
  2023-07-17 18:28 ` [PR PATCH] [Updated] " lukas-jo
  2023-07-17 20:04 ` icp1994
@ 2023-07-17 20:24 ` lukas-jo
  2023-07-17 20:30 ` icp1994
  2023-07-24 20:53 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: lukas-jo @ 2023-07-17 20:24 UTC (permalink / raw)
  To: ml

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

New comment by lukas-jo on void-packages repository

https://github.com/void-linux/void-packages/pull/45089#issuecomment-1638818760

Comment:
tried it, but I still get an error, that the lock file needs to be updated when building without the `pre_build()`

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

* Re: tiny: update to 0.11.0.
  2023-07-17 18:19 [PR PATCH] tiny: update to 0.11.0 lukas-jo
                   ` (2 preceding siblings ...)
  2023-07-17 20:24 ` lukas-jo
@ 2023-07-17 20:30 ` icp1994
  2023-07-24 20:53 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-07-17 20:30 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/45089#issuecomment-1638826146

Comment:
https://github.com/osa1/tiny/blob/v0.11.0/Cargo.lock#L1538 the version here needs to be patched as 0.11.0

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

* Re: [PR PATCH] [Merged]: tiny: update to 0.11.0.
  2023-07-17 18:19 [PR PATCH] tiny: update to 0.11.0 lukas-jo
                   ` (3 preceding siblings ...)
  2023-07-17 20:30 ` icp1994
@ 2023-07-24 20:53 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-07-24 20:53 UTC (permalink / raw)
  To: ml

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

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

tiny: update to 0.11.0.
https://github.com/void-linux/void-packages/pull/45089

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

#### Local build testing
- I built this PR locally for my native architecture, x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl


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

end of thread, other threads:[~2023-07-24 20:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-17 18:19 [PR PATCH] tiny: update to 0.11.0 lukas-jo
2023-07-17 18:28 ` [PR PATCH] [Updated] " lukas-jo
2023-07-17 20:04 ` icp1994
2023-07-17 20:24 ` lukas-jo
2023-07-17 20:30 ` icp1994
2023-07-24 20:53 ` [PR PATCH] [Merged]: " Duncaen

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).