!13 update version to 1.1

From: @fly_fzc 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-11-04 12:33:03 +00:00 committed by Gitee
commit c8aea3c626
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 12 additions and 3 deletions

Binary file not shown.

BIN
libunistring-1.1.tar.xz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: libunistring
Version: 0.9.10
Release: 9
Version: 1.1
Release: 1
Summary: GNU Unicode string library
License: GPLV2+ or LGPLv3+
URL: http://www.gnu.org/software/libunistring/
@ -35,6 +35,7 @@ This package is the development files for GUN Unicode string library.
rm -f %{buildroot}%{_libdir}/%{name}.la
rm -f %{buildroot}%{_infodir}/dir
mv %{buildroot}%{_datadir}/doc/%{name} tmp_doc
cp -p %{_libdir}/%{name}.so.2 %{buildroot}%{_libdir}
%check
make check
@ -45,7 +46,9 @@ make check
%defattr(-,root,root)
%doc THANKS AUTHORS
%license COPYING*
%{_libdir}/%{name}.so.*
%{_libdir}/%{name}.so.5
%{_libdir}/%{name}.so.5.0.0
%{_libdir}/%{name}.so.2
%files devel
%defattr(-,root,root)
@ -59,6 +62,12 @@ make check
%doc README DEPENDENCIES
%changelog
* Fri Nov 04 2022 fuanan <fuanan3@h-partners.com> - 1.1-1
- Type:enhancement
- ID:NA
- SUG:NA
- DESC:update version to 1.1
* Tue Oct 25 2022 zhangruifang <zhangruifang1@h-partners.com> - 0.9.10-9
- Rebuild for next release