!2 升级到1.28

From: @json-book 
Reviewed-by: @cherry530, @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-03-06 06:40:29 +00:00 committed by Gitee
commit f5efaaefd8
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
4 changed files with 6 additions and 16 deletions

Binary file not shown.

BIN
genders-1-28-1.tar.gz Normal file

Binary file not shown.

View File

@ -1,11 +0,0 @@
--- a/src/extensions/java/gov/llnl/lc/chaos/Genders.java 2015-05-02 08:35:02.925419354 -0700
+++ b/src/extensions/java/gov/llnl/lc/chaos/Genders.java 2015-05-02 08:35:11.748177491 -0700
@@ -167,7 +167,7 @@
/**
* Returns nodes specified via the specified query. Signify union
- * with '||', intersection with '&&', * difference with '--', and
+ * with '||', intersection with '&&', * difference with '--', and
* complement with '~'. Operations are performed left to
* right. Parentheses can be used to change the order of
* operations.

View File

@ -1,6 +1,6 @@
%global majorver 1
%global minorver 27
%global patchver 2
%global minorver 28
%global patchver 1
Name: genders
Version: %{majorver}.%{minorver}.%{patchver}
Release: 1
@ -9,7 +9,6 @@ License: GPLv2
URL: https://github.com/chaos/genders
Source: https://github.com/chaos/genders/archive/genders-%{majorver}-%{minorver}-%{patchver}.tar.gz
Patch0: %{name}-1.18-shebang.patch
Patch1: %{name}-1.22-javadoc.patch
BuildRequires: gcc-c++ gcc bison flex autoconf
%description
Genders is a static cluster configuration database used for cluster
@ -80,7 +79,6 @@ Genders development headers and libraries for C++.
%prep
%setup -q -n %{name}-%{name}-%{majorver}-%{minorver}-%{patchver}
%patch0 -p1
%patch1 -p1
%build
export CPPFLAGS='-I/usr/lib/jvm/java/include -I/usr/lib/jvm/java/include/linux -I../../../src/libgenders'
@ -158,5 +156,8 @@ mv %{buildroot}/%{_datarootdir}/java/Genders.jar %{buildroot}/%{_jnidir}/
%{_usr}/lib/genders/*
%changelog
* Mon Mar 6 2023 wenchaofan <349464272@qq.com> - 1.28.1-1
- update to 1.28
* Mon Sep 6 2021 wulei <wulei80@huawei.com> - 1.27.2-1
- package init
- package init