Skip to content

Commit

Permalink
New version 1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fabik <[email protected]>
  • Loading branch information
michalfabik committed Aug 25, 2020
1 parent 9f16f61 commit 7ce9b95
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down
12 changes: 10 additions & 2 deletions package/abrt-java-connector.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -103,6 +103,14 @@ make test || {


%changelog
* Tue Aug 25 2020 Michal Fabik <[email protected]> - 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 <[email protected]> - 1.1.5-1
- Add namespace to libreport function and global names

Expand Down

0 comments on commit 7ce9b95

Please sign in to comment.