Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
@ 2021-09-24  9:07 ram02z
  2021-09-24  9:15 ` [PR PATCH] [Updated] " ram02z
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: ram02z @ 2021-09-24  9:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages Quaternion
https://github.com/void-linux/void-packages/pull/33085

Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
<!-- 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? 
- [x] I built this PR locally for my native architecture (x86_64)
<!--
- [ ] 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/33085.patch is attached

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

From b594f193f2a3ac5f28bf6b2d95485e3f9eb458d3 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 24 Sep 2021 09:55:37 +0100
Subject: [PATCH 1/2] libQuotient: update to 0.6.9.

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

diff --git a/srcpkgs/libQuotient/template b/srcpkgs/libQuotient/template
index effd8dca3de2..8488858d8096 100644
--- a/srcpkgs/libQuotient/template
+++ b/srcpkgs/libQuotient/template
@@ -1,6 +1,6 @@
 # Template file for 'libQuotient'
 pkgname=libQuotient
-version=0.6.6
+version=0.6.9
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0"
@@ -11,7 +11,7 @@ maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
 license="LGPL-2.1-or-later"
 homepage="https://matrix.org/docs/projects/sdk/quotient"
 distfiles="https://github.com/quotient-im/libQuotient/archive/${version}.tar.gz"
-checksum=33d3da5a7045bbe2611dd73104279986dd8356b24de339dd10874c1a9417bba7
+checksum=ed474e6c13ac961d0c45794d52ddd7227002eff005894b3d3cc8efefafdf9625
 
 libQuotient-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 70eead8f1e306d379700201c23771538be1b4ba4 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 24 Sep 2021 09:55:49 +0100
Subject: [PATCH 2/2] Quaternion: update to 0.0.95.

---
 srcpkgs/Quaternion/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/Quaternion/template b/srcpkgs/Quaternion/template
index e77415eec606..e927eb02fd3a 100644
--- a/srcpkgs/Quaternion/template
+++ b/srcpkgs/Quaternion/template
@@ -1,9 +1,8 @@
 # Template file for 'Quaternion'
 pkgname=Quaternion
-version=0.0.95.beta5
+reverts="0.0.95.beta5_1"
+version=0.0.95
 revision=1
-_gitversion=0.0.95-beta5
-wrksrc="Quaternion-${_gitversion}"
 build_style=cmake
 hostmakedepends="qt5-qmake qt5-host-tools"
 makedepends="qt5-declarative-devel qt5-quickcontrols qt5-tools-devel
@@ -14,8 +13,8 @@ short_desc="Qt5-based IM client for the Matrix protocol"
 maintainer="Julio Galvan <juliogalvan@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/quotient-im/Quaternion"
-distfiles="https://github.com/quotient-im/Quaternion/archive/${_gitversion}.tar.gz"
-checksum=8a8e469df29622af7c61fe501068dd6ff26bd02bf8a12096d3f9ebbb0179e82b
+distfiles="https://github.com/quotient-im/Quaternion/archive/${version}.tar.gz"
+checksum=fa047bd9c3e3221bfde805844763f872114397dd1a0c6a3568f8222628fb3406
 
 build_options="qtkeychain"
 build_options_default="qtkeychain"

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

* Re: [PR PATCH] [Updated] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
  2021-09-24  9:07 [PR PATCH] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9 ram02z
@ 2021-09-24  9:15 ` ram02z
  2021-09-24  9:18 ` ram02z
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ram02z @ 2021-09-24  9:15 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages Quaternion
https://github.com/void-linux/void-packages/pull/33085

Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
<!-- 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? 
- [x] I built this PR locally for my native architecture (x86_64)
<!--
- [ ] 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/33085.patch is attached

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

From b594f193f2a3ac5f28bf6b2d95485e3f9eb458d3 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 24 Sep 2021 09:55:37 +0100
Subject: [PATCH 1/2] libQuotient: update to 0.6.9.

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

diff --git a/srcpkgs/libQuotient/template b/srcpkgs/libQuotient/template
index effd8dca3de2..8488858d8096 100644
--- a/srcpkgs/libQuotient/template
+++ b/srcpkgs/libQuotient/template
@@ -1,6 +1,6 @@
 # Template file for 'libQuotient'
 pkgname=libQuotient
-version=0.6.6
+version=0.6.9
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0"
@@ -11,7 +11,7 @@ maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
 license="LGPL-2.1-or-later"
 homepage="https://matrix.org/docs/projects/sdk/quotient"
 distfiles="https://github.com/quotient-im/libQuotient/archive/${version}.tar.gz"
-checksum=33d3da5a7045bbe2611dd73104279986dd8356b24de339dd10874c1a9417bba7
+checksum=ed474e6c13ac961d0c45794d52ddd7227002eff005894b3d3cc8efefafdf9625
 
 libQuotient-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 71f9ec32de3b91c2d91e004c9bed286dfd9bac64 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 24 Sep 2021 09:55:49 +0100
Subject: [PATCH 2/2] Quaternion: update to 0.0.95.

---
 common/shlibs               | 2 +-
 srcpkgs/Quaternion/template | 9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 6f250a63f5d0..5dde6c1943ce 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3575,7 +3575,7 @@ libgaminggearwidget.so.0 libgaminggear-0.15.1_1
 libopkg.so.1 libopkg-0.4.4_2
 libpkgconf.so.3 libpkgconf-1.8.0_1
 libkodiplatform.so.19.0 kodi-platform-20180302_1
-libQuotient.so.0.6 libQuotient-0.6.6_1
+libQuotient.so.0.6 libQuotient-0.6.9_1
 libipset.so.13 libipset-7.9_1
 libmp3splt.so.0 libmp3splt-0.9.2_1
 libliquid.so.1 liquid-dsp-1.3.1_1
diff --git a/srcpkgs/Quaternion/template b/srcpkgs/Quaternion/template
index e77415eec606..e927eb02fd3a 100644
--- a/srcpkgs/Quaternion/template
+++ b/srcpkgs/Quaternion/template
@@ -1,9 +1,8 @@
 # Template file for 'Quaternion'
 pkgname=Quaternion
-version=0.0.95.beta5
+reverts="0.0.95.beta5_1"
+version=0.0.95
 revision=1
-_gitversion=0.0.95-beta5
-wrksrc="Quaternion-${_gitversion}"
 build_style=cmake
 hostmakedepends="qt5-qmake qt5-host-tools"
 makedepends="qt5-declarative-devel qt5-quickcontrols qt5-tools-devel
@@ -14,8 +13,8 @@ short_desc="Qt5-based IM client for the Matrix protocol"
 maintainer="Julio Galvan <juliogalvan@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/quotient-im/Quaternion"
-distfiles="https://github.com/quotient-im/Quaternion/archive/${_gitversion}.tar.gz"
-checksum=8a8e469df29622af7c61fe501068dd6ff26bd02bf8a12096d3f9ebbb0179e82b
+distfiles="https://github.com/quotient-im/Quaternion/archive/${version}.tar.gz"
+checksum=fa047bd9c3e3221bfde805844763f872114397dd1a0c6a3568f8222628fb3406
 
 build_options="qtkeychain"
 build_options_default="qtkeychain"

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

* Re: [PR PATCH] [Updated] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
  2021-09-24  9:07 [PR PATCH] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9 ram02z
  2021-09-24  9:15 ` [PR PATCH] [Updated] " ram02z
