Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package oculante for openSUSE:Factory 
checked in at 2024-05-13 17:57:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/oculante (Old)
 and      /work/SRC/openSUSE:Factory/.oculante.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "oculante"

Mon May 13 17:57:47 2024 rev:12 rq:1173548 version:0.8.21

Changes:
--------
--- /work/SRC/openSUSE:Factory/oculante/oculante.changes        2024-04-30 
17:29:36.259068327 +0200
+++ /work/SRC/openSUSE:Factory/.oculante.new.1880/oculante.changes      
2024-05-13 17:58:23.362570214 +0200
@@ -1,0 +2,17 @@
+Mon May 13 04:25:02 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantari...@pm.me>
+
+- Enable heif format support
+
+-------------------------------------------------------------------
+Sun May 12 18:29:39 UTC 2024 - Muhammad Akbar Yanuar Mantari <mantari...@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
+
+-------------------------------------------------------------------

Old:
----
  oculante-0.8.19.tar.gz

New:
----
  oculante-0.8.21.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ oculante.spec ++++++
--- /var/tmp/diff_new_pack.kcVx09/_old  2024-05-13 17:58:28.246748418 +0200
+++ /var/tmp/diff_new_pack.kcVx09/_new  2024-05-13 17:58:28.246748418 +0200
@@ -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
@@ -28,6 +29,7 @@
 BuildRequires:  extra-cmake-modules
 BuildRequires:  gcc >= 13
 BuildRequires:  gtk3-devel
+BuildRequires:  libheif-devel
 BuildRequires:  nasm
 ExclusiveArch:  x86_64 aarch64
 
@@ -40,14 +42,17 @@
 %autosetup -a1 -p1
 
 %build
-%{cargo_build}
+%{cargo_build} --features 'heif'
 
 %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*

++++++ oculante-0.8.19.tar.gz -> oculante-0.8.21.tar.gz ++++++
/work/SRC/openSUSE:Factory/oculante/oculante-0.8.19.tar.gz 
/work/SRC/openSUSE:Factory/.oculante.new.1880/oculante-0.8.21.tar.gz differ: 
char 16, line 1

++++++ vendor.tar.zst ++++++
Binary files /var/tmp/diff_new_pack.kcVx09/_old and 
/var/tmp/diff_new_pack.kcVx09/_new differ

Reply via email to