public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jan Grulich <jgrulich@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/libadwaita] rawhide: Update to 1.10.beta
Date: Mon, 03 Aug 2026 13:51:09 GMT [thread overview]
Message-ID: <178576506911.1.17857622873449211965.rpms-libadwaita-1d89605045ef@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-03 13:51 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178576506911.1.17857622873449211965.rpms-libadwaita-1d89605045ef@fedoraproject.org \
--to=jgrulich@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox