Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] fwupd: update to 1.8.14.
@ 2023-04-12  8:50 dataCobra
  2023-05-15  5:54 ` [PR PATCH] [Updated] " dataCobra
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: dataCobra @ 2023-04-12  8:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages fwupd
https://github.com/void-linux/void-packages/pull/43406

fwupd: update to 1.8.14.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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/43406.patch is attached

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

From 8807b0970506c6ce8ef76dd609a56279d43c3c81 Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Wed, 12 Apr 2023 10:43:37 +0200
Subject: [PATCH] fwupd: update to 1.8.14.

---
 srcpkgs/fwupd/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template
index 5533d2284f56..5bc84d8419f3 100644
--- a/srcpkgs/fwupd/template
+++ b/srcpkgs/fwupd/template
@@ -1,6 +1,6 @@
 # Template file for 'fwupd'
 pkgname=fwupd
-version=1.8.8
+version=1.8.14
 revision=1
 build_style=meson
 build_helper="gir"
@@ -20,11 +20,11 @@ conf_files="
  /etc/fwupd/*.conf
  /etc/fwupd/remotes.d/*.conf"
 short_desc="Daemon to allow session software to update firmware"
-maintainer="Érico Nogueira <ericonr@disroot.org>"
+maintainer="dataCobra <datacobra@thinkbot.de>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fwupd/fwupd"
 distfiles="https://github.com/fwupd/fwupd/archive/${version}.tar.gz"
-checksum=8a8f90680c1598407380ad57c15898bd48a903f2a74f3a97469a8e68b18f1fc1
+checksum=02d31bbfb70219d2b86d5fba216f6dbaba89fac4cfc79508cece6cb79ec1d0dc
 replaces="fwupdate>=0"
 
 case "$XBPS_TARGET_MACHINE" in
@@ -62,7 +62,6 @@ pre_build() {
 }
 
 post_install() {
-	vcompletion data/bash-completion/fwupdagent bash fwupdagent
 	vcompletion data/bash-completion/fwupdmgr bash fwupdmgr
 	vcompletion data/bash-completion/fwupdtool bash fwupdtool
 }

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

* Re: [PR PATCH] [Updated] fwupd: update to 1.8.14.
  2023-04-12  8:50 [PR PATCH] fwupd: update to 1.8.14 dataCobra
@ 2023-05-15  5:54 ` dataCobra
  2023-05-15  6:06 ` fwupd: update to 1.9.1 dataCobra
  2023-06-14 17:49 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: dataCobra @ 2023-05-15  5:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/dataCobra/void-packages fwupd
https://github.com/void-linux/void-packages/pull/43406

fwupd: update to 1.8.14.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### 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/43406.patch is attached

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

From 97041a090972e0a183fa11f3c6b51c0574f890bd Mon Sep 17 00:00:00 2001
From: dataCobra <datacobra@thinkbot.de>
Date: Mon, 15 May 2023 07:54:09 +0200
Subject: [PATCH] fwupd: update to 1.9.1.

---
 srcpkgs/fwupd/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/fwupd/template b/srcpkgs/fwupd/template
index 5533d2284f56..4389a718783e 100644
--- a/srcpkgs/fwupd/template
+++ b/srcpkgs/fwupd/template
@@ -1,6 +1,6 @@
 # Template file for 'fwupd'
 pkgname=fwupd
-version=1.8.8
+version=1.9.1
 revision=1
 build_style=meson
 build_helper="gir"
@@ -20,11 +20,11 @@ conf_files="
  /etc/fwupd/*.conf
  /etc/fwupd/remotes.d/*.conf"
 short_desc="Daemon to allow session software to update firmware"
-maintainer="Érico Nogueira <ericonr@disroot.org>"
+maintainer="dataCobra <datacobra@thinkbot.de>"
 license="LGPL-2.1-or-later"
 homepage="https://github.com/fwupd/fwupd"
 distfiles="https://github.com/fwupd/fwupd/archive/${version}.tar.gz"
-checksum=8a8f90680c1598407380ad57c15898bd48a903f2a74f3a97469a8e68b18f1fc1
+checksum=0fe2c371a17007af70034e5393f67a23008111f2a5d1fac96440966029a4e8eb
 replaces="fwupdate>=0"
 
 case "$XBPS_TARGET_MACHINE" in
@@ -62,7 +62,6 @@ pre_build() {
 }
 
 post_install() {
-	vcompletion data/bash-completion/fwupdagent bash fwupdagent
 	vcompletion data/bash-completion/fwupdmgr bash fwupdmgr
 	vcompletion data/bash-completion/fwupdtool bash fwupdtool
 }

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

* Re: fwupd: update to 1.9.1.
  2023-04-12  8:50 [PR PATCH] fwupd: update to 1.8.14 dataCobra
  2023-05-15  5:54 ` [PR PATCH] [Updated] " dataCobra
@ 2023-05-15  6:06 ` dataCobra
  2023-06-14 17:49 ` [PR PATCH] [Merged]: " Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: dataCobra @ 2023-05-15  6:06 UTC (permalink / raw)
  To: ml

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

New comment by dataCobra on void-packages repository

https://github.com/void-linux/void-packages/pull/43406#issuecomment-1547241812

Comment:
I've also tested the new version 1.9.1 successful. :slightly_smiling_face: 


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

* Re: [PR PATCH] [Merged]: fwupd: update to 1.9.1.
  2023-04-12  8:50 [PR PATCH] fwupd: update to 1.8.14 dataCobra
  2023-05-15  5:54 ` [PR PATCH] [Updated] " dataCobra
  2023-05-15  6:06 ` fwupd: update to 1.9.1 dataCobra
@ 2023-06-14 17:49 ` Duncaen
  2 siblings, 0 replies; 4+ messages in thread
From: Duncaen @ 2023-06-14 17:49 UTC (permalink / raw)
  To: ml

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

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

fwupd: update to 1.9.1.
https://github.com/void-linux/void-packages/pull/43406

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)


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

end of thread, other threads:[~2023-06-14 17:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-12  8:50 [PR PATCH] fwupd: update to 1.8.14 dataCobra
2023-05-15  5:54 ` [PR PATCH] [Updated] " dataCobra
2023-05-15  6:06 ` fwupd: update to 1.9.1 dataCobra
2023-06-14 17:49 ` [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).