* [PR PATCH] snapper: update to 0.11.2.
@ 2024-10-29 7:07 meator
2024-10-29 7:49 ` [PR PATCH] [Updated] " meator
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: meator @ 2024-10-29 7:07 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1290 bytes --]
There is a new pull request by meator against master on the void-packages repository
https://github.com/meator/void-packages snapper
https://github.com/void-linux/void-packages/pull/52828
snapper: update to 0.11.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES** (I'm daily driving it and basic functionality works.)
<!--
#### 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/52828.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-snapper-52828.patch --]
[-- Type: text/x-diff, Size: 4198 bytes --]
From 0c74d48db228c47849d5b2697d801ecbf8a9c467 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sun, 27 Oct 2024 14:01:09 +0100
Subject: [PATCH] snapper: update to 0.11.2.
---
common/shlibs | 2 +-
.../snapper/patches/0001-disable-locale-tests.patch | 12 +++++-------
srcpkgs/snapper/template | 8 ++++----
3 files changed, 10 insertions(+), 12 deletions(-)
diff --git a/common/shlibs b/common/shlibs
index 6d083594e55a51..6a2500767b693c 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1454,7 +1454,7 @@ libgfrpc.so.0 libglusterfs-8.3_2
libgfxdr.so.0 libglusterfs-8.3_2
libgfapi.so.0 libglusterfs-8.3_2
libglusterd.so.0 libglusterfs-8.3_2
-libsnapper.so.6 libsnapper-0.10.2_1
+libsnapper.so.7 libsnapper-0.11.2_1
libtsm.so.4 libtsm-4.0.2_1
libxine.so.2 libxine-1.2.4_1
libjbig2dec.so.0 libjbig2dec-0.11_1
diff --git a/srcpkgs/snapper/patches/0001-disable-locale-tests.patch b/srcpkgs/snapper/patches/0001-disable-locale-tests.patch
index f39d90ec944a4b..a9d05f04d75015 100644
--- a/srcpkgs/snapper/patches/0001-disable-locale-tests.patch
+++ b/srcpkgs/snapper/patches/0001-disable-locale-tests.patch
@@ -1,21 +1,19 @@
-diff --git testsuite/Makefile.am testsuite/Makefile.am
-index ccb84d3..9774a9c 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
-@@ -7,9 +7,9 @@ AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFLAGS)
+@@ -7,9 +7,9 @@ AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFL
LDADD = ../snapper/libsnapper.la ../dbus/libdbus.la -lboost_unit_test_framework
check_PROGRAMS = sysconfig-get1.test dirname1.test basename1.test \
-- equal-date.test dbus-escape.test cmp-lt.test humanstring.test uuid.test \
+- equal-date.test cmp-lt.test humanstring.test uuid.test \
- table.test table-formatter.test csv-formatter.test json-formatter.test \
- getopts.test scan-datetime.test root-prefix.test range.test limit.test
-+ equal-date.test dbus-escape.test uuid.test \
++ equal-date.test uuid.test \
+ csv-formatter.test json-formatter.test \
+ getopts.test scan-datetime.test root-prefix.test
if ENABLE_BTRFS_QUOTA
check_PROGRAMS += qgroup1.test
-@@ -29,14 +29,8 @@ equal_date_test_LDADD = -lboost_unit_test_framework ../client/utils/libutils.la
+@@ -29,14 +29,8 @@ equal_date_test_LDADD = -lboost_unit_tes
scan_datetime_test_LDADD = -lboost_unit_test_framework ../client/utils/libutils.la
@@ -30,7 +28,7 @@ index ccb84d3..9774a9c 100644
csv_formatter_test_LDADD = -lboost_unit_test_framework ../client/utils/libutils.la
json_formatter_test_LDADD = -lboost_unit_test_framework ../client/utils/libutils.la $(JSONC_LIBS)
-@@ -44,7 +38,3 @@ json_formatter_test_LDADD = -lboost_unit_test_framework ../client/utils/libutils
+@@ -44,7 +38,3 @@ json_formatter_test_LDADD = -lboost_unit
getopts_test_LDADD = -lboost_unit_test_framework ../client/utils/libutils.la
lvm_utils_test_LDADD = -lboost_unit_test_framework ../snapper/libsnapper.la
diff --git a/srcpkgs/snapper/template b/srcpkgs/snapper/template
index 2f9e7a22f815a6..1aabb8fa838e8a 100644
--- a/srcpkgs/snapper/template
+++ b/srcpkgs/snapper/template
@@ -1,7 +1,7 @@
# Template file for 'snapper'
pkgname=snapper
-version=0.10.3
-revision=4
+version=0.11.2
+revision=1
build_style=gnu-configure
configure_args="--disable-zypp --disable-systemd --with-conf=/etc/conf.d"
conf_files="/etc/conf.d/snapper"
@@ -17,7 +17,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://snapper.io"
distfiles="https://github.com/openSUSE/snapper/archive/v${version}.tar.gz"
-checksum=adc207cc049d3b2302201d3bc8ad4c49dd9cf61192273e0bca118d35c3e940cc
+checksum=d2a33935f94f30b22aecbdfdecccf651b3616fa698aec266646a9d06043bfd6f
lib32disabled=yes
if [ "$XBPS_TARGET_LIBC" = musl ]
@@ -30,7 +30,7 @@ pre_configure() {
# rename cron scripts
sed -i -e 's@suse.de-@@g' scripts/Makefile.am
# fix config location in cron scripts
- sed -i -e 's@/etc/sysconfig/@/etc/conf.d/@g' scripts/snapper-{daily,hourly}
+ sed -i -e 's@/etc/sysconfig/@/etc/conf.d/@g' scripts/snapper-hourly
# fix pam plugin install location
sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] snapper: update to 0.11.2.
2024-10-29 7:07 [PR PATCH] snapper: update to 0.11.2 meator
@ 2024-10-29 7:49 ` meator
2024-10-29 8:04 ` meator
2024-11-01 0:23 ` [PR PATCH] [Merged]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: meator @ 2024-10-29 7:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1295 bytes --]
There is an updated pull request by meator against master on the void-packages repository
https://github.com/meator/void-packages snapper
https://github.com/void-linux/void-packages/pull/52828
snapper: update to 0.11.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES** (I'm daily driving it and basic functionality works.)
<!--
#### 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/52828.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-snapper-52828.patch --]
[-- Type: text/x-diff, Size: 5450 bytes --]
From fcec227045e22961708ac280c572091d24db5638 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sun, 27 Oct 2024 14:01:09 +0100
Subject: [PATCH] snapper: update to 0.11.2.
---
common/shlibs | 2 +-
.../patches/0001-disable-locale-tests.patch | 12 ++++-----
.../patches/fix-missing-include-musl.patch | 27 +++++++++++++++++++
srcpkgs/snapper/template | 8 +++---
4 files changed, 37 insertions(+), 12 deletions(-)
create mode 100644 srcpkgs/snapper/patches/fix-missing-include-musl.patch
diff --git a/common/shlibs b/common/shlibs
index ff62b084bb969a..9f142e5219b632 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1454,7 +1454,7 @@ libgfrpc.so.0 libglusterfs-8.3_2
libgfxdr.so.0 libglusterfs-8.3_2
libgfapi.so.0 libglusterfs-8.3_2
libglusterd.so.0 libglusterfs-8.3_2
-libsnapper.so.6 libsnapper-0.10.2_1
+libsnapper.so.7 libsnapper-0.11.2_1
libtsm.so.4 libtsm-4.0.2_1
libxine.so.2 libxine-1.2.4_1
libjbig2dec.so.0 libjbig2dec-0.11_1
diff --git a/srcpkgs/snapper/patches/0001-disable-locale-tests.patch b/srcpkgs/snapper/patches/0001-disable-locale-tests.patch
index f39d90ec944a4b..a9d05f04d75015 100644
--- a/srcpkgs/snapper/patches/0001-disable-locale-tests.patch
+++ b/srcpkgs/snapper/patches/0001-disable-locale-tests.patch
@@ -1,21 +1,19 @@
-diff --git testsuite/Makefile.am testsuite/Makefile.am
-index ccb84d3..9774a9c 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
-@@ -7,9 +7,9 @@ AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFLAGS)
+@@ -7,9 +7,9 @@ AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFL
LDADD = ../snapper/libsnapper.la ../dbus/libdbus.la -lboost_unit_test_framework
check_PROGRAMS = sysconfig-get1.test dirname1.test basename1.test \
-- equal-date.test dbus-escape.test cmp-lt.test humanstring.test uuid.test \
+- equal-date.test cmp-lt.test humanstring.test uuid.test \
- table.test table-formatter.test csv-formatter.test json-formatter.test \
- getopts.test scan-datetime.test root-prefix.test range.test limit.test
-+ equal-date.test dbus-escape.test uuid.test \
++ equal-date.test uuid.test \
+ csv-formatter.test json-formatter.test \
+ getopts.test scan-datetime.test root-prefix.test
if ENABLE_BTRFS_QUOTA
check_PROGRAMS += qgroup1.test
-@@ -29,14 +29,8 @@ equal_date_test_LDADD = -lboost_unit_test_framework ../client/utils/libutils.la
+@@ -29,14 +29,8 @@ equal_date_test_LDADD = -lboost_unit_tes
scan_datetime_test_LDADD = -lboost_unit_test_framework ../client/utils/libutils.la
@@ -30,7 +28,7 @@ index ccb84d3..9774a9c 100644
csv_formatter_test_LDADD = -lboost_unit_test_framework ../client/utils/libutils.la
json_formatter_test_LDADD = -lboost_unit_test_framework ../client/utils/libutils.la $(JSONC_LIBS)
-@@ -44,7 +38,3 @@ json_formatter_test_LDADD = -lboost_unit_test_framework ../client/utils/libutils
+@@ -44,7 +38,3 @@ json_formatter_test_LDADD = -lboost_unit
getopts_test_LDADD = -lboost_unit_test_framework ../client/utils/libutils.la
lvm_utils_test_LDADD = -lboost_unit_test_framework ../snapper/libsnapper.la
diff --git a/srcpkgs/snapper/patches/fix-missing-include-musl.patch b/srcpkgs/snapper/patches/fix-missing-include-musl.patch
new file mode 100644
index 00000000000000..3d613e71db8793
--- /dev/null
+++ b/srcpkgs/snapper/patches/fix-missing-include-musl.patch
@@ -0,0 +1,27 @@
+From d103eaeae169708ca567f092182a89b79e5ab9db Mon Sep 17 00:00:00 2001
+From: Khem Raj <raj.khem@gmail.com>
+Date: Sun, 20 Oct 2024 07:52:33 -0700
+Subject: [PATCH] Include linux/types.h for __u16/__u32/__u64 type
+
+This header is included indirectly with glibc but when using musl
+it ends up with compilation failure
+
+BcachefsUtils.cc:85:20: error: use of undeclared identifier '__u32'
+ 85 | args.dirfd = (__u32) fddst;
+ | ^
+---
+ snapper/BcachefsUtils.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/snapper/BcachefsUtils.cc b/snapper/BcachefsUtils.cc
+index e9163ffb..1d328a78 100644
+--- a/snapper/BcachefsUtils.cc
++++ b/snapper/BcachefsUtils.cc
+@@ -24,6 +24,7 @@
+
+ #include <cstring>
+ #include <cerrno>
++#include <linux/types.h>
+ #include <sys/stat.h>
+ #include <sys/ioctl.h>
+
diff --git a/srcpkgs/snapper/template b/srcpkgs/snapper/template
index 2f9e7a22f815a6..1aabb8fa838e8a 100644
--- a/srcpkgs/snapper/template
+++ b/srcpkgs/snapper/template
@@ -1,7 +1,7 @@
# Template file for 'snapper'
pkgname=snapper
-version=0.10.3
-revision=4
+version=0.11.2
+revision=1
build_style=gnu-configure
configure_args="--disable-zypp --disable-systemd --with-conf=/etc/conf.d"
conf_files="/etc/conf.d/snapper"
@@ -17,7 +17,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://snapper.io"
distfiles="https://github.com/openSUSE/snapper/archive/v${version}.tar.gz"
-checksum=adc207cc049d3b2302201d3bc8ad4c49dd9cf61192273e0bca118d35c3e940cc
+checksum=d2a33935f94f30b22aecbdfdecccf651b3616fa698aec266646a9d06043bfd6f
lib32disabled=yes
if [ "$XBPS_TARGET_LIBC" = musl ]
@@ -30,7 +30,7 @@ pre_configure() {
# rename cron scripts
sed -i -e 's@suse.de-@@g' scripts/Makefile.am
# fix config location in cron scripts
- sed -i -e 's@/etc/sysconfig/@/etc/conf.d/@g' scripts/snapper-{daily,hourly}
+ sed -i -e 's@/etc/sysconfig/@/etc/conf.d/@g' scripts/snapper-hourly
# fix pam plugin install location
sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Updated] snapper: update to 0.11.2.
2024-10-29 7:07 [PR PATCH] snapper: update to 0.11.2 meator
2024-10-29 7:49 ` [PR PATCH] [Updated] " meator
@ 2024-10-29 8:04 ` meator
2024-11-01 0:23 ` [PR PATCH] [Merged]: " classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: meator @ 2024-10-29 8:04 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1295 bytes --]
There is an updated pull request by meator against master on the void-packages repository
https://github.com/meator/void-packages snapper
https://github.com/void-linux/void-packages/pull/52828
snapper: update to 0.11.2.
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES** (I'm daily driving it and basic functionality works.)
<!--
#### 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/52828.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-snapper-52828.patch --]
[-- Type: text/x-diff, Size: 4522 bytes --]
From cb935ac81e4072acd1dca0bc74861bfc33678754 Mon Sep 17 00:00:00 2001
From: meator <meator.dev@gmail.com>
Date: Sun, 27 Oct 2024 14:01:09 +0100
Subject: [PATCH] snapper: update to 0.11.2.
---
common/shlibs | 2 +-
.../patches/0001-disable-locale-tests.patch | 6 ++---
.../patches/fix-missing-include-musl.patch | 27 +++++++++++++++++++
srcpkgs/snapper/template | 8 +++---
4 files changed, 34 insertions(+), 9 deletions(-)
create mode 100644 srcpkgs/snapper/patches/fix-missing-include-musl.patch
diff --git a/common/shlibs b/common/shlibs
index ff62b084bb969a..9f142e5219b632 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1454,7 +1454,7 @@ libgfrpc.so.0 libglusterfs-8.3_2
libgfxdr.so.0 libglusterfs-8.3_2
libgfapi.so.0 libglusterfs-8.3_2
libglusterd.so.0 libglusterfs-8.3_2
-libsnapper.so.6 libsnapper-0.10.2_1
+libsnapper.so.7 libsnapper-0.11.2_1
libtsm.so.4 libtsm-4.0.2_1
libxine.so.2 libxine-1.2.4_1
libjbig2dec.so.0 libjbig2dec-0.11_1
diff --git a/srcpkgs/snapper/patches/0001-disable-locale-tests.patch b/srcpkgs/snapper/patches/0001-disable-locale-tests.patch
index f39d90ec944a4b..fa083c2f066549 100644
--- a/srcpkgs/snapper/patches/0001-disable-locale-tests.patch
+++ b/srcpkgs/snapper/patches/0001-disable-locale-tests.patch
@@ -1,15 +1,13 @@
-diff --git testsuite/Makefile.am testsuite/Makefile.am
-index ccb84d3..9774a9c 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -7,9 +7,9 @@ AM_CPPFLAGS = -I$(top_srcdir) $(DBUS_CFLAGS)
LDADD = ../snapper/libsnapper.la ../dbus/libdbus.la -lboost_unit_test_framework
check_PROGRAMS = sysconfig-get1.test dirname1.test basename1.test \
-- equal-date.test dbus-escape.test cmp-lt.test humanstring.test uuid.test \
+- equal-date.test cmp-lt.test humanstring.test uuid.test \
- table.test table-formatter.test csv-formatter.test json-formatter.test \
- getopts.test scan-datetime.test root-prefix.test range.test limit.test
-+ equal-date.test dbus-escape.test uuid.test \
++ equal-date.test uuid.test \
+ csv-formatter.test json-formatter.test \
+ getopts.test scan-datetime.test root-prefix.test
diff --git a/srcpkgs/snapper/patches/fix-missing-include-musl.patch b/srcpkgs/snapper/patches/fix-missing-include-musl.patch
new file mode 100644
index 00000000000000..3d613e71db8793
--- /dev/null
+++ b/srcpkgs/snapper/patches/fix-missing-include-musl.patch
@@ -0,0 +1,27 @@
+From d103eaeae169708ca567f092182a89b79e5ab9db Mon Sep 17 00:00:00 2001
+From: Khem Raj <raj.khem@gmail.com>
+Date: Sun, 20 Oct 2024 07:52:33 -0700
+Subject: [PATCH] Include linux/types.h for __u16/__u32/__u64 type
+
+This header is included indirectly with glibc but when using musl
+it ends up with compilation failure
+
+BcachefsUtils.cc:85:20: error: use of undeclared identifier '__u32'
+ 85 | args.dirfd = (__u32) fddst;
+ | ^
+---
+ snapper/BcachefsUtils.cc | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/snapper/BcachefsUtils.cc b/snapper/BcachefsUtils.cc
+index e9163ffb..1d328a78 100644
+--- a/snapper/BcachefsUtils.cc
++++ b/snapper/BcachefsUtils.cc
+@@ -24,6 +24,7 @@
+
+ #include <cstring>
+ #include <cerrno>
++#include <linux/types.h>
+ #include <sys/stat.h>
+ #include <sys/ioctl.h>
+
diff --git a/srcpkgs/snapper/template b/srcpkgs/snapper/template
index 2f9e7a22f815a6..1aabb8fa838e8a 100644
--- a/srcpkgs/snapper/template
+++ b/srcpkgs/snapper/template
@@ -1,7 +1,7 @@
# Template file for 'snapper'
pkgname=snapper
-version=0.10.3
-revision=4
+version=0.11.2
+revision=1
build_style=gnu-configure
configure_args="--disable-zypp --disable-systemd --with-conf=/etc/conf.d"
conf_files="/etc/conf.d/snapper"
@@ -17,7 +17,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
homepage="http://snapper.io"
distfiles="https://github.com/openSUSE/snapper/archive/v${version}.tar.gz"
-checksum=adc207cc049d3b2302201d3bc8ad4c49dd9cf61192273e0bca118d35c3e940cc
+checksum=d2a33935f94f30b22aecbdfdecccf651b3616fa698aec266646a9d06043bfd6f
lib32disabled=yes
if [ "$XBPS_TARGET_LIBC" = musl ]
@@ -30,7 +30,7 @@ pre_configure() {
# rename cron scripts
sed -i -e 's@suse.de-@@g' scripts/Makefile.am
# fix config location in cron scripts
- sed -i -e 's@/etc/sysconfig/@/etc/conf.d/@g' scripts/snapper-{daily,hourly}
+ sed -i -e 's@/etc/sysconfig/@/etc/conf.d/@g' scripts/snapper-hourly
# fix pam plugin install location
sed -i -e 's@shell echo /@shell echo /usr/@g' pam/Makefile.am
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PR PATCH] [Merged]: snapper: update to 0.11.2.
2024-10-29 7:07 [PR PATCH] snapper: update to 0.11.2 meator
2024-10-29 7:49 ` [PR PATCH] [Updated] " meator
2024-10-29 8:04 ` meator
@ 2024-11-01 0:23 ` classabbyamp
2 siblings, 0 replies; 4+ messages in thread
From: classabbyamp @ 2024-11-01 0:23 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 1141 bytes --]
There's a merged pull request on the void-packages repository
snapper: update to 0.11.2.
https://github.com/void-linux/void-packages/pull/52828
Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->
#### Testing the changes
- I tested the changes in this PR: **YES** (I'm daily driving it and basic functionality works.)
<!--
#### 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:[~2024-11-01 0:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-29 7:07 [PR PATCH] snapper: update to 0.11.2 meator
2024-10-29 7:49 ` [PR PATCH] [Updated] " meator
2024-10-29 8:04 ` meator
2024-11-01 0:23 ` [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).