Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] partclone: update to 0.3.25.
@ 2023-09-13 12:42 pfpulux
  2023-09-15  3:26 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: pfpulux @ 2023-09-13 12:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/pfpulux/void-packages partclone
https://github.com/void-linux/void-packages/pull/46044

partclone: update to 0.3.25.
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

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

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

From f08b6c76dae27dccead7262acae47a8389b188dc Mon Sep 17 00:00:00 2001
From: Pulux <pulux@pf4sh.eu>
Date: Wed, 13 Sep 2023 14:39:54 +0200
Subject: [PATCH] partclone: update to 0.3.25.

---
 srcpkgs/partclone/patches/0001-musl.patch | 40 -----------------------
 srcpkgs/partclone/template                |  6 ++--
 2 files changed, 3 insertions(+), 43 deletions(-)
 delete mode 100644 srcpkgs/partclone/patches/0001-musl.patch

diff --git a/srcpkgs/partclone/patches/0001-musl.patch b/srcpkgs/partclone/patches/0001-musl.patch
deleted file mode 100644
index 0d9071ee43c9a..0000000000000
--- a/srcpkgs/partclone/patches/0001-musl.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 3ea1aa99242204e3c1841ac11d9f7064591d3bff Mon Sep 17 00:00:00 2001
-From: Nathan Owens <ndowens@artixlinux.org>
-Date: Sun, 15 Nov 2020 18:53:54 -0600
-Subject: [PATCH] musl
-
----
- src/btrfs/kernel-lib/rbtree.h | 4 ++++
- src/main.c                    | 1 -
- 2 files changed, 4 insertions(+), 1 deletion(-)
-
-diff --git src/btrfs/kernel-lib/rbtree.h src/btrfs/kernel-lib/rbtree.h
-index 6d68907..affab1d 100644
---- a/src/btrfs/kernel-lib/rbtree.h
-+++ b/src/btrfs/kernel-lib/rbtree.h
-@@ -38,6 +38,10 @@
- extern "C" {
- #endif
- 
-+#ifndef __always_inline
-+#define __always_inline			inline__attribute__((always_inline))
-+#endif
-+
- struct rb_node {
- 	unsigned long  __rb_parent_color;
- 	struct rb_node *rb_right;
-diff --git src/main.c src/main.c
-index babcf0c..8a543f3 100644
---- a/src/main.c
-+++ b/src/main.c
-@@ -22,7 +22,6 @@
- #include <sys/types.h>
- #include <stdio.h>
- #include <stdlib.h>
--#include <mcheck.h>
- #include <stdint.h>
- #include <stdarg.h>
- #include <string.h>
--- 
-2.29.2
-
diff --git a/srcpkgs/partclone/template b/srcpkgs/partclone/template
index 0ad60d603f7d8..a8a6912c16360 100644
--- a/srcpkgs/partclone/template
+++ b/srcpkgs/partclone/template
@@ -1,7 +1,7 @@
 # Template file for 'partclone'
 pkgname=partclone
-version=0.3.20
-revision=2
+version=0.3.25
+revision=1
 build_style=gnu-configure
 configure_args="--disable-rpath --enable-ncursesw --enable-f2fs
  --enable-extfs --enable-hfsp --enable-fat --enable-exfat
@@ -14,7 +14,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-or-later"
 homepage="https://partclone.org/"
 distfiles="https://github.com/Thomas-Tsai/partclone/archive/refs/tags/${version}.tar.gz"
-checksum=a32102452fed7b516494adc98e1bc3b6dbb3a0044f7e84b35ad104ec9277c550
+checksum=e8d19234809fb11cac9676e653865fbb789731a5cbe9b191d0308fe645d5f1c7
 CFLAGS="-DBTRFS_DISABLE_BACKTRACE"
 
 pre_configure() {

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

* Re: [PR PATCH] [Merged]: partclone: update to 0.3.25.
  2023-09-13 12:42 [PR PATCH] partclone: update to 0.3.25 pfpulux
@ 2023-09-15  3:26 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-09-15  3:26 UTC (permalink / raw)
  To: ml

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

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

partclone: update to 0.3.25.
https://github.com/void-linux/void-packages/pull/46044

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

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

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

end of thread, other threads:[~2023-09-15  3:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-13 12:42 [PR PATCH] partclone: update to 0.3.25 pfpulux
2023-09-15  3:26 ` [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).