Sync from SUSE:SLFO:Main pangomm1_4 revision 752d820e4c528e128ac70bc349ab61cc
This commit is contained in:
parent
5450144758
commit
81f7561346
BIN
pangomm-2.46.3.tar.xz
(Stored with Git LFS)
BIN
pangomm-2.46.3.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
pangomm-2.46.4.tar.xz
(Stored with Git LFS)
Normal file
BIN
pangomm-2.46.4.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 09:58:50 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.46.4:
|
||||
+ Coverage: Don't use deprecated pango_coverage_ref/unref()
|
||||
+ Documentation:
|
||||
- Doxyfile.in: Don't hide undocumented classes
|
||||
- Remove AUTHORS, HACKING, README.SUN; add general info to
|
||||
README.md.
|
||||
+ Meson build:
|
||||
- Detect if we build from a git subtree
|
||||
- Don't copy files with configure_file()
|
||||
- Fix the evaluation of is_git_build on Windows
|
||||
- Don't fail if warning_level=everything
|
||||
- Enable check section: run meson test (no tests defined as of
|
||||
now).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 19 08:43:21 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pangomm1_4
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -20,7 +20,7 @@
|
||||
%define _name pangomm
|
||||
|
||||
Name: pangomm1_4
|
||||
Version: 2.46.3
|
||||
Version: 2.46.4
|
||||
Release: 0
|
||||
Summary: C++ interface for pango
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||
@ -72,12 +72,15 @@ chmod -x NEWS
|
||||
%meson_install
|
||||
%fdupes %{buildroot}/%{prefix}
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
|
||||
%post -n libpangomm%{so_ver} -p /sbin/ldconfig
|
||||
%postun -n libpangomm%{so_ver} -p /sbin/ldconfig
|
||||
|
||||
%files -n libpangomm%{so_ver}
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README.md
|
||||
%doc NEWS README.md
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user