Update to 1.8.2
- Fix parallel builds by switching from absolute to relative paths (Resolves: https://savannah.nongnu.org/bugs/index.php?61377) - enable parallel builds in the spec file
This commit is contained in:
parent
9584f253e1
commit
cd5305a956
1
.gitignore
vendored
1
.gitignore
vendored
@ -6,3 +6,4 @@ m17n-lib-1.6.1.tar.gz
|
||||
/m17n-lib-1.8.0RC.tar.gz
|
||||
/m17n-lib-1.8.0.tar.gz
|
||||
/m17n-lib-1.8.1.tar.gz
|
||||
/m17n-lib-1.8.2.tar.gz
|
||||
|
@ -6,8 +6,8 @@
|
||||
%endif
|
||||
|
||||
Name: m17n-lib
|
||||
Version: 1.8.1
|
||||
Release: 11%{?dist}
|
||||
Version: 1.8.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Multilingual text library
|
||||
|
||||
License: LGPL-2.1-or-later
|
||||
@ -75,8 +75,7 @@ Tools to test M17n GUI widget library.
|
||||
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
||||
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
||||
|
||||
# parallel make usage with make command fails build on koji
|
||||
make
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
make install DESTDIR=%{buildroot} INSTALL="install -p"
|
||||
@ -126,7 +125,12 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
|
||||
%{_libdir}/libm17n-gui.so.*
|
||||
|
||||
%changelog
|
||||
* Fri May 05 2023 Mike FABIAN <mfabian@redhat.com> - 1.8.1-1
|
||||
* Tue May 09 2023 Mike FABIAN <mfabian@redhat.com> - 1.8.2-1
|
||||
- Update to 1.8.2
|
||||
- Fix parallel builds by switching from absolute to relative paths
|
||||
(Resolves: https://savannah.nongnu.org/bugs/index.php?61377)
|
||||
- enable parallel builds in the spec file
|
||||
|
||||
- Update to 1.8.1
|
||||
- Remove m17n-lib-c99.patch (included upstream)
|
||||
- Remove Fix-segmentation-fault-when-using-ibus-m17n-with-vi-telex-in-gedit-in-wayland.patch
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (m17n-lib-1.8.1.tar.gz) = d8b97c0145ac9056b962c4ef6204bd9f1766487393def8b31d984199003ba984eb1312b84e2c74261cafee493c370c1676e79dbd850a77bbfb3392f4cd9db437
|
||||
SHA512 (m17n-lib-1.8.2.tar.gz) = 715aae4ba64399021c5f29ae35af0ce872eaee23cd70a94726692e6cf9e591e9e6195cce305ad58c12aab756beb257113150e2adfb1e203b91ef3a06ac3424d0
|
||||
|
Loading…
Reference in New Issue
Block a user