Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] snapper: update to 0.8.15.
@ 2021-01-24 16:10 ailiop-git
  2021-01-24 17:56 ` ericonr
                   ` (4 more replies)
  0 siblings, 5 replies; 19+ messages in thread
From: ailiop-git @ 2021-01-24 16:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ailiop-git/void-packages snapper
https://github.com/void-linux/void-packages/pull/28151

snapper: update to 0.8.15.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] 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/28151.patch is attached

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

From 147b9f537c6ebe449b630d718b0d51ce0df4af4c Mon Sep 17 00:00:00 2001
From: Anthony Iliopoulos <ailiop@altatus.com>
Date: Sun, 24 Jan 2021 17:01:21 +0100
Subject: [PATCH] snapper: update to 0.8.15.

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

diff --git a/srcpkgs/snapper/template b/srcpkgs/snapper/template
index 292cfed6a19..9254659294c 100644
--- a/srcpkgs/snapper/template
+++ b/srcpkgs/snapper/template
@@ -1,7 +1,7 @@
 # Template file for 'snapper'
 pkgname=snapper
-version=0.8.14
-revision=2
+version=0.8.15
+revision=1
 build_style=gnu-configure
 configure_args="--disable-zypp --with-conf=/etc/conf.d"
 conf_files="/etc/conf.d/snapper"
@@ -16,7 +16,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"
 homepage="http://snapper.io"
 distfiles="https://github.com/openSUSE/snapper/archive/v${version}.tar.gz"
-checksum=d3abe4d542dade06b361e7c89b5de03bb5202853bc5e314ca74080caa24923f6
+checksum=fe0e32912275713f8fad17dbe510f32dbba8526365a849e3f7d6c786d43cfca2
 lib32disabled=yes
 
 case "$XBPS_TARGET_MACHINE" in

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

* Re: snapper: update to 0.8.15.
  2021-01-24 16:10 [PR PATCH] snapper: update to 0.8.15 ailiop-git
@ 2021-01-24 17:56 ` ericonr
  2021-01-24 17:57 ` ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-01-24 17:56 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28151#issuecomment-766402942

Comment:
I don't think the Musl stuff is still necessary, I have worked with upstream to be more standards compliant.

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

* Re: snapper: update to 0.8.15.
  2021-01-24 16:10 [PR PATCH] snapper: update to 0.8.15 ailiop-git
  2021-01-24 17:56 ` ericonr
@ 2021-01-24 17:57 ` ericonr
  2021-01-24 20:07 ` FollieHiyuki
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-01-24 17:57 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28151#issuecomment-766402942

Comment:
I don't think the Musl stuff is still necessary, I have worked a bit with upstream to be more standards compliant.

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

* Re: snapper: update to 0.8.15.
  2021-01-24 16:10 [PR PATCH] snapper: update to 0.8.15 ailiop-git
  2021-01-24 17:56 ` ericonr
  2021-01-24 17:57 ` ericonr
@ 2021-01-24 20:07 ` FollieHiyuki
  2021-01-24 20:21 ` [PR PATCH] [Closed]: " ericonr
  2021-01-24 20:21 ` ericonr
  4 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2021-01-24 20:07 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28151#issuecomment-766423549

Comment:
I was working on this for a few days and got it built on my machine. Can I take over and make another PR? It still fails some tests with locale though

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

* Re: snapper: update to 0.8.15.
  2021-01-24 16:10 [PR PATCH] snapper: update to 0.8.15 ailiop-git
                   ` (3 preceding siblings ...)
  2021-01-24 20:21 ` [PR PATCH] [Closed]: " ericonr
@ 2021-01-24 20:21 ` ericonr
  4 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-01-24 20:21 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28151#issuecomment-766425379

Comment:
Superseded by #28192

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

* Re: [PR PATCH] [Closed]: snapper: update to 0.8.15.
  2021-01-24 16:10 [PR PATCH] snapper: update to 0.8.15 ailiop-git
                   ` (2 preceding siblings ...)
  2021-01-24 20:07 ` FollieHiyuki
@ 2021-01-24 20:21 ` ericonr
  2021-01-24 20:21 ` ericonr
  4 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-01-24 20:21 UTC (permalink / raw)
  To: ml

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

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

snapper: update to 0.8.15.
https://github.com/void-linux/void-packages/pull/28151

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [x] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-glibc)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

* Re: snapper: update to 0.8.15
  2021-01-24 20:18 [PR PATCH] " FollieHiyuki
                   ` (11 preceding siblings ...)
  2021-01-28 16:15 ` FollieHiyuki
@ 2021-01-28 19:38 ` FollieHiyuki
  12 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2021-01-28 19:38 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28192#issuecomment-769325479

