Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pugixml: update to 1.14.
@ 2023-10-05 19:20 Bnyro
  2023-11-13  5:25 ` [PR REVIEW] " classabbyamp
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Bnyro @ 2023-10-05 19:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages pugixml
https://github.com/void-linux/void-packages/pull/46453

pugixml: update to 1.14.

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

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

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

From 78f45b1c297af1f5755c038e30889bfd10ea7ed4 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Thu, 5 Oct 2023 21:21:18 +0200
Subject: [PATCH] pugixml: update to 1.14.

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

diff --git a/srcpkgs/pugixml/template b/srcpkgs/pugixml/template
index f52d7096cce51..c1e358cefae23 100644
--- a/srcpkgs/pugixml/template
+++ b/srcpkgs/pugixml/template
@@ -1,6 +1,6 @@
 # Template file for 'pugixml'
 pkgname=pugixml
-version=1.13
+version=1.14
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=On"
@@ -9,7 +9,7 @@ maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
 homepage="http://pugixml.org/"
 distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz"
-checksum=40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe
+checksum=2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015
 
 post_install() {
 	tail -22 readme.txt > LICENSE

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

* Re: [PR REVIEW] pugixml: update to 1.14.
  2023-10-05 19:20 [PR PATCH] pugixml: update to 1.14 Bnyro
@ 2023-11-13  5:25 ` classabbyamp
  2023-11-13  5:25 ` classabbyamp
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-11-13  5:25 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/46453#discussion_r1390636270

Comment:
https

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

* Re: [PR REVIEW] pugixml: update to 1.14.
  2023-10-05 19:20 [PR PATCH] pugixml: update to 1.14 Bnyro
  2023-11-13  5:25 ` [PR REVIEW] " classabbyamp
@ 2023-11-13  5:25 ` classabbyamp
  2023-11-13 16:58 ` [PR PATCH] [Updated] " Bnyro
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-11-13  5:25 UTC (permalink / raw)
  To: ml

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

New review comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/46453#discussion_r1390636438

Comment:
changelog: https://github.com/zeux/pugixml/releases

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

* Re: [PR PATCH] [Updated] pugixml: update to 1.14.
  2023-10-05 19:20 [PR PATCH] pugixml: update to 1.14 Bnyro
  2023-11-13  5:25 ` [PR REVIEW] " classabbyamp
  2023-11-13  5:25 ` classabbyamp
@ 2023-11-13 16:58 ` Bnyro
  2023-11-13 16:59 ` Bnyro
  2023-11-13 17:02 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2023-11-13 16:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages pugixml
https://github.com/void-linux/void-packages/pull/46453

pugixml: update to 1.14.

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

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

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

From 443ee0e0f3b42558de07922c1477cfca40c4afec Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Thu, 5 Oct 2023 21:21:18 +0200
Subject: [PATCH] pugixml: update to 1.14.

---
 srcpkgs/pugixml/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/pugixml/template b/srcpkgs/pugixml/template
index f52d7096cce51..00a4b4cbc4bd5 100644
--- a/srcpkgs/pugixml/template
+++ b/srcpkgs/pugixml/template
@@ -1,15 +1,16 @@
 # Template file for 'pugixml'
 pkgname=pugixml
-version=1.13
+version=1.14
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=On"
 short_desc="Light-weight, simple and fast XML parser for C++ with XPath support"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
-homepage="http://pugixml.org/"
-distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz"
-checksum=40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe
+homepage="https://pugixml.org/"
+changelog="https://github.com/zeux/pugixml/releases"
+distfiles="https://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz"
+checksum=2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015
 
 post_install() {
 	tail -22 readme.txt > LICENSE

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

* Re: [PR PATCH] [Updated] pugixml: update to 1.14.
  2023-10-05 19:20 [PR PATCH] pugixml: update to 1.14 Bnyro
                   ` (2 preceding siblings ...)
  2023-11-13 16:58 ` [PR PATCH] [Updated] " Bnyro
@ 2023-11-13 16:59 ` Bnyro
  2023-11-13 17:02 ` [PR PATCH] [Merged]: " classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: Bnyro @ 2023-11-13 16:59 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Bnyro/void-packages pugixml
https://github.com/void-linux/void-packages/pull/46453

pugixml: update to 1.14.

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

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

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

From 41dd8b86fa2cb89d35ce8f6948e96335376da399 Mon Sep 17 00:00:00 2001
From: Bnyro <bnyro@tutanota.com>
Date: Thu, 5 Oct 2023 21:21:18 +0200
Subject: [PATCH] pugixml: update to 1.14.

---
 srcpkgs/pugixml/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/pugixml/template b/srcpkgs/pugixml/template
index f52d7096cce51..00a4b4cbc4bd5 100644
--- a/srcpkgs/pugixml/template
+++ b/srcpkgs/pugixml/template
@@ -1,15 +1,16 @@
 # Template file for 'pugixml'
 pkgname=pugixml
-version=1.13
+version=1.14
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=On"
 short_desc="Light-weight, simple and fast XML parser for C++ with XPath support"
 maintainer="Enno Boland <gottox@voidlinux.org>"
 license="MIT"
-homepage="http://pugixml.org/"
-distfiles="http://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz"
-checksum=40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe
+homepage="https://pugixml.org/"
+changelog="https://github.com/zeux/pugixml/releases"
+distfiles="https://github.com/zeux/pugixml/releases/download/v${version}/pugixml-${version}.tar.gz"
+checksum=2f10e276870c64b1db6809050a75e11a897a8d7456c4be5c6b2e35a11168a015
 
 post_install() {
 	tail -22 readme.txt > LICENSE

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

* Re: [PR PATCH] [Merged]: pugixml: update to 1.14.
  2023-10-05 19:20 [PR PATCH] pugixml: update to 1.14 Bnyro
                   ` (3 preceding siblings ...)
  2023-11-13 16:59 ` Bnyro
@ 2023-11-13 17:02 ` classabbyamp
  4 siblings, 0 replies; 6+ messages in thread
From: classabbyamp @ 2023-11-13 17:02 UTC (permalink / raw)
  To: ml

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

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

pugixml: update to 1.14.
https://github.com/void-linux/void-packages/pull/46453

Description:

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

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



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

end of thread, other threads:[~2023-11-13 17:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-05 19:20 [PR PATCH] pugixml: update to 1.14 Bnyro
2023-11-13  5:25 ` [PR REVIEW] " classabbyamp
2023-11-13  5:25 ` classabbyamp
2023-11-13 16:58 ` [PR PATCH] [Updated] " Bnyro
2023-11-13 16:59 ` Bnyro
2023-11-13 17:02 ` [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).