!4 Remove the release suffix

Merge pull request !4 from 江新宇/master
This commit is contained in:
openeuler-ci-bot 2021-12-15 11:21:40 +00:00 committed by Gitee
commit 938da6b57f

View File

@ -2,7 +2,7 @@
%global _newlib newlib
Name: newlib
Version: 3.3.0
Release: 1%{?dist}
Release: 2
Summary: Newlib is a C library intended for use on embedded systems.
License: BSD
@ -13,7 +13,9 @@ BuildRequires: make gcc binutils texinfo texinfo-tex
%description
Newlib is a C library intended for use on embedded systems. It is a conglomeration of several library parts, all under free software licenses that make them easily usable on embedded products.
Newlib is a C library intended for use on embedded systems. It is a conglomeration
of several library parts, all under free software licenses that make them easily
usable on embedded products.
%prep
@ -52,5 +54,8 @@ cd ..
%changelog
* Wed Dec 15 2021 jiangxinyu <jiangxinyu@kylinos.cn> - 3.3.0-2
- Remove the release suffix
* Sat Sep 25 2021 Lijinpei <lijinpei@huawei.com>
- Package init