Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kopia: update to 0.9.8.
@ 2021-12-28 11:38 daniel-eys
  2022-01-03 22:01 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: daniel-eys @ 2021-12-28 11:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/daniel-eys/void-packages kopia
https://github.com/void-linux/void-packages/pull/34733

kopia: update to 0.9.8.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- 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/34733.patch is attached

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

From 39a0741c1219b278af7ed6161f003fc87fd16be1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Daniel=20Ey=C3=9Fer?= <daniel.eysser@gmail.com>
Date: Mon, 27 Dec 2021 20:33:26 +0100
Subject: [PATCH] kopia: update to 0.9.8.

---
 .../0001-fix-build-on-some-other-archs.patch  | 36 -------------------
 srcpkgs/kopia/template                        |  8 ++---
 2 files changed, 4 insertions(+), 40 deletions(-)
 delete mode 100644 srcpkgs/kopia/patches/0001-fix-build-on-some-other-archs.patch

diff --git a/srcpkgs/kopia/patches/0001-fix-build-on-some-other-archs.patch b/srcpkgs/kopia/patches/0001-fix-build-on-some-other-archs.patch
deleted file mode 100644
index 45da58ec9728..000000000000
--- a/srcpkgs/kopia/patches/0001-fix-build-on-some-other-archs.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From c459db789408dd31232911e5ba4832aecec41797 Mon Sep 17 00:00:00 2001
-From: q66 <daniel@octaforge.org>
-Date: Mon, 12 Jul 2021 21:06:46 +0200
-Subject: [PATCH] fix build on some other archs
-
----
- fs/localfs/local_fs_32bit.go | 2 +-
- fs/localfs/local_fs_64bit.go | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/fs/localfs/local_fs_32bit.go b/fs/localfs/local_fs_32bit.go
-index 4ab8478..863d184 100644
---- a/fs/localfs/local_fs_32bit.go
-+++ b/fs/localfs/local_fs_32bit.go
-@@ -1,5 +1,5 @@
- // +build !windows
--// +build !amd64,!arm64,!arm darwin
-+// +build !amd64,!arm64,!arm,!ppc64,!ppc64le,!s390x,!386 darwin
- 
- package localfs
- 
-diff --git a/fs/localfs/local_fs_64bit.go b/fs/localfs/local_fs_64bit.go
-index 156f85f..f33bf34 100644
---- a/fs/localfs/local_fs_64bit.go
-+++ b/fs/localfs/local_fs_64bit.go
-@@ -1,6 +1,6 @@
- // +build !windows
- // +build !darwin
--// +build amd64 arm64 arm
-+// +build amd64 arm64 ppc64 ppc64le s390x arm 386
- 
- package localfs
- 
--- 
-2.31.1
-
diff --git a/srcpkgs/kopia/template b/srcpkgs/kopia/template
index 709f34e80bd8..1485940c09d6 100644
--- a/srcpkgs/kopia/template
+++ b/srcpkgs/kopia/template
@@ -1,9 +1,9 @@
 # Template file for 'kopia'
 pkgname=kopia
-version=0.8.4
-revision=2
+version=0.9.8
+revision=1
 build_style=go
-build_helper="qemu"
+build_helper=qemu
 go_import_path=github.com/kopia/kopia
 go_ldflags="-X ${go_import_path}/repo.BuildVersion=${version}
  -X '${go_import_path}/repo.BuildInfo=Void Linux'"
@@ -12,7 +12,7 @@ maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
 license="Apache-2.0"
 homepage="https://kopia.io/"
 distfiles="https://github.com/kopia/kopia/archive/v${version}.tar.gz"
-checksum=8e2663546fb426faacb4dd9425cdbba4fa2e8ca5df0aac0545d216c8e57d40ef
+checksum=855a785778442322c4ef5de7ba666879906dac7e3d6d04746f97bb4694f6c82b
 
 post_install() {
 	for shell in bash zsh; do

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

* Re: [PR PATCH] [Merged]: kopia: update to 0.9.8.
  2021-12-28 11:38 [PR PATCH] kopia: update to 0.9.8 daniel-eys
@ 2022-01-03 22:01 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2022-01-03 22:01 UTC (permalink / raw)
  To: ml

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

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

kopia: update to 0.9.8.
https://github.com/void-linux/void-packages/pull/34733

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

end of thread, other threads:[~2022-01-03 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-28 11:38 [PR PATCH] kopia: update to 0.9.8 daniel-eys
2022-01-03 22:01 ` [PR PATCH] [Merged]: " 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).