Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libosinfo: update to 1.10.0.
@ 2022-02-15 17:42 tibequadorian
  2022-02-19 21:07 ` [PR REVIEW] " paper42
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: tibequadorian @ 2022-02-15 17:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages libosinfo
https://github.com/void-linux/void-packages/pull/35644

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35644.patch is attached

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

From 5d172da92758dab951ced9fe65e5dfa043734233 Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 18:40:23 +0100
Subject: [PATCH] libosinfo: update to 1.10.0.

---
 srcpkgs/libosinfo/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/libosinfo/template b/srcpkgs/libosinfo/template
index e9210c52f08f..2b98ffc3c758 100644
--- a/srcpkgs/libosinfo/template
+++ b/srcpkgs/libosinfo/template
@@ -1,6 +1,6 @@
 # Template file for 'libosinfo'
 pkgname=libosinfo
-version=1.9.0
+version=1.10.0
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=meson
@@ -11,7 +11,7 @@ configure_args="-Denable-introspection=$(vopt_if gir enabled disabled)
 hostmakedepends="glib-devel intltool pkg-config wget hwids
  $(vopt_if gtk_doc gtk-doc)
  $(vopt_if vala vala)"
-makedepends="libxslt-devel libglib-devel libsoup-devel"
+makedepends="libxslt-devel libglib-devel libsoup3-devel"
 depends="osinfo-db hwids"
 short_desc="GObject based library API for managing info about operating systems"
 maintainer="Orphaned <orphan@voidlinux.org>"
@@ -19,7 +19,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://libosinfo.org/"
 changelog="https://gitlab.com/libosinfo/libosinfo/raw/master/NEWS"
 distfiles="https://gitlab.com/libosinfo/libosinfo/-/archive/v${version}/libosinfo-v${version}.tar.gz"
-checksum=7270d7a54f4ea46b21163aa1704caf69a5e8ed980434dac6b9951588cae62ea7
+checksum=e709c5f7d006527caea9b128cdae0ee3404217f2edb9a673ad9574b5eec257fc
 
 build_options="gtk_doc gir vala"
 desc_option_gtk_doc="Build GTK API docs"

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

* Re: [PR REVIEW] libosinfo: update to 1.10.0.
  2022-02-15 17:42 [PR PATCH] libosinfo: update to 1.10.0 tibequadorian
@ 2022-02-19 21:07 ` paper42
  2022-02-19 21:25 ` tibequadorian
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-19 21:07 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/35644#discussion_r810537676

Comment:
We need to be careful about switching to libsoup3, let's not do it now.

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

* Re: [PR REVIEW] libosinfo: update to 1.10.0.
  2022-02-15 17:42 [PR PATCH] libosinfo: update to 1.10.0 tibequadorian
  2022-02-19 21:07 ` [PR REVIEW] " paper42
@ 2022-02-19 21:25 ` tibequadorian
  2022-02-19 21:26 ` [PR PATCH] [Updated] " tibequadorian
  2022-02-19 22:14 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: tibequadorian @ 2022-02-19 21:25 UTC (permalink / raw)
  To: ml

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

New review comment by tibequadorian on void-packages repository

https://github.com/void-linux/void-packages/pull/35644#discussion_r810539239

Comment:
Alright, I just saw in the changelog that it's preferred over libsoup2. Is libsoup3 still unstable?

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

* Re: [PR PATCH] [Updated] libosinfo: update to 1.10.0.
  2022-02-15 17:42 [PR PATCH] libosinfo: update to 1.10.0 tibequadorian
  2022-02-19 21:07 ` [PR REVIEW] " paper42
  2022-02-19 21:25 ` tibequadorian
@ 2022-02-19 21:26 ` tibequadorian
  2022-02-19 22:14 ` [PR PATCH] [Merged]: " paper42
  3 siblings, 0 replies; 5+ messages in thread
From: tibequadorian @ 2022-02-19 21:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/tibequadorian/void-packages libosinfo
https://github.com/void-linux/void-packages/pull/35644

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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/35644.patch is attached

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

From 636b9dcbc027860a7be78153abc5da49e6bb241b Mon Sep 17 00:00:00 2001
From: tibequadorian <tibequadorian@posteo.de>
Date: Tue, 15 Feb 2022 18:40:23 +0100
Subject: [PATCH] libosinfo: update to 1.10.0.

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

diff --git a/srcpkgs/libosinfo/template b/srcpkgs/libosinfo/template
index e9210c52f08f..5e8fe246c2b1 100644
--- a/srcpkgs/libosinfo/template
+++ b/srcpkgs/libosinfo/template
@@ -1,6 +1,6 @@
 # Template file for 'libosinfo'
 pkgname=libosinfo
-version=1.9.0
+version=1.10.0
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=meson
@@ -19,7 +19,7 @@ license="GPL-2.0-or-later, LGPL-2.1-or-later"
 homepage="https://libosinfo.org/"
 changelog="https://gitlab.com/libosinfo/libosinfo/raw/master/NEWS"
 distfiles="https://gitlab.com/libosinfo/libosinfo/-/archive/v${version}/libosinfo-v${version}.tar.gz"
-checksum=7270d7a54f4ea46b21163aa1704caf69a5e8ed980434dac6b9951588cae62ea7
+checksum=e709c5f7d006527caea9b128cdae0ee3404217f2edb9a673ad9574b5eec257fc
 
 build_options="gtk_doc gir vala"
 desc_option_gtk_doc="Build GTK API docs"

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

* Re: [PR PATCH] [Merged]: libosinfo: update to 1.10.0.
  2022-02-15 17:42 [PR PATCH] libosinfo: update to 1.10.0 tibequadorian
                   ` (2 preceding siblings ...)
  2022-02-19 21:26 ` [PR PATCH] [Updated] " tibequadorian
@ 2022-02-19 22:14 ` paper42
  3 siblings, 0 replies; 5+ messages in thread
From: paper42 @ 2022-02-19 22:14 UTC (permalink / raw)
  To: ml

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

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

libosinfo: update to 1.10.0.
https://github.com/void-linux/void-packages/pull/35644

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

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

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

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](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] 5+ messages in thread

end of thread, other threads:[~2022-02-19 22:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-15 17:42 [PR PATCH] libosinfo: update to 1.10.0 tibequadorian
2022-02-19 21:07 ` [PR REVIEW] " paper42
2022-02-19 21:25 ` tibequadorian
2022-02-19 21:26 ` [PR PATCH] [Updated] " tibequadorian
2022-02-19 22:14 ` [PR PATCH] [Merged]: " paper42

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