Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] onedrive: update to 2.4.12
@ 2021-05-27 21:27 selfisekai
  2021-05-27 22:01 ` ericonr
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: selfisekai @ 2021-05-27 21:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/selfisekai/void-packages onedrive-2412
https://github.com/void-linux/void-packages/pull/31154

onedrive: update to 2.4.12
<!-- 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [ ] 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/31154.patch is attached

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

From b9bc07c1ed68ccf1b86b1b825f830e8b56b4c5b2 Mon Sep 17 00:00:00 2001
From: Lauren Liberda <laura@selfisekai.rocks>
Date: Thu, 27 May 2021 23:25:41 +0200
Subject: [PATCH] onedrive: update to 2.4.12

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

diff --git a/srcpkgs/onedrive/template b/srcpkgs/onedrive/template
index deadd000f55b..92f96a3fd968 100644
--- a/srcpkgs/onedrive/template
+++ b/srcpkgs/onedrive/template
@@ -1,6 +1,6 @@
 # Template file for 'onedrive'
 pkgname=onedrive
-version=2.4.10
+version=2.4.12
 revision=2
 build_style=gnu-configure
 configure_args="DC=ldc2"
@@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/abraunegg/onedrive"
 changelog="https://raw.githubusercontent.com/abraunegg/onedrive/master/CHANGELOG.md"
 distfiles="https://github.com/abraunegg/onedrive/archive/v${version}.tar.gz"
-checksum=ddafb0900959627dd329e6a82ab46d02596c02d4d4714d325a5474e763d7461e
+checksum=4f6aa46fc28e859b63c0a2c190f66c3286ec0bde3f54f77af0ddea6b62bba37a
 nocross="uses host flags for cross compilations"
 
 post_install() {

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

* Re: onedrive: update to 2.4.12
  2021-05-27 21:27 [PR PATCH] onedrive: update to 2.4.12 selfisekai
@ 2021-05-27 22:01 ` ericonr
  2021-05-27 22:05 ` [PR PATCH] [Updated] " selfisekai
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-05-27 22:01 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/31154#issuecomment-849970839

Comment:
Please fix the xlint (reset revision to 1 ;)

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

* Re: [PR PATCH] [Updated] onedrive: update to 2.4.12
  2021-05-27 21:27 [PR PATCH] onedrive: update to 2.4.12 selfisekai
  2021-05-27 22:01 ` ericonr
@ 2021-05-27 22:05 ` selfisekai
  2021-05-27 22:06 ` selfisekai
  2021-05-27 22:10 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: selfisekai @ 2021-05-27 22:05 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by selfisekai against master on the void-packages repository

https://github.com/selfisekai/void-packages onedrive-2412
https://github.com/void-linux/void-packages/pull/31154

onedrive: update to 2.4.12
<!-- 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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [ ] 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/31154.patch is attached

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

From 1d35e72ee275f804e8da5be03b76b05fc12d22b6 Mon Sep 17 00:00:00 2001
From: Lauren Liberda <laura@selfisekai.rocks>
Date: Thu, 27 May 2021 23:25:41 +0200
Subject: [PATCH] onedrive: update to 2.4.12

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

diff --git a/srcpkgs/onedrive/template b/srcpkgs/onedrive/template
index deadd000f55b..6ca2242948fc 100644
--- a/srcpkgs/onedrive/template
+++ b/srcpkgs/onedrive/template
@@ -1,7 +1,7 @@
 # Template file for 'onedrive'
 pkgname=onedrive
-version=2.4.10
-revision=2
+version=2.4.12
+revision=1
 build_style=gnu-configure
 configure_args="DC=ldc2"
 hostmakedepends="ldc pkg-config"
@@ -12,7 +12,7 @@ license="GPL-3.0-or-later"
 homepage="https://github.com/abraunegg/onedrive"
 changelog="https://raw.githubusercontent.com/abraunegg/onedrive/master/CHANGELOG.md"
 distfiles="https://github.com/abraunegg/onedrive/archive/v${version}.tar.gz"
-checksum=ddafb0900959627dd329e6a82ab46d02596c02d4d4714d325a5474e763d7461e
+checksum=4f6aa46fc28e859b63c0a2c190f66c3286ec0bde3f54f77af0ddea6b62bba37a
 nocross="uses host flags for cross compilations"
 
 post_install() {

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

* Re: onedrive: update to 2.4.12
  2021-05-27 21:27 [PR PATCH] onedrive: update to 2.4.12 selfisekai
  2021-05-27 22:01 ` ericonr
  2021-05-27 22:05 ` [PR PATCH] [Updated] " selfisekai
@ 2021-05-27 22:06 ` selfisekai
  2021-05-27 22:10 ` [PR PATCH] [Merged]: " ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: selfisekai @ 2021-05-27 22:06 UTC (permalink / raw)
  To: ml

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

New comment by selfisekai on void-packages repository

https://github.com/void-linux/void-packages/pull/31154#issuecomment-849972781

Comment:
@ericonr done

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

* Re: [PR PATCH] [Merged]: onedrive: update to 2.4.12
  2021-05-27 21:27 [PR PATCH] onedrive: update to 2.4.12 selfisekai
                   ` (2 preceding siblings ...)
  2021-05-27 22:06 ` selfisekai
@ 2021-05-27 22:10 ` ericonr
  3 siblings, 0 replies; 5+ messages in thread
From: ericonr @ 2021-05-27 22:10 UTC (permalink / raw)
  To: ml

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

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

onedrive: update to 2.4.12
https://github.com/void-linux/void-packages/pull/31154

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?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] 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.)
- [ ] 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] 5+ messages in thread

end of thread, other threads:[~2021-05-27 22:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-27 21:27 [PR PATCH] onedrive: update to 2.4.12 selfisekai
2021-05-27 22:01 ` ericonr
2021-05-27 22:05 ` [PR PATCH] [Updated] " selfisekai
2021-05-27 22:06 ` selfisekai
2021-05-27 22:10 ` [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).