Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bijiben for openSUSE:Factory checked 
in at 2022-09-21 14:39:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bijiben (Old)
 and      /work/SRC/openSUSE:Factory/.bijiben.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bijiben"

Wed Sep 21 14:39:15 2022 rev:59 rq:1003136 version:40.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/bijiben/bijiben.changes  2022-04-28 
23:06:52.464615976 +0200
+++ /work/SRC/openSUSE:Factory/.bijiben.new.2083/bijiben.changes        
2022-09-21 14:39:23.305248431 +0200
@@ -1,0 +2,7 @@
+Tue Aug 30 20:12:53 UTC 2022 - Bj??rn Lie <[email protected]>
+
+- Add bijiben-switch-to-soup3.patch: Backport upstream switch to
+  soup3. Following this, replace pkgconfig(webkit2gtk-4.0) with
+  pkgconfig(webkit2gtk-4.1) BuildRequires.
+
+-------------------------------------------------------------------

New:
----
  bijiben-switch-to-soup3.patch

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

Other differences:
------------------
++++++ bijiben.spec ++++++
--- /var/tmp/diff_new_pack.iFTv8h/_old  2022-09-21 14:39:23.829249884 +0200
+++ /var/tmp/diff_new_pack.iFTv8h/_new  2022-09-21 14:39:23.833249895 +0200
@@ -26,6 +26,8 @@
 Source0:        
https://download.gnome.org/sources/bijiben/40/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM 158.patch -- Fix build with meson 0.61.0 and newer
 Patch0:         
https://gitlab.gnome.org/GNOME/gnome-notes/-/merge_requests/158.patch
+# PATCH-FIX-UPSTREAM bijiben-switch-to-soup3.patch -- Backport upstream switch 
to soup3
+Patch1:         bijiben-switch-to-soup3.patch
 
 BuildRequires:  fdupes
 BuildRequires:  gettext
@@ -45,7 +47,7 @@
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(tracker-sparql-3.0)
 BuildRequires:  pkgconfig(uuid)
-BuildRequires:  pkgconfig(webkit2gtk-4.0) >= 2.26.0
+BuildRequires:  pkgconfig(webkit2gtk-4.1) >= 2.26.0
 
 %description
 Bijiben is a note editor designed to remain simple to use.

++++++ bijiben-switch-to-soup3.patch ++++++
--- orig-bijiben-40.1/meson.build       2021-04-30 13:59:10.302303300 +0200
+++ bijiben-40.1/meson.build    2022-08-30 22:11:07.619192939 +0200
@@ -126,7 +126,7 @@
   dependency('libxml-2.0'),
   dependency('libcurl'),
   dependency('uuid'),
-  dependency('webkit2gtk-4.0', version: '>= 2.26'),
+  dependency('webkit2gtk-4.1', version: '>= 2.26'),
   cc.find_library('m')
 ]
 

Reply via email to