update to 2.0.22 [release 2.0.22-1mamba;Sun Jan 18 2015]

This commit is contained in:
Silvan Calarco 2024-01-06 04:12:25 +01:00
parent e54f5316a0
commit 5563ac6f35

View File

@ -1,7 +1,7 @@
%define majver %(echo %version | cut -d. -f 1-2) %define majver %(echo %version | cut -d. -f 1-2)
Name: libevent Name: libevent
Version: 2.0.21 Version: 2.0.22
Release: 1mamba Release: 1mamba
Summary: An event notification library Summary: An event notification library
Group: System/Libraries Group: System/Libraries
@ -9,7 +9,7 @@ Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://libevent.org URL: http://libevent.org
Source: https://github.com/downloads/libevent/libevent/libevent-%{version}-stable.tar.gz Source: https://github.com/libevent/libevent.git/release-%{version}-stable/libevent-%{version}.tar.bz2
License: BSD License: BSD
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -33,9 +33,10 @@ Furthermore, libevent also support callbacks due to signals or regular timeouts.
This package contains static libraries and header files need for development. This package contains static libraries and header files need for development.
%prep %prep
%setup -q -n %{name}-%{version}-stable %setup -q
%build %build
./autogen.sh
%configure %configure
%make %make
@ -84,6 +85,9 @@ This package contains static libraries and header files need for development.
%{_libdir}/pkgconfig/libevent_pthreads.pc %{_libdir}/pkgconfig/libevent_pthreads.pc
%changelog %changelog
* Sun Jan 18 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.22-1mamba
- update to 2.0.22
* Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 2.0.21-1mamba * Sat Dec 01 2012 Automatic Build System <autodist@mambasoft.it> 2.0.21-1mamba
- update to 2.0.21 - update to 2.0.21