diff --git a/roast-5.1.2.tar.gz b/roast-5.1.2.tar.gz deleted file mode 100644 index 7045d2d..0000000 --- a/roast-5.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fec94fc4e6efb1b6760865c7ebbf6269021fa85ec5db492f1738f2169461709e -size 29092 diff --git a/roast-5.1.6.tar.gz b/roast-5.1.6.tar.gz new file mode 100644 index 0000000..be14ed4 --- /dev/null +++ b/roast-5.1.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a044f793b92f2b7a04dd9e0482d9abed46080cd0077f6eb5b3ad8e06c633d233 +size 31678 diff --git a/roast.changes b/roast.changes index ec5589b..ffb6469 100644 --- a/roast.changes +++ b/roast.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Sat Nov 2 12:38:25 UTC 2024 - Soc Virnyl Estela + +- Update to version 5.1.6: + * fix: revert 8977c6741364c6d25fb33408d8b4232d835a768b + +------------------------------------------------------------------- +Sat Nov 2 12:04:11 UTC 2024 - Soc Virnyl Estela + +- Update to version 5.1.5: + * add service files. they serve as documentation + * fix mismatched types in roast-cli + * Bump zstd and infer + * clippy: rectify the needless pass by value + * chore: set resolver to 2 and enforce strict linting rules + * fix: just use an empty "" if strip fails + * add COC and CONTRIBUTING + * cleanup deps and begin cycle + * remove comment for 037aa62 + * docs: removed warning. ensured reproducibility. + ------------------------------------------------------------------- Fri Nov 1 15:05:46 UTC 2024 - Soc Virnyl Estela diff --git a/roast.spec b/roast.spec index 8e08bd0..bbca3c0 100644 --- a/roast.spec +++ b/roast.spec @@ -17,7 +17,7 @@ Name: roast -Version: 5.1.2 +Version: 5.1.6 Release: 0 Summary: Simpler tar archiver and extractor License: MPL-2.0 @@ -44,6 +44,14 @@ License: MPL-2.0 %description -n obs-service-roast Utility to roast source directories into highly compressed tape archives. +%package -n obs-service-raw +Version: %{version} +Summary: OBS Source Service for raw +License: MPL-2.0 + +%description -n obs-service-raw +Utility to raw decompress tape archives to unarchived sources. + %description Roast is a simple tar archiver and extractor with very high compression settings for supported formats such as zstd. @@ -61,10 +69,12 @@ mkdir -p %{buildroot}%{_prefix}/lib/obs/service 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 roast.service %{buildroot}%{_prefix}/lib/obs/service +cp -v %{buildroot}%{_bindir}/recomprizz %{buildroot}%{_prefix}/lib/obs/service/recomprizz install -m0644 recomprizz.service %{buildroot}%{_prefix}/lib/obs/service -# TODO add roast .service file in the next release +cp -v %{buildroot}%{_bindir}/raw %{buildroot}%{_prefix}/lib/obs/service/raw +install -m0644 raw.service %{buildroot}%{_prefix}/lib/obs/service %check %{cargo_test} @@ -76,6 +86,14 @@ 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 +%{_prefix}/lib/obs/service/roast.service +%license LICENCE +%doc CHANGELOG README.md + %files -n obs-service-recomprizz %dir %{_prefix}/lib/obs %dir %{_prefix}/lib/obs/service @@ -84,10 +102,11 @@ install -m0644 recomprizz.service %{buildroot}%{_prefix}/lib/obs/service %license LICENCE %doc CHANGELOG README.md -%files -n obs-service-roast +%files -n obs-service-raw %dir %{_prefix}/lib/obs %dir %{_prefix}/lib/obs/service -%{_prefix}/lib/obs/service/roast +%{_prefix}/lib/obs/service/raw +%{_prefix}/lib/obs/service/raw.service %license LICENCE %doc CHANGELOG README.md diff --git a/vendor.tar.zst b/vendor.tar.zst index dddd255..0a29b86 100644 --- a/vendor.tar.zst +++ b/vendor.tar.zst @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:e2494ab9132d7f5bd64376c09a061634cbc10cb6afaffcccae835cf82914719a -size 17896128 +oid sha256:1551da21e6ddd2028af326ae8a00737de39a59df2f89d49bd3c67498fb971fa5 +size 17905355