From ea305bec469b7f5924cc28a6f31019090407c682bfdfd27bfecdd3d826fa674f Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 8 Nov 2017 19:27:22 +0000 Subject: [PATCH 1/3] Accepting request 540016 from home:avindra - Update to new upstream release 1.13.8 * Work around `pathconf(..., _PC_NAME_MAX)` erroneously returning 0 for some source filesystems (issue #54). - Cleanup with spec-cleaner - Use %make_install macro OBS-URL: https://build.opensuse.org/request/show/540016 OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=38 --- bindfs-1.13.7.tar.gz | 3 --- bindfs-1.13.8.tar.gz | 3 +++ bindfs.changes | 9 +++++++++ bindfs.spec | 13 +++++-------- 4 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 bindfs-1.13.7.tar.gz create mode 100644 bindfs-1.13.8.tar.gz diff --git a/bindfs-1.13.7.tar.gz b/bindfs-1.13.7.tar.gz deleted file mode 100644 index e92307e..0000000 --- a/bindfs-1.13.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09a41b32db5ef54220161a79ffa4721507bc18bf9b3f6fcbbc05f0c661060041 -size 398511 diff --git a/bindfs-1.13.8.tar.gz b/bindfs-1.13.8.tar.gz new file mode 100644 index 0000000..dc3a4a1 --- /dev/null +++ b/bindfs-1.13.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e7fcf070345d8cbb45186384e0aaf3e3a6375031d7a4f9533dd5d784c32c358 +size 403296 diff --git a/bindfs.changes b/bindfs.changes index 0bc0c0a..b707e17 100644 --- a/bindfs.changes +++ b/bindfs.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Nov 8 19:06:38 UTC 2017 - aavindraa@gmail.com + +- Update to new upstream release 1.13.8 + * Work around `pathconf(..., _PC_NAME_MAX)` erroneously returning 0 + for some source filesystems (issue #54). +- Cleanup with spec-cleaner +- Use %make_install macro + ------------------------------------------------------------------- Thu Aug 31 21:00:53 UTC 2017 - luc14n0@linuxmail.org diff --git a/bindfs.spec b/bindfs.spec index 929dbda..f288f7d 100644 --- a/bindfs.spec +++ b/bindfs.spec @@ -17,16 +17,14 @@ Name: bindfs -Version: 1.13.7 +Version: 1.13.8 Release: 0 Summary: Mount Directories to other Locations and alter Permission Bits License: GPL-2.0+ Group: System/Filesystems Url: http://bindfs.org/ - #Git-Clone: git://github.com/mpartel/bindfs -Source: http://bindfs.org/downloads/%name-%version.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Source: http://bindfs.org/downloads/%{name}-%{version}.tar.gz BuildRequires: pkgconfig BuildRequires: pkgconfig(fuse) >= 2.6.0 @@ -43,12 +41,11 @@ mountpoint can be altered using various rules. make %{?_smp_mflags} %install -make install DESTDIR="%buildroot"; +%make_install %files -%defattr(-,root,root) %doc ChangeLog COPYING -%_bindir/bindfs -%_mandir/man1/bindfs.1* +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1%{ext_man} %changelog From 130279d3f64d1f0922d2ebe724362aa005002b2fc055c679c8ebe5352f467403 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 8 Nov 2017 19:28:04 +0000 Subject: [PATCH 2/3] undo pseudo cleanup OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=39 --- bindfs.changes | 1 - bindfs.spec | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/bindfs.changes b/bindfs.changes index b707e17..395c95b 100644 --- a/bindfs.changes +++ b/bindfs.changes @@ -4,7 +4,6 @@ Wed Nov 8 19:06:38 UTC 2017 - aavindraa@gmail.com - Update to new upstream release 1.13.8 * Work around `pathconf(..., _PC_NAME_MAX)` erroneously returning 0 for some source filesystems (issue #54). -- Cleanup with spec-cleaner - Use %make_install macro ------------------------------------------------------------------- diff --git a/bindfs.spec b/bindfs.spec index f288f7d..5afe8d8 100644 --- a/bindfs.spec +++ b/bindfs.spec @@ -24,7 +24,7 @@ License: GPL-2.0+ Group: System/Filesystems Url: http://bindfs.org/ #Git-Clone: git://github.com/mpartel/bindfs -Source: http://bindfs.org/downloads/%{name}-%{version}.tar.gz +Source: http://bindfs.org/downloads/%name-%version.tar.gz BuildRequires: pkgconfig BuildRequires: pkgconfig(fuse) >= 2.6.0 @@ -45,7 +45,7 @@ make %{?_smp_mflags} %files %doc ChangeLog COPYING -%{_bindir}/%{name} -%{_mandir}/man1/%{name}.1%{ext_man} +%_bindir/%name +%_mandir/man1/%name.1%ext_man %changelog From 403816255b7f0836436cf5be972c3d238aa9ce4d27ca999e086149baf7943d18 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 8 Nov 2017 19:28:42 +0000 Subject: [PATCH 3/3] wrap changelog at the dashed line OBS-URL: https://build.opensuse.org/package/show/filesystems/bindfs?expand=0&rev=40 --- bindfs.changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bindfs.changes b/bindfs.changes index 395c95b..5bd4084 100644 --- a/bindfs.changes +++ b/bindfs.changes @@ -2,8 +2,8 @@ Wed Nov 8 19:06:38 UTC 2017 - aavindraa@gmail.com - Update to new upstream release 1.13.8 - * Work around `pathconf(..., _PC_NAME_MAX)` erroneously returning 0 - for some source filesystems (issue #54). + * Work around `pathconf(..., _PC_NAME_MAX)` erroneously returning + 0 for some source filesystems. - Use %make_install macro -------------------------------------------------------------------