rebuilt with gcc 5.3.0 [release 1.3-2mamba;Fri Feb 12 2016]

This commit is contained in:
Silvan Calarco 2024-01-06 08:07:10 +01:00
parent 50b8b24619
commit 19e4aa5fae

View File

@ -1,7 +1,7 @@
%define pkgver %(echo %version | tr . -) %define pkgver %(echo %version | tr . -)
Name: ois Name: ois
Version: 1.3 Version: 1.3
Release: 1mamba Release: 2mamba
Summary: Object Oriented Input System Summary: Object Oriented Input System
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
@ -13,13 +13,13 @@ Patch0: ois-1.3-gcc-4.8.patch
License: zlib/libpng License: zlib/libpng
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libgcc
BuildRequires: libpthread-stubs-devel
BuildRequires: libstdc++6-devel
BuildRequires: libX11-devel BuildRequires: libX11-devel
BuildRequires: libXau-devel BuildRequires: libXau-devel
BuildRequires: libxcb-devel
BuildRequires: libXdmcp-devel BuildRequires: libXdmcp-devel
BuildRequires: libbsd-devel
BuildRequires: libgcc
BuildRequires: libstdc++6-devel
BuildRequires: libxcb-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -77,5 +77,8 @@ sh ./bootstrap
%{_libdir}/pkgconfig/OIS.pc %{_libdir}/pkgconfig/OIS.pc
%changelog %changelog
* Fri Feb 12 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-2mamba
- rebuilt with gcc 5.3.0
* Thu Nov 28 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-1mamba * Thu Nov 28 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-1mamba
- package created using the webbuild interface - package created using the webbuild interface