Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update QOwnNotes to 21.10.11
@ 2021-10-25  5:32 pbek
  2021-10-25  8:28 ` [PR PATCH] [Updated] " pbek
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: pbek @ 2021-10-25  5:32 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbek/void-packages patch-1
https://github.com/void-linux/void-packages/pull/33740

Update QOwnNotes to 21.10.11
Just to help stevelitt from IRC 😉 

<!-- 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
- [ ] 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/33740.patch is attached

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

From 009c24d34982aca5ea8bb92f1953af8d7ecbcd12 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Mon, 25 Oct 2021 07:31:22 +0200
Subject: [PATCH] Update QOwnNotes to 21.10.11

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

diff --git a/srcpkgs/qownnotes/template b/srcpkgs/qownnotes/template
index b3ee3ce21444..3a012558d679 100644
--- a/srcpkgs/qownnotes/template
+++ b/srcpkgs/qownnotes/template
@@ -1,6 +1,6 @@
 # Template file for 'qownnotes'
 pkgname=qownnotes
-version=21.7.2
+version=21.10.11
 revision=1
 build_style=qmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
@@ -13,7 +13,7 @@ license="GPL-2.0-only"
 homepage="https://www.qownnotes.org"
 changelog="https://www.qownnotes.org/changelog.html"
 distfiles="https://download.tuxfamily.org/${pkgname}/src/${pkgname}-${version}.tar.xz"
-checksum=e9dfde5013de2ebc1d2da62ce93544721ca47de11392540b310b43b06c48daef
+checksum=425a069588a98d75ff8519239d67b1816d9928ed1c22946269fcaeb728dacc4c
 
 pre_build() {
 	sed -i '5i USE_SYSTEM_BOTAN = 1' libraries/botan/botan.pri

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

* Re: [PR PATCH] [Updated] Update QOwnNotes to 21.10.11
  2021-10-25  5:32 [PR PATCH] Update QOwnNotes to 21.10.11 pbek
@ 2021-10-25  8:28 ` pbek
  2021-10-29  3:00 ` Update QOwnNotes to 21.10.12 ericonr
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: pbek @ 2021-10-25  8:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pbek/void-packages patch-1
https://github.com/void-linux/void-packages/pull/33740

Update QOwnNotes to 21.10.11
Just to help stevelitt from IRC 😉 

<!-- 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
- [ ] 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/33740.patch is attached

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

From 009c24d34982aca5ea8bb92f1953af8d7ecbcd12 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Mon, 25 Oct 2021 07:31:22 +0200
Subject: [PATCH 1/2] Update QOwnNotes to 21.10.11

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

diff --git a/srcpkgs/qownnotes/template b/srcpkgs/qownnotes/template
index b3ee3ce21444..3a012558d679 100644
--- a/srcpkgs/qownnotes/template
+++ b/srcpkgs/qownnotes/template
@@ -1,6 +1,6 @@
 # Template file for 'qownnotes'
 pkgname=qownnotes
-version=21.7.2
+version=21.10.11
 revision=1
 build_style=qmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
@@ -13,7 +13,7 @@ license="GPL-2.0-only"
 homepage="https://www.qownnotes.org"
 changelog="https://www.qownnotes.org/changelog.html"
 distfiles="https://download.tuxfamily.org/${pkgname}/src/${pkgname}-${version}.tar.xz"
-checksum=e9dfde5013de2ebc1d2da62ce93544721ca47de11392540b310b43b06c48daef
+checksum=425a069588a98d75ff8519239d67b1816d9928ed1c22946269fcaeb728dacc4c
 
 pre_build() {
 	sed -i '5i USE_SYSTEM_BOTAN = 1' libraries/botan/botan.pri

From 585ed6c62a4afacff788b372c04f8ba606c690d7 Mon Sep 17 00:00:00 2001
From: Patrizio Bekerle <patrizio@bekerle.com>
Date: Mon, 25 Oct 2021 10:28:25 +0200
Subject: [PATCH 2/2] Update QOwnNotes to 21.10.12

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

diff --git a/srcpkgs/qownnotes/template b/srcpkgs/qownnotes/template
index 3a012558d679..d02b437286fb 100644
--- a/srcpkgs/qownnotes/template
+++ b/srcpkgs/qownnotes/template
@@ -1,6 +1,6 @@
 # Template file for 'qownnotes'
 pkgname=qownnotes
-version=21.10.11
+version=21.10.12
 revision=1
 build_style=qmake
 hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
@@ -13,7 +13,7 @@ license="GPL-2.0-only"
 homepage="https://www.qownnotes.org"
 changelog="https://www.qownnotes.org/changelog.html"
 distfiles="https://download.tuxfamily.org/${pkgname}/src/${pkgname}-${version}.tar.xz"
-checksum=425a069588a98d75ff8519239d67b1816d9928ed1c22946269fcaeb728dacc4c
+checksum=fd839c548117fb5aff5a2ee37d22cba9938bbcc4a288bd9c28d2e655727d924d
 
 pre_build() {
 	sed -i '5i USE_SYSTEM_BOTAN = 1' libraries/botan/botan.pri

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

* Re: Update QOwnNotes to 21.10.12
  2021-10-25  5:32 [PR PATCH] Update QOwnNotes to 21.10.11 pbek
  2021-10-25  8:28 ` [PR PATCH] [Updated] " pbek
