Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] glib-networking: update to 2.74.0.
@ 2022-09-19 22:45 paper42
  2022-09-19 23:02 ` [PR PATCH] [Updated] " paper42
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: paper42 @ 2022-09-19 22:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages glib-networking-2.74
https://github.com/void-linux/void-packages/pull/39379

glib-networking: update to 2.74.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 [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/39379.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-glib-networking-2.74-39379.patch --]
[-- Type: text/x-diff, Size: 1712 bytes --]

From d22aab23ec7eafbec2df9b15ce21207266ca7ae1 Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 19 Sep 2022 23:32:16 +0200
Subject: [PATCH] glib-networking: update to 2.74.0.

---
 srcpkgs/glib-networking/template | 6 +++---
 srcpkgs/glib-networking/update   | 1 +
 2 files changed, 4 insertions(+), 3 deletions(-)
 create mode 100644 srcpkgs/glib-networking/update

diff --git a/srcpkgs/glib-networking/template b/srcpkgs/glib-networking/template
index d0c9c08adc92..3c86f371c495 100644
--- a/srcpkgs/glib-networking/template
+++ b/srcpkgs/glib-networking/template
@@ -1,6 +1,6 @@
 # Template file for 'glib-networking'
 pkgname=glib-networking
-version=2.72.2
+version=2.74.0
 revision=1
 build_style=meson
 configure_args="-Dinstalled_tests=false -Dgnutls=enabled -Dlibproxy=enabled
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/glib-networking/"
 #changelog="https://gitlab.gnome.org/GNOME/glib-networking/-/raw/master/NEWS"
-changelog="https://gitlab.gnome.org/GNOME/glib-networking/-/raw/glib-2-72/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/glib-networking/-/raw/glib-2-74/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=cd2a084c7bb91d78e849fb55d40e472f6d8f6862cddc9f12c39149359ba18268
+checksum=1f185aaef094123f8e25d8fa55661b3fd71020163a0174adb35a37685cda613b
 lib32disabled=yes
diff --git a/srcpkgs/glib-networking/update b/srcpkgs/glib-networking/update
new file mode 100644
index 000000000000..595ee919f0bf
--- /dev/null
+++ b/srcpkgs/glib-networking/update
@@ -0,0 +1 @@
+pattern="glib-networking-[0-9]+\.[0-9]*[02468]\.[0-9]+"

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

* Re: [PR PATCH] [Updated] glib-networking: update to 2.74.0.
  2022-09-19 22:45 [PR PATCH] glib-networking: update to 2.74.0 paper42
@ 2022-09-19 23:02 ` paper42
  2022-09-21 15:35 ` sgn
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-09-19 23:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/paper42/void-packages glib-networking-2.74
https://github.com/void-linux/void-packages/pull/39379

glib-networking: update to 2.74.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 [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/39379.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-glib-networking-2.74-39379.patch --]
[-- Type: text/x-diff, Size: 2001 bytes --]

From d572bf3539340ca0b61b2f4f94a953e16b4767cb Mon Sep 17 00:00:00 2001
From: Michal Vasilek <michal@vasilek.cz>
Date: Mon, 19 Sep 2022 23:32:16 +0200
Subject: [PATCH] glib-networking: update to 2.74.0.

---
 srcpkgs/glib-networking/template | 8 ++++----
 srcpkgs/glib-networking/update   | 1 +
 2 files changed, 5 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/glib-networking/update

diff --git a/srcpkgs/glib-networking/template b/srcpkgs/glib-networking/template
index d0c9c08adc92..50328d0e9ac4 100644
--- a/srcpkgs/glib-networking/template
+++ b/srcpkgs/glib-networking/template
@@ -1,11 +1,11 @@
 # Template file for 'glib-networking'
 pkgname=glib-networking
-version=2.72.2
+version=2.74.0
 revision=1
 build_style=meson
 configure_args="-Dinstalled_tests=false -Dgnutls=enabled -Dlibproxy=enabled
  -Dgnome_proxy=enabled"
-hostmakedepends="pkg-config ca-certificates gettext"
+hostmakedepends="pkg-config ca-certificates gettext glib"
 makedepends="gnutls-devel gsettings-desktop-schemas-devel libglib-devel libproxy-devel"
 depends="gsettings-desktop-schemas"
 checkdepends="glib"
@@ -14,7 +14,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="LGPL-2.1-or-later"
 homepage="https://gitlab.gnome.org/GNOME/glib-networking/"
 #changelog="https://gitlab.gnome.org/GNOME/glib-networking/-/raw/master/NEWS"
-changelog="https://gitlab.gnome.org/GNOME/glib-networking/-/raw/glib-2-72/NEWS"
+changelog="https://gitlab.gnome.org/GNOME/glib-networking/-/raw/glib-2-74/NEWS"
 distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
-checksum=cd2a084c7bb91d78e849fb55d40e472f6d8f6862cddc9f12c39149359ba18268
+checksum=1f185aaef094123f8e25d8fa55661b3fd71020163a0174adb35a37685cda613b
 lib32disabled=yes
diff --git a/srcpkgs/glib-networking/update b/srcpkgs/glib-networking/update
new file mode 100644
index 000000000000..595ee919f0bf
--- /dev/null
+++ b/srcpkgs/glib-networking/update
@@ -0,0 +1 @@
+pattern="glib-networking-[0-9]+\.[0-9]*[02468]\.[0-9]+"

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

* Re: glib-networking: update to 2.74.0.
  2022-09-19 22:45 [PR PATCH] glib-networking: update to 2.74.0 paper42
  2022-09-19 23:02 ` [PR PATCH] [Updated] " paper42
