Accepting request 1173529 from home:mantarimay:branches:graphics

- Update to version 0.8.21:
  + Features
    - Support EXR with single layers (non-rgba)
  + Chore
    - update deps and use new HDR support from image
    - bump rustls version from 0.21.10 to 0.21.12: fix infinite
      loop (bsc#1223231)
- Update scripts install and check for test

OBS-URL: https://build.opensuse.org/request/show/1173529
OBS-URL: https://build.opensuse.org/package/show/graphics/oculante?expand=0&rev=24
This commit is contained in:
Muhammad Akbar Yanuar Mantari 2024-05-12 20:29:02 +00:00 committed by Git OBS Bridge
parent 7aad7bc4dd
commit a0d61cb4bd
5 changed files with 23 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5969140eba902a6c56ca9e44f2d313b6768f50474f1021b6f30098aa3f85af61
size 57878376

3
oculante-0.8.21.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e4010a437310ece1d26b7c8f5407cfb2d0b4b9db36ed9ce597ebc614df6b99c1
size 57877402

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Sun May 12 18:29:39 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
- Update to version 0.8.21:
+ Features
- Support EXR with single layers (non-rgba)
+ Chore
- update deps and use new HDR support from image
- bump rustls version from 0.21.10 to 0.21.12: fix infinite
loop (bsc#1223231)
- Update scripts install and check for test
-------------------------------------------------------------------
Mon Apr 29 23:07:26 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>

View File

@ -16,8 +16,9 @@
#
%bcond_without test
Name: oculante
Version: 0.8.19
Version: 0.8.21
Release: 0
Summary: A minimalistic crossplatform image viewer written in rust
License: MIT
@ -43,11 +44,14 @@ tools.
%{cargo_build}
%install
%{cargo_install}
install -Dpm755 target/release/%{name} -t %{buildroot}%{_bindir}
install -Dpm644 res/%{name}.png -t %{buildroot}%{_datadir}/pixmaps/
install -Dpm644 res/%{name}.desktop -t %{buildroot}%{_datadir}/applications
%check
%if %{with test}
%{cargo_test} -- --skip=tests::net --skip=bench
%endif
%files
%license LICENSE*
@ -57,4 +61,3 @@ install -Dpm644 res/%{name}.desktop -t %{buildroot}%{_datadir}/applications
%{_datadir}/applications/%{name}.desktop
%changelog

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:274985ebbf359134e4fdfd4988ff81a5327c1b3abe82d0a2476091b2123b5fcc
size 98193080
oid sha256:b4943963d7244c0b234e84946bacf4424a1b5e1a4397f6b2f62493d347979c9a
size 116048956