Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] set update to ignore development series and other incorrect versions
@ 2021-10-11 19:42 TinfoilSubmarine
  2021-10-11 21:18 ` [PR REVIEW] " paper42
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2021-10-11 19:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update-fixes
https://github.com/void-linux/void-packages/pull/33488

set update to ignore development series and other incorrect versions
Cleans up some more update checks. I only reviewed the orphaned package list.

A patch file from https://github.com/void-linux/void-packages/pull/33488.patch is attached

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

From 2ebad8ba12ad6b082b83d99441edbc6fb8a0b2c0 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 11 Oct 2021 15:41:35 -0400
Subject: [PATCH] set update to ignore development series and other incorrect
 versions

---
 srcpkgs/VirtualGL/update | 1 +
 srcpkgs/asio/update      | 1 +
 srcpkgs/boinc/update     | 1 +
 srcpkgs/botan/update     | 1 +
 srcpkgs/gnupg/update     | 1 +
 srcpkgs/gource/update    | 1 +
 6 files changed, 6 insertions(+)
 create mode 100644 srcpkgs/VirtualGL/update
 create mode 100644 srcpkgs/asio/update
 create mode 100644 srcpkgs/gnupg/update
 create mode 100644 srcpkgs/gource/update

diff --git a/srcpkgs/VirtualGL/update b/srcpkgs/VirtualGL/update
new file mode 100644
index 000000000000..4251f46cbd68
--- /dev/null
+++ b/srcpkgs/VirtualGL/update
@@ -0,0 +1 @@
+ignore="2.6.[9][0-9]"
diff --git a/srcpkgs/asio/update b/srcpkgs/asio/update
new file mode 100644
index 000000000000..fe787e075773
--- /dev/null
+++ b/srcpkgs/asio/update
@@ -0,0 +1 @@
+ignore="*1.19.*" # development release series
diff --git a/srcpkgs/boinc/update b/srcpkgs/boinc/update
index a9205555e786..432eb766178b 100644
--- a/srcpkgs/boinc/update
+++ b/srcpkgs/boinc/update
@@ -1,2 +1,3 @@
 site=http://boinc.berkeley.edu/download.php
 pattern="\K[\d]+\.[\d]+\.[\d]+"
+ignore="7.18.*" # android-specific release series
diff --git a/srcpkgs/botan/update b/srcpkgs/botan/update
index 04f08c11ede7..2bad3de5cb50 100644
--- a/srcpkgs/botan/update
+++ b/srcpkgs/botan/update
@@ -1 +1,2 @@
 pattern='\K[0-9]+\.[0-9]*[02468]\.[0-9]+'
+ignore="*3.0.*" # alpha release series
diff --git a/srcpkgs/gnupg/update b/srcpkgs/gnupg/update
new file mode 100644
index 000000000000..75b3a288abe3
--- /dev/null
+++ b/srcpkgs/gnupg/update
@@ -0,0 +1 @@
+ignore="*2.3.*" # development release series
diff --git a/srcpkgs/gource/update b/srcpkgs/gource/update
new file mode 100644
index 000000000000..ea1d7f76067b
--- /dev/null
+++ b/srcpkgs/gource/update
@@ -0,0 +1 @@
+ignore="*win64 *win32"

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

* Re: [PR REVIEW] set update to ignore development series and other incorrect versions
  2021-10-11 19:42 [PR PATCH] set update to ignore development series and other incorrect versions TinfoilSubmarine
@ 2021-10-11 21:18 ` paper42
  2021-10-12 14:17 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2021-10-11 21:18 UTC (permalink / raw)
  To: ml

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

New review comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33488#discussion_r726573601

Comment:
Aren't all odd numbered versions development releases? If yes, we should ignore all of them, similar to how we do it for GNOME projects.

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

