From 6c443875f7faf998e0d40bb756241f1353a00355602434d4396e3f66468bd0fe Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 8 Jan 2020 10:41:42 +0000 Subject: [PATCH] - Update to release 1.14.3 OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=48 --- ...ld-fix-build-failure-with-fno-common.patch | 31 ------------------- bindfs-1.14.2.tar.gz | 3 -- bindfs-1.14.3.tar.gz | 3 ++ bindfs.changes | 6 ++-- bindfs.spec | 3 +- 5 files changed, 7 insertions(+), 39 deletions(-) delete mode 100644 0001-build-fix-build-failure-with-fno-common.patch delete mode 100644 bindfs-1.14.2.tar.gz create mode 100644 bindfs-1.14.3.tar.gz diff --git a/0001-build-fix-build-failure-with-fno-common.patch b/0001-build-fix-build-failure-with-fno-common.patch deleted file mode 100644 index 8f3998d..0000000 --- a/0001-build-fix-build-failure-with-fno-common.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 9ad6363e9c1ee463bff7f28454283dd49d0d2e20 Mon Sep 17 00:00:00 2001 -From: Jan Engelhardt -Date: Wed, 8 Jan 2020 11:17:41 +0100 -Subject: [PATCH] build: fix build failure with -fno-common -URL: https://github.com/mpartel/bindfs/pull/81 - -$ ./configure CFLAGS=-fno-common && make -ld: rate_limiter.o:(.rodata+0x0): multiple definition of -"rate_limiter_idle_credit"; bindfs.o:(.rodata+0x0): first defined here - -References: https://bugzilla.opensuse.org/1160244 ---- - src/rate_limiter.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/rate_limiter.h b/src/rate_limiter.h -index a332294..95c0069 100644 ---- a/src/rate_limiter.h -+++ b/src/rate_limiter.h -@@ -26,7 +26,7 @@ - /* When we are idle, we allow some time to be "credited" to the next writer. - * Otherwise, the short pause between requests would "go to waste", lowering - * the throughput when there is only one requester. */ --const double rate_limiter_idle_credit; -+extern const double rate_limiter_idle_credit; - - typedef struct RateLimiter { - double rate; /* bytes / second */ --- -2.24.1 - diff --git a/bindfs-1.14.2.tar.gz b/bindfs-1.14.2.tar.gz deleted file mode 100644 index a6fecc8..0000000 --- a/bindfs-1.14.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:698c8d02b4e77a71e52184bd66869f4d63add4411e76636ee045d154b374c57e -size 407273 diff --git a/bindfs-1.14.3.tar.gz b/bindfs-1.14.3.tar.gz new file mode 100644 index 0000000..3f6d8b9 --- /dev/null +++ b/bindfs-1.14.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c87d4b80936282e78dc3840c64d3afaf1f0d7a486b29efc43699b9b178a9a25 +size 407363 diff --git a/bindfs.changes b/bindfs.changes index 1e29511..55f3b10 100644 --- a/bindfs.changes +++ b/bindfs.changes @@ -1,10 +1,10 @@ ------------------------------------------------------------------- -Wed Jan 8 10:20:56 UTC 2020 - Jan Engelhardt +Wed Jan 8 10:41:28 UTC 2020 - Jan Engelhardt -- Update to release 1.14.2 +- Update to release 1.14.3 * No longer check that numeric UIDs and GIDs exist, since /etc/passwd etc are not always available. -- Add 0001-build-fix-build-failure-with-fno-common.patch [boo#1160257] + * Address -fno-common build [boo#1160257] ------------------------------------------------------------------- Thu Aug 22 20:03:57 UTC 2019 - Jan Engelhardt diff --git a/bindfs.spec b/bindfs.spec index 2c3f199..e7078cf 100644 --- a/bindfs.spec +++ b/bindfs.spec @@ -17,7 +17,7 @@ Name: bindfs -Version: 1.14.2 +Version: 1.14.3 Release: 0 Summary: Filesystem for mapping directories with alternate permissions License: GPL-2.0-or-later @@ -26,7 +26,6 @@ URL: https://bindfs.org/ #Git-Clone: https://github.com/mpartel/bindfs Source: https://bindfs.org/downloads/%name-%version.tar.gz -Patch1: 0001-build-fix-build-failure-with-fno-common.patch BuildRequires: pkg-config BuildRequires: pkgconfig(fuse) >= 2.6.0