Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] 66 and oblibs update
@ 2020-08-03 21:18 mobinmob
  2020-08-04 18:13 ` [PR PATCH] [Merged]: " ahesford
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: mobinmob @ 2020-08-03 21:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mobinmob/void-packages 66_oblibs
https://github.com/void-linux/void-packages/pull/24028

66 and oblibs update


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

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

From 540ff80ce1bb1e50a0775615ee0287e938f401d8 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 4 Aug 2020 00:17:25 +0300
Subject: [PATCH 1/2] oblibs: update to 0.1.0.0.

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

diff --git a/srcpkgs/oblibs/template b/srcpkgs/oblibs/template
index 69581e2cb54..6fb5662b0eb 100644
--- a/srcpkgs/oblibs/template
+++ b/srcpkgs/oblibs/template
@@ -1,6 +1,6 @@
 # Template file for 'oblibs'
 pkgname=oblibs
-version=0.0.9.0
+version=0.1.0.0
 revision=1
 wrksrc="${pkgname}-v${version}"
 build_style=configure
@@ -11,7 +11,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
 license="ISC"
 homepage="https://framagit.org/Obarun/oblibs"
 distfiles="${homepage}/-/archive/v${version}/${pkgname}-v${version}.tar.bz2"
-checksum=8a314e8baea7a085b5261413752000a1751c8c18a581bb926df520b91937bf23
+checksum=161e9b094c375ba2d073047617d050ce49f317d358927e1a73ce5a14d27daba6
 
 post_install() {
 	vlicense COPYING

From ad08e1039bebe20fc5ee24ab53f2d8289dc39236 Mon Sep 17 00:00:00 2001
From: mobinmob <mobinmob@disroot.org>
Date: Tue, 4 Aug 2020 00:17:30 +0300
Subject: [PATCH 2/2] 66: update to 0.5.0.0.

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

diff --git a/srcpkgs/66/template b/srcpkgs/66/template
index 096d644d7c2..6310089b0f7 100644
--- a/srcpkgs/66/template
+++ b/srcpkgs/66/template
@@ -1,6 +1,6 @@
 # Template file for '66'
 pkgname=66
-version=0.4.0.1
+version=0.5.0.0
 revision=1
 wrksrc="66-v${version}"
 build_style=configure
@@ -18,7 +18,7 @@ license="ISC"
 homepage="http://web.obarun.org/software/"
 changelog="https://framagit.org/Obarun/66/raw/master/NEWS.md"
 distfiles="https://framagit.org/Obarun/66/-/archive/v${version}/66-v${version}.tar.bz2"
-checksum=c8d9ed887e0ae1f6cb39159c8d5a4bb5eceaa4bacdbf32575848e92e262955c3
+checksum=dd505d8d4355c33f4cdf79ad69b1fdc6aa9996cf9532116eea2e13ba7dac455a
 
 conf_files="/etc/66/init /etc/66/init.conf"
 make_dirs="

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

* Re: [PR PATCH] [Merged]: 66 and oblibs update
  2020-08-03 21:18 [PR PATCH] 66 and oblibs update mobinmob
@ 2020-08-04 18:13 ` ahesford
  2020-08-05  1:08 ` flexibeast
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ahesford @ 2020-08-04 18:13 UTC (permalink / raw)
  To: ml

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

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

66 and oblibs update
https://github.com/void-linux/void-packages/pull/24028

Description:


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

* Re: 66 and oblibs update
  2020-08-03 21:18 [PR PATCH] 66 and oblibs update mobinmob
  2020-08-04 18:13 ` [PR PATCH] [Merged]: " ahesford
@ 2020-08-05  1:08 ` flexibeast
  2020-08-05  1:41 ` ahesford
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: flexibeast @ 2020-08-05  1:08 UTC (permalink / raw)
  To: ml

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

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/pull/24028#issuecomment-668911987

Comment:
After installing these package updates, running `66-intree` started returning:

    66-intree: fatal: unable to build the graph

i thought that maybe i just needed to restart, but 66-init failed:

    66-init: fatal: unable to resolve dependencies of tty@tty12: Protocol error

i presume i've done something silly (or not done something sensible) here?

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

* Re: 66 and oblibs update
  2020-08-03 21:18 [PR PATCH] 66 and oblibs update mobinmob
  2020-08-04 18:13 ` [PR PATCH] [Merged]: " ahesford
  2020-08-05  1:08 ` flexibeast
@ 2020-08-05  1:41 ` ahesford
  2020-08-05  1:52 ` flexibeast
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ahesford @ 2020-08-05  1:41 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24028#issuecomment-668923137

Comment:
I suspect that this requires a run of `66-update` because this is a major-version update. See https://framagit.org/Obarun/66/raw/master/NEWS.md and please advise. @mobinmob please comment if you can offer additional insight. In the meantime, I have updated `INSTALL.msg` to at least try to capture attention about the matter.

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

* Re: 66 and oblibs update
  2020-08-03 21:18 [PR PATCH] 66 and oblibs update mobinmob
                   ` (2 preceding siblings ...)
  2020-08-05  1:41 ` ahesford
@ 2020-08-05  1:52 ` flexibeast
  2020-08-05  5:03 ` mobinmob
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: flexibeast @ 2020-08-05  1:52 UTC (permalink / raw)
  To: ml

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

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/pull/24028#issuecomment-668926962