* Re: [PR PATCH] [Updated] set update to ignore development series and other incorrect versions
  2021-10-11 19:42 [PR PATCH] set update to ignore development series and other incorrect versions TinfoilSubmarine
  2021-10-11 21:18 ` [PR REVIEW] " paper42
@ 2021-10-12 14:17 ` TinfoilSubmarine
  2021-10-30 18:58 ` ericonr
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2021-10-12 14:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update-fixes
https://github.com/void-linux/void-packages/pull/33488

set update to ignore development series and other incorrect versions
Cleans up some more update checks. I only reviewed the orphaned package list.

A patch file from https://github.com/void-linux/void-packages/pull/33488.patch is attached

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

From ac7dbe49a17fd4523c1b6490609e78276b63fae5 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 11 Oct 2021 15:41:35 -0400
Subject: [PATCH] set update to ignore development series and other incorrect
 versions

---
 srcpkgs/VirtualGL/update | 1 +
 srcpkgs/asio/update      | 1 +
 srcpkgs/boinc/update     | 1 +
 srcpkgs/botan/update     | 1 +
 srcpkgs/gnupg/update     | 1 +
 srcpkgs/gource/update    | 1 +
 6 files changed, 6 insertions(+)
 create mode 100644 srcpkgs/VirtualGL/update
 create mode 100644 srcpkgs/asio/update
 create mode 100644 srcpkgs/gnupg/update
 create mode 100644 srcpkgs/gource/update

diff --git a/srcpkgs/VirtualGL/update b/srcpkgs/VirtualGL/update
new file mode 100644
index 000000000000..4251f46cbd68
--- /dev/null
+++ b/srcpkgs/VirtualGL/update
@@ -0,0 +1 @@
+ignore="2.6.[9][0-9]"
diff --git a/srcpkgs/asio/update b/srcpkgs/asio/update
new file mode 100644
index 000000000000..fe787e075773
--- /dev/null
+++ b/srcpkgs/asio/update
@@ -0,0 +1 @@
+ignore="*1.19.*" # development release series
diff --git a/srcpkgs/boinc/update b/srcpkgs/boinc/update
index a9205555e786..432eb766178b 100644
--- a/srcpkgs/boinc/update
+++ b/srcpkgs/boinc/update
@@ -1,2 +1,3 @@
 site=http://boinc.berkeley.edu/download.php
 pattern="\K[\d]+\.[\d]+\.[\d]+"
+ignore="7.18.*" # android-specific release series
diff --git a/srcpkgs/botan/update b/srcpkgs/botan/update
index 04f08c11ede7..2bad3de5cb50 100644
--- a/srcpkgs/botan/update
+++ b/srcpkgs/botan/update
@@ -1 +1,2 @@
 pattern='\K[0-9]+\.[0-9]*[02468]\.[0-9]+'
+ignore="*3.0.*" # alpha release series
diff --git a/srcpkgs/gnupg/update b/srcpkgs/gnupg/update
new file mode 100644
index 000000000000..0164c3462a52
--- /dev/null
+++ b/srcpkgs/gnupg/update
@@ -0,0 +1 @@
+ignore="*.[13579].*" # development release series
diff --git a/srcpkgs/gource/update b/srcpkgs/gource/update
new file mode 100644
index 000000000000..ea1d7f76067b
--- /dev/null
+++ b/srcpkgs/gource/update
@@ -0,0 +1 @@
+ignore="*win64 *win32"

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

* Re: set update to ignore development series and other incorrect versions
  2021-10-11 19:42 [PR PATCH] set update to ignore development series and other incorrect versions TinfoilSubmarine
  2021-10-11 21:18 ` [PR REVIEW] " paper42
  2021-10-12 14:17 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2021-10-30 18:58 ` ericonr
  2021-10-30 18:58 ` [PR REVIEW] " ericonr
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-10-30 18:58 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/33488#issuecomment-955577503

Comment:
Please word the commit to be `srcpkgs/: ...`

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

* Re: [PR REVIEW] set update to ignore development series and other incorrect versions
  2021-10-11 19:42 [PR PATCH] set update to ignore development series and other incorrect versions TinfoilSubmarine
                   ` (2 preceding siblings ...)
  2021-10-30 18:58 ` ericonr
@ 2021-10-30 18:58 ` ericonr
  2021-11-02 18:00 ` [PR PATCH] [Updated] " TinfoilSubmarine
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: ericonr @ 2021-10-30 18:58 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/33488#discussion_r739687121

Comment:
Will the non alpha release be 3.1.x?

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

* Re: [PR PATCH] [Updated] set update to ignore development series and other incorrect versions
  2021-10-11 19:42 [PR PATCH] set update to ignore development series and other incorrect versions TinfoilSubmarine
                   ` (3 preceding siblings ...)
  2021-10-30 18:58 ` [PR REVIEW] " ericonr
@ 2021-11-02 18:00 ` TinfoilSubmarine
  2021-11-02 18:01 ` [PR REVIEW] " TinfoilSubmarine
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2021-11-02 18:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update-fixes
https://github.com/void-linux/void-packages/pull/33488

