Accepting request 1175740 from GNOME:Factory
- 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). (forwarded request 1175735 from dimstar) OBS-URL: https://build.opensuse.org/request/show/1175740 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pangomm1_4?expand=0&rev=12
This commit is contained in:
commit
a534409a6a
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.
3
pangomm-2.46.4.tar.xz
Normal file
3
pangomm-2.46.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b92016661526424de4b9377f1512f59781f41fb16c9c0267d6133ba1cd68db22
|
||||||
|
size 695088
|
@ -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>
|
Mon Dec 19 08:43:21 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package pangomm1_4
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -20,7 +20,7 @@
|
|||||||
%define _name pangomm
|
%define _name pangomm
|
||||||
|
|
||||||
Name: pangomm1_4
|
Name: pangomm1_4
|
||||||
Version: 2.46.3
|
Version: 2.46.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C++ interface for pango
|
Summary: C++ interface for pango
|
||||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||||
@ -72,12 +72,15 @@ chmod -x NEWS
|
|||||||
%meson_install
|
%meson_install
|
||||||
%fdupes %{buildroot}/%{prefix}
|
%fdupes %{buildroot}/%{prefix}
|
||||||
|
|
||||||
|
%check
|
||||||
|
%meson_test
|
||||||
|
|
||||||
%post -n libpangomm%{so_ver} -p /sbin/ldconfig
|
%post -n libpangomm%{so_ver} -p /sbin/ldconfig
|
||||||
%postun -n libpangomm%{so_ver} -p /sbin/ldconfig
|
%postun -n libpangomm%{so_ver} -p /sbin/ldconfig
|
||||||
|
|
||||||
%files -n libpangomm%{so_ver}
|
%files -n libpangomm%{so_ver}
|
||||||
%license COPYING
|
%license COPYING
|
||||||
%doc AUTHORS NEWS README.md
|
%doc NEWS README.md
|
||||||
%{_libdir}/*.so.*
|
%{_libdir}/*.so.*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
|
Loading…
Reference in New Issue
Block a user