From a3851c99989359776b07667d4e4e91f237e1d3f6e063d8fdff99a82f64b16fe1 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Fri, 1 Nov 2024 15:06:36 +0000 Subject: [PATCH] - Update to version 5.1.2: * minor: improvements on how we sort files and directories * use rayon while you can * performance: add rayon to parallelise copying operations * docs: add important difference between ADDED and INCLUDED [ci skip] * docs: improve wording [ci skip] * docs: fix grammar [ci skip] * docs: explain how the path behaviour works * refactor: improve the logic handling for adding, excluding and including * improve message logs * fix: resolved some edge-cases with additional paths and included paths * fix: reimplement adding of archive files * doc: update README on CLI help * feat and fix: properly implement exclude and include * cli: finalise flags. begin cycle * major: begin refactor cycle [ci skip] * logging: set to trace level for filter_paths * fix: avoid duplicating entries * fix: do not consider temporary directory as hidden * fix: just use ends_with to check if it's a valid file extension * improvement: also filter_paths for each element in additional_paths * feat: hidden file and gitignore finally correctly implemented - New subpackage: obs-service-roast OBS-URL: https://build.opensuse.org/package/show/Archiving/roast?expand=0&rev=9 --- roast-5.1.2.tar.gz | 3 +++ roast.changes | 27 +++++++++++++++++++++++++++ roast.spec | 20 +++++++++++++++++++- vendor.tar.zst | 4 ++-- 4 files changed, 51 insertions(+), 3 deletions(-) create mode 100644 roast-5.1.2.tar.gz diff --git a/roast-5.1.2.tar.gz b/roast-5.1.2.tar.gz new file mode 100644 index 0000000..7045d2d --- /dev/null +++ b/roast-5.1.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fec94fc4e6efb1b6760865c7ebbf6269021fa85ec5db492f1738f2169461709e +size 29092 diff --git a/roast.changes b/roast.changes index 5324300..ec5589b 100644 --- a/roast.changes +++ b/roast.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Fri Nov 1 15:05:46 UTC 2024 - Soc Virnyl Estela + +- Update to version 5.1.2: + * minor: improvements on how we sort files and directories + * use rayon while you can + * performance: add rayon to parallelise copying operations + * docs: add important difference between ADDED and INCLUDED [ci skip] + * docs: improve wording [ci skip] + * docs: fix grammar [ci skip] + * docs: explain how the path behaviour works + * refactor: improve the logic handling for adding, excluding and including + * improve message logs + * fix: resolved some edge-cases with additional paths and included paths + * fix: reimplement adding of archive files + * doc: update README on CLI help + * feat and fix: properly implement exclude and include + * cli: finalise flags. begin cycle + * major: begin refactor cycle [ci skip] + * logging: set to trace level for filter_paths + * fix: avoid duplicating entries + * fix: do not consider temporary directory as hidden + * fix: just use ends_with to check if it's a valid file extension + * improvement: also filter_paths for each element in additional_paths + * feat: hidden file and gitignore finally correctly implemented +- New subpackage: obs-service-roast + ------------------------------------------------------------------- Sun Oct 20 09:56:40 UTC 2024 - Soc Virnyl Estela diff --git a/roast.spec b/roast.spec index 584b730..8e08bd0 100644 --- a/roast.spec +++ b/roast.spec @@ -15,8 +15,9 @@ # Please submit bugfixes or comments via https://bugs.opensuse.org/ # + Name: roast -Version: 4.5.0 +Version: 5.1.2 Release: 0 Summary: Simpler tar archiver and extractor License: MPL-2.0 @@ -35,6 +36,14 @@ License: MPL-2.0 %description -n obs-service-recomprizz Utility to recompress to other compression formats. +%package -n obs-service-roast +Version: %{version} +Summary: OBS Source Service for roast +License: MPL-2.0 + +%description -n obs-service-roast +Utility to roast source directories into highly compressed tape archives. + %description Roast is a simple tar archiver and extractor with very high compression settings for supported formats such as zstd. @@ -53,7 +62,9 @@ pushd roast-cli %{cargo_install} --bins popd cp -v %{buildroot}%{_bindir}/recomprizz %{buildroot}%{_prefix}/lib/obs/service/recomprizz +cp -v %{buildroot}%{_bindir}/roast %{buildroot}%{_prefix}/lib/obs/service/roast install -m0644 recomprizz.service %{buildroot}%{_prefix}/lib/obs/service +# TODO add roast .service file in the next release %check %{cargo_test} @@ -73,4 +84,11 @@ install -m0644 recomprizz.service %{buildroot}%{_prefix}/lib/obs/service %license LICENCE %doc CHANGELOG README.md +%files -n obs-service-roast +%dir %{_prefix}/lib/obs +%dir %{_prefix}/lib/obs/service +%{_prefix}/lib/obs/service/roast +%license LICENCE +%doc CHANGELOG README.md + %changelog diff --git a/vendor.tar.zst b/vendor.tar.zst index 3a0ecbf..dddd255 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:48f4edaec44e57e96ce21d45e2b36806ef342b2a8fbadbd9565a8983afcc8e07 -size 17642357 +oid sha256:e2494ab9132d7f5bd64376c09a061634cbc10cb6afaffcccae835cf82914719a +size 17896128