set update to ignore development series and other incorrect versions
Cleans up some more update checks. I only reviewed the orphaned package list.

A patch file from https://github.com/void-linux/void-packages/pull/33488.patch is attached

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

From e70d948ade4ec2f957634c330eeba27a964daa87 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 11 Oct 2021 15:41:35 -0400
Subject: [PATCH] srcpkgs/: set update to ignore development series and other
 incorrect versions

---
 srcpkgs/VirtualGL/update | 1 +
 srcpkgs/asio/update      | 1 +
 srcpkgs/boinc/update     | 1 +
 srcpkgs/botan/update     | 1 -
 srcpkgs/gnupg/update     | 1 +
 5 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/VirtualGL/update
 create mode 100644 srcpkgs/asio/update
 delete mode 100644 srcpkgs/botan/update
 create mode 100644 srcpkgs/gnupg/update

diff --git a/srcpkgs/VirtualGL/update b/srcpkgs/VirtualGL/update
new file mode 100644
index 000000000000..4251f46cbd68
--- /dev/null
+++ b/srcpkgs/VirtualGL/update
@@ -0,0 +1 @@
+ignore="2.6.[9][0-9]"
diff --git a/srcpkgs/asio/update b/srcpkgs/asio/update
new file mode 100644
index 000000000000..fe787e075773
--- /dev/null
+++ b/srcpkgs/asio/update
@@ -0,0 +1 @@
+ignore="*1.19.*" # development release series
diff --git a/srcpkgs/boinc/update b/srcpkgs/boinc/update
index a9205555e786..432eb766178b 100644
--- a/srcpkgs/boinc/update
+++ b/srcpkgs/boinc/update
@@ -1,2 +1,3 @@
 site=http://boinc.berkeley.edu/download.php
 pattern="\K[\d]+\.[\d]+\.[\d]+"
+ignore="7.18.*" # android-specific release series
diff --git a/srcpkgs/botan/update b/srcpkgs/botan/update
deleted file mode 100644
index 04f08c11ede7..000000000000
--- a/srcpkgs/botan/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern='\K[0-9]+\.[0-9]*[02468]\.[0-9]+'
diff --git a/srcpkgs/gnupg/update b/srcpkgs/gnupg/update
new file mode 100644
index 000000000000..0164c3462a52
--- /dev/null
+++ b/srcpkgs/gnupg/update
@@ -0,0 +1 @@
+ignore="*.[13579].*" # development release series

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

