Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade:Libotf to version 0.9.16 #11168

Open
wants to merge 1 commit into
base: 3.0-dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS-EXTENDED/libotf/libotf.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"libotf-0.9.13.tar.gz": "7bc466ba50425f95b52de12b4ad35320acefcef13ce67bf33edc14abdcfe6908"
"libotf-0.9.16.tar.gz": "68db0ca3cda2d46a663a92ec26e6eb5adc392ea5191bcda74268f0aefa78066b"
}
}
15 changes: 9 additions & 6 deletions SPECS-EXTENDED/libotf/libotf.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: libotf
Version: 0.9.13
Release: 16%{?dist}
Version: 0.9.16
Release: 1%{?dist}
Summary: A Library for handling OpenType Font

License: LGPLv2+
License: LGPL-2.1-or-later
URL: http://www.nongnu.org/m17n/
Source0: http://download.savannah.gnu.org/releases/m17n/%{name}-%{version}.tar.gz

Expand Down Expand Up @@ -45,17 +45,17 @@ make %{?_smp_mflags}
%install
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
for file in $RPM_BUILD_ROOT/usr/bin/*; do chrpath -d $file || true; done
for file in $RPM_BUILD_ROOT%{bindir}/*; do chrpath -d $file || true; done

(cd example && make clean && rm -rf .deps && rm Makefile)
rm $RPM_BUILD_ROOT/usr/bin/libotf-config
rm $RPM_BUILD_ROOT%{_bindir}/libotf-config

%ldconfig_scriptlets


%files
%doc AUTHORS COPYING README NEWS
%{_libdir}/*.so.*
%{_libdir}/*.so.1{,.*}
%{_bindir}/otfdump
%{_bindir}/otflist
%{_bindir}/otftobdf
Expand All @@ -67,6 +67,9 @@ rm $RPM_BUILD_ROOT/usr/bin/libotf-config
%{_libdir}/pkgconfig/*

%changelog
* Thu Nov 21 2024 Akarsh Chaudhary <[email protected]> - 0.9.16-1
- Upgrade to version 0.9.16

* Thu Mar 25 2021 Henry Li <[email protected]> - 0.9.13-16
- Initial CBL-Mariner import from Fedora 32 (license: MIT).
- Remove libXaw-devel from build requirement
Expand Down
4 changes: 2 additions & 2 deletions cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -10451,8 +10451,8 @@
"type": "other",
"other": {
"name": "libotf",
"version": "0.9.13",
"downloadUrl": "http://download.savannah.gnu.org/releases/m17n/libotf-0.9.13.tar.gz"
"version": "0.9.16",
"downloadUrl": "http://download.savannah.gnu.org/releases/m17n/libotf-0.9.16.tar.gz"
}
}
},
Expand Down