public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Neal Gompa <ngompa@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/appstream] f43: Update to 1.1.3
Date: Sun, 05 Jul 2026 13:25:35 GMT [thread overview]
Message-ID: <178325793532.1.5613843021820128343.rpms-appstream-91e3604a2c16@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/appstream
Branch : f43
Commit : 91e3604a2c16c2ee7cc44151871796ebbd6da6ba
Author : Neal Gompa <ngompa@fedoraproject.org>
Date : 2026-07-05T09:24:13-04:00
Stats : +12/-32 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/appstream/c/91e3604a2c16c2ee7cc44151871796ebbd6da6ba?branch=f43
Log:
Update to 1.1.3
---
diff --git a/.gitignore b/.gitignore
index 02dd8e0..65f21fa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@
/AppStream-1.0.5.tar.xz
/AppStream-1.0.6.tar.xz
/AppStream-1.1.0.tar.xz
+/AppStream-1.1.3.tar.xz
diff --git a/appstream-fcfreetype.patch b/appstream-fcfreetype.patch
deleted file mode 100644
index 5af4442..0000000
--- a/appstream-fcfreetype.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 510ec119e36a660d10db64be0bdadd2909434e53 Mon Sep 17 00:00:00 2001
-From: Tom Pollard <tom.pollard@codethink.co.uk>
-Date: Tue, 26 May 2026 11:37:33 +0100
-Subject: [PATCH] Explicitly add fcfreetype.h include to asc-font.c
-
-As of https://gitlab.freedesktop.org/fontconfig/fontconfig/-/commit/
-b4b753d66dea17d645166adca239a0fba84d03a9 first included in 2.18.0
-FcFreeTypeQuery has been moved to fcfreetype.h
----
- compose/asc-font.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/compose/asc-font.c b/compose/asc-font.c
-index 71e8869d..422fb4c2 100644
---- a/compose/asc-font.c
-+++ b/compose/asc-font.c
-@@ -29,6 +29,7 @@
-
- #include <glib/gstdio.h>
- #include <fontconfig/fontconfig.h>
-+#include <fontconfig/fcfreetype.h>
- #include FT_SFNT_NAMES_H
- #include FT_TRUETYPE_IDS_H
- #include <pango/pango-language.h>
---
-2.54.0
-
diff --git a/appstream.spec b/appstream.spec
index a38b59c..d433d6c 100644
--- a/appstream.spec
+++ b/appstream.spec
@@ -2,15 +2,14 @@
Summary: Utilities to generate, maintain and access the AppStream database
Name: appstream
-Version: 1.1.0
-Release: 4%{?dist}
+Version: 1.1.3
+Release: 1%{?dist}
# lib LGPLv2+, tools GPLv2+
License: GPL-2.0-or-later AND LGPL-2.1-or-later
#URL: http://www.freedesktop.org/wiki/Distributions/AppStream
URL: https://github.com/ximion/appstream
Source0: https://www.freedesktop.org/software/appstream/releases/AppStream-%{version}.tar.xz
-Patch0: appstream-fcfreetype.patch
# upstream patches
@@ -19,6 +18,7 @@ Patch0: appstream-fcfreetype.patch
# needed for cmake auto-provides
BuildRequires: cmake
+BuildRequires: docbook5-style-xsl
BuildRequires: meson >= 0.62
BuildRequires: gettext
BuildRequires: git-core
@@ -29,6 +29,7 @@ BuildRequires: itstool
%if %{with stemming}
BuildRequires: libstemmer-devel
%endif
+BuildRequires: pkgconfig(bash-completion)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(freetype2)
BuildRequires: pkgconfig(fontconfig)
@@ -36,6 +37,7 @@ BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gi-docgen) >= 2021.1
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
+BuildRequires: pkgconfig(libblake3)
BuildRequires: pkgconfig(libcurl)
BuildRequires: pkgconfig(libfyaml)
BuildRequires: pkgconfig(librsvg-2.0)
@@ -52,7 +54,7 @@ BuildRequires: sed
BuildRequires: vala
BuildRequires: xmlto
-Requires: (appstream-data if PackageKit)
+Requires: (appstream-data if (PackageKit or libdnf5-plugin-appstream))
%description
AppStream makes it easy to access application information from the
@@ -142,6 +144,7 @@ mv %{buildroot}%{_datadir}/metainfo/*.xml \
%license COPYING
%{_bindir}/appstreamcli
%{_mandir}/man1/appstreamcli.1*
+%{_datadir}/bash-completion/completions/appstreamcli
%{_datadir}/appstream/
%dir %{_libdir}/girepository-1.0/
%{_libdir}/girepository-1.0/AppStream-1.0.typelib
@@ -201,6 +204,9 @@ mv %{buildroot}%{_datadir}/metainfo/*.xml \
%changelog
+* Sun Jul 05 2026 Neal Gompa <ngompa@fedoraproject.org> - 1.1.3-1
+- Update to 1.1.3
+
* Thu Jun 11 2026 Akira TAGOH <tagoh@redhat.com> - 1.1.0-4
- Add a backport patch to include fontconfig/fcfreetype.h header for FcFreeType* functions
diff --git a/sources b/sources
index dc574cc..2eb22d5 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (AppStream-1.1.0.tar.xz) = d775f3e1ed22cdedcdc12e103a35752f2cbb1700deb03118600a83a3fbf1489f34d62c833f5fc0279f40d9d8066a6cb2e6be358844adc366809777c5061c2342
+SHA512 (AppStream-1.1.3.tar.xz) = f0fdce1e4c43818a41c31fcb2531725fe5e1c1e9b47b028c0f2810860866d8058c5dada0500f2cee0ae5a36e1498abb7304e570179e95fdc834127e1746c5225
reply other threads:[~2026-07-05 13:25 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=178325793532.1.5613843021820128343.rpms-appstream-91e3604a2c16@fedoraproject.org \
--to=ngompa@fedoraproject.org \
--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