New upstream release 2.9.1
Signed-off-by: Matej Habrnal <mhabrnal@redhat.com>
This commit is contained in:
parent
d539e44114
commit
fb2c7feb70
@ -5,11 +5,11 @@
|
||||
|
||||
Summary: Generic library for reporting various problems
|
||||
Name: libreport
|
||||
Version: 2.9.0
|
||||
Release: 5%{?dist}
|
||||
Version: 2.9.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
URL: https://abrt.readthedocs.org/
|
||||
Source: https://fedorahosted.org/released/abrt/%{name}-%{version}.tar.gz
|
||||
Source: https://github.com/abrt/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: autogen.sh
|
||||
|
||||
# git format-patch %%{Version} -N -M --topo-order
|
||||
@ -31,7 +31,6 @@ BuildRequires: libxml2-devel
|
||||
BuildRequires: libtar-devel
|
||||
BuildRequires: intltool
|
||||
BuildRequires: libtool
|
||||
BuildRequires: nss-devel
|
||||
BuildRequires: texinfo
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: xmlto
|
||||
@ -472,6 +471,7 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
%{_includedir}/libreport/internal_abrt_dbus.h
|
||||
%{_includedir}/libreport/internal_libreport.h
|
||||
%{_includedir}/libreport/xml_parser.h
|
||||
%{_includedir}/libreport/helpers
|
||||
%{_libdir}/libreport.so
|
||||
%{_libdir}/libabrt_dbus.so
|
||||
%{_libdir}/pkgconfig/libreport.pc
|
||||
@ -714,6 +714,26 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 15 2017 Matej Habrnal <mhabrnal@redhat.com> 2.9.1-1
|
||||
- build: do not upload tarball to fedorahosted.org
|
||||
- spec: do not use fedorahosted.org as source
|
||||
- build: fix generating list of dependences in autogen.sh
|
||||
- build: generate new release entries with date
|
||||
- report-newt: free allocated variables, don't close dd twice
|
||||
- build: fix scratch-build target
|
||||
- changelog: reflect the PR
|
||||
- lib: several bug fixes in parsing of mountinfo
|
||||
- lib: correctly recognize chroot in container
|
||||
- lib: declare CONTAINER_ROOTS element name
|
||||
- lib: add more log wrappers for perror
|
||||
- reporter-bugzilla: use /etc/os-release for default url
|
||||
- configure.ac: Remove nss dependency
|
||||
- spec: include testsuite headers in the devel package
|
||||
- tests: include testsuite.h in the dist archive
|
||||
- maint: check pulled .po files for errors
|
||||
- build: fix bug in changelog generating in release target
|
||||
- changelog: fix typos
|
||||
|
||||
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (libreport-2.9.0.tar.gz) = e53ccdf9bad19a48374b14f1b8057cc3e45af05482950b5c4178bec4b0b3ca8165514ddf89b4fde2b5d20d12d31a2167016b94ca3b76de57414dee0078efc47c
|
||||
SHA512 (libreport-2.9.1.tar.gz) = 2cffb44fd8da625a9a0613f91ce3d485fe21b0a1f5932f6d6bfbdb4d41337f95c49f525556596aeef2fc3737015151d43250f287dc624f97469f087ff9213bde
|
||||
|
Loading…
Reference in New Issue
Block a user