Comment:
I added a patch to disable running those tests

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

* Re: snapper: update to 0.8.15
  2021-01-24 20:18 [PR PATCH] " FollieHiyuki
                   ` (10 preceding siblings ...)
  2021-01-28  4:46 ` ericonr
@ 2021-01-28 16:15 ` FollieHiyuki
  2021-01-28 19:38 ` FollieHiyuki
  12 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2021-01-28 16:15 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28192#issuecomment-769196878

Comment:
We can patch the Makefile to not run those 4 tests, I think.
Will try.

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

* Re: snapper: update to 0.8.15
  2021-01-24 20:18 [PR PATCH] " FollieHiyuki
                   ` (9 preceding siblings ...)
  2021-01-25 19:13 ` FollieHiyuki
@ 2021-01-28  4:46 ` ericonr
  2021-01-28 16:15 ` FollieHiyuki
  2021-01-28 19:38 ` FollieHiyuki
  12 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-01-28  4:46 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28192#issuecomment-768796685

Comment:
There is still a failing test, do you think it's simple to at least disable it?

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

* Re: snapper: update to 0.8.15
  2021-01-24 20:18 [PR PATCH] " FollieHiyuki
                   ` (8 preceding siblings ...)
  2021-01-25 13:24 ` ericonr
@ 2021-01-25 19:13 ` FollieHiyuki
  2021-01-28  4:46 ` ericonr
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2021-01-25 19:13 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28192#issuecomment-767047691

Comment:
Patch added.

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

* Re: snapper: update to 0.8.15
  2021-01-24 20:18 [PR PATCH] " FollieHiyuki
                   ` (7 preceding siblings ...)
  2021-01-25  8:08 ` FollieHiyuki
@ 2021-01-25 13:24 ` ericonr
  2021-01-25 19:13 ` FollieHiyuki
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: ericonr @ 2021-01-25 13:24 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/28192#issuecomment-766813495

Comment:
Backporting https://github.com/openSUSE/snapper/pull/621 seems reasonable, I think.

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

* Re: snapper: update to 0.8.15
  2021-01-24 20:18 [PR PATCH] " FollieHiyuki
                   ` (6 preceding siblings ...)
  2021-01-25  4:37 ` FollieHiyuki
@ 2021-01-25  8:08 ` FollieHiyuki
  2021-01-25 13:24 ` ericonr
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2021-01-25  8:08 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28192#issuecomment-766532041

Comment:
According to openSUSE/snapper#526, the last 4 tests fail because of missing locales in our build environment.

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

* Re: snapper: update to 0.8.15
  2021-01-24 20:18 [PR PATCH] " FollieHiyuki
                   ` (5 preceding siblings ...)
  2021-01-25  4:34 ` FollieHiyuki
@ 2021-01-25  4:37 ` FollieHiyuki
  2021-01-25  8:08 ` FollieHiyuki
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2021-01-25  4:37 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28192#issuecomment-766532041

Comment:
This update seems to fix openSUSE/snapper#474 which is happening for our current 0.8.14, but I'm not so sure. Testers are welcome.
According to openSUSE/snapper#526, the last 4 tests fail because of missing locales in our build environment.

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

* Re: snapper: update to 0.8.15
  2021-01-24 20:18 [PR PATCH] " FollieHiyuki
                   ` (4 preceding siblings ...)
  2021-01-25  4:29 ` FollieHiyuki
@ 2021-01-25  4:34 ` FollieHiyuki
  2021-01-25  4:37 ` FollieHiyuki
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2021-01-25  4:34 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28192#issuecomment-766532041

Comment:
This update seems to fix openSUSE/snapper#474 which is happening for our current 0.8.14, but I'm not so sure. Testers are welcome.
According to openSUSE/snapper#526, the last 4 tests fail because of missing locale vars in our build environment.

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

* Re: snapper: update to 0.8.15
  2021-01-24 20:18 [PR PATCH] " FollieHiyuki
                   ` (3 preceding siblings ...)
  2021-01-25  4:01 ` FollieHiyuki
@ 2021-01-25  4:29 ` FollieHiyuki
  2021-01-25  4:34 ` FollieHiyuki
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2021-01-25  4:29 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28192#issuecomment-766532041

Comment:
This update seems to fix openSUSE/snapper#474 which is happening for our current 0.8.14, but I'm not so sure. Testers are welcome.
According to openSUSE/snapper#526, the last 4 tests fail because of locale vars in our build environment.

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

* Re: snapper: update to 0.8.15
  2021-01-24 20:18 [PR PATCH] " FollieHiyuki
                   ` (2 preceding siblings ...)
  2021-01-25  3:47 ` FollieHiyuki
@ 2021-01-25  4:01 ` FollieHiyuki
  2021-01-25  4:29 ` FollieHiyuki
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2021-01-25  4:01 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28192#issuecomment-766425390

Comment:
Got it built on my machine (x86-64-musl), but it fails locale tests. Otherwise it works and needs some testings.
Seems to fix openSUSE/snapper#474 which is happening with our current 0.8.14.

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

* Re: snapper: update to 0.8.15
  2021-01-24 20:18 [PR PATCH] " FollieHiyuki
  2021-01-24 20:21 ` FollieHiyuki
  2021-01-25  2:21 ` FollieHiyuki
@ 2021-01-25  3:47 ` FollieHiyuki
  2021-01-25  4:01 ` FollieHiyuki
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2021-01-25  3:47 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28192#issuecomment-766425390

Comment:
Got it built on my machine (x86-64-musl), but it fails locale tests. Otherwise it works and needs some testings.
Seems to fix openSUSE/snapper#474 which is happening with our current 0.8.14.

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

* Re: snapper: update to 0.8.15
  2021-01-24 20:18 [PR PATCH] " FollieHiyuki
  2021-01-24 20:21 ` FollieHiyuki
