Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package webkit2gtk3 for openSUSE:Factory 
checked in at 2021-12-16 21:18:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/webkit2gtk3 (Old)
 and      /work/SRC/openSUSE:Factory/.webkit2gtk3.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "webkit2gtk3"

Thu Dec 16 21:18:48 2021 rev:131 rq:940489 version:2.34.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/webkit2gtk3/webkit2gtk3.changes  2021-12-12 
21:27:45.776346995 +0100
+++ /work/SRC/openSUSE:Factory/.webkit2gtk3.new.2520/webkit2gtk3.changes        
2021-12-16 21:19:08.550517362 +0100
@@ -1,0 +2,21 @@
+Tue Dec 14 13:30:29 UTC 2021 - Yifan Jiang <yfji...@suse.com>
+
+- Typo fix for %define usegcc10.
+
+-------------------------------------------------------------------
+Tue Dec 14 10:38:41 UTC 2021 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Introduce usegcc10 %define in order to have the condition
+  (0%{?sle_version} && 0%{?sle_version} <= 150400) only at one
+  point.
+- Correct a very old "Obsoletes: webkit2gtk3-plugin-process-gtk2"
+  to be a versioned obsoletes.
+
+-------------------------------------------------------------------
+Tue Dec 14 01:05:29 UTC 2021 - Yifan Jiang <yfji...@suse.com>
+
+- Make the earlier Obsoletes: libwebkit2gtk3-lang compliant with:
+
+  
https://en.opensuse.org/openSUSE:Upgrade_dependencies_explanation#Renaming_a_package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ webkit2gtk3.spec ++++++
--- /var/tmp/diff_new_pack.OyzGnE/_old  2021-12-16 21:19:09.342517664 +0100
+++ /var/tmp/diff_new_pack.OyzGnE/_new  2021-12-16 21:19:09.342517664 +0100
@@ -25,6 +25,8 @@
 ExclusiveArch:  do-not-build
 %endif
 
+%define usegcc10 0%{?sle_version} && 0%{?sle_version} <= 150400
+
 %if "%{flavor}" == "gtk3"
 %define _gtknamesuffix gtk3
 %define _pkgname_no_slpp libwebkit2gtk3
@@ -100,7 +102,7 @@
 BuildRequires:  bubblewrap
 BuildRequires:  cmake
 BuildRequires:  enchant-devel
-%if 0%{?sle_version} && 0%{?sle_version} <= 150400
+%if %usegcc10
 BuildRequires:  gcc10-c++ >= 4.9
 %else
 BuildRequires:  gcc-c++ >= 7.3
@@ -125,7 +127,7 @@
 BuildRequires:  pkgconfig(freetype2) >= 2.4.2
 BuildRequires:  pkgconfig(geoclue-2.0) >= 2.1.5
 BuildRequires:  pkgconfig(glib-2.0) >= 2.36
-%if 0%{?sle_version} && 0%{?sle_version} <= 150400
+%if %usegcc10
 BuildRequires:  pkgconfig(glproto)
 %endif
 BuildRequires:  pkgconfig(gnutls) >= 3.0.0
@@ -197,7 +199,7 @@
 Requires:       xdg-dbus-proxy
 Provides:       %{_pkgname_no_slpp} = %{version}
 Provides:       WebKit2GTK-%{_apiver}
-Obsoletes:      webkit2gtk3-plugin-process-gtk2
+Obsoletes:      webkit2gtk3-plugin-process-gtk2 < %{version}
 
 %description -n libwebkit2gtk%{_wk2sover}
 WebKit is a web content engine, derived from KHTML and KJS from KDE,
@@ -328,7 +330,7 @@
 Group:          System/Localization
 Requires:       WebKit2GTK-%{_apiver} = %{version}
 Provides:       WebKit2GTK-%{_apiver}-lang-all = %{version}
-Obsoletes:      libwebkit2gtk3-lang
+Obsoletes:      libwebkit2gtk3-lang < %{version}
 BuildArch:      noarch
 
 %description -n WebKit2GTK-%{_apiver}-lang
@@ -366,7 +368,7 @@
 %cmake \
   -GNinja \
   -DCMAKE_BUILD_TYPE=Release \
-%if 0%{?sle_version} && 0%{?sle_version} <= 150400
+%if %usegcc10
   -DCMAKE_C_COMPILER=gcc-10 \
   -DCMAKE_CXX_COMPILER=g++-10 \
 %endif

Reply via email to