From 5af5487f2a69b67e453795a259814b7825b7f537fb49c36d6f1cea0c6841125e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 9 Mar 2025 23:05:12 +0100 Subject: [PATCH] Build with --enable-secretstore --- soversion.diff | 2 +- wxWidgets-3_2.changes | 5 +++++ wxWidgets-3_2.spec | 8 +++++--- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/soversion.diff b/soversion.diff index 76fdf16..d44f22a 100644 --- a/soversion.diff +++ b/soversion.diff @@ -48,7 +48,7 @@ Index: wxWidgets-3.2.6/Makefile.in @COND_USE_SOVERCYGWIN_1_USE_SOVERSION_1@dll___targetsuf3 = -0.$(SO_SUFFIX) @COND_USE_SOVERSION_0@dll___targetsuf3 = .$(SO_SUFFIX) -@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).0 -+@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).13.0.0 ++@COND_USE_SOVERSION_1_USE_SOVERSOLARIS_1@dll___targetsuf3 = .$(SO_SUFFIX).14.0.0 @COND_TOOLKIT_MSW@__RCDEFDIR_p = --include-dir \ @COND_TOOLKIT_MSW@ $(LIBDIRNAME)/wx/include/$(TOOLCHAIN_FULLNAME) @COND_USE_GUI_1_wxUSE_LIBTIFF_builtin@__LIB_TIFF_p \ diff --git a/wxWidgets-3_2.changes b/wxWidgets-3_2.changes index ad37337..322e041 100644 --- a/wxWidgets-3_2.changes +++ b/wxWidgets-3_2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Mar 9 22:04:26 UTC 2025 - Jan Engelhardt + +- Build with --enable-secretstore [boo#1239137]. + ------------------------------------------------------------------- Sat Mar 1 09:12:56 UTC 2025 - Jan Engelhardt diff --git a/wxWidgets-3_2.spec b/wxWidgets-3_2.spec index 6103611..44af56f 100644 --- a/wxWidgets-3_2.spec +++ b/wxWidgets-3_2.spec @@ -1,7 +1,7 @@ # # spec file for package wxWidgets-3_2 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -65,8 +65,8 @@ wxString and instead rely on the wxChar pointer API. # At most one Name: line to not confuse quilt(1) %define base_name wxWidgets-3_2 %define wx_minor 3.2 -%define psonum 13_0_0 -%define sonum 13.0.0 +%define psonum 14_0_0 +%define sonum 14.0.0 Name: %this_spec Version: 3.2.6 Release: 0 @@ -102,6 +102,7 @@ BuildRequires: pkgconfig(gstreamer-plugins-base-1.0) BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libmspack) BuildRequires: pkgconfig(libnotify) +BuildRequires: pkgconfig(libsecret-1) BuildRequires: pkgconfig(sm) %if "%toolkit" == "gtk2" BuildRequires: pkgconfig(gtk+-2.0) @@ -422,6 +423,7 @@ autoconf -f -i --enable-repro-build \ --enable-glcanvasegl \ --enable-webrequest \ + --enable-secretstore \ %if "%flavor" == "GTK3-nostl" --disable-stl \ --disable-plugins