From 18c05d248ac65bb12ce4f873b98b406e22874e54 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Thu, 13 Feb 2025 00:07:38 +0100 Subject: [PATCH] rebuilt with libabseil-cpp 20250127.0 [release 2024.07.02-2mamba;Wed Feb 12 2025] --- re2.spec | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/re2.spec b/re2.spec index 90cefed..d24020c 100644 --- a/re2.spec +++ b/re2.spec @@ -1,7 +1,7 @@ %define gitver %(echo %version | tr . -) Name: re2 Version: 2024.07.02 -Release: 1mamba +Release: 2mamba Summary: A fast, safe, thread-friendly regular expression library Group: System/Libraries Vendor: openmamba @@ -16,7 +16,7 @@ BuildRequires: libabseil-cpp-devel BuildRequires: libgcc BuildRequires: libstdc++6-devel ## AUTOBUILDREQ-END -BuildRequires: libabseil-cpp-devel >= 20240116.0 +BuildRequires: libabseil-cpp-devel >= 20250127.0 BuildRequires: cmake Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} @@ -39,14 +39,10 @@ Requires: pkg-config %description -n lib%{name}-devel This package contains libraries and header files for developing applications that use %{name}. - -%debug_package - %prep %setup -q %build -#% cmake -d build %make \ prefix=%{_prefix} \ libdir=%{_libdir} @@ -60,9 +56,6 @@ This package contains libraries and header files for developing applications tha %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -%post -n lib%{name} -p /sbin/ldconfig -%postun -n lib%{name} -p /sbin/ldconfig - %files -n lib%{name} %defattr(-,root,root) %{_libdir}/libre2.so.* @@ -78,6 +71,9 @@ This package contains libraries and header files for developing applications tha %doc README %changelog +* Wed Feb 12 2025 Silvan Calarco 2024.07.02-2mamba +- rebuilt with libabseil-cpp 20250127.0 + * Wed Jul 03 2024 Automatic Build System 2024.07.02-1mamba - automatic version update by autodist