Hello community,

here is the log from the commit of package wxWidgets-3_2 for openSUSE:Factory 
checked in at 2020-10-15 13:44:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/wxWidgets-3_2 (Old)
 and      /work/SRC/openSUSE:Factory/.wxWidgets-3_2.new.3486 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "wxWidgets-3_2"

Thu Oct 15 13:44:08 2020 rev:13 rq:841336 version:3.1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/wxWidgets-3_2/wxWidgets-3_2.changes      
2020-10-02 17:16:38.970109472 +0200
+++ /work/SRC/openSUSE:Factory/.wxWidgets-3_2.new.3486/wxWidgets-3_2.changes    
2020-10-15 13:44:17.797150557 +0200
@@ -1,0 +2,10 @@
+Fri Oct  9 16:48:47 UTC 2020 - Jan Engelhardt <jeng...@inai.de>
+
+- Change wxGTK2 flavor to be the main (unnamed) flavor.
+
+-------------------------------------------------------------------
+Fri Oct  9 13:48:14 UTC 2020 - Stefan BrĂ¼ns <stefan.bru...@rwth-aachen.de>
+
+- Fix unquoted bareword comparisons for RPM 4.16 compatibility
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ wxWidgets-3_2.spec ++++++
--- /var/tmp/diff_new_pack.ShFIEb/_old  2020-10-15 13:44:18.433150806 +0200
+++ /var/tmp/diff_new_pack.ShFIEb/_new  2020-10-15 13:44:18.437150808 +0200
@@ -18,11 +18,7 @@
 
 %global flavor @BUILD_FLAVOR@%{nil}
 %if "%{flavor}" == ""
-Name:           wxWidgets-3_2
-ExclusiveArch:  do_not_build
-%endif
-
-%if "%{flavor}" == "GTK2"
+# default flavor is GTK2
 Name:           wxWidgets-3_2
 %define pkgname wxWidgets-3_2
 %define variant suse
@@ -104,17 +100,17 @@
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
 BuildRequires:  zlib-devel
-%if %{toolkit} == "gtk2"
+%if "%{toolkit}" == "gtk2"
 BuildRequires:  gnome-vfs2-devel
 BuildRequires:  gtk2-devel
 %endif
-%if %{toolkit} == "gtk3"
+%if "%{toolkit}" == "gtk3"
 BuildRequires:  pkgconfig(gtk+-3.0)
 %if %{with webview}
 BuildRequires:  pkgconfig(webkit2gtk-4.0)
 %endif
 %endif
-%if %{toolkit} == "qt"
+%if "%{toolkit}" == "qt"
 BuildRequires:  pkgconfig(Qt5Core) >= 5.2.1
 BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.1
 BuildRequires:  pkgconfig(Qt5OpenGL) >= 5.2.1
@@ -288,13 +284,13 @@
 %package devel
 Summary:        Development files for %{name}
 Group:          Development/Libraries/C and C++
-%if %{toolkit} == "gtk2"
+%if "%{toolkit}" == "gtk2"
 Requires:       gtk2-devel
 %endif
-%if %{toolkit} == "gtk3"
+%if "%{toolkit}" == "gtk3"
 Requires:       pkgconfig(gtk+-3.0)
 %endif
-%if %{toolkit} == "qt"
+%if "%{toolkit}" == "qt"
 Requires:       pkgconfig(Qt5OpenGL) >= 5.2.1
 Requires:       pkgconfig(Qt5Widgets) >= 5.2.1
 %endif
@@ -320,19 +316,19 @@
 Requires:       pkgconfig(glu)
 Provides:       wxWidgets-any-devel
 Conflicts:      wxWidgets-any-devel
-%if %{toolkit} == "gtk2"
+%if "%{toolkit}" == "gtk2"
 Provides:       wxGTK2-devel = %version-%release
 Provides:       wxWidgets-devel = %version-%release
 # Name up to openSUSE 11.3 and up to wxGTK-2.8.x:
 Provides:       wxGTK-devel = %version-%release
 Obsoletes:      wxGTK-devel < %version-%release
 %endif
-%if %{toolkit} == "gtk3"
+%if "%{toolkit}" == "gtk3"
 %if "%{flavor}" != "GTK3-nostl"
 Provides:       wxGTK3-devel = %version-%release
 %endif
 %endif
-%if %{toolkit} == "qt"
+%if "%{toolkit}" == "qt"
 Provides:       wxQt-devel = %version-%release
 %endif
 
@@ -363,11 +359,11 @@
 
 %configure \
        --enable-vendor=%variant \
-%if %{toolkit} == "qt"
+%if "%{toolkit}" == "qt"
        --with-qt \
 %else
        --with-gtk=%gtk_version \
-%if %{gtk_version} == 2
+%if "%gtk_version" == "2"
        --with-gnomevfs \
 %endif
 %endif

++++++ _multibuild ++++++
--- /var/tmp/diff_new_pack.ShFIEb/_old  2020-10-15 13:44:18.501150832 +0200
+++ /var/tmp/diff_new_pack.ShFIEb/_new  2020-10-15 13:44:18.501150832 +0200
@@ -1,5 +1,4 @@
 <multibuild>
-  <package>GTK2</package>
   <package>GTK3</package>
   <package>GTK3-nostl</package>
   <package>Qt</package>


Reply via email to