From 5f42cfca5c3864320f6971a540185b34c01b3b1c Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 10 Aug 2024 11:23:56 +0200 Subject: [PATCH] require python-configobj-py3 restore patch for configobj [release 2.1.4-2mamba;Sat Aug 10 2024] --- terminator.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/terminator.spec b/terminator.spec index 8d5f173..13a3167 100644 --- a/terminator.spec +++ b/terminator.spec @@ -1,6 +1,6 @@ Name: terminator Version: 2.1.4 -Release: 1mamba +Release: 2mamba Summary: Multiple GNOME terminals in one window Group: Graphical Desktop/Applications/Utilities Vendor: openmamba @@ -13,6 +13,7 @@ License: GPL ## AUTOBUILDREQ-BEGIN BuildRequires: libpython311-devel ## AUTOBUILDREQ-END +Requires: python-configobj-py3 %description Multiple GNOME terminals in one window. @@ -21,7 +22,8 @@ Multiple GNOME terminals in one window. %prep %setup -q -#%patch0 -p1 -b .0001-fixed-validate-module-import-for-newer-version-of-co +%define _default_patch_fuzz 2 +%patch 0 -p1 -b .0001-fixed-validate-module-import-for-newer-version-of-co %build CFLAGS="%{optflags}" %{__python3} setup.py build @@ -52,8 +54,11 @@ rm -f %{buildroot}%{_datadir}/icons/hicolor/icon-theme.cache %{_mandir}/man5/terminator_config.5* %doc AUTHORS COPYING - %changelog +* Sat Aug 10 2024 Silvan Calarco 2.1.4-2mamba +- require python-configobj-py3 +- restore patch for configobj + * Fri May 31 2024 Automatic Build System 2.1.4-1mamba - automatic version update by autodist