Comment:
@ahesford: Yep, running `66-update` and rebooting seems to have successfully resolved the problem. Thanks!

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

* Re: 66 and oblibs update
  2020-08-03 21:18 [PR PATCH] 66 and oblibs update mobinmob
                   ` (3 preceding siblings ...)
  2020-08-05  1:52 ` flexibeast
@ 2020-08-05  5:03 ` mobinmob
  2020-08-05  5:09 ` mobinmob
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2020-08-05  5:03 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/24028#issuecomment-668981558

Comment:
> I suspect that this requires a run of `66-update` because this is a major-version update. See https://framagit.org/Obarun/66/raw/master/NEWS.md and please advise. @mobinmob please comment if you can offer additional insight. In the meantime, I have updated `INSTALL.msg` to at least try to capture attention about the matter.

It does. It is also probably the last version  that will require a manual upgrade, as substantial work has been done to avoid it.

@flexibeast Sorry for the confusion😞. I did not add an install message for the previous major versions upgrades and I didn't think about it for this one
..

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

* Re: 66 and oblibs update
  2020-08-03 21:18 [PR PATCH] 66 and oblibs update mobinmob
                   ` (4 preceding siblings ...)
  2020-08-05  5:03 ` mobinmob
@ 2020-08-05  5:09 ` mobinmob
  2020-08-05  5:09 ` mobinmob
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2020-08-05  5:09 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/24028#issuecomment-668981558

Comment:
> I suspect that this requires a run of `66-update` because this is a major-version update. See https://framagit.org/Obarun/66/raw/master/NEWS.md and please advise. @mobinmob please comment if you can offer additional insight. In the meantime, I have updated `INSTALL.msg` to at least try to capture attention about the matter.

It does. It is also probably the last version  that will require a manual upgrade, as substantial work has been done to avoid it.

@flexibeast Sorry for the confusion😞. I did not add an INSTALL.msg for the previous major versions upgrades and I didn't think about it for this one
..

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

* Re: 66 and oblibs update
  2020-08-03 21:18 [PR PATCH] 66 and oblibs update mobinmob
                   ` (5 preceding siblings ...)
  2020-08-05  5:09 ` mobinmob
@ 2020-08-05  5:09 ` mobinmob
  2020-08-05  9:20 ` flexibeast
  2020-08-05 17:09 ` mobinmob
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2020-08-05  5:09 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/24028#issuecomment-668981558

Comment:
> I suspect that this requires a run of `66-update` because this is a major-version update. See https://framagit.org/Obarun/66/raw/master/NEWS.md and please advise. @mobinmob please comment if you can offer additional insight. In the meantime, I have updated `INSTALL.msg` to at least try to capture attention about the matter.

It does. It is also probably the last version  that will require a manual upgrade, as substantial work has been done to avoid it.

@flexibeast Sorry for the confusion😞. I did not add an INSTALL.msg for the previous major versions upgrades and I didn't think about it for this one...

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

* Re: 66 and oblibs update
  2020-08-03 21:18 [PR PATCH] 66 and oblibs update mobinmob
                   ` (6 preceding siblings ...)
  2020-08-05  5:09 ` mobinmob
@ 2020-08-05  9:20 ` flexibeast
  2020-08-05 17:09 ` mobinmob
  8 siblings, 0 replies; 10+ messages in thread
From: flexibeast @ 2020-08-05  9:20 UTC (permalink / raw)
  To: ml

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

New comment by flexibeast on void-packages repository

https://github.com/void-linux/void-packages/pull/24028#issuecomment-669083671

Comment:
@mobinmob: That's okay! i'd forgotten about the existence of `66-update`. :-) Earlier i updated my PR for @teldra's void-docs fork to mention it, but it sounds like that text shouldn't be needed .... ?

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

* Re: 66 and oblibs update
  2020-08-03 21:18 [PR PATCH] 66 and oblibs update mobinmob
                   ` (7 preceding siblings ...)
  2020-08-05  9:20 ` flexibeast
@ 2020-08-05 17:09 ` mobinmob
  8 siblings, 0 replies; 10+ messages in thread
From: mobinmob @ 2020-08-05 17:09 UTC (permalink / raw)
  To: ml

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

New comment by mobinmob on void-packages repository

https://github.com/void-linux/void-packages/pull/24028#issuecomment-669316739

Comment:
> @mobinmob: That's okay! i'd forgotten about the existence of `66-update`. :-) Earlier i updated my PR for @teldra's void-docs fork to mention it, but it sounds like that text shouldn't be needed .... ?

It shouldn't be needed in future upgrades, barring problems with the new format. @Obarun has done a lot of work to make that seamless. Running 66-update will not hurt either - the utility remains. 

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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03 21:18 [PR PATCH] 66 and oblibs update mobinmob
2020-08-04 18:13 ` [PR PATCH] [Merged]: " ahesford
2020-08-05  1:08 ` flexibeast
2020-08-05  1:41 ` ahesford
2020-08-05  1:52 ` flexibeast
2020-08-05  5:03 ` mobinmob
2020-08-05  5:09 ` mobinmob
2020-08-05  5:09 ` mobinmob
2020-08-05  9:20 ` flexibeast
2020-08-05 17:09 ` mobinmob

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