@ 2021-10-29  3:00 ` ericonr
  2021-10-29  5:05 ` qownnotes: update " pbek
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-10-29  3:00 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33740#issuecomment-954372746

Comment:
Please follow commit style and squash them: `qownnotes: update to 21.10.12`

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

* Re: qownnotes: update to 21.10.12
  2021-10-25  5:32 [PR PATCH] Update QOwnNotes to 21.10.11 pbek
  2021-10-25  8:28 ` [PR PATCH] [Updated] " pbek
  2021-10-29  3:00 ` Update QOwnNotes to 21.10.12 ericonr
@ 2021-10-29  5:05 ` pbek
  2021-10-30 17:58 ` ericonr
  2021-11-01  6:15 ` [PR PATCH] [Closed]: " pbek
  4 siblings, 0 replies; 6+ messages in thread
From: pbek @ 2021-10-29  5:05 UTC (permalink / raw)
  To: ml

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

New comment by pbek on void-packages repository

https://github.com/void-linux/void-packages/pull/33740#issuecomment-954433151

Comment:
Can't the one who is accepting the PR press "squash" instead of "merge". 😉 

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

* Re: qownnotes: update to 21.10.12
  2021-10-25  5:32 [PR PATCH] Update QOwnNotes to 21.10.11 pbek
                   ` (2 preceding siblings ...)
  2021-10-29  5:05 ` qownnotes: update " pbek
@ 2021-10-30 17:58 ` ericonr
  2021-11-01  6:15 ` [PR PATCH] [Closed]: " pbek
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-10-30 17:58 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33740#issuecomment-955570110

Comment:
I have to squash manually before merging, it helps if you do it before. We disable the auto squash option to try and keep commit messages good.

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

* Re: [PR PATCH] [Closed]: qownnotes: update to 21.10.12
  2021-10-25  5:32 [PR PATCH] Update QOwnNotes to 21.10.11 pbek
                   ` (3 preceding siblings ...)
  2021-10-30 17:58 ` ericonr
@ 2021-11-01  6:15 ` pbek
  4 siblings, 0 replies; 6+ messages in thread
From: pbek @ 2021-11-01  6:15 UTC (permalink / raw)
  To: ml

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

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

qownnotes: update to 21.10.12
https://github.com/void-linux/void-packages/pull/33740

Description:
Just to help stevelitt from IRC 😉 

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

end of thread, other threads:[~2021-11-01  6:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-25  5:32 [PR PATCH] Update QOwnNotes to 21.10.11 pbek
2021-10-25  8:28 ` [PR PATCH] [Updated] " pbek
2021-10-29  3:00 ` Update QOwnNotes to 21.10.12 ericonr
2021-10-29  5:05 ` qownnotes: update " pbek
2021-10-30 17:58 ` ericonr
2021-11-01  6:15 ` [PR PATCH] [Closed]: " pbek

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