From 6b1afe18deb6bcb2775940d6c380de09dfbc22e1 Mon Sep 17 00:00:00 2001 From: FollieHiyuki Date: Mon, 27 Sep 2021 16:28:45 +0700 Subject: [PATCH] snapper: update to 0.9.1 --- .../snapper/patches/0002-fix-32bit-musl-build.patch | 13 ------------- srcpkgs/snapper/template | 4 ++-- 2 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 srcpkgs/snapper/patches/0002-fix-32bit-musl-build.patch diff --git a/srcpkgs/snapper/patches/0002-fix-32bit-musl-build.patch b/srcpkgs/snapper/patches/0002-fix-32bit-musl-build.patch deleted file mode 100644 index 1bd5fc5492ec..000000000000 --- a/srcpkgs/snapper/patches/0002-fix-32bit-musl-build.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git client/cleanup.cc client/cleanup.cc -index 801c0f5..e57a0a8 100644 ---- a/client/cleanup.cc -+++ b/client/cleanup.cc -@@ -51,7 +51,7 @@ struct Parameters - MinFreeLimit free_limit; - - -- void read(const ProxyConfig& config, const char* name, long int& value) -+ void read(const ProxyConfig& config, const char* name, time_t& value) - { - const map& raw = config.getAllValues(); - map::const_iterator pos = raw.find(name); diff --git a/srcpkgs/snapper/template b/srcpkgs/snapper/template index bd58ab951c24..c2aae59e586d 100644 --- a/srcpkgs/snapper/template +++ b/srcpkgs/snapper/template @@ -1,6 +1,6 @@ # Template file for 'snapper' pkgname=snapper -version=0.9.0 +version=0.9.1 revision=1 build_style=gnu-configure configure_args="--disable-zypp --disable-systemd --with-conf=/etc/conf.d" @@ -17,7 +17,7 @@ maintainer="FollieHiyuki " license="GPL-2.0-only" homepage="http://snapper.io" distfiles="https://github.com/openSUSE/snapper/archive/v${version}.tar.gz" -checksum=ca7b17d0213aa5281ff08d968b4e029b78bb3870eb79fd7bc7f879b17f5c969e +checksum=8150d8de439836f39d6dd530a0837ba02effbc28b9d2ce8791fda66087565352 lib32disabled=yes if [ "$XBPS_TARGET_LIBC" = musl ]