Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] kstars: update to 3.6.1.
@ 2022-11-01  4:00 ericonr
  2022-11-01  4:40 ` ericonr
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ericonr @ 2022-11-01  4:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages kstars
https://github.com/void-linux/void-packages/pull/40259

kstars: update to 3.6.1.
<!-- 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, (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/40259.patch is attached

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

From 94215dd8ecc7340a9b3e5cf31e3437bac070a35c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Nogueira?= <erico.erc@gmail.com>
Date: Tue, 1 Nov 2022 00:59:32 -0300
Subject: [PATCH] kstars: update to 3.6.1.

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

diff --git a/srcpkgs/kstars/template b/srcpkgs/kstars/template
index e87edf28bd3d..20cef8ea1522 100644
--- a/srcpkgs/kstars/template
+++ b/srcpkgs/kstars/template
@@ -1,6 +1,6 @@
 # Template file for 'kstars'
 pkgname=kstars
-version=3.6.0
+version=3.6.1
 revision=1
 build_style=cmake
 hostmakedepends="kdoctools gettext qt5-host-tools qt5-qmake kcoreaddons
@@ -18,4 +18,4 @@ maintainer="Érico Nogueira <ericonr@disroot.org>"
 license="GPL-2.0-or-later"
 homepage="https://edu.kde.org/kstars/"
 distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
-checksum=c1dbf64ce38f201dd5446dd732ce7c8bf1ef30367dc2f11102105036c949db91
+checksum=5966ed7eabc6775dfe6b8d73f3f32395c865969ba12d7d3c9eed793a56147ae2

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

* Re: kstars: update to 3.6.1.
  2022-11-01  4:00 [PR PATCH] kstars: update to 3.6.1 ericonr
@ 2022-11-01  4:40 ` ericonr
  2023-01-31  2:01 ` github-actions
  2023-02-14  2:02 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: ericonr @ 2022-11-01  4:40 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/40259#issuecomment-1298019153

Comment:
Might make sense to disable the failing test, if I understand its purpose correctly (checking to see if the installed files are available -- won't work in a packaging context).

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

* Re: kstars: update to 3.6.1.
  2022-11-01  4:00 [PR PATCH] kstars: update to 3.6.1 ericonr
  2022-11-01  4:40 ` ericonr
@ 2023-01-31  2:01 ` github-actions
  2023-02-14  2:02 ` [PR PATCH] [Closed]: " github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-01-31  2:01 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40259#issuecomment-1409631574

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: kstars: update to 3.6.1.
  2022-11-01  4:00 [PR PATCH] kstars: update to 3.6.1 ericonr
  2022-11-01  4:40 ` ericonr
  2023-01-31  2:01 ` github-actions
@ 2023-02-14  2:02 ` github-actions
  2 siblings, 0 replies; 4+ messages in thread
From: github-actions @ 2023-02-14  2:02 UTC (permalink / raw)
  To: ml

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

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

kstars: update to 3.6.1.
https://github.com/void-linux/void-packages/pull/40259

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, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01  4:00 [PR PATCH] kstars: update to 3.6.1 ericonr
2022-11-01  4:40 ` ericonr
2023-01-31  2:01 ` github-actions
2023-02-14  2:02 ` [PR PATCH] [Closed]: " github-actions

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