Compare commits
No commits in common. "c10s" and "stream-javapackages-tools-202501-rhel-9.6.0" have entirely different histories.
c10s
...
stream-jav
1
.gitignore
vendored
1
.gitignore
vendored
@ -4,3 +4,4 @@
|
||||
/jurand-1.3.0.tar.gz
|
||||
/jurand-1.3.1.tar.gz
|
||||
/jurand-1.3.2.tar.gz
|
||||
/jurand-1.3.3.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
--- !Policy
|
||||
product_versions:
|
||||
- rhel-10
|
||||
- rhel-9
|
||||
decision_contexts:
|
||||
- osci_compose_gate
|
||||
rules:
|
||||
|
23
jurand.spec
23
jurand.spec
@ -1,27 +1,24 @@
|
||||
Name: jurand
|
||||
Version: 1.3.2
|
||||
Release: 5%{?dist}
|
||||
Version: 1.3.3
|
||||
Release: 6%{?dist}
|
||||
Summary: A tool for manipulating Java symbols
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/fedora-java/jurand
|
||||
|
||||
Source0: https://github.com/fedora-java/jurand/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc-c++
|
||||
|
||||
BuildRequires: diffutils
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: make
|
||||
BuildRequires: rubygem-asciidoctor
|
||||
|
||||
Obsoletes: javapackages-extra < 6.2.0
|
||||
|
||||
%description
|
||||
The tool can be used for patching .java sources in cases where using sed is
|
||||
insufficient due to Java language syntax. The tool follows Java language rules
|
||||
rather than applying simple regular expressions on the source code.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%{make_build} test-compile manpages
|
||||
@ -44,12 +41,14 @@ make test
|
||||
%doc README.adoc
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.3.2-5
|
||||
- Bump release for October 2024 mass rebuild:
|
||||
Resolves: RHEL-64018
|
||||
* Wed Sep 04 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.3-4
|
||||
- Drop unneeded obsoletes
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.3.2-4
|
||||
- Bump release for June 2024 mass rebuild
|
||||
* Tue Aug 20 2024 Marian Koncek <mkoncek@redhat.com> - 1.3.3-1
|
||||
- Update to upstream version 1.3.3
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (jurand-1.3.2.tar.gz) = 4bd0b8de73391e43c905fc3d63d9373e73ec5b3a1dd64fac746106ace262eb49db007562517d79e6dc2adaff8abb63735ad78889f7d5f1542e1cf597f6b3acf4
|
||||
SHA512 (jurand-1.3.3.tar.gz) = cf3858052864f45d576765bdade175c1b3cfd55331d31a3c46c51143596d370e918e9293fdf45c2e0db6d050a03108e772e6a81c4ced6236cc6b28634c57a344
|
||||
|
Loading…
Reference in New Issue
Block a user