Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] pango: ignore unstable 1.90.0 release.
@ 2023-11-27 23:31 mhmdanas
  2023-11-28 18:28 ` [PR PATCH] [Updated] " mhmdanas
  2023-12-01 12:59 ` [PR PATCH] [Merged]: pango: ignore unstable 1.90.x series leahneukirchen
  0 siblings, 2 replies; 3+ messages in thread
From: mhmdanas @ 2023-11-27 23:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages pango-ignore-unstable-release
https://github.com/void-linux/void-packages/pull/47447

pango: ignore unstable 1.90.0 release.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### 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/47447.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pango-ignore-unstable-release-47447.patch --]
[-- Type: text/x-diff, Size: 520 bytes --]

From 198e890411bdcf75a8f74e957df2a222935d5a3e Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 27 Nov 2023 23:31:04 +0000
Subject: [PATCH] pango: ignore unstable 1.90.0 release.

---
 srcpkgs/pango/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/pango/update

diff --git a/srcpkgs/pango/update b/srcpkgs/pango/update
new file mode 100644
index 0000000000000..39729e9e8d6c7
--- /dev/null
+++ b/srcpkgs/pango/update
@@ -0,0 +1 @@
+ignore="1.90.0" # Unstable release

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

* Re: [PR PATCH] [Updated] pango: ignore unstable 1.90.0 release.
  2023-11-27 23:31 [PR PATCH] pango: ignore unstable 1.90.0 release mhmdanas
@ 2023-11-28 18:28 ` mhmdanas
  2023-12-01 12:59 ` [PR PATCH] [Merged]: pango: ignore unstable 1.90.x series leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: mhmdanas @ 2023-11-28 18:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mhmdanas/void-packages pango-ignore-unstable-release
https://github.com/void-linux/void-packages/pull/47447

pango: ignore unstable 1.90.0 release.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### 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/47447.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-pango-ignore-unstable-release-47447.patch --]
[-- Type: text/x-diff, Size: 518 bytes --]

From b4ad0b1afb69236842224c0d0e6610ebdaa338ee Mon Sep 17 00:00:00 2001
From: Mohammed Anas <triallax@tutanota.com>
Date: Mon, 27 Nov 2023 23:31:04 +0000
Subject: [PATCH] pango: ignore unstable 1.90.x series.

---
 srcpkgs/pango/update | 1 +
 1 file changed, 1 insertion(+)
 create mode 100644 srcpkgs/pango/update

diff --git a/srcpkgs/pango/update b/srcpkgs/pango/update
new file mode 100644
index 0000000000000..56bda2aa5d667
--- /dev/null
+++ b/srcpkgs/pango/update
@@ -0,0 +1 @@
+ignore="1.90.*" # Unstable series

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

* Re: [PR PATCH] [Merged]: pango: ignore unstable 1.90.x series.
  2023-11-27 23:31 [PR PATCH] pango: ignore unstable 1.90.0 release mhmdanas
  2023-11-28 18:28 ` [PR PATCH] [Updated] " mhmdanas
@ 2023-12-01 12:59 ` leahneukirchen
  1 sibling, 0 replies; 3+ messages in thread
From: leahneukirchen @ 2023-12-01 12:59 UTC (permalink / raw)
  To: ml

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

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

pango: ignore unstable 1.90.x series.
https://github.com/void-linux/void-packages/pull/47447

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### 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] 3+ messages in thread

end of thread, other threads:[~2023-12-01 12:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-27 23:31 [PR PATCH] pango: ignore unstable 1.90.0 release mhmdanas
2023-11-28 18:28 ` [PR PATCH] [Updated] " mhmdanas
2023-12-01 12:59 ` [PR PATCH] [Merged]: pango: ignore unstable 1.90.x series leahneukirchen

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