@ 2021-09-24  9:18 ` ram02z
  2021-09-24  9:20 ` ram02z
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ram02z @ 2021-09-24  9:18 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages Quaternion
https://github.com/void-linux/void-packages/pull/33085

Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
<!-- 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? 
- [x] I built this PR locally for my native architecture (x86_64)
<!--
- [ ] 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/33085.patch is attached

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

From b594f193f2a3ac5f28bf6b2d95485e3f9eb458d3 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 24 Sep 2021 09:55:37 +0100
Subject: [PATCH 1/2] libQuotient: update to 0.6.9.

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

diff --git a/srcpkgs/libQuotient/template b/srcpkgs/libQuotient/template
index effd8dca3de2..8488858d8096 100644
--- a/srcpkgs/libQuotient/template
+++ b/srcpkgs/libQuotient/template
@@ -1,6 +1,6 @@
 # Template file for 'libQuotient'
 pkgname=libQuotient
-version=0.6.6
+version=0.6.9
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0"
@@ -11,7 +11,7 @@ maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
 license="LGPL-2.1-or-later"
 homepage="https://matrix.org/docs/projects/sdk/quotient"
 distfiles="https://github.com/quotient-im/libQuotient/archive/${version}.tar.gz"
-checksum=33d3da5a7045bbe2611dd73104279986dd8356b24de339dd10874c1a9417bba7
+checksum=ed474e6c13ac961d0c45794d52ddd7227002eff005894b3d3cc8efefafdf9625
 
 libQuotient-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From 08c2a179f3c52bd62d4dd37d41383824467bba6c Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 24 Sep 2021 09:55:49 +0100
