Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] os-prober: update to 1.81.
@ 2022-10-11 12:28 cultab
  2022-10-11 12:30 ` [PR PATCH] [Updated] " cultab
  2022-10-13 16:42 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 2 replies; 3+ messages in thread
From: cultab @ 2022-10-11 12:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cultab/void-packages os-prober
https://github.com/void-linux/void-packages/pull/39886

os-prober: update to 1.81.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**, it runs but I don't have any other OSs on my void machine to check if it still detects them.

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

From 603f6d7fee05cc94ea6042572f4f7eb981f42739 Mon Sep 17 00:00:00 2001
From: cultab <rroarck@gmail.com>
Date: Tue, 11 Oct 2022 15:25:12 +0300
Subject: [PATCH] os-prober: update to 1.81.

---
 srcpkgs/os-prober/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/os-prober/template b/srcpkgs/os-prober/template
index b500a98d65b4..719049fb1a00 100644
--- a/srcpkgs/os-prober/template
+++ b/srcpkgs/os-prober/template
@@ -1,8 +1,7 @@
 # Template file for 'os-prober'
 pkgname=os-prober
-version=1.79
+version=1.81
 revision=1
-wrksrc="${pkgname}"
 build_style=gnu-makefile
 make_dirs="/var/lib/os-prober 0755 root root"
 short_desc="Utility to detect other OSes on a set of drives"
@@ -10,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://packages.debian.org/sid/os-prober"
 distfiles="${DEBIAN_SITE}/main/o/${pkgname}/${pkgname}_${version}.tar.xz"
-checksum=abe6317d078c4e51e322e62036b6df4a698bfe80c5be110a08894841179810ee
+checksum=2fd928ec86538227711e2adf49cfd6a1ef74f6bb3555c5dad4e0425ccd978883
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*) _ARCH="x86";;

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

* Re: [PR PATCH] [Updated] os-prober: update to 1.81.
  2022-10-11 12:28 [PR PATCH] os-prober: update to 1.81 cultab
@ 2022-10-11 12:30 ` cultab
  2022-10-13 16:42 ` [PR PATCH] [Merged]: " classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: cultab @ 2022-10-11 12:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cultab/void-packages os-prober
https://github.com/void-linux/void-packages/pull/39886

os-prober: update to 1.81.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **briefly**, it runs but I don't have any other OSs on my void machine to check if it still detects them.

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

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

From 2e6c01d2f2c7cc70d9f3e0a7946541e1b7d61096 Mon Sep 17 00:00:00 2001
From: cultab <rroarck@gmail.com>
Date: Tue, 11 Oct 2022 15:25:12 +0300
Subject: [PATCH] os-prober: update to 1.81.

---
 srcpkgs/os-prober/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/os-prober/template b/srcpkgs/os-prober/template
index b500a98d65b4..719049fb1a00 100644
--- a/srcpkgs/os-prober/template
+++ b/srcpkgs/os-prober/template
@@ -1,8 +1,7 @@
 # Template file for 'os-prober'
 pkgname=os-prober
-version=1.79
+version=1.81
 revision=1
-wrksrc="${pkgname}"
 build_style=gnu-makefile
 make_dirs="/var/lib/os-prober 0755 root root"
 short_desc="Utility to detect other OSes on a set of drives"
@@ -10,7 +9,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://packages.debian.org/sid/os-prober"
 distfiles="${DEBIAN_SITE}/main/o/${pkgname}/${pkgname}_${version}.tar.xz"
-checksum=abe6317d078c4e51e322e62036b6df4a698bfe80c5be110a08894841179810ee
+checksum=2fd928ec86538227711e2adf49cfd6a1ef74f6bb3555c5dad4e0425ccd978883
 
 case "$XBPS_TARGET_MACHINE" in
 	i686*|x86_64*) _ARCH="x86";;

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

* Re: [PR PATCH] [Merged]: os-prober: update to 1.81.
  2022-10-11 12:28 [PR PATCH] os-prober: update to 1.81 cultab
  2022-10-11 12:30 ` [PR PATCH] [Updated] " cultab
@ 2022-10-13 16:42 ` classabbyamp
  1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2022-10-13 16:42 UTC (permalink / raw)
  To: ml

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

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

os-prober: update to 1.81.
https://github.com/void-linux/void-packages/pull/39886

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

#### Testing the changes
- I tested the changes in this PR: **briefly**, it runs but I don't have any other OSs on my void machine to check if it still detects them.

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)



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

end of thread, other threads:[~2022-10-13 16:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-11 12:28 [PR PATCH] os-prober: update to 1.81 cultab
2022-10-11 12:30 ` [PR PATCH] [Updated] " cultab
2022-10-13 16:42 ` [PR PATCH] [Merged]: " classabbyamp

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