automatic version update by autodist [release 6.1-1mamba;Tue Mar 05 2024]

This commit is contained in:
Automatic Build System 2024-03-05 21:40:44 +01:00
parent 991705b6ae
commit e4e6ef728e

View File

@ -1,6 +1,6 @@
%define gitver %(echo %version | tr . _)
Name: libunibreak
Version: 6.0
Version: 6.1
Release: 1mamba
Summary: An implementation of the line breaking and word breaking algorithms
Group: System/Libraries
@ -48,18 +48,12 @@ This package contains libraries and header files for developing applications tha
%files
%defattr(-,root,root)
%{_libdir}/libunibreak.so.*
%doc AUTHORS LICENCE
%files devel
%defattr(-,root,root)
%{_includedir}/graphemebreak.h
%{_includedir}/linebreak.h
%{_includedir}/linebreakdef.h
%{_includedir}/unibreakbase.h
%{_includedir}/unibreakdef.h
%{_includedir}/wordbreak.h
%{_includedir}/*.h
%{_libdir}/liblinebreak.a
%{_libdir}/libunibreak.a
%{_libdir}/libunibreak.so
@ -67,6 +61,9 @@ This package contains libraries and header files for developing applications tha
%doc NEWS README.md
%changelog
* Tue Mar 05 2024 Automatic Build System <autodist@openmamba.org> 6.1-1mamba
- automatic version update by autodist
* Tue Feb 27 2024 Automatic Build System <autodist@openmamba.org> 6.0-1mamba
- automatic version update by autodist