Subject: [PATCH 2/2] Quaternion: update to 0.0.95.

---
 srcpkgs/Quaternion/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/Quaternion/template b/srcpkgs/Quaternion/template
index e77415eec606..e927eb02fd3a 100644
--- a/srcpkgs/Quaternion/template
+++ b/srcpkgs/Quaternion/template
@@ -1,9 +1,8 @@
 # Template file for 'Quaternion'
 pkgname=Quaternion
-version=0.0.95.beta5
+reverts="0.0.95.beta5_1"
+version=0.0.95
 revision=1
-_gitversion=0.0.95-beta5
-wrksrc="Quaternion-${_gitversion}"
 build_style=cmake
 hostmakedepends="qt5-qmake qt5-host-tools"
 makedepends="qt5-declarative-devel qt5-quickcontrols qt5-tools-devel
@@ -14,8 +13,8 @@ short_desc="Qt5-based IM client for the Matrix protocol"
 maintainer="Julio Galvan <juliogalvan@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/quotient-im/Quaternion"
-distfiles="https://github.com/quotient-im/Quaternion/archive/${_gitversion}.tar.gz"
-checksum=8a8e469df29622af7c61fe501068dd6ff26bd02bf8a12096d3f9ebbb0179e82b
+distfiles="https://github.com/quotient-im/Quaternion/archive/${version}.tar.gz"
+checksum=fa047bd9c3e3221bfde805844763f872114397dd1a0c6a3568f8222628fb3406
 
 build_options="qtkeychain"
 build_options_default="qtkeychain"

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

* Re: [PR PATCH] [Updated] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
  2021-09-24  9:07 [PR PATCH] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9 ram02z
  2021-09-24  9:15 ` [PR PATCH] [Updated] " ram02z
  2021-09-24  9:18 ` ram02z
@ 2021-09-24  9:20 ` ram02z
  2021-09-25 15:39 ` [PR REVIEW] " Johnnynator
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ram02z @ 2021-09-24  9:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages Quaternion
https://github.com/void-linux/void-packages/pull/33085

Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
<!-- 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? 
- [x] I built this PR locally for my native architecture (x86_64)
<!--
- [ ] 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/33085.patch is attached

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

From b457001f888193fb7e435a7722e6e711a993599a Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 24 Sep 2021 09:55:37 +0100
Subject: [PATCH 1/2] libQuotient: update to 0.6.9.

---
 common/shlibs                | 2 +-
 srcpkgs/libQuotient/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 6f250a63f5d0..5dde6c1943ce 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3575,7 +3575,7 @@ libgaminggearwidget.so.0 libgaminggear-0.15.1_1
 libopkg.so.1 libopkg-0.4.4_2
 libpkgconf.so.3 libpkgconf-1.8.0_1
 libkodiplatform.so.19.0 kodi-platform-20180302_1
-libQuotient.so.0.6 libQuotient-0.6.6_1
+libQuotient.so.0.6 libQuotient-0.6.9_1
 libipset.so.13 libipset-7.9_1
 libmp3splt.so.0 libmp3splt-0.9.2_1
 libliquid.so.1 liquid-dsp-1.3.1_1
diff --git a/srcpkgs/libQuotient/template b/srcpkgs/libQuotient/template
index effd8dca3de2..8488858d8096 100644
--- a/srcpkgs/libQuotient/template
+++ b/srcpkgs/libQuotient/template
@@ -1,6 +1,6 @@
 # Template file for 'libQuotient'
 pkgname=libQuotient
-version=0.6.6
+version=0.6.9
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0"
@@ -11,7 +11,7 @@ maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
 license="LGPL-2.1-or-later"
 homepage="https://matrix.org/docs/projects/sdk/quotient"
 distfiles="https://github.com/quotient-im/libQuotient/archive/${version}.tar.gz"
-checksum=33d3da5a7045bbe2611dd73104279986dd8356b24de339dd10874c1a9417bba7
+checksum=ed474e6c13ac961d0c45794d52ddd7227002eff005894b3d3cc8efefafdf9625
 
 libQuotient-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From b1cff762fcabf0d09a77760fc9b6184850b0f70f Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 24 Sep 2021 09:55:49 +0100
