Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] seafile client: update to 8.0.10
@ 2023-02-14 22:36 yopito
  2023-02-16  2:06 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: yopito @ 2023-02-14 22:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/yopito/void-packages seafile.8.0.10
https://github.com/void-linux/void-packages/pull/42270

seafile client: update to 8.0.10
<!-- 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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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 : x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
  - [x] aarch64



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

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

From 033a6751b56d5769eaec787be767d011a418c412 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Tue, 14 Feb 2023 23:16:22 +0100
Subject: [PATCH 1/3] libsearpc: update to 3.3.0.20220902

---
 srcpkgs/libsearpc/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/libsearpc/template b/srcpkgs/libsearpc/template
index 569a670502c6..54ed8e415781 100644
--- a/srcpkgs/libsearpc/template
+++ b/srcpkgs/libsearpc/template
@@ -1,10 +1,10 @@
 # Template file for 'libsearpc'
 # WARNING: upstream sometimes retag source. Wait for official announcement
 pkgname=libsearpc
-# floating tag 3.2-latest
-version=3.2.0.20220405
-revision=2
-_gitrev=54145b03f4240222e336a9a2f402e93facefde65
+# floating tag 3.3-latest
+version=3.3.0.20220902
+revision=1
+_gitrev=15f6f0b9f451b9ecf99dedab72e9242e54e124eb
 build_style=gnu-configure
 configure_args="--with-python3 --disable-static --disable-compile-demo"
 hostmakedepends="automake libtool pkg-config python3 glib-devel"
@@ -14,7 +14,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="LGPL-3.0-or-later, Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/libsearpc/archive/${_gitrev}.tar.gz"
-checksum=401c736be7bb8c6b116a85bd5af36431046c7dd4b6392d5006f917c7fd1d2132
+checksum=694ab76ea0e3c0616a4c517fc6f264cc35679ed70a843c4e74e0b35b779def8d
 python_version=3
 
 pre_configure() {

From ff2df839bdd87d8e67c03f83384bf77622ba9854 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Tue, 14 Feb 2023 23:16:33 +0100
Subject: [PATCH 2/3] seafile-libclient: update to 8.0.10

---
 srcpkgs/seafile-libclient/template | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/seafile-libclient/template b/srcpkgs/seafile-libclient/template
index 9b9d803c427c..b0fc9dff5516 100644
--- a/srcpkgs/seafile-libclient/template
+++ b/srcpkgs/seafile-libclient/template
@@ -1,19 +1,20 @@
 # Template file for 'seafile-libclient'
 pkgname=seafile-libclient
-version=8.0.8
-revision=2
+version=8.0.10
+revision=1
 _distname="${pkgname/-libclient/}"
 build_style=gnu-configure
 configure_args="PYTHON=python3 --disable-static"
-hostmakedepends="automake intltool libsearpc-codegen libtool pkg-config vala"
+hostmakedepends="automake intltool libsearpc-codegen libtool pkg-config vala
+ glib-devel"
 makedepends="libglib-devel libuuid-devel libsearpc-devel sqlite-devel
- libevent-devel libcurl-devel"
+ libevent-devel libcurl-devel libwebsockets-devel"
 short_desc="Cloud storage system - library"
 maintainer="yopito <pierre.bourgin@free.fr>"
 license="GPL-2.0-or-later" # Has openssl exception not yet present on SPDX
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/seafile/archive/v${version}.tar.gz"
-checksum=02f8cb53f061d9d85752d476e72fa64835d5bab66d1fbcb240d22bc41428847b
+checksum=bcfa6576a272486cf30b7fa2207992b01b071bcc5744f0923a0d924c0257b8a5
 
 pre_configure() {
 	./autogen.sh

From 410d0faa378cc53588384e74e571c92756dfaea0 Mon Sep 17 00:00:00 2001
From: yopito <pierre.bourgin@free.fr>
Date: Tue, 14 Feb 2023 23:16:45 +0100
Subject: [PATCH 3/3] seafile-client-qt: update to 8.0.10

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

diff --git a/srcpkgs/seafile-client-qt/template b/srcpkgs/seafile-client-qt/template
index 25a033003744..273c874ac290 100644
--- a/srcpkgs/seafile-client-qt/template
+++ b/srcpkgs/seafile-client-qt/template
@@ -1,6 +1,6 @@
 # Template file for 'seafile-client-qt'
 pkgname=seafile-client-qt
-version=8.0.8
+version=8.0.10
 revision=1
 _sourcename="seafile-client"
 build_style=cmake
@@ -13,7 +13,7 @@ maintainer="yopito <pierre.bourgin@free.fr>"
 license="Apache-2.0"
 homepage="https://seafile.com"
 distfiles="https://github.com/haiwen/seafile-client/archive/v${version}.tar.gz"
-checksum=4490128f7f8a1691d43fb9d3152b7a842af3542332b2a43e346f1c62ab2c37bc
+checksum=9c89c3fb1579b57f47df7ac6a8a1046393929db82982bdd73b5bbfb79ac30e78
 
 build_options="shibboleth"
 desc_option_shibboleth="Build with Shibboleth support"

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

* Re: [PR PATCH] [Merged]: seafile client: update to 8.0.10
  2023-02-14 22:36 [PR PATCH] seafile client: update to 8.0.10 yopito
@ 2023-02-16  2:06 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-02-16  2:06 UTC (permalink / raw)
  To: ml

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

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

seafile client: update to 8.0.10
https://github.com/void-linux/void-packages/pull/42270

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 [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
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 : x86_64-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64



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

end of thread, other threads:[~2023-02-16  2:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-14 22:36 [PR PATCH] seafile client: update to 8.0.10 yopito
2023-02-16  2:06 ` [PR PATCH] [Merged]: " classabbyamp

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