@ 2022-09-21 15:35 ` sgn
  2022-09-21 15:39 ` paper42
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: sgn @ 2022-09-21 15:35 UTC (permalink / raw)
  To: ml

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

New comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/39379#issuecomment-1253881532

Comment:
I guess you knew already, but in order to avoid accidental merge. glib-networking requires glib 2.74.0 which will be reverted by #39394 

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

* Re: glib-networking: update to 2.74.0.
  2022-09-19 22:45 [PR PATCH] glib-networking: update to 2.74.0 paper42
  2022-09-19 23:02 ` [PR PATCH] [Updated] " paper42
  2022-09-21 15:35 ` sgn
@ 2022-09-21 15:39 ` paper42
  2022-09-26 16:48 ` paper42
  2022-09-26 16:48 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-09-21 15:39 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39379#issuecomment-1253885762

Comment:
Yes, I know, I will convert this to a draft to prevent a merge for now

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

* Re: glib-networking: update to 2.74.0.
  2022-09-19 22:45 [PR PATCH] glib-networking: update to 2.74.0 paper42
                   ` (2 preceding siblings ...)
  2022-09-21 15:39 ` paper42
@ 2022-09-26 16:48 ` paper42
  2022-09-26 16:48 ` [PR PATCH] [Merged]: " paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-09-26 16:48 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/39379#issuecomment-1258335387

Comment:
we now have glib 2.74 again, merging

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

* Re: [PR PATCH] [Merged]: glib-networking: update to 2.74.0.
  2022-09-19 22:45 [PR PATCH] glib-networking: update to 2.74.0 paper42
                   ` (3 preceding siblings ...)
  2022-09-26 16:48 ` paper42
@ 2022-09-26 16:48 ` paper42
  4 siblings, 0 replies; 6+ messages in thread
From: paper42 @ 2022-09-26 16:48 UTC (permalink / raw)
  To: ml

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

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

glib-networking: update to 2.74.0.
https://github.com/void-linux/void-packages/pull/39379

Description:
<!-- 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 [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] 6+ messages in thread

end of thread, other threads:[~2022-09-26 16:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-19 22:45 [PR PATCH] glib-networking: update to 2.74.0 paper42
2022-09-19 23:02 ` [PR PATCH] [Updated] " paper42
2022-09-21 15:35 ` sgn
2022-09-21 15:39 ` paper42
2022-09-26 16:48 ` paper42
2022-09-26 16:48 ` [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).