Upgrade to version 1.08

This commit is contained in:
chen-jan 2023-09-21 18:31:29 +08:00
parent d33ff2c6d3
commit 63c8bc420d
3 changed files with 7 additions and 5 deletions

BIN
1.08.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,10 @@
%global githash 25f63a4a5a98a4bc82bb0e155cdf4d28e0c9e8a7
Name: curvesapi Name: curvesapi
Version: 1.04 Version: 1.08
Release: 2 Release: 1
Summary: Java implementation of various mathematical curves Summary: Java implementation of various mathematical curves
License: BSD License: BSD
URL: https://github.com/virtuald/curvesapi URL: https://github.com/virtuald/curvesapi
Source0: https://github.com/virtuald/curvesapi/archive/%{githash}/%{name}-%{version}.tar.gz Source0: https://github.com/virtuald/curvesapi/archive/refs/tags/1.08.tar.gz
BuildRequires: maven-local mvn(junit:junit) BuildRequires: maven-local mvn(junit:junit)
BuildArch: noarch BuildArch: noarch
@ -22,7 +21,7 @@ Summary: Javadoc for %{name}
This package contains javadoc for %{name}. This package contains javadoc for %{name}.
%prep %prep
%setup -q -n %{name}-%{githash} %setup -q -n %{name}-%{version}
for file in r*.txt demo/*.java for file in r*.txt demo/*.java
do do
sed -i.orig 's|\r||g' $file sed -i.orig 's|\r||g' $file
@ -45,6 +44,9 @@ done
%license license.txt %license license.txt
%changelog %changelog
* Thu Sep 21 2023 chenchen <chen_aka_jan@163.com> - 1.08-1
- Upgrade to version 1.08
* Fri Nov 11 2022 caodongxia <caodongxia@h-partners.com> - 1.04-2 * Fri Nov 11 2022 caodongxia <caodongxia@h-partners.com> - 1.04-2
- Modify invalid source0 - Modify invalid source0