New upstream release 2.12.0
Signed-off-by: Michal Fabik <mfabik@redhat.com>
This commit is contained in:
parent
c3955d78ea
commit
84d394ceb8
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
|||||||
/libreport-2.11.1.tar.gz
|
/libreport-2.11.1.tar.gz
|
||||||
/libreport-2.11.2.tar.gz
|
/libreport-2.11.2.tar.gz
|
||||||
/libreport-2.11.3.tar.gz
|
/libreport-2.11.3.tar.gz
|
||||||
|
/libreport-2.12.0.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.11.3
|
Version: 2.12.0
|
||||||
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
|
||||||
@ -36,7 +36,7 @@ BuildRequires: newt-devel
|
|||||||
BuildRequires: libproxy-devel
|
BuildRequires: libproxy-devel
|
||||||
BuildRequires: satyr-devel >= 0.24
|
BuildRequires: satyr-devel >= 0.24
|
||||||
BuildRequires: glib2-devel >= %{glib_ver}
|
BuildRequires: glib2-devel >= %{glib_ver}
|
||||||
BuildRequires: git
|
BuildRequires: nettle-devel
|
||||||
|
|
||||||
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
%if 0%{?fedora} >= 24 || 0%{?rhel} > 7
|
||||||
# A test case uses zh_CN locale to verify XML event translations
|
# A test case uses zh_CN locale to verify XML event translations
|
||||||
@ -57,6 +57,7 @@ Requires: satyr >= 0.24
|
|||||||
Requires: glib2 >= %{glib_ver}
|
Requires: glib2 >= %{glib_ver}
|
||||||
Requires: xz
|
Requires: xz
|
||||||
Requires: lz4
|
Requires: lz4
|
||||||
|
Requires: nettle
|
||||||
|
|
||||||
# Required for the temporary modularity hack, see below
|
# Required for the temporary modularity hack, see below
|
||||||
%if 0%{?_module_build}
|
%if 0%{?_module_build}
|
||||||
@ -309,12 +310,7 @@ data over ftp/scp...
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
# http://www.rpm.org/wiki/PackagerDocs/Autosetup
|
%setup -q
|
||||||
# Default '__scm_apply_git' is 'git apply && git commit' but this workflow
|
|
||||||
# doesn't allow us to create a new file within a patch, so we have to use
|
|
||||||
# 'git am' (see /usr/lib/rpm/macros for more details)
|
|
||||||
%define __scm_apply_git(qp:m:) %{__git} am
|
|
||||||
%autosetup -S git
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
autoconf
|
autoconf
|
||||||
@ -749,6 +745,18 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Feb 06 2020 Michal Fabik <mfabik@redhat.com> 2.12.0-1
|
||||||
|
- ureport: Allow printf-like data attaching
|
||||||
|
- plugins: reporter-rhtsupport: Avoid runtime warning
|
||||||
|
- Update translations
|
||||||
|
- lib: Don't include Nettle in a public interface
|
||||||
|
- ureport: Drop HTTP header table
|
||||||
|
- glib_support: Use g_strsplit
|
||||||
|
- glib_support: Drop type initialization
|
||||||
|
- client-python: Drop yumdebuginfo
|
||||||
|
- lib: Use Nettle for computing SHA-1 digests
|
||||||
|
- Move augeas lenses to new subdirectory
|
||||||
|
|
||||||
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.3-2
|
* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.11.3-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (libreport-2.11.3.tar.gz) = 0dc78c77a94ded2d1be646b0f9481765bf10a865ab28f2a226483f8bc5e43fce20f3612332fdc9cee5adb9f8d9c89b59e9d388e9c60425b9ff5f83c9a50132a1
|
SHA512 (libreport-2.12.0.tar.gz) = e79163db3807c695aba636474441502c5d4f8c38bb6582d133179c324bc66451b89c2d9c7b60d5686bd85db64e6d6193815b07f0a364c23d98f8d1594a5e658f
|
||||||
|
Loading…
Reference in New Issue
Block a user