libadwaita/0060-Release-1.6.10.patch
Christian Hergert 5e983bdc10
Backport patches up to 1.6.10
We can't use the upstream tarballs after 1.6.2 because they stopped pre-
generating CSS and we do not allow the sassc in the buildroot. Therefore,
we will continue to miss out on CSS changes which require re-generation.

This continues the effort to backport patches that do not effect CSS by
applying them ontop of the CSS that is already there pre-generated in
1.6.2.

Resolves: RHEL-122610
2025-11-12 11:52:41 -08:00

34 lines
986 B
Diff

From e35abc606ab4c7c04965cd82cec7c1eebd134e7c Mon Sep 17 00:00:00 2001
From: Alice Mikhaylenko <alicem@gnome.org>
Date: Fri, 12 Sep 2025 23:37:56 +0400
Subject: [PATCH 18/18] Release 1.6.10
---
NEWS | 17 +++++++++++++++++
meson.build | 4 ++--
2 files changed, 19 insertions(+), 2 deletions(-)
diff --git a/meson.build b/meson.build
index ab6bf2a7..f135d17b 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('libadwaita', 'c',
- version: '1.6.9',
+ version: '1.6.10',
license: 'LGPL-2.1-or-later',
meson_version: '>= 0.59.0',
default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
@@ -29,7 +29,7 @@ package_api_name = '@0@-@1@'.format(meson.project_name(), apiversion)
# to 0. When bumping the second version, set the third one to zero.
#
# A lot easier than libtool, right?
-libversion = '0.6.9'
+libversion = '0.6.10'
# The so major version of the library
soversion = 0
--
2.51.1