[packit] 1.2.0 upstream release
Upstream tag: 1.2.0 Upstream commit: 7ce9b959 Signed-off-by: Packit Service <packit@packit-worker-1.packit-worker.packit-prod.svc.cluster.local>
This commit is contained in:
parent
b2bd3517e7
commit
76880d0c39
4 changed files with 13 additions and 18 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -17,3 +17,4 @@
|
|||
/abrt-java-connector-1.1.5-bef7e39.tar.gz
|
||||
/1.1.5java-connector-1.1.5.tar.gz
|
||||
/abrt-java-connector-1.1.5.tar.gz
|
||||
/abrt-java-connector-1.2.0.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 0.10.1.
|
||||
The file was generated using packit 0.15.1.dev2+g9e55e2c.
|
||||
|
|
|
|||
|
|
@ -3,8 +3,8 @@
|
|||
%global shortcommit %(c=%{commit}; echo ${c:0:7})
|
||||
|
||||
Name: abrt-java-connector
|
||||
Version: 1.1.5
|
||||
Release: 9%{?dist}
|
||||
Version: 1.2.0
|
||||
Release: 1%{?dist}
|
||||
Summary: JNI Agent library converting Java exceptions to ABRT problems
|
||||
|
||||
Group: System Environment/Libraries
|
||||
|
|
@ -16,24 +16,15 @@ Source0: %{url}/archive/%{commit}/%{name}-%{version}-%{shortcommit}.tar.gz
|
|||
Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
%endif
|
||||
|
||||
Patch0001: 0001-Adapt-to-different-exception-messages-in-Java-11.patch
|
||||
Patch0002: 0002-Drop-unused-test-output-files.patch
|
||||
Patch0003: 0003-Add-indices-to-out-of-bounds-exception-output-files.patch
|
||||
Patch0004: 0004-test-bad_class-Adapt-output-to-Java-11.patch
|
||||
Patch0005: 0005-Adapt-more-test-ouput-to-Java-11.patch
|
||||
Patch0006: 0006-test-RemoteTest-Don-t-call-URLClassLoader.addURL.patch
|
||||
Patch0007: 0007-test-output-run_remote_thread-Adjust-thread-indices.patch
|
||||
Patch0008: 0008-test-Replace-search-paths-in-exceptions.patch
|
||||
|
||||
BuildRequires: pkgconfig(abrt) >= 2.14.1
|
||||
BuildRequires: check-devel
|
||||
BuildRequires: cmake
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: gettext
|
||||
BuildRequires: git-core
|
||||
BuildRequires: java-devel >= 11
|
||||
BuildRequires: pkgconfig(libreport) >= 2.13.0
|
||||
# Tests have been redone to work under Java 11, but they are not backwards-compatible.
|
||||
BuildRequires: java-11-devel
|
||||
BuildRequires: pkgconfig(libreport) >= 2.14.0
|
||||
BuildRequires: rpm-devel
|
||||
BuildRequires: satyr-devel
|
||||
BuildRequires: systemd-devel
|
||||
|
|
@ -58,9 +49,9 @@ logging.
|
|||
|
||||
%prep
|
||||
%if 0%{?snapshot}
|
||||
%autosetup -n %{name}-%{commit} -S git
|
||||
%autosetup -n %{name}-%{commit}
|
||||
%else
|
||||
%autosetup -S git
|
||||
%autosetup
|
||||
%endif
|
||||
|
||||
|
||||
|
|
@ -112,6 +103,9 @@ make test || {
|
|||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 26 2020 rebase-helper <rebase-helper@localhost.local> - 1.2.0-1
|
||||
- new upstream release: 1.2.0
|
||||
|
||||
* Tue Aug 25 2020 - Ernestas Kulik <ekulik@redhat.com> - 1.1.5-9
|
||||
- Rebuild against new libreport
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (abrt-java-connector-1.1.5.tar.gz) = eacb54b4ead66e587d3e3c3affad84efc398532aa865188a86d3668f473270906924ded764e40f3c442f673a7dd1aa7a22d4253dee75b0afad5f4ab0913d2497
|
||||
SHA512 (abrt-java-connector-1.2.0.tar.gz) = 56f7cd8c4c38a5a5a97a04eeb55eabaae597613d60926163d4aeab02e32f5301bf42cba649c5ba74b060891d161f22851b5e48c1ee161ab3c9e944285b23659e
|
||||
|
|
|
|||
Reference in a new issue