forked from pool/jurand
Compare commits
7 Commits
21fd5bd9bf
...
b9a932a68a
Author | SHA256 | Date | |
---|---|---|---|
b9a932a68a | |||
31d2cf3941 | |||
b772a293b5 | |||
1f594a6033 | |||
7c1a81a40a | |||
5c2e861ce4 | |||
10dab3f7e6 |
BIN
jurand-1.3.2.tar.gz
(Stored with Git LFS)
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
BIN
jurand-1.3.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user