Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ol: update to 2.2.
@ 2021-04-21  9:57 yuriy-chumak
  2021-04-21 10:32 ` yuriy-chumak
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: yuriy-chumak @ 2021-04-21  9:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yuriy-chumak/void-packages ol
https://github.com/void-linux/void-packages/pull/30405

ol: update to 2.2.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture:
  - [x] x86_64
  - [x] x86_64-musl
- [x] I built this PR locally for these architectures:
  - [x] aarch64-musl
  - [x] aarch64
  - [ ] armv5tel-musl
  - [ ] armv5tel
  - [ ] armv5te-musl
  - [ ] armv5te
  - [x] armv6hf-musl
  - [x] armv6hf
  - [x] armv6l-musl
  - [x] armv6l
  - [x] armv7hf-musl
  - [x] armv7hf
  - [x] armv7l-musl
  - [x] armv7l
  - [ ] i686-musl
  - [x] i686
  - [ ] mipselhf-musl
  - [ ] mipsel-musl
  - [ ] mipshf-musl
  - [ ] mips-musl
  - [ ] ppc64le-musl
  - [ ] ppc64le
  - [ ] ppc64-musl
  - [ ] ppc64
  - [ ] ppcle-musl
  - [ ] ppcle
  - [ ] ppc-musl
  - [ ] ppc


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

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

From 1ba1720ed16017960fa9c3d31f944ef9e694fc21 Mon Sep 17 00:00:00 2001
From: Yuriy Chumak <yuriy.chumak@mail.com>
Date: Wed, 21 Apr 2021 10:02:17 +0300
Subject: [PATCH] ol: update to 2.2.

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

diff --git a/srcpkgs/ol/template b/srcpkgs/ol/template
index 1b158b6953b4..67c35ff590f2 100644
--- a/srcpkgs/ol/template
+++ b/srcpkgs/ol/template
@@ -1,6 +1,6 @@
 # Template file for 'ol'
 pkgname=ol
-version=2.1.1
+version=2.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="xxd"
@@ -9,7 +9,7 @@ maintainer="rc-05 <rc23@email.it>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://yuriy-chumak.github.io/ol/"
 distfiles="https://github.com/yuriy-chumak/ol/archive/${version}.tar.gz"
-checksum=ac3fa5e1d7f0fb5ad236c293915000ecfaaadbf1fb0812cbe60609112993b718
+checksum=67db92d71525b648b3cb5ef5398f22d9deb4718951b8ddb1fb167964d8cd02a8
 
 CFLAGS="-lm"
 

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

* Re: ol: update to 2.2.
  2021-04-21  9:57 [PR PATCH] ol: update to 2.2 yuriy-chumak
@ 2021-04-21 10:32 ` yuriy-chumak
  2021-04-21 10:36 ` [PR PATCH] [Updated] " yuriy-chumak
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: yuriy-chumak @ 2021-04-21 10:32 UTC (permalink / raw)
  To: ml

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

New comment by yuriy-chumak on void-packages repository

https://github.com/void-linux/void-packages/pull/30405#issuecomment-823958545

Comment:
Very strange.
The sha256sum of archive is definitely correct.

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

* Re: [PR PATCH] [Updated] ol: update to 2.2.
  2021-04-21  9:57 [PR PATCH] ol: update to 2.2 yuriy-chumak
  2021-04-21 10:32 ` yuriy-chumak
@ 2021-04-21 10:36 ` yuriy-chumak
  2021-04-21 10:37 ` yuriy-chumak
  2021-04-21 16:47 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: yuriy-chumak @ 2021-04-21 10:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yuriy-chumak/void-packages ol
https://github.com/void-linux/void-packages/pull/30405

ol: update to 2.2.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture:
  - [x] x86_64
  - [x] x86_64-musl
- [x] I built this PR locally for these architectures:
  - [x] aarch64-musl
  - [x] aarch64
  - [ ] armv5tel-musl
  - [ ] armv5tel
  - [ ] armv5te-musl
  - [ ] armv5te
  - [x] armv6hf-musl
  - [x] armv6hf
  - [x] armv6l-musl
  - [x] armv6l
  - [x] armv7hf-musl
  - [x] armv7hf
  - [x] armv7l-musl
  - [x] armv7l
  - [ ] i686-musl
  - [x] i686
  - [ ] mipselhf-musl
  - [ ] mipsel-musl
  - [ ] mipshf-musl
  - [ ] mips-musl
  - [ ] ppc64le-musl
  - [ ] ppc64le
  - [ ] ppc64-musl
  - [ ] ppc64
  - [ ] ppcle-musl
  - [ ] ppcle
  - [ ] ppc-musl
  - [ ] ppc


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

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

