update to version 1.14.5

This commit is contained in:
lwg 2023-12-29 11:17:57 +08:00
parent adf7b59a73
commit b5c43dc4ef
3 changed files with 6 additions and 4 deletions

Binary file not shown.

BIN
cairomm-1.14.5.tar.xz Normal file

Binary file not shown.

View File

@ -4,7 +4,7 @@
%global libsigc_version 2.5.1
Name: cairomm
Version: 1.14.4
Version: 1.14.5
Release: 1
Summary: C++ API for the cairo graphics library
License: LGPLv2+
@ -55,7 +55,7 @@ developing %{name} applications.
%meson_install
install -t %{buildroot}%{_docdir}/cairomm-%{apiver} -m 0644 -p \
AUTHORS ChangeLog MAINTAINERS NEWS README.md
ChangeLog NEWS README.md
cp -rp examples %{buildroot}%{_docdir}/cairomm-%{apiver}/
%delete_la
@ -69,7 +69,6 @@ cp -rp examples %{buildroot}%{_docdir}/cairomm-%{apiver}/
%files
%license COPYING
%doc AUTHORS
%{_libdir}/lib*.so.*
%files devel
@ -79,11 +78,14 @@ cp -rp examples %{buildroot}%{_docdir}/cairomm-%{apiver}/
%{_libdir}/pkgconfig/*
%{_libdir}/%{name}-%{apiver}
%files help
%files help
%doc %{_datadir}/doc/%{name}-%{apiver}/
%doc %{_datadir}/devhelp/
%changelog
* Fri Dec 29 2023 Paul Thomas <paulthomas100199@gmail.com> - 1.14.5-1
- update to version 1.14.5
* Thu Sep 07 2023 chenchen <chen_aka_jan@163.com> - 1.14.4-1
- Upgrade to version 1.14.4