Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] tinyxml2: update to 8.0.0
@ 2020-12-01  4:52 ndowens
  2020-12-17 17:57 ` ahesford
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ndowens @ 2020-12-01  4:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages tinyxml2
https://github.com/void-linux/void-packages/pull/26855

tinyxml2: update to 8.0.0
Tested using LGOGDownloader fine.

A patch file from https://github.com/void-linux/void-packages/pull/26855.patch is attached

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

From bf2181f94b3c0ce5ca055d67c6f5845d61261be9 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 30 Nov 2020 22:44:50 -0600
Subject: [PATCH 1/3] LGOGDownloader: revbump against tinyxml2

---
 srcpkgs/LGOGDownloader/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/LGOGDownloader/template b/srcpkgs/LGOGDownloader/template
index e497a40f7cd..6ff1447bb3e 100644
--- a/srcpkgs/LGOGDownloader/template
+++ b/srcpkgs/LGOGDownloader/template
@@ -1,7 +1,7 @@
 # Template file for 'LGOGDownloader'
 pkgname=LGOGDownloader
 version=3.7
-revision=3
+revision=4
 wrksrc="lgogdownloader-${version}"
 build_style=cmake
 hostmakedepends="pkg-config"

From e8de3f35ec5d727a45fa02748c995d1c913a8165 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 30 Nov 2020 22:45:44 -0600
Subject: [PATCH 2/3] kodi-addon-pvr-zattoo: revbump against tinyxml2

---
 srcpkgs/kodi-addon-pvr-zattoo/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/kodi-addon-pvr-zattoo/template b/srcpkgs/kodi-addon-pvr-zattoo/template
index 8e2d237bdd4..6dba619aa96 100644
--- a/srcpkgs/kodi-addon-pvr-zattoo/template
+++ b/srcpkgs/kodi-addon-pvr-zattoo/template
@@ -1,7 +1,7 @@
 # Template file for 'kodi-addon-pvr-zattoo'
 pkgname=kodi-addon-pvr-zattoo
 version=18.1.21
-revision=1
+revision=2
 _kodi_release=Leia
 wrksrc="pvr.zattoo-${version}-${_kodi_release}"
 build_style=cmake

From bbe024b70525ad49268247ab2a043bc0d5e3ee27 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 30 Nov 2020 22:44:10 -0600
Subject: [PATCH 3/3] tinyxml2: update to 8.0.0

---
 common/shlibs             | 2 +-
 srcpkgs/tinyxml2/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 81bfe84e664..f07fe77c6cf 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1246,7 +1246,7 @@ libgranite.so.5 granite-0.5.0_1
 libprotobuf-vala.so.0 libprotobuf-vala-0.1.0_1
 librlog.so.5 librlog-1.4_1
 libtinyxml.so.0 tinyxml-2.6.2_1
-libtinyxml2.so.7 tinyxml2-7.0.0_1
+libtinyxml2.so.8 tinyxml2-8.0.0_1
 libbluray.so.2 libbluray-1.0.0_1
 libnfs.so.13 libnfs-4.0.0_1
 libzip.so.5 libzip-1.2_1
diff --git a/srcpkgs/tinyxml2/template b/srcpkgs/tinyxml2/template
index 73aaf563664..04bfaab29f9 100644
--- a/srcpkgs/tinyxml2/template
+++ b/srcpkgs/tinyxml2/template
@@ -1,6 +1,6 @@
 # Template file for 'tinyxml2'
 pkgname=tinyxml2
-version=7.1.0
+version=8.0.0
 revision=1
 build_style=cmake
 short_desc="Simple, small and efficient C++ XML parser"
@@ -8,7 +8,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="Zlib"
 homepage="http://www.grinninglizard.com/tinyxml2/index.html"
 distfiles="https://github.com/leethomason/tinyxml2/archive/${version}.tar.gz"
-checksum=68ebd396a4220d5a9b5a621c6e9c66349c5cfdf5efaea3f16e3bb92e45f4e2a3
+checksum=6ce574fbb46751842d23089485ae73d3db12c1b6639cda7721bf3a7ee862012c
 
 tinyxml2-devel_package() {
 	depends="tinyxml2-${version}_${revision}"

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

* Re: tinyxml2: update to 8.0.0
  2020-12-01  4:52 [PR PATCH] tinyxml2: update to 8.0.0 ndowens
@ 2020-12-17 17:57 ` ahesford
  2020-12-17 18:06 ` [PR PATCH] [Closed]: " ahesford
  2020-12-17 20:05 ` ndowens
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-12-17 17:57 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/26855#issuecomment-747600744

Comment:
I fixed the order for this one, but please make sure in the future that library bumps occur in git history *before* necessary revbumps against them.

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

* Re: [PR PATCH] [Closed]: tinyxml2: update to 8.0.0
  2020-12-01  4:52 [PR PATCH] tinyxml2: update to 8.0.0 ndowens
  2020-12-17 17:57 ` ahesford
@ 2020-12-17 18:06 ` ahesford
  2020-12-17 20:05 ` ndowens
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2020-12-17 18:06 UTC (permalink / raw)
  To: ml

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

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

tinyxml2: update to 8.0.0
https://github.com/void-linux/void-packages/pull/26855

Description:
Tested using LGOGDownloader fine.

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

* Re: tinyxml2: update to 8.0.0
  2020-12-01  4:52 [PR PATCH] tinyxml2: update to 8.0.0 ndowens
  2020-12-17 17:57 ` ahesford
  2020-12-17 18:06 ` [PR PATCH] [Closed]: " ahesford
@ 2020-12-17 20:05 ` ndowens
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-12-17 20:05 UTC (permalink / raw)
  To: ml

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

New comment by ndowens on void-packages repository

https://github.com/void-linux/void-packages/pull/26855#issuecomment-747671048

Comment:
I thought I did, atleast in how GH shows it; usually The revbumps are at top and dep is below those(in git rebase -i ... view)

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

end of thread, other threads:[~2020-12-17 20:05 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-01  4:52 [PR PATCH] tinyxml2: update to 8.0.0 ndowens
2020-12-17 17:57 ` ahesford
2020-12-17 18:06 ` [PR PATCH] [Closed]: " ahesford
2020-12-17 20:05 ` ndowens

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