Accepting request 1220280 from Archiving
- Update to version 5.1.6: * fix: revert 8977c6741364c6d25fb33408d8b4232d835a768b - 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. OBS-URL: https://build.opensuse.org/request/show/1220280 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/roast?expand=0&rev=3
This commit is contained in:
commit
ab56719049
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fec94fc4e6efb1b6760865c7ebbf6269021fa85ec5db492f1738f2169461709e
|
||||
size 29092
|
3
roast-5.1.6.tar.gz
Normal file
3
roast-5.1.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a044f793b92f2b7a04dd9e0482d9abed46080cd0077f6eb5b3ad8e06c633d233
|
||||
size 31678
|
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 2 12:38:25 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- Update to version 5.1.6:
|
||||
* fix: revert 8977c6741364c6d25fb33408d8b4232d835a768b
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 2 12:04:11 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
- 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 <uncomfyhalomacro@opensuse.org>
|
||||
|
||||
|
29
roast.spec
29
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
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e2494ab9132d7f5bd64376c09a061634cbc10cb6afaffcccae835cf82914719a
|
||||
size 17896128
|
||||
oid sha256:1551da21e6ddd2028af326ae8a00737de39a59df2f89d49bd3c67498fb971fa5
|
||||
size 17905355
|
||||
|
Loading…
Reference in New Issue
Block a user