Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package dino for openSUSE:Factory checked in 
at 2022-10-28 19:31:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dino (Old)
 and      /work/SRC/openSUSE:Factory/.dino.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dino"

Fri Oct 28 19:31:45 2022 rev:4 rq:1031926 version:0.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dino/dino.changes        2022-10-11 
18:06:01.598131056 +0200
+++ /work/SRC/openSUSE:Factory/.dino.new.2275/dino.changes      2022-10-28 
19:32:22.239485952 +0200
@@ -1,0 +2,5 @@
+Fri Oct 28 10:10:48 UTC 2022 - Michael Vetter <mvet...@suse.com>
+
+- boo#1204259: Add dino-0.3.0-libsoup.patch
+
+-------------------------------------------------------------------

New:
----
  dino-0.3.0-libsoup.patch

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

Other differences:
------------------
++++++ dino.spec ++++++
--- /var/tmp/diff_new_pack.6HvuDb/_old  2022-10-28 19:32:23.011489823 +0200
+++ /var/tmp/diff_new_pack.6HvuDb/_new  2022-10-28 19:32:23.019489863 +0200
@@ -32,9 +32,12 @@
 Group:          Productivity/Networking/Instant Messenger
 URL:            https://github.com/dino/dino
 Source:         
https://github.com/dino/dino/releases/download/v%{version}/dino-%{version}.tar.gz
+# PATCH-FIX-UPSTREAM: mvet...@suse.com - boo#1204259 
https://github.com/dino/dino/issues/1285
+Patch0:         dino-0.3.0-libsoup.patch
 BuildRequires:  cmake
 BuildRequires:  gcc-c++
 %if 0%{?suse_version}
+BuildRequires:  libgpgme-devel
 BuildRequires:  libgpgmepp-devel
 %else
 BuildRequires:  gpgme-devel
@@ -178,6 +181,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 # workaround until we clarified if the gcc return type check is actually wrong 
there.
@@ -185,6 +189,7 @@
 export CFLAGS="%{optflags} -Wno-return-type"
 %endif
 echo "PRERELEASE %{version}" > VERSION
+cmake -B build -DUSE_SOUP3=1
 %configure \
 %if ! %{with shared_libsignal}
   --with-libsignal-in-tree
@@ -193,9 +198,11 @@
 # -DCMAKE_EXE_LINKER_FLAGS="-Wl,--as-needed"    \
 # -DCMAKE_MODULE_LINKER_FLAGS="-Wl,--as-needed" \
 # -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed"
+cmake -B build -DUSE_SOUP3=1
 make %{?_smp_mflags} V=1
 
 %install
+cmake -B build -DUSE_SOUP3=1
 #cmake_install
 make install DESTDIR="%{buildroot}" V=1
 # desktop-file-validate %{buildroot}%{_datadir}/applications/dino.desktop

++++++ dino-0.3.0-libsoup.patch ++++++
++++ 605 lines (skipped)

Reply via email to