* Re: [PR REVIEW] set update to ignore development series and other incorrect versions
  2021-10-11 19:42 [PR PATCH] set update to ignore development series and other incorrect versions TinfoilSubmarine
                   ` (4 preceding siblings ...)
  2021-11-02 18:00 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2021-11-02 18:01 ` TinfoilSubmarine
  2022-02-18 18:40 ` [PR PATCH] [Updated] srcpkgs/: " TinfoilSubmarine
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2021-11-02 18:01 UTC (permalink / raw)
  To: ml

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

New review comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/33488#discussion_r741343387

Comment:
I just ran the update check on botan again with the `update` file deleted and it seems like the pattern was broken. It is working properly now with no need to have the ignore.

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

* Re: [PR PATCH] [Updated] srcpkgs/: set update to ignore development series and other incorrect versions
  2021-10-11 19:42 [PR PATCH] set update to ignore development series and other incorrect versions TinfoilSubmarine
                   ` (5 preceding siblings ...)
  2021-11-02 18:01 ` [PR REVIEW] " TinfoilSubmarine
@ 2022-02-18 18:40 ` TinfoilSubmarine
  2022-02-18 18:41 ` TinfoilSubmarine
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2022-02-18 18:40 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update-fixes
https://github.com/void-linux/void-packages/pull/33488

srcpkgs/: set update to ignore development series and other incorrect versions
Cleans up some more update checks. I only reviewed the orphaned package list.

A patch file from https://github.com/void-linux/void-packages/pull/33488.patch is attached

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

From 9f969d7db253cfcb8badabb9797fe06560ab388d Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Mon, 11 Oct 2021 15:41:35 -0400
Subject: [PATCH] srcpkgs/: set update to ignore development series and other
 incorrect versions

---
 srcpkgs/VirtualGL/update | 1 +
 srcpkgs/asio/update      | 1 +
 srcpkgs/boinc/update     | 1 +
 srcpkgs/botan/update     | 1 -
 srcpkgs/gnupg/update     | 1 +
 5 files changed, 4 insertions(+), 1 deletion(-)
 create mode 100644 srcpkgs/VirtualGL/update
 create mode 100644 srcpkgs/asio/update
 delete mode 100644 srcpkgs/botan/update
 create mode 100644 srcpkgs/gnupg/update

diff --git a/srcpkgs/VirtualGL/update b/srcpkgs/VirtualGL/update
new file mode 100644
index 000000000000..4251f46cbd68
--- /dev/null
+++ b/srcpkgs/VirtualGL/update
@@ -0,0 +1 @@
+ignore="2.6.[9][0-9]"
diff --git a/srcpkgs/asio/update b/srcpkgs/asio/update
new file mode 100644
index 000000000000..b09e17332b0a
--- /dev/null
+++ b/srcpkgs/asio/update
@@ -0,0 +1 @@
+ignore="*1.*[13579].*" # development release series
diff --git a/srcpkgs/boinc/update b/srcpkgs/boinc/update
index a9205555e786..432eb766178b 100644
--- a/srcpkgs/boinc/update
+++ b/srcpkgs/boinc/update
@@ -1,2 +1,3 @@
 site=http://boinc.berkeley.edu/download.php
 pattern="\K[\d]+\.[\d]+\.[\d]+"
+ignore="7.18.*" # android-specific release series
diff --git a/srcpkgs/botan/update b/srcpkgs/botan/update
deleted file mode 100644
index 04f08c11ede7..000000000000
--- a/srcpkgs/botan/update
+++ /dev/null
@@ -1 +0,0 @@
-pattern='\K[0-9]+\.[0-9]*[02468]\.[0-9]+'
diff --git a/srcpkgs/gnupg/update b/srcpkgs/gnupg/update
new file mode 100644
index 000000000000..0164c3462a52
--- /dev/null
+++ b/srcpkgs/gnupg/update
@@ -0,0 +1 @@
+ignore="*.[13579].*" # development release series

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

* Re: srcpkgs/: set update to ignore development series and other incorrect versions
  2021-10-11 19:42 [PR PATCH] set update to ignore development series and other incorrect versions TinfoilSubmarine
                   ` (6 preceding siblings ...)
  2022-02-18 18:40 ` [PR PATCH] [Updated] srcpkgs/: " TinfoilSubmarine
@ 2022-02-18 18:41 ` TinfoilSubmarine
  2022-05-07 21:41 ` paper42
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2022-02-18 18:41 UTC (permalink / raw)
  To: ml

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

New comment by TinfoilSubmarine on void-packages repository

https://github.com/void-linux/void-packages/pull/33488#issuecomment-1044989270

Comment:
Anything else needed before this can be merged? Does it need to be split into multiple commits?

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

* Re: srcpkgs/: set update to ignore development series and other incorrect versions
  2021-10-11 19:42 [PR PATCH] set update to ignore development series and other incorrect versions TinfoilSubmarine
                   ` (7 preceding siblings ...)
  2022-02-18 18:41 ` TinfoilSubmarine
@ 2022-05-07 21:41 ` paper42
  2022-05-08  0:23 ` [PR PATCH] [Updated] " TinfoilSubmarine
  2022-05-08 20:49 ` [PR PATCH] [Merged]: " paper42
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-05-07 21:41 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/33488#issuecomment-1120296813

Comment:
could you rebase and split to multiple commits?

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

* Re: [PR PATCH] [Updated] srcpkgs/: set update to ignore development series and other incorrect versions
  2021-10-11 19:42 [PR PATCH] set update to ignore development series and other incorrect versions TinfoilSubmarine
                   ` (8 preceding siblings ...)
  2022-05-07 21:41 ` paper42
@ 2022-05-08  0:23 ` TinfoilSubmarine
  2022-05-08 20:49 ` [PR PATCH] [Merged]: " paper42
  10 siblings, 0 replies; 12+ messages in thread
From: TinfoilSubmarine @ 2022-05-08  0:23 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TinfoilSubmarine/void-packages update-fixes
https://github.com/void-linux/void-packages/pull/33488

srcpkgs/: set update to ignore development series and other incorrect versions
Cleans up some more update checks. I only reviewed the orphaned package list.

A patch file from https://github.com/void-linux/void-packages/pull/33488.patch is attached

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

From 8a51bd9ae4d827f0c0d9f9dcbb6ac4cb9f14ae91 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 May 2022 20:21:07 -0400
Subject: [PATCH 1/5] botan: drop unneeded update file

