update to version 3.10.0
This commit is contained in:
parent
0d2bdbfdcd
commit
0ae06232e8
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@
|
||||
/liblouis-3.7.0.tar.gz
|
||||
/liblouis-3.8.0.tar.gz
|
||||
/liblouis-3.9.0.tar.gz
|
||||
/liblouis-3.10.0.tar.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
|
||||
|
||||
Name: liblouis
|
||||
Version: 3.9.0
|
||||
Version: 3.10.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Braille translation and back-translation library
|
||||
|
||||
@ -117,7 +117,8 @@ done
|
||||
|
||||
|
||||
%files
|
||||
%doc README COPYING.LESSER AUTHORS NEWS ChangeLog TODO
|
||||
%doc README AUTHORS NEWS ChangeLog TODO
|
||||
%license COPYING.LESSER
|
||||
%{_libdir}/%{name}.so.*
|
||||
%{_datadir}/%{name}/
|
||||
%{_infodir}/%{name}.info*
|
||||
@ -129,7 +130,7 @@ done
|
||||
%{_libdir}/%{name}.so
|
||||
|
||||
%files utils
|
||||
%doc COPYING
|
||||
%license COPYING
|
||||
%{_bindir}/lou_*
|
||||
%{_mandir}/man1/lou_*.1*
|
||||
|
||||
@ -141,6 +142,10 @@ done
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Jun 03 2019 Martin Gieseking <martin.gieseking@uos.de> - 3.10.0-1
|
||||
- Updated to 3.10.0.
|
||||
- Use %%license tag to add the file containing the license text.
|
||||
|
||||
* Mon Mar 04 2019 Martin Gieseking <martin.gieseking@uos.de> - 3.9.0-1
|
||||
- Updated to 3.9.0.
|
||||
- Dropped GCC 9 related patch since changes have been applied upstream.
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (liblouis-3.9.0.tar.gz) = cf0304ad80455c1edcbbdd8c9699228d8ac4fdf63fa2edcde1dbccc16bcf74f13957d70ea65c7fe1a5a15e4e40ee736ab6815390ea43eb6ab11a2efd0d6d50f1
|
||||
SHA512 (liblouis-3.10.0.tar.gz) = 54259978fb043d7710648379adbcf77379c35f1210d5f5bcd8797ab81d2c9d3465c4000969120b672a3814e9c4639070b0ed248acf547ff94c949a1e5039e4cd
|
||||
|
Loading…
Reference in New Issue
Block a user