Subject: [PATCH 2/2] Quaternion: update to 0.0.95.

---
 srcpkgs/Quaternion/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/Quaternion/template b/srcpkgs/Quaternion/template
index e77415eec606..e927eb02fd3a 100644
--- a/srcpkgs/Quaternion/template
+++ b/srcpkgs/Quaternion/template
@@ -1,9 +1,8 @@
 # Template file for 'Quaternion'
 pkgname=Quaternion
-version=0.0.95.beta5
+reverts="0.0.95.beta5_1"
+version=0.0.95
 revision=1
-_gitversion=0.0.95-beta5
-wrksrc="Quaternion-${_gitversion}"
 build_style=cmake
 hostmakedepends="qt5-qmake qt5-host-tools"
 makedepends="qt5-declarative-devel qt5-quickcontrols qt5-tools-devel
@@ -14,8 +13,8 @@ short_desc="Qt5-based IM client for the Matrix protocol"
 maintainer="Julio Galvan <juliogalvan@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/quotient-im/Quaternion"
-distfiles="https://github.com/quotient-im/Quaternion/archive/${_gitversion}.tar.gz"
-checksum=8a8e469df29622af7c61fe501068dd6ff26bd02bf8a12096d3f9ebbb0179e82b
+distfiles="https://github.com/quotient-im/Quaternion/archive/${version}.tar.gz"
+checksum=fa047bd9c3e3221bfde805844763f872114397dd1a0c6a3568f8222628fb3406
 
 build_options="qtkeychain"
 build_options_default="qtkeychain"

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

* Re: [PR REVIEW] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
  2021-09-24  9:07 [PR PATCH] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9 ram02z
                   ` (2 preceding siblings ...)
  2021-09-24  9:20 ` ram02z
@ 2021-09-25 15:39 ` Johnnynator
  2021-09-25 16:00 ` [PR PATCH] [Updated] " ram02z
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Johnnynator @ 2021-09-25 15:39 UTC (permalink / raw)
  To: ml

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

New review comment by Johnnynator on void-packages repository

https://github.com/void-linux/void-packages/pull/33085#discussion_r716056612

