Accepting request 1005253 from GNOME:Factory
OBS-URL: https://build.opensuse.org/request/show/1005253 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pangomm1_4?expand=0&rev=10
This commit is contained in:
commit
31d062a510
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:57442ab4dc043877bfe3839915731ab2d693fc6634a71614422fb530c9eaa6f4
|
||||
size 674892
|
BIN
pangomm-2.46.3.tar.xz
(Stored with Git LFS)
Normal file
BIN
pangomm-2.46.3.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 21 15:02:55 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 2.46.3:
|
||||
+ Context::get_font_map(): Fix reference count.
|
||||
+ Build:
|
||||
- Require Meson >= 0.55.0
|
||||
- Meson build:
|
||||
. Specify 'check' option in run_command(). Will be necessary
|
||||
with future versions of Meson.
|
||||
. Check if Perl is required for building documentation.
|
||||
. Avoid unnecessary configuration warnings.
|
||||
. Re-organize warning-related compiler flags for MSVC.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 13 15:43:10 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pangomm1_4
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -21,7 +21,7 @@
|
||||
%define _name pangomm
|
||||
|
||||
Name: pangomm1_4
|
||||
Version: 2.46.2
|
||||
Version: 2.46.3
|
||||
Release: 0
|
||||
Summary: C++ interface for pango
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||
@ -35,7 +35,7 @@ BuildRequires: c++_compiler
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: meson
|
||||
BuildRequires: meson >= 0.55.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: xsltproc
|
||||
BuildRequires: pkgconfig(cairomm-1.0) >= 1.2.2
|
||||
@ -79,7 +79,7 @@ chmod -x NEWS
|
||||
|
||||
%files -n libpangomm%{so_ver}
|
||||
%license COPYING
|
||||
%doc AUTHORS NEWS README
|
||||
%doc AUTHORS NEWS README.md
|
||||
%{_libdir}/*.so.*
|
||||
|
||||
%files devel
|
||||
|
Loading…
Reference in New Issue
Block a user