From 03e731e8c2af5a6aef472a4051dc9fc8ae56140a Mon Sep 17 00:00:00 2001
From: Yuriy Chumak <yuriy.chumak@mail.com>
Date: Wed, 21 Apr 2021 10:02:17 +0300
Subject: [PATCH] ol: update to 2.2.

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

diff --git a/srcpkgs/ol/template b/srcpkgs/ol/template
index 1b158b6953b4..82a12e4db0ad 100644
--- a/srcpkgs/ol/template
+++ b/srcpkgs/ol/template
@@ -1,6 +1,6 @@
 # Template file for 'ol'
 pkgname=ol
-version=2.1.1
+version=2.2
 revision=1
 build_style=gnu-makefile
 hostmakedepends="xxd"
@@ -9,7 +9,7 @@ maintainer="rc-05 <rc23@email.it>"
 license="LGPL-3.0-or-later, MIT"
 homepage="https://yuriy-chumak.github.io/ol/"
 distfiles="https://github.com/yuriy-chumak/ol/archive/${version}.tar.gz"
-checksum=ac3fa5e1d7f0fb5ad236c293915000ecfaaadbf1fb0812cbe60609112993b718
+checksum=a16447849508bf39c24611b35277399531e4ceedb5ee5d4e31828d569fca8e04
 
 CFLAGS="-lm"
 

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

* Re: ol: update to 2.2.
  2021-04-21  9:57 [PR PATCH] ol: update to 2.2 yuriy-chumak
  2021-04-21 10:32 ` yuriy-chumak
  2021-04-21 10:36 ` [PR PATCH] [Updated] " yuriy-chumak
@ 2021-04-21 10:37 ` yuriy-chumak
  2021-04-21 16:47 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: yuriy-chumak @ 2021-04-21 10:37 UTC (permalink / raw)
  To: ml

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

New comment by yuriy-chumak on void-packages repository

https://github.com/void-linux/void-packages/pull/30405#issuecomment-823958545

Comment:
Very strange.
The sha256sum of archive is definitely correct.

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

* Re: [PR PATCH] [Merged]: ol: update to 2.2.
  2021-04-21  9:57 [PR PATCH] ol: update to 2.2 yuriy-chumak
                   ` (2 preceding siblings ...)
  2021-04-21 10:37 ` yuriy-chumak
@ 2021-04-21 16:47 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-04-21 16:47 UTC (permalink / raw)
  To: ml

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

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

ol: update to 2.2.
https://github.com/void-linux/void-packages/pull/30405

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->

#### Does it build and run successfully? 
- [x] I built this PR locally for my native architecture:
  - [x] x86_64
  - [x] x86_64-musl
- [x] I built this PR locally for these architectures:
  - [x] aarch64-musl
  - [x] aarch64
  - [ ] armv5tel-musl
  - [ ] armv5tel
  - [ ] armv5te-musl
  - [ ] armv5te
  - [x] armv6hf-musl
  - [x] armv6hf
  - [x] armv6l-musl
  - [x] armv6l
  - [x] armv7hf-musl
  - [x] armv7hf
  - [x] armv7l-musl
  - [x] armv7l
  - [ ] i686-musl
  - [x] i686
  - [ ] mipselhf-musl
  - [ ] mipsel-musl
  - [ ] mipshf-musl
  - [ ] mips-musl
  - [ ] ppc64le-musl
  - [ ] ppc64le
  - [ ] ppc64-musl
  - [ ] ppc64
  - [ ] ppcle-musl
  - [ ] ppcle
  - [ ] ppc-musl
  - [ ] ppc


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

end of thread, other threads:[~2021-04-21 16:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-21  9:57 [PR PATCH] ol: update to 2.2 yuriy-chumak
2021-04-21 10:32 ` yuriy-chumak
2021-04-21 10:36 ` [PR PATCH] [Updated] " yuriy-chumak
2021-04-21 10:37 ` yuriy-chumak
2021-04-21 16:47 ` [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).