Accepting request 922018 from GNOME:Next
Update to 2.46.1 - build succeeds in GNOME:Factory (fails with new pango in :Next) OBS-URL: https://build.opensuse.org/request/show/922018 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/pangomm1_4?expand=0&rev=14
This commit is contained in:
parent
4e2f176c84
commit
46f7f2407e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d3787d04d6198b606f3efa357b3b452a7140e2a7dee56f9f9ce516d7d5fcec1b
|
||||
size 672008
|
3
pangomm-2.46.1.tar.xz
Normal file
3
pangomm-2.46.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c885013fe61a4c5117fda395770d507563411c63e49f4a3aced4c9efe34d9975
|
||||
size 672952
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 28 14:22:14 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 2.46.1:
|
||||
+ Meson build:
|
||||
- Make it possible to use pangomm as a subproject.
|
||||
- No implicit_include_directories.
|
||||
- Use relative paths to untracked/.
|
||||
+ pangommconfig.h.*: Don't dllimport on MinGW.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 27 13:58:48 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
@ -28,7 +38,6 @@ Fri Dec 18 19:00:24 UTC 2020 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
- Meson build: Set default value of the 'warnings' option to
|
||||
'min'
|
||||
- Improve NMake support
|
||||
-
|
||||
- Improve Visual Studio support
|
||||
- docs/reference/: Update for Doxygen >= 1.8.16
|
||||
- Meson build: Fix versioning on macOS
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define _name pangomm
|
||||
|
||||
Name: pangomm1_4
|
||||
Version: 2.46.0
|
||||
Version: 2.46.1
|
||||
Release: 0
|
||||
Summary: C++ interface for pango
|
||||
License: GPL-2.0-or-later AND LGPL-2.0-or-later
|
||||
@ -68,6 +68,7 @@ pangomm provides a C++ interface to the pango library.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n %{_name}-%{version}
|
||||
chmod -x NEWS
|
||||
|
||||
%build
|
||||
%meson \
|
||||
|
Loading…
x
Reference in New Issue
Block a user