Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pinentry for openSUSE:Factory 
checked in at 2024-09-25 21:52:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pinentry (Old)
 and      /work/SRC/openSUSE:Factory/.pinentry.new.29891 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pinentry"

Wed Sep 25 21:52:51 2024 rev:69 rq:1202946 version:1.3.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pinentry/pinentry.changes        2024-07-19 
15:25:38.335132821 +0200
+++ /work/SRC/openSUSE:Factory/.pinentry.new.29891/pinentry.changes     
2024-09-25 21:52:58.059474173 +0200
@@ -1,0 +2,5 @@
+Sun Sep 22 16:37:53 UTC 2024 - Bernhard Wiedemann <bwiedem...@suse.com>
+
+- Make pinentry-efl optional
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ pinentry.spec ++++++
--- /var/tmp/diff_new_pack.ziJdiY/_old  2024-09-25 21:52:58.715501459 +0200
+++ /var/tmp/diff_new_pack.ziJdiY/_new  2024-09-25 21:52:58.715501459 +0200
@@ -24,6 +24,10 @@
 %endif
 
 %bcond_without fltk
+%bcond_without efl
+%ifarch ppc
+%bcond_with efl
+%endif
 
 Name:           pinentry%{?nsuffix}
 Version:        1.3.1
@@ -57,7 +61,7 @@
 BuildRequires:  pkgconfig(gcr-base-3)
 BuildRequires:  pkgconfig(gtk+-2.0) >= 2.12.0
 BuildRequires:  pkgconfig(libsecret-1)
-%ifnarch ppc
+%if %{with efl}
 BuildRequires:  pkgconfig(efl)
 %endif
 %endif
@@ -80,6 +84,7 @@
 A simple PIN or passphrase entry dialog utilize the Assuan protocol
 as described by the Aegypten project, integrated into Emacs.
 
+%if %{with efl}
 %package -n pinentry-efl
 Summary:        Simple PIN or Passphrase Entry Dialog for EFL
 Group:          Productivity/Other
@@ -91,6 +96,7 @@
 %description -n pinentry-efl
 A simple PIN or passphrase entry dialog utilize the Assuan protocol
 as described by the Aegypten project, using Enlightenment Foundation Libraries.
+%endif
 
 %package -n pinentry-gtk2
 Summary:        Simple PIN or Passphrase Entry Dialog for GTK2
@@ -181,7 +187,11 @@
 %else
         --disable-pinentry-fltk \
 %endif
+%if %{with efl}
        --enable-pinentry-efl \
+%else
+       --disable-pinentry-efl \
+%endif
        --without-ncurses-include-dir
 %make_build
 # build text version without libsecret (bnc#934214)
@@ -234,7 +244,7 @@
 
 %if "%{flavor}" == "gui"
 
-%ifnarch ppc
+%if %{with efl}
 %files -n pinentry-efl
 %license COPYING
 %attr(755,root,root) %{_bindir}/pinentry-efl

Reply via email to