Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] bluez: update to 5.70.
@ 2023-10-11 11:59 mhmdanas
  2023-10-11 15:36 ` Bnyro
  2023-10-24 13:03 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-10-11 11:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages bluez-5.70
https://github.com/void-linux/void-packages/pull/46594

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

#### Testing the changes
- I tested the changes in this PR: **NO** (bluetooth doesn't seem to be working properly on my laptop...)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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/46594.patch is attached

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

From c1d645d899d47e25615e76cf13b63ffd07144edb Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Wed, 11 Oct 2023 12:58:18 +0100
Subject: [PATCH] bluez: update to 5.70.

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

diff --git a/srcpkgs/bluez/template b/srcpkgs/bluez/template
index f1a1ca5b72fa4..8bb8bed0d263f 100644
--- a/srcpkgs/bluez/template
+++ b/srcpkgs/bluez/template
@@ -1,6 +1,6 @@
 # Template file for 'bluez'
 pkgname=bluez
-version=5.68
+version=5.70
 revision=1
 build_style=gnu-configure
 configure_args="--with-udevdir=/usr/lib/udev --disable-systemd
@@ -14,8 +14,9 @@ short_desc="Bluetooth tools and daemons"
 maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="http://www.bluez.org/"
-distfiles="${KERNEL_SITE}/bluetooth/$pkgname-$version.tar.xz"
-checksum=fc505e6445cb579a55cacee6821fe70d633921522043d322b696de0a175ff933
+changelog="https://git.kernel.org/pub/scm/bluetooth/bluez.git/plain/ChangeLog"
+distfiles="${KERNEL_SITE}/bluetooth/bluez-${version}.tar.xz"
+checksum=37e372e916955e144cb882f888e4be40898f10ae3b7c213ddcdd55ee9c009278
 conf_files="/etc/bluetooth/main.conf"
 system_groups="bluetooth"
 

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

* Re: bluez: update to 5.70.
  2023-10-11 11:59 [PR PATCH] bluez: update to 5.70 mhmdanas
@ 2023-10-11 15:36 ` Bnyro
  2023-10-24 13:03 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: Bnyro @ 2023-10-11 15:36 UTC (permalink / raw)
  To: ml

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

New comment by Bnyro on void-packages repository

https://github.com/void-linux/void-packages/pull/46594#issuecomment-1757975591

Comment:
Works fine for me.

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

* Re: [PR PATCH] [Merged]: bluez: update to 5.70.
  2023-10-11 11:59 [PR PATCH] bluez: update to 5.70 mhmdanas
  2023-10-11 15:36 ` Bnyro
@ 2023-10-24 13:03 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2023-10-24 13:03 UTC (permalink / raw)
  To: ml

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

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

bluez: update to 5.70.
https://github.com/void-linux/void-packages/pull/46594

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

#### Testing the changes
- I tested the changes in this PR: **NO** (bluetooth doesn't seem to be working properly on my laptop...)

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- 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] 3+ messages in thread

end of thread, other threads:[~2023-10-24 13:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11 11:59 [PR PATCH] bluez: update to 5.70 mhmdanas
2023-10-11 15:36 ` Bnyro
2023-10-24 13:03 ` [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).