From 19e4aa5fae96622bb824c780f7ea228105457540 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 08:07:10 +0100 Subject: [PATCH] rebuilt with gcc 5.3.0 [release 1.3-2mamba;Fri Feb 12 2016] --- ois.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ois.spec b/ois.spec index 5237f6a..bb4d854 100644 --- a/ois.spec +++ b/ois.spec @@ -1,7 +1,7 @@ %define pkgver %(echo %version | tr . -) Name: ois Version: 1.3 -Release: 1mamba +Release: 2mamba Summary: Object Oriented Input System Group: System/Libraries Vendor: openmamba @@ -13,13 +13,13 @@ Patch0: ois-1.3-gcc-4.8.patch License: zlib/libpng ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel -BuildRequires: libgcc -BuildRequires: libpthread-stubs-devel -BuildRequires: libstdc++6-devel BuildRequires: libX11-devel BuildRequires: libXau-devel -BuildRequires: libxcb-devel BuildRequires: libXdmcp-devel +BuildRequires: libbsd-devel +BuildRequires: libgcc +BuildRequires: libstdc++6-devel +BuildRequires: libxcb-devel ## AUTOBUILDREQ-END BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -77,5 +77,8 @@ sh ./bootstrap %{_libdir}/pkgconfig/OIS.pc %changelog +* Fri Feb 12 2016 Silvan Calarco 1.3-2mamba +- rebuilt with gcc 5.3.0 + * Thu Nov 28 2013 Silvan Calarco 1.3-1mamba - package created using the webbuild interface