New upstream release 2.13.1
Signed-off-by: Michal Fabik <mfabik@redhat.com>
This commit is contained in:
parent
0ba66a3414
commit
e77ad01ea9
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
|||||||
/libreport-2.11.3.tar.gz
|
/libreport-2.11.3.tar.gz
|
||||||
/libreport-2.12.0.tar.gz
|
/libreport-2.12.0.tar.gz
|
||||||
/libreport-2.13.0.tar.gz
|
/libreport-2.13.0.tar.gz
|
||||||
|
/libreport-2.13.1.tar.gz
|
||||||
|
@ -14,8 +14,8 @@
|
|||||||
|
|
||||||
Summary: Generic library for reporting various problems
|
Summary: Generic library for reporting various problems
|
||||||
Name: libreport
|
Name: libreport
|
||||||
Version: 2.13.0
|
Version: 2.13.1
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: https://abrt.readthedocs.org/
|
URL: https://abrt.readthedocs.org/
|
||||||
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -317,7 +317,7 @@ data over ftp/scp...
|
|||||||
%build
|
%build
|
||||||
autoconf
|
autoconf
|
||||||
|
|
||||||
CFLAGS="%{optflags} -Werror" %configure \
|
%configure \
|
||||||
%if %{without bugzilla}
|
%if %{without bugzilla}
|
||||||
--without-bugzilla \
|
--without-bugzilla \
|
||||||
%endif
|
%endif
|
||||||
@ -327,10 +327,10 @@ CFLAGS="%{optflags} -Werror" %configure \
|
|||||||
--enable-doxygen-docs \
|
--enable-doxygen-docs \
|
||||||
--disable-silent-rules
|
--disable-silent-rules
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=%{buildroot} \
|
%make_install \
|
||||||
%if %{with python3}
|
%if %{with python3}
|
||||||
PYTHON=%{__python3} \
|
PYTHON=%{__python3} \
|
||||||
%endif # with python3
|
%endif # with python3
|
||||||
@ -744,6 +744,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 11 2020 Michal Fabik <mfabik@redhat.com> 2.13.1-1
|
||||||
|
- Fix broken abrt-vmcore.service due to bad namespacing
|
||||||
|
|
||||||
* Fri Apr 24 2020 Michal Fabik <mfabik@redhat.com> 2.13.0-2
|
* Fri Apr 24 2020 Michal Fabik <mfabik@redhat.com> 2.13.0-2
|
||||||
- Support new "time" and "time_for_children" kernel namespaces
|
- Support new "time" and "time_for_children" kernel namespaces
|
||||||
- Remove preprocessor namespacing in favor of function name prefixes
|
- Remove preprocessor namespacing in favor of function name prefixes
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libreport-2.13.0.tar.gz) = 9be3016770304ed3679bc4a7321425628cc5fc1d2927e1a36cbf9d0a743562f1b47c88e511537221276e0d1e04feaeb38de642a862dd8ca63ce7749db73a6f49
|
SHA512 (libreport-2.13.1.tar.gz) = fc3db46ee6885053387b86e682f9ed1908d050149a5d820b40444b7db413af89afdcd6abef780179c5ca968ea036f3ae245884414b94d426547e58a89b8bbb65
|
||||||
|
Loading…
Reference in New Issue
Block a user