Sync from SUSE:SLFO:Main jurand revision 7cf3d08707f34a5b0872604a4e45f650

This commit is contained in:
Adrian Schröter 2025-02-25 19:29:26 +01:00
parent 233f4b9880
commit 5566bcfd48
4 changed files with 17 additions and 5 deletions

BIN
jurand-1.3.2.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
jurand-1.3.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Sep 9 13:07:10 UTC 2024 - Fridrich Strba <fstrba@suse.com>
- Upgrade to version 1.3.3
* Changes:
+ Add suffix to manpage source files
+ Fix install script
+ Rename size to content_size
+ Fix use after free bug
+ Update GH Action checkout to v4
+ Add tests for package-info.java
-------------------------------------------------------------------
Wed Apr 10 06:01:59 UTC 2024 - Fridrich Strba <fstrba@suse.com>

View File

@ -22,7 +22,7 @@
%define with_gcc 11
%endif
Name: jurand
Version: 1.3.2
Version: 1.3.3
Release: 0
Summary: A tool for manipulating Java symbols
License: Apache-2.0
@ -30,11 +30,11 @@ Group: Development/Languages/Java
URL: https://github.com/fedora-java/jurand
Source0: https://github.com/fedora-java/jurand/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
Patch0: jurand-cxx20.patch
BuildRequires: %{rb_default_ruby_suffix}-rubygem-asciidoctor
BuildRequires: diffutils
BuildRequires: gcc%{?with_gcc}-c++
BuildRequires: make
BuildRequires: xmlto
BuildRequires: rubygem(asciidoctor)
%description
The tool can be used for patching .java sources in cases where using sed is