[packit] 1.1.5 upstream release

Upstream tag: 1.1.5
Upstream commit: fdbb5129

Signed-off-by: Michal Fabik <mfabik@redhat.com>
This commit is contained in:
Michal Fabik 2020-05-13 13:48:00 +02:00
commit 2bcb99ba47
4 changed files with 17 additions and 4 deletions

View file

@ -1,7 +1,8 @@
%global snapshot 0
%global commit bef7e39ce5fdc4a8a620d56be186d4463ed761a8
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: abrt-java-connector
Name: 1.1.5java-connector
Version: 1.1.5
Release: 1%{?dist}
Summary: JNI Agent library converting Java exceptions to ABRT problems
@ -9,7 +10,11 @@ Summary: JNI Agent library converting Java exceptions to ABRT problems
Group: System Environment/Libraries
License: GPLv2+
URL: https://github.com/abrt/abrt-java-connector
Source0: https://github.com/abrt/%{name}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
%if 0%{?snapshot}
Source0: %{url}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
%else
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
%endif
BuildRequires: pkgconfig(abrt) >= 2.14.1
BuildRequires: check-devel
@ -42,7 +47,11 @@ This package contains only minimal set of files needed for container exception
logging.
%prep
%if 0%{?snapshot}
%autosetup -n %{name}-%{commit}
%else
%autosetup
%endif
%build
@ -93,6 +102,9 @@ make test || {
%changelog
* Wed May 13 2020 Michal Fabik <mfabik@redhat.com> - 1.1.5-1
- new upstream release: 1.1.5
* Tue May 12 2020 Packit Service <user-cont-team+packit-service@redhat.com> - 1.1.5-1
- new upstream release: 1.1.5