Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package iamb for openSUSE:Factory checked in 
at 2024-08-23 22:26:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/iamb (Old)
 and      /work/SRC/openSUSE:Factory/.iamb.new.2698 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "iamb"

Fri Aug 23 22:26:45 2024 rev:4 rq:1195602 version:0.0.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/iamb/iamb.changes        2024-08-22 
18:13:52.455166185 +0200
+++ /work/SRC/openSUSE:Factory/.iamb.new.2698/iamb.changes      2024-08-23 
22:27:50.367823296 +0200
@@ -1,0 +2,5 @@
+Thu Aug 22 19:39:31 UTC 2024 - Joshua Smith <smolsh...@opensuse.org>
+
+- Enable desktop feature to fix tests
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ iamb.spec ++++++
--- /var/tmp/diff_new_pack.ZzaIpN/_old  2024-08-23 22:27:51.167856569 +0200
+++ /var/tmp/diff_new_pack.ZzaIpN/_new  2024-08-23 22:27:51.171856736 +0200
@@ -18,10 +18,11 @@
 
 %bcond_without system_openssl
 %if %{with system_openssl}
-%define features native-tls
+%define openssl native-tls
 %else
-%define features bundled
+%define openssl bundled
 %endif
+%define build_args --no-default-features --features=%{openssl},desktop
 
 Name:           iamb
 Version:        0.0.10
@@ -35,6 +36,7 @@
 
 %if "%{_vendor}" == "debbuild"
 # Needed to set Maintainer in output debs
+Packager:     Joshua Smith <smolsh...@opensuse.org>
 %endif
 
 %if 0%{?suse_version} > 1500
@@ -48,7 +50,6 @@
 BuildRequires:  cargo >= 1.8.0
 %endif
 BuildRequires:  desktop-file-utils
-BuildRequires:  git-core
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  zstd
 %if %{with system_openssl}
@@ -69,7 +70,6 @@
 
 %prep
 %autosetup -a1
-%define build_args --no-default-features --features=%{features}
 
 %build
 %if 0%{?suse_version} > 1500
@@ -78,6 +78,13 @@
 cargo build --release %{build_args}
 %endif
 
+%check
+%if 0%{?suse_version} > 1500
+%{cargo_test} %{build_args}
+%else
+cargo test %{build_args}
+%endif
+
 %install
 %if 0%{?suse_version} > 1500
 %{cargo_install} %{build_args}

Reply via email to