@ 2021-01-25  2:21 ` FollieHiyuki
  2021-01-25  3:47 ` FollieHiyuki
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2021-01-25  2:21 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28192#issuecomment-766425390

Comment:
Taken over from #28151. Got it built on my machine (x86-64-musl), but it fails tests. Otherwise it works and needs some testings.

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

* Re: snapper: update to 0.8.15
  2021-01-24 20:18 [PR PATCH] " FollieHiyuki
@ 2021-01-24 20:21 ` FollieHiyuki
  2021-01-25  2:21 ` FollieHiyuki
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 19+ messages in thread
From: FollieHiyuki @ 2021-01-24 20:21 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/28192#issuecomment-766425390

Comment:
Taken over from #28151. Got it built on my machine (x86-64-musl), but it fails tests. Otherwise it works and needs some testings.

There is a `--disable-systemd` flag for configure. Should we enable that?

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

end of thread, other threads:[~2021-01-28 19:38 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-24 16:10 [PR PATCH] snapper: update to 0.8.15 ailiop-git
2021-01-24 17:56 ` ericonr
2021-01-24 17:57 ` ericonr
2021-01-24 20:07 ` FollieHiyuki
2021-01-24 20:21 ` [PR PATCH] [Closed]: " ericonr
2021-01-24 20:21 ` ericonr
2021-01-24 20:18 [PR PATCH] " FollieHiyuki
2021-01-24 20:21 ` FollieHiyuki
2021-01-25  2:21 ` FollieHiyuki
2021-01-25  3:47 ` FollieHiyuki
2021-01-25  4:01 ` FollieHiyuki
2021-01-25  4:29 ` FollieHiyuki
2021-01-25  4:34 ` FollieHiyuki
2021-01-25  4:37 ` FollieHiyuki
2021-01-25  8:08 ` FollieHiyuki
2021-01-25 13:24 ` ericonr
2021-01-25 19:13 ` FollieHiyuki
2021-01-28  4:46 ` ericonr
2021-01-28 16:15 ` FollieHiyuki
2021-01-28 19:38 ` FollieHiyuki

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