Comment:
No need for a revert, `q-0.0.95.beta5_1` < `q-0.0.95_1` (you can use e.g. `xbps-uhelper cmpver` to compare two versions, 255 (-1) as result means first version is smaller, 1 first version is bigger and 0 if versions are the same

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

* Re: [PR PATCH] [Updated] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
  2021-09-24  9:07 [PR PATCH] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9 ram02z
                   ` (3 preceding siblings ...)
  2021-09-25 15:39 ` [PR REVIEW] " Johnnynator
@ 2021-09-25 16:00 ` ram02z
  2021-09-25 16:00 ` [PR REVIEW] " ram02z
  2021-10-02 15:10 ` [PR PATCH] [Merged]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: ram02z @ 2021-09-25 16:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ram02z/void-packages Quaternion
https://github.com/void-linux/void-packages/pull/33085

Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
<!-- 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? 
- [x] I built this PR locally for my native architecture (x86_64)
<!--
- [ ] 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/33085.patch is attached

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

From b457001f888193fb7e435a7722e6e711a993599a Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 24 Sep 2021 09:55:37 +0100
Subject: [PATCH 1/2] libQuotient: update to 0.6.9.

---
 common/shlibs                | 2 +-
 srcpkgs/libQuotient/template | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/common/shlibs b/common/shlibs
index 6f250a63f5d0..5dde6c1943ce 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -3575,7 +3575,7 @@ libgaminggearwidget.so.0 libgaminggear-0.15.1_1
 libopkg.so.1 libopkg-0.4.4_2
 libpkgconf.so.3 libpkgconf-1.8.0_1
 libkodiplatform.so.19.0 kodi-platform-20180302_1
-libQuotient.so.0.6 libQuotient-0.6.6_1
+libQuotient.so.0.6 libQuotient-0.6.9_1
 libipset.so.13 libipset-7.9_1
 libmp3splt.so.0 libmp3splt-0.9.2_1
 libliquid.so.1 liquid-dsp-1.3.1_1
diff --git a/srcpkgs/libQuotient/template b/srcpkgs/libQuotient/template
index effd8dca3de2..8488858d8096 100644
--- a/srcpkgs/libQuotient/template
+++ b/srcpkgs/libQuotient/template
@@ -1,6 +1,6 @@
 # Template file for 'libQuotient'
 pkgname=libQuotient
-version=0.6.6
+version=0.6.9
 revision=1
 build_style=cmake
 configure_args="-DBUILD_SHARED_LIBS=1 -DQuotient_INSTALL_TESTS=0"
@@ -11,7 +11,7 @@ maintainer="Karol Kosek <krkk@krkk.ct8.pl>"
 license="LGPL-2.1-or-later"
 homepage="https://matrix.org/docs/projects/sdk/quotient"
 distfiles="https://github.com/quotient-im/libQuotient/archive/${version}.tar.gz"
-checksum=33d3da5a7045bbe2611dd73104279986dd8356b24de339dd10874c1a9417bba7
+checksum=ed474e6c13ac961d0c45794d52ddd7227002eff005894b3d3cc8efefafdf9625
 
 libQuotient-devel_package() {
 	depends="${sourcepkg}>=${version}_${revision}"

From ab6226f0b96b5cce40ccc484c226a057758aa4c8 Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Fri, 24 Sep 2021 09:55:49 +0100
Subject: [PATCH 2/2] Quaternion: update to 0.0.95.

---
 srcpkgs/Quaternion/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/Quaternion/template b/srcpkgs/Quaternion/template
index e77415eec606..6ab5c987ede2 100644
--- a/srcpkgs/Quaternion/template
+++ b/srcpkgs/Quaternion/template
@@ -1,9 +1,7 @@
 # Template file for 'Quaternion'
 pkgname=Quaternion
-version=0.0.95.beta5
+version=0.0.95
 revision=1
-_gitversion=0.0.95-beta5
-wrksrc="Quaternion-${_gitversion}"
 build_style=cmake
 hostmakedepends="qt5-qmake qt5-host-tools"
 makedepends="qt5-declarative-devel qt5-quickcontrols qt5-tools-devel
@@ -14,8 +12,8 @@ short_desc="Qt5-based IM client for the Matrix protocol"
 maintainer="Julio Galvan <juliogalvan@protonmail.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/quotient-im/Quaternion"
-distfiles="https://github.com/quotient-im/Quaternion/archive/${_gitversion}.tar.gz"
-checksum=8a8e469df29622af7c61fe501068dd6ff26bd02bf8a12096d3f9ebbb0179e82b
+distfiles="https://github.com/quotient-im/Quaternion/archive/${version}.tar.gz"
+checksum=fa047bd9c3e3221bfde805844763f872114397dd1a0c6a3568f8222628fb3406
 
 build_options="qtkeychain"
 build_options_default="qtkeychain"

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

* Re: [PR REVIEW] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
  2021-09-24  9:07 [PR PATCH] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9 ram02z
                   ` (4 preceding siblings ...)
  2021-09-25 16:00 ` [PR PATCH] [Updated] " ram02z
@ 2021-09-25 16:00 ` ram02z
  2021-10-02 15:10 ` [PR PATCH] [Merged]: " Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: ram02z @ 2021-09-25 16:00 UTC (permalink / raw)
  To: ml

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

New review comment by ram02z on void-packages repository

https://github.com/void-linux/void-packages/pull/33085#discussion_r716058922

Comment:
TIL, thanks! 

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

* Re: [PR PATCH] [Merged]: Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
  2021-09-24  9:07 [PR PATCH] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9 ram02z
                   ` (5 preceding siblings ...)
  2021-09-25 16:00 ` [PR REVIEW] " ram02z
@ 2021-10-02 15:10 ` Chocimier
  6 siblings, 0 replies; 8+ messages in thread
From: Chocimier @ 2021-10-02 15:10 UTC (permalink / raw)
  To: ml

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

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

Quaternion: update to 0.0.95, libQuotient: update to 0.6.9.
https://github.com/void-linux/void-packages/pull/33085

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? 
- [x] I built this PR locally for my native architecture (x86_64)
<!--
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-10-02 15:10 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-24  9:07 [PR PATCH] Quaternion: update to 0.0.95, libQuotient: update to 0.6.9 ram02z
2021-09-24  9:15 ` [PR PATCH] [Updated] " ram02z
2021-09-24  9:18 ` ram02z
2021-09-24  9:20 ` ram02z
2021-09-25 15:39 ` [PR REVIEW] " Johnnynator
2021-09-25 16:00 ` [PR PATCH] [Updated] " ram02z
2021-09-25 16:00 ` [PR REVIEW] " ram02z
2021-10-02 15:10 ` [PR PATCH] [Merged]: " Chocimier

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