Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libgusb: update to 0.3.6.
@ 2021-04-13 15:39 skmpz
  2021-04-13 15:49 ` skmpz
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: skmpz @ 2021-04-13 15:39 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages libgusb-0.3.6
https://github.com/void-linux/void-packages/pull/30212

libgusb: update to 0.3.6.
<!-- 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?
- [ ] 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? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

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

From 092eb76f45c1a79e8b586eadbf2e13354763488a Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Tue, 13 Apr 2021 18:39:05 +0300
Subject: [PATCH] libgusb: update to 0.3.6.

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

diff --git a/srcpkgs/libgusb/template b/srcpkgs/libgusb/template
index a0b23823b21e..0f477ec5e026 100644
--- a/srcpkgs/libgusb/template
+++ b/srcpkgs/libgusb/template
@@ -1,6 +1,6 @@
 # Template file for 'libgusb'
 pkgname=libgusb
-version=0.3.5
+version=0.3.6
 revision=1
 build_style=meson
 build_helper="gir"
@@ -15,7 +15,7 @@ license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/libgusb"
 changelog="https://raw.githubusercontent.com/hughsie/libgusb/master/NEWS"
 distfiles="http://people.freedesktop.org/~hughsient/releases/${pkgname}-${version}.tar.xz"
-checksum=5b2a00c6997cc4b0133c5a5748a2e616e9e7504626922105b62aadced78e65df
+checksum=13277948a2ee06861234938089aea21bce6ad862f14c81a2efa85340ed701efd
 
 build_options="gir vala"
 build_options_default="gir vala"

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

* Re: libgusb: update to 0.3.6.
  2021-04-13 15:39 [PR PATCH] libgusb: update to 0.3.6 skmpz
@ 2021-04-13 15:49 ` skmpz
  2021-04-13 15:49 ` skmpz
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: skmpz @ 2021-04-13 15:49 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/30212#issuecomment-818842967

Comment:
Any ideas about tests failure? I've run them locally and it passed fine.

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

* Re: libgusb: update to 0.3.6.
  2021-04-13 15:39 [PR PATCH] libgusb: update to 0.3.6 skmpz
  2021-04-13 15:49 ` skmpz
@ 2021-04-13 15:49 ` skmpz
  2021-04-13 15:55 ` the-eater
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: skmpz @ 2021-04-13 15:49 UTC (permalink / raw)
  To: ml

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

New comment by skmpz on void-packages repository

https://github.com/void-linux/void-packages/pull/30212#issuecomment-818842967

Comment:
Any ideas about tests failure? I've run them locally and they passed fine.

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

* Re: libgusb: update to 0.3.6.
  2021-04-13 15:39 [PR PATCH] libgusb: update to 0.3.6 skmpz
  2021-04-13 15:49 ` skmpz
  2021-04-13 15:49 ` skmpz
@ 2021-04-13 15:55 ` the-eater
  2021-04-14 12:03 ` ericonr
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: the-eater @ 2021-04-13 15:55 UTC (permalink / raw)
  To: ml

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

New comment by the-eater on void-packages repository

https://github.com/void-linux/void-packages/pull/30212#issuecomment-818847549

Comment:
have you tried to locally run the tests in a container? I think the tests don't work in containers due to the lack of access to usb devices (libgusb their own CI also has tests disabled)

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

* Re: libgusb: update to 0.3.6.
  2021-04-13 15:39 [PR PATCH] libgusb: update to 0.3.6 skmpz
                   ` (2 preceding siblings ...)
  2021-04-13 15:55 ` the-eater
@ 2021-04-14 12:03 ` ericonr
  2021-04-14 12:52 ` [PR PATCH] [Updated] " skmpz
  2021-04-16  0:43 ` [PR PATCH] [Closed]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-04-14 12:03 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/30212#issuecomment-819465125

Comment:
Should be ok to mark as `make_check=extended`, then.

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

* Re: [PR PATCH] [Updated] libgusb: update to 0.3.6.
  2021-04-13 15:39 [PR PATCH] libgusb: update to 0.3.6 skmpz
                   ` (3 preceding siblings ...)
  2021-04-14 12:03 ` ericonr
@ 2021-04-14 12:52 ` skmpz
  2021-04-16  0:43 ` [PR PATCH] [Closed]: " ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: skmpz @ 2021-04-14 12:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/skmpz/void-packages libgusb-0.3.6
https://github.com/void-linux/void-packages/pull/30212

libgusb: update to 0.3.6.
<!-- 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?
- [ ] 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? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

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

From ec6e3a3e7ca227ce0bbd77b0d3fd22d74fb2d9f9 Mon Sep 17 00:00:00 2001
From: skmpz <dem.procopiou@gmail.com>
Date: Tue, 13 Apr 2021 18:39:05 +0300
Subject: [PATCH] libgusb: update to 0.3.6.

---
 srcpkgs/libgusb/template | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libgusb/template b/srcpkgs/libgusb/template
index a0b23823b21e..4083a3ebe0d1 100644
--- a/srcpkgs/libgusb/template
+++ b/srcpkgs/libgusb/template
@@ -1,6 +1,6 @@
 # Template file for 'libgusb'
 pkgname=libgusb
-version=0.3.5
+version=0.3.6
 revision=1
 build_style=meson
 build_helper="gir"
@@ -15,7 +15,8 @@ license="LGPL-2.1-or-later"
 homepage="https://github.com/hughsie/libgusb"
 changelog="https://raw.githubusercontent.com/hughsie/libgusb/master/NEWS"
 distfiles="http://people.freedesktop.org/~hughsient/releases/${pkgname}-${version}.tar.xz"
-checksum=5b2a00c6997cc4b0133c5a5748a2e616e9e7504626922105b62aadced78e65df
+checksum=13277948a2ee06861234938089aea21bce6ad862f14c81a2efa85340ed701efd
+make_check=extended
 
 build_options="gir vala"
 build_options_default="gir vala"

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

* Re: [PR PATCH] [Closed]: libgusb: update to 0.3.6.
  2021-04-13 15:39 [PR PATCH] libgusb: update to 0.3.6 skmpz
                   ` (4 preceding siblings ...)
  2021-04-14 12:52 ` [PR PATCH] [Updated] " skmpz
@ 2021-04-16  0:43 ` ericonr
  5 siblings, 0 replies; 7+ messages in thread
From: ericonr @ 2021-04-16  0:43 UTC (permalink / raw)
  To: ml

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

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

libgusb: update to 0.3.6.
https://github.com/void-linux/void-packages/pull/30212

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?
- [ ] 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? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] 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
-->


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

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

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-13 15:39 [PR PATCH] libgusb: update to 0.3.6 skmpz
2021-04-13 15:49 ` skmpz
2021-04-13 15:49 ` skmpz
2021-04-13 15:55 ` the-eater
2021-04-14 12:03 ` ericonr
2021-04-14 12:52 ` [PR PATCH] [Updated] " skmpz
2021-04-16  0:43 ` [PR PATCH] [Closed]: " 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).