From 7ce9b959714ad6c34a40a7a52d0a66a2e69cb932 Mon Sep 17 00:00:00 2001 From: Michal Fabik Date: Tue, 25 Aug 2020 21:09:16 +0200 Subject: [PATCH] New version 1.2.0 Signed-off-by: Michal Fabik --- CMakeLists.txt | 2 +- package/abrt-java-connector.spec | 12 ++++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3bf1d03..275200d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ cmake_policy(SET CMP0048 NEW) # Beware, PROJECT_VERSION will be overridden by information from git project( abrt-java-connector - VERSION 1.1.5 + VERSION 1.2.0 LANGUAGES C) enable_testing() diff --git a/package/abrt-java-connector.spec b/package/abrt-java-connector.spec index 517a1d6..2f61cfd 100644 --- a/package/abrt-java-connector.spec +++ b/package/abrt-java-connector.spec @@ -3,7 +3,7 @@ %global shortcommit %(c=%{commit}; echo ${c:0:7}) Name: abrt-java-connector -Version: 1.1.5 +Version: 1.2.0 Release: 1%{?dist} Summary: JNI Agent library converting Java exceptions to ABRT problems @@ -24,7 +24,7 @@ BuildRequires: gcc-c++ BuildRequires: gettext # Tests have been redone to work under Java 11, but they are not backwards-compatible. BuildRequires: java-11-devel -BuildRequires: pkgconfig(libreport) >= 2.13.0 +BuildRequires: pkgconfig(libreport) >= 2.14.0 BuildRequires: rpm-devel BuildRequires: satyr-devel BuildRequires: systemd-devel @@ -103,6 +103,14 @@ make test || { %changelog +* Tue Aug 25 2020 Michal Fabik - 1.2.0-1 +- Replace various libreport helper functions with GLib ones +- Require java-11-devel for builds +- Add indices to out-of-bounds exception output files +- Drop unused test output files +- Adapt to different exception messages in Java 11 +- Various minor fixes + * Tue May 05 2020 Michal Fabik - 1.1.5-1 - Add namespace to libreport function and global names