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; 6+ 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] 6+ 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; 6+ 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] 6+ 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; 6+ 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] 6+ 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; 6+ 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] 6+ 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; 6+ 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] 6+ 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; 6+ 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] 6+ messages in thread

end of thread, other threads:[~2021-01-24 20:21 UTC | newest]

Thread overview: 6+ 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

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