---
 srcpkgs/botan/update | 0
 1 file changed, 0 insertions(+), 0 deletions(-)
 delete mode 100644 srcpkgs/botan/update

diff --git a/srcpkgs/botan/update b/srcpkgs/botan/update
deleted file mode 100644
index e69de29bb2d1..000000000000

From 5bd41e75a2f3bff6fd8c936c474a7a56826b6146 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 May 2022 20:21:38 -0400
Subject: [PATCH 2/5] boinc: set update to ignore android-specic release series

---
 srcpkgs/boinc/update | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/boinc/update b/srcpkgs/boinc/update
index a9205555e786..432eb766178b 100644
--- a/srcpkgs/boinc/update
+++ b/srcpkgs/boinc/update
@@ -1,2 +1,3 @@
 site=http://boinc.berkeley.edu/download.php
 pattern="\K[\d]+\.[\d]+\.[\d]+"
+ignore="7.18.*" # android-specific release series

From 0b0d911f5f371ccb15ab275cce7bb2b646cecca6 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 May 2022 20:22:22 -0400
Subject: [PATCH 3/5] VirtualGL: set update to ignore development series

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

diff --git a/srcpkgs/VirtualGL/update b/srcpkgs/VirtualGL/update
new file mode 100644
index 000000000000..4251f46cbd68
--- /dev/null
+++ b/srcpkgs/VirtualGL/update
@@ -0,0 +1 @@
+ignore="2.6.[9][0-9]"

From fd3242db523d8f0db6b6e92f75e90f15cd137e60 Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 May 2022 20:22:47 -0400
Subject: [PATCH 4/5] asio: set update to ignore development series

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

diff --git a/srcpkgs/asio/update b/srcpkgs/asio/update
new file mode 100644
index 000000000000..b09e17332b0a
--- /dev/null
+++ b/srcpkgs/asio/update
@@ -0,0 +1 @@
+ignore="*1.*[13579].*" # development release series

From 8e5c1136e9a7402c7c16827296d075bd8a9fb30e Mon Sep 17 00:00:00 2001
From: Joel Beckmeyer <joel@beckmeyer.us>
Date: Sat, 7 May 2022 20:23:20 -0400
Subject: [PATCH 5/5] gnupg: set update to ignore development series (odd
 numbered versions)

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

diff --git a/srcpkgs/gnupg/update b/srcpkgs/gnupg/update
new file mode 100644
index 000000000000..0164c3462a52
--- /dev/null
+++ b/srcpkgs/gnupg/update
@@ -0,0 +1 @@
+ignore="*.[13579].*" # development release series

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

* Re: [PR PATCH] [Merged]: srcpkgs/: set update to ignore development series and other incorrect versions
  2021-10-11 19:42 [PR PATCH] set update to ignore development series and other incorrect versions TinfoilSubmarine
                   ` (9 preceding siblings ...)
  2022-05-08  0:23 ` [PR PATCH] [Updated] " TinfoilSubmarine
@ 2022-05-08 20:49 ` paper42
  10 siblings, 0 replies; 12+ messages in thread
From: paper42 @ 2022-05-08 20:49 UTC (permalink / raw)
  To: ml

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

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

srcpkgs/: set update to ignore development series and other incorrect versions
https://github.com/void-linux/void-packages/pull/33488

Description:
Cleans up some more update checks. I only reviewed the orphaned package list.

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

end of thread, other threads:[~2022-05-08 20:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-11 19:42 [PR PATCH] set update to ignore development series and other incorrect versions TinfoilSubmarine
2021-10-11 21:18 ` [PR REVIEW] " paper42
2021-10-12 14:17 ` [PR PATCH] [Updated] " TinfoilSubmarine
2021-10-30 18:58 ` ericonr
2021-10-30 18:58 ` [PR REVIEW] " ericonr
2021-11-02 18:00 ` [PR PATCH] [Updated] " TinfoilSubmarine
2021-11-02 18:01 ` [PR REVIEW] " TinfoilSubmarine
2022-02-18 18:40 ` [PR PATCH] [Updated] srcpkgs/: " TinfoilSubmarine
2022-02-18 18:41 ` TinfoilSubmarine
2022-05-07 21:41 ` paper42
2022-05-08  0:23 ` [PR PATCH] [Updated] " TinfoilSubmarine
2022-05-08 20:49 ` [PR PATCH] [Merged]: " paper42

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