[packit] 1.3.0 upstream release

Upstream tag: 1.3.0
Upstream commit: 53f5a356

Signed-off-by: Packit Service <user-cont-team+packit-service@redhat.com>
This commit is contained in:
Packit Service 2022-01-17 19:29:33 +00:00
commit 26baeef1de
5 changed files with 27 additions and 27 deletions

View file

@ -1,20 +1,12 @@
%global snapshot 0
%global commit bef7e39ce5fdc4a8a620d56be186d4463ed761a8
%global shortcommit %(c=%{commit}; echo ${c:0:7})
Name: abrt-java-connector
Version: 1.2.0
Release: 6%{?dist}
Version: 1.3.0
Release: 1%{?dist}
Summary: JNI Agent library converting Java exceptions to ABRT problems
Group: System Environment/Libraries
License: GPLv2+
URL: https://github.com/abrt/abrt-java-connector
%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
@ -24,11 +16,11 @@ 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: make
BuildRequires: pkgconfig(libreport) >= 2.14.0
BuildRequires: rpm-devel
BuildRequires: satyr-devel
BuildRequires: systemd-devel
BuildRequires: make
Requires: abrt
@ -49,11 +41,7 @@ This package contains only minimal set of files needed for container exception
logging.
%prep
%if 0%{?snapshot}
%autosetup -n %{name}-%{commit}
%else
%autosetup
%endif
%autosetup -n %{name}-%{version}
%build
@ -61,9 +49,14 @@ logging.
%cmake_build
%check
%ctest
%install
%cmake_install
%files
%doc README AUTHORS
%license LICENSE
@ -96,14 +89,20 @@ logging.
%{_prefix}/lib/abrt-java-connector
%check
make test || {
cat Testing/Temporary/LastTest.log
exit 1
}
%changelog
* Mon Jan 17 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 1.3.0-1
- New version 1.3.0 (Matěj Grabovský)
- Document builddebug make target (Michal Fabik)
- README: Document test_unpackaged behaviour (Michal Fabik)
- test: Reorder tests (Michal Fabik)
- Fix grammar (Michal Fabik)
- tests: Accept all causes for UnknownHostException (Michal Fabik)
- Simplify spec, tweak tarball and (s)rpm versioning (Michal Fabik)
- CMakeLists: Bump required libreport ver to 2.14.0 (Michal Fabik)
- spec: Fix command line for %check (Matěj Grabovský)
- test: Fix expected test output (Matěj Grabovský)
- BR make (Miroslav Suchý)
* Sat Mar 20 2021 Peter Robinson <pbrobinson@fedoraproject.org> - 1.2.0-5
- Bump for upgrade path from F-33