diff --git a/jurand-1.3.2.tar.gz b/jurand-1.3.2.tar.gz deleted file mode 100644 index acb5245..0000000 --- a/jurand-1.3.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:05c1fa356e2ad4247265ac77e6837faf24a6e291742b2c123f248b85a5edd1dc -size 19194 diff --git a/jurand-1.3.3.tar.gz b/jurand-1.3.3.tar.gz new file mode 100644 index 0000000..581daae --- /dev/null +++ b/jurand-1.3.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cfcd88b2c173b898c32ee9bbcc3db6c5831518977dcb546a142e6cf1c0b875e +size 19337 diff --git a/jurand.changes b/jurand.changes index 296542b..181c782 100644 --- a/jurand.changes +++ b/jurand.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Sep 9 13:07:10 UTC 2024 - Fridrich Strba + +- 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 diff --git a/jurand.spec b/jurand.spec index 1285347..540dce0 100644 --- a/jurand.spec +++ b/jurand.spec @@ -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