public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/libadwaita] rawhide: Update to 1.10.beta
@ 2026-08-03 13:51 Jan Grulich
0 siblings, 0 replies; only message in thread
From: Jan Grulich @ 2026-08-03 13:51 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/libadwaita
Branch : rawhide
Commit : 1d89605045ef14acbd133a0cf21d3bcbc696bba2
Author : Jan Grulich <jgrulich@redhat.com>
Date : 2026-08-03T15:50:57+02:00
Stats : +2/-65 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/libadwaita/c/1d89605045ef14acbd133a0cf21d3bcbc696bba2?branch=rawhide
Log:
Update to 1.10.beta
---
diff --git a/0001-ministream-do-not-install.patch b/0001-ministream-do-not-install.patch
deleted file mode 100644
index b624afe..0000000
--- a/0001-ministream-do-not-install.patch
+++ /dev/null
@@ -1,59 +0,0 @@
-diff --git a/subprojects/ministream/src/meson.build b/subprojects/ministream/src/meson.build
-index 22e9f42..f1141a5 100644
---- a/subprojects/ministream/src/meson.build
-+++ b/subprojects/ministream/src/meson.build
-@@ -32,7 +32,7 @@ ms_lib = library('ministream', ms_src,
- dependencies: [ glib_dep, gobject_dep ],
- version: meson.project_version(),
- soversion: ms_so_ver,
-- install: true
-+ install: not meson.is_subproject()
- )
-
- ms_dep_sources = []
-@@ -46,11 +46,13 @@ if gi_scanner.found()
- dependencies: [ glib_dep, gobject_dep ],
- includes: [ 'GLib-2.0', 'GObject-2.0' ],
- header: 'ministream.h',
-- install: true
-+ install: not meson.is_subproject()
- )
- endif
-
--install_headers(ms_public_headers, subdir: 'ministream')
-+if not meson.is_subproject()
-+ install_headers(ms_public_headers, subdir: 'ministream')
-+endif
-
- ms_cflags = []
- ms_ldflags_int = []
-@@ -69,17 +71,19 @@ ms_dep = declare_dependency(
- sources: ms_dep_sources
- )
-
--import('pkgconfig').generate(
-- name: 'ministream',
-- version: meson.project_version(),
-- filebase: 'ministream',
-- description: 'Small appstream manifest parser',
-- libraries: [ ms_dep ],
-- subdirs: [ 'ministream' ],
-- requires: [ 'glib-2.0', 'gobject-2.0' ]
--)
-+if not meson.is_subproject()
-+ import('pkgconfig').generate(
-+ name: 'ministream',
-+ version: meson.project_version(),
-+ filebase: 'ministream',
-+ description: 'Small appstream manifest parser',
-+ libraries: [ ms_dep ],
-+ subdirs: [ 'ministream' ],
-+ requires: [ 'glib-2.0', 'gobject-2.0' ]
-+ )
-+endif
-
- meson.override_dependency('ministream', declare_dependency(
- dependencies: ms_dep,
-- link_args: ms_ldflags_int
-+ link_args: meson.is_subproject() ? [] : ms_ldflags_int
- ))
diff --git a/libadwaita.spec b/libadwaita.spec
index f5c0bb2..12f1c74 100644
--- a/libadwaita.spec
+++ b/libadwaita.spec
@@ -3,7 +3,7 @@
%global glib_version 2.84.0
Name: libadwaita
-Version: 1.10~alpha.1
+Version: 1.10~beta.1
Release: %autorelease
Summary: Building blocks for modern GNOME applications
@@ -14,10 +14,6 @@ Source0: https://download.gnome.org/sources/%{name}/%{gnome_major_minor_v
%gnome_check_version
-# https://gitlab.gnome.org/sp1rit/ministream/-/merge_requests/2
-# https://gitlab.gnome.org/GNOME/libadwaita/-/work_items/1146
-Patch: 0001-ministream-do-not-install.patch
-
BuildRequires: desktop-file-utils
BuildRequires: gcc
BuildRequires: gettext
diff --git a/sources b/sources
index 0a064a3..f4d353b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (libadwaita-1.10.alpha.1.tar.xz) = 2e9c4eb5ec21d276475e5de8f84d4c952ccad03ed40f7a753a20338b6dce1c9b0deb5461daeb8bc0f21c253ecfe5d85b16310c35fe810adf9ed41cc21a9a07e3
+SHA512 (libadwaita-1.10.beta.1.tar.xz) = 233e4c1fbdb086f19efe01fc9fa45ae86c37dc804d6e40b926c4768ad76ffd4473ce257ba99e305ee7a40095d7f76d741fa5c64ffb5b1fa244e13e368b95eab8
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-03 13:51 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-03 13:51 [rpms/libadwaita] rawhide: Update to 1.10.beta Jan Grulich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox