Accepting request 1202771 from graphics
OBS-URL: https://build.opensuse.org/request/show/1202771 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/oculante?expand=0&rev=17
This commit is contained in:
commit
43a04afe58
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3faf017cc3aa8dc4f84cd75a934703b4e4b2522ae79e42fcfc0e439e9d5e430
|
||||
size 59617742
|
3
oculante-0.9.1.tar.gz
Normal file
3
oculante-0.9.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d3b733492c75b5da5d83a2c879fb0d74545d46323030e7b64adce55a81aa23d
|
||||
size 60739840
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 23 20:48:21 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
- Update to version 0.9.1:
|
||||
+ Bug Fixes
|
||||
- Prevent scrollbars from occluding info panel
|
||||
- Noise filter ui would extend panel too much
|
||||
+ Chore
|
||||
- Fix wronf icon for Rotate operator
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 22 00:07:11 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantarimay@pm.me>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define force_gcc_version 13
|
||||
%define appid io.github.woelper.Oculante
|
||||
Name: oculante
|
||||
Version: 0.9.0
|
||||
Version: 0.9.1
|
||||
Release: 0
|
||||
Summary: A minimalistic crossplatform image viewer written in rust
|
||||
License: MIT
|
||||
@ -76,7 +76,10 @@ install -Dpm644 res/flathub/%{appid}.metainfo.xml -t \
|
||||
export CC="gcc-%{?force_gcc_version}"
|
||||
export CXX="g++-%{?force_gcc_version}"
|
||||
%endif
|
||||
%{cargo_test} -- --skip=tests::net --skip=bench
|
||||
%{cargo_test} -- \
|
||||
--skip=tests::net \
|
||||
--skip=bench \
|
||||
--skip=tests::flathub
|
||||
%endif
|
||||
appstream-util validate-relax --nonet \
|
||||
%{buildroot}%{_datadir}/metainfo/%{appid}.metainfo.xml
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1496cb2afb1d5daab498e9156b3aa8266745d6c979f889b7eebff58922d9ad1
|
||||
size 107040371
|
||||
oid sha256:9ad5539f752c8f1d36b6d7ece0b900c155ddfca319ee424bf7b0b1bd6bd070d9
|
||||
size 107049410
|
||||
|
Loading…
Reference in New Issue
Block a user