Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] oxipng: update to 5.0.1.
@ 2022-08-18  3:30 AviKav
  2022-08-18  3:50 ` classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: AviKav @ 2022-08-18  3:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AviKav/void-packages oxipng-5.0.1
https://github.com/void-linux/void-packages/pull/38751

oxipng: update to 5.0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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-glibc)



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

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

From 61f0f2d863d5558e2e8e42febf506ff8c8085710 Mon Sep 17 00:00:00 2001
From: AviKav <avikav@avikav.net>
Date: Wed, 17 Aug 2022 21:24:50 -0400
Subject: [PATCH] oxipng: update to 5.0.1.

---
 srcpkgs/oxipng/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/oxipng/template b/srcpkgs/oxipng/template
index 7c0fe86b505d..e02489bbd643 100644
--- a/srcpkgs/oxipng/template
+++ b/srcpkgs/oxipng/template
@@ -1,6 +1,6 @@
 # Template file for 'oxipng'
 pkgname=oxipng
-version=5.0.0
+version=5.0.1
 revision=1
 build_style=cargo
 short_desc="Multithreaded lossless PNG compression optimizer"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://github.com/shssoichiro/oxipng"
 changelog="https://raw.githubusercontent.com/shssoichiro/oxipng/master/CHANGELOG.md"
 distfiles="https://github.com/shssoichiro/oxipng/archive/v${version}.tar.gz"
-checksum=2a3197c9a0afdd91967f9981da7ce684b40eced4191c26c167b3c214a7cfd9ec
+checksum=aff72d2f627617f3f36d9796e65b83eb34f24d2c94f3a55612ade2df8ab8d946
 
 post_install() {
 	vlicense LICENSE

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

* Re: oxipng: update to 5.0.1.
  2022-08-18  3:30 [PR PATCH] oxipng: update to 5.0.1 AviKav
@ 2022-08-18  3:50 ` classabbyamp
  2022-08-20 22:05 ` paper42
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-08-18  3:50 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38751#issuecomment-1219012152

Comment:
solution to cross failure is here: https://github.com/void-linux/void-packages/issues/34889#issuecomment-1161385266 

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

* Re: oxipng: update to 5.0.1.
  2022-08-18  3:30 [PR PATCH] oxipng: update to 5.0.1 AviKav
  2022-08-18  3:50 ` classabbyamp
@ 2022-08-20 22:05 ` paper42
  2022-08-22  7:36 ` [PR PATCH] [Updated] " AviKav
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-08-20 22:05 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38751#issuecomment-1221416889

Comment:
I fixed the cross compilation issue in master, rebase this PR and CI should pass

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

* Re: [PR PATCH] [Updated] oxipng: update to 5.0.1.
  2022-08-18  3:30 [PR PATCH] oxipng: update to 5.0.1 AviKav
  2022-08-18  3:50 ` classabbyamp
  2022-08-20 22:05 ` paper42
@ 2022-08-22  7:36 ` AviKav
  2022-08-22  8:02 ` AviKav
  2022-08-22 16:04 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: AviKav @ 2022-08-22  7:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/AviKav/void-packages oxipng-5.0.1
https://github.com/void-linux/void-packages/pull/38751

oxipng: update to 5.0.1.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### 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-glibc)



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

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

From b3cc4207199c50dfddf0cc0e8330f2e12f437226 Mon Sep 17 00:00:00 2001
From: AviKav <avikav@avikav.net>
Date: Wed, 17 Aug 2022 21:24:50 -0400
Subject: [PATCH] oxipng: update to 5.0.1.

---
 srcpkgs/oxipng/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/oxipng/template b/srcpkgs/oxipng/template
index 065ea3d643d9..b9417e6101ef 100644
--- a/srcpkgs/oxipng/template
+++ b/srcpkgs/oxipng/template
@@ -1,6 +1,6 @@
 # Template file for 'oxipng'
 pkgname=oxipng
-version=5.0.0
+version=5.0.1
 revision=1
 build_style=cargo
 short_desc="Multithreaded lossless PNG compression optimizer"
@@ -9,7 +9,7 @@ license="MIT"
 homepage="https://github.com/shssoichiro/oxipng"
 changelog="https://raw.githubusercontent.com/shssoichiro/oxipng/master/CHANGELOG.md"
 distfiles="https://github.com/shssoichiro/oxipng/archive/v${version}.tar.gz"
-checksum=2a3197c9a0afdd91967f9981da7ce684b40eced4191c26c167b3c214a7cfd9ec
+checksum=aff72d2f627617f3f36d9796e65b83eb34f24d2c94f3a55612ade2df8ab8d946
 
 pre_build() {
 	# fixes an indexmap error when cross compiling

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

* Re: oxipng: update to 5.0.1.
  2022-08-18  3:30 [PR PATCH] oxipng: update to 5.0.1 AviKav
                   ` (2 preceding siblings ...)
  2022-08-22  7:36 ` [PR PATCH] [Updated] " AviKav
@ 2022-08-22  8:02 ` AviKav
  2022-08-22 16:04 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: AviKav @ 2022-08-22  8:02 UTC (permalink / raw)
  To: ml

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

New comment by AviKav on void-packages repository

https://github.com/void-linux/void-packages/pull/38751#issuecomment-1221994034

Comment:
Looks like upstream won't need the downstream dep change post-5.0.1 

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

* Re: [PR PATCH] [Merged]: oxipng: update to 5.0.1.
  2022-08-18  3:30 [PR PATCH] oxipng: update to 5.0.1 AviKav
                   ` (3 preceding siblings ...)
  2022-08-22  8:02 ` AviKav
@ 2022-08-22 16:04 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2022-08-22 16:04 UTC (permalink / raw)
  To: ml

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

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

oxipng: update to 5.0.1.
https://github.com/void-linux/void-packages/pull/38751

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

#### 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-glibc)



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

end of thread, other threads:[~2022-08-22 16:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-18  3:30 [PR PATCH] oxipng: update to 5.0.1 AviKav
2022-08-18  3:50 ` classabbyamp
2022-08-20 22:05 ` paper42
2022-08-22  7:36 ` [PR PATCH] [Updated] " AviKav
2022-08-22  8:02 ` AviKav
2022-08-22 16:04 ` [PR PATCH] [Merged]: " classabbyamp

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