[Git][reproducible-builds/disorderfs][master] 2 commits: disorderfs.1.txt: fix typo in list index
Holger Levsen (@holger)
gitlab at salsa.debian.org
Thu Feb 16 13:34:51 UTC 2023
Holger Levsen pushed to branch master at Reproducible Builds / disorderfs
Commits:
76c9e78e by Holger Levsen at 2023-02-16T14:30:49+01:00
disorderfs.1.txt: fix typo in list index
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
2a1f1a6f by Holger Levsen at 2023-02-16T14:32:17+01:00
prepare new upstream release
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
3 changed files:
- disorderfs.1.txt
- disorderfs.cpp
- disorderfs.spec
Changes:
=====================================
disorderfs.1.txt
=====================================
@@ -108,7 +108,7 @@ c b a .. . <5>
<2> Mount *rootdir* in sorted mode...
<3> ... and the results are in sorted order.
<4> We mount *rootdir* again, sorting the results in reversed order...
-<3> ... and the directory contents are returned in reverse.
+<5> ... and the directory contents are returned in reverse.
$ fusermount -u sorted
$ fusermount -u reversed
=====================================
disorderfs.cpp
=====================================
@@ -43,7 +43,7 @@ extern "C" {
#include <sys/file.h>
#include <stddef.h>
-#define DISORDERFS_VERSION "0.5.11"
+#define DISORDERFS_VERSION "0.5.12"
namespace {
std::vector<std::string> bare_arguments;
=====================================
disorderfs.spec
=====================================
@@ -1,5 +1,5 @@
Name: disorderfs
-Version: 0.5.11
+Version: 0.5.12
Release: 1%{?dist}
Summary: FUSE filesystem that introduces non-determinism
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/-/compare/c055b4c2f2355b2084432dc58a17d3d91a06bf1d...2a1f1a6f4e14bcb9c5dffaaf81ac4e5fd3c670ce
--
View it on GitLab: https://salsa.debian.org/reproducible-builds/disorderfs/-/compare/c055b4c2f2355b2084432dc58a17d3d91a06bf1d...2a1f1a6f4e14bcb9c5dffaaf81ac4e5fd3c670ce
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.reproducible-builds.org/pipermail/rb-commits/attachments/20230216/6885eed9/attachment.htm>
More information about the rb-commits
mailing list