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.0.tar.gz
|
||||||
/jurand-1.3.1.tar.gz
|
/jurand-1.3.1.tar.gz
|
||||||
/jurand-1.3.2.tar.gz
|
/jurand-1.3.2.tar.gz
|
||||||
|
/jurand-1.3.3.tar.gz
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
--- !Policy
|
--- !Policy
|
||||||
product_versions:
|
product_versions:
|
||||||
- rhel-10
|
- rhel-9
|
||||||
decision_contexts:
|
decision_contexts:
|
||||||
- osci_compose_gate
|
- osci_compose_gate
|
||||||
rules:
|
rules:
|
||||||
|
23
jurand.spec
23
jurand.spec
@ -1,27 +1,24 @@
|
|||||||
Name: jurand
|
Name: jurand
|
||||||
Version: 1.3.2
|
Version: 1.3.3
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: A tool for manipulating Java symbols
|
Summary: A tool for manipulating Java symbols
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
URL: https://github.com/fedora-java/jurand
|
URL: https://github.com/fedora-java/jurand
|
||||||
|
|
||||||
Source0: https://github.com/fedora-java/jurand/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source0: https://github.com/fedora-java/jurand/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
|
||||||
|
|
||||||
BuildRequires: diffutils
|
BuildRequires: diffutils
|
||||||
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: rubygem-asciidoctor
|
BuildRequires: rubygem-asciidoctor
|
||||||
|
|
||||||
Obsoletes: javapackages-extra < 6.2.0
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
The tool can be used for patching .java sources in cases where using sed is
|
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
|
insufficient due to Java language syntax. The tool follows Java language rules
|
||||||
rather than applying simple regular expressions on the source code.
|
rather than applying simple regular expressions on the source code.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{make_build} test-compile manpages
|
%{make_build} test-compile manpages
|
||||||
@ -44,12 +41,14 @@ make test
|
|||||||
%doc README.adoc
|
%doc README.adoc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.3.2-5
|
* Wed Sep 04 2024 Mikolaj Izdebski <mizdebsk@redhat.com> - 1.3.3-4
|
||||||
- Bump release for October 2024 mass rebuild:
|
- Drop unneeded obsoletes
|
||||||
Resolves: RHEL-64018
|
|
||||||
|
|
||||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.3.2-4
|
* Tue Aug 20 2024 Marian Koncek <mkoncek@redhat.com> - 1.3.3-1
|
||||||
- Bump release for June 2024 mass rebuild
|
- 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
|
* Wed Jan 24 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.2-3
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- 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