From 1b839728578b17b74ec8b2737b20c30f0c87b3eb Mon Sep 17 00:00:00 2001 From: zhuchunyi Date: Wed, 6 Nov 2019 19:38:06 +0800 Subject: [PATCH] update code --- libevent.spec | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/libevent.spec b/libevent.spec index bf476ec..f9ff0ef 100644 --- a/libevent.spec +++ b/libevent.spec @@ -1,6 +1,6 @@ Name: libevent Version: 2.1.11 -Release: 1 +Release: 3 Summary: An event notification library License: BSD @@ -37,7 +37,6 @@ with %{name}. cp -a %{_libdir}/libevent* %{buildroot}%{_libdir} rm -f %{buildroot}%{_libdir}/*.la - %check make check @@ -70,5 +69,17 @@ make check %changelog +* Wed Oct 30 2019 shenyangyang - 2.1.11-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add debugsource package + +* Mon Oct 28 2019 chengquan - 2.1.11-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add global marco of debug_package + * Tue Aug 27 2019 openEuler Buildteam - 2.1.11-1 - Package init