Skip to content

Commit 1a078f8

Browse files
authored
Upgrade libappstream-glib version to 0.8.3 (microsoft#13077)
1 parent 483998e commit 1a078f8

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"Signatures": {
3-
"appstream-glib-0.8.2.tar.xz": "71256500add5048d6f08878904708b3d0c3875f402e0adcd358e91d47dcd8b96"
4-
}
2+
"Signatures": {
3+
"appstream-glib-0.8.3.tar.xz": "84754064c560fca6e1ab151dc64354fc235a5798f016b91b38c9617253a8cf11"
4+
}
55
}

SPECS-EXTENDED/libappstream-glib/libappstream-glib.spec

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
%global json_glib_version 1.1.2
33
%global gdk_pixbuf_version 2.31.5
44

5-
Summary: Library for AppStream metadata
6-
Name: libappstream-glib
7-
Version: 0.8.2
8-
Release: 4%{?dist}
9-
License: LGPL-2.0-or-later
10-
Vendor: Microsoft Corporation
11-
Distribution: Azure Linux
12-
URL: http://people.freedesktop.org/~hughsient/appstream-glib/
13-
Source0: http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-%{version}.tar.xz
5+
Summary: Library for AppStream metadata
6+
Name: libappstream-glib
7+
Version: 0.8.3
8+
Release: 1%{?dist}
9+
License: LGPL-2.0-or-later
10+
Vendor: Microsoft Corporation
11+
Distribution: Azure Linux
12+
URL: https://people.freedesktop.org/~hughsient/appstream-glib/
13+
Source0: https://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-%{version}.tar.xz
1414

1515
BuildRequires: glib2-devel >= %{glib2_version}
1616
BuildRequires: docbook-utils
@@ -76,12 +76,11 @@ This library and command line tool is used for building AppStream metadata
7676
from a directory of packages.
7777

7878
%prep
79-
%autosetup -p1 -Sgit -n appstream-glib-%{version}
79+
%autosetup -p1 -n appstream-glib-%{version}
8080

8181
%build
8282
%meson \
8383
-Dgtk-doc=false \
84-
-Dstemmer=true \
8584
-Ddep11=false
8685
%meson_build
8786

@@ -130,6 +129,10 @@ from a directory of packages.
130129
%{_mandir}/man1/appstream-builder.1.gz
131130

132131
%changelog
132+
* Fri Mar 21 2025 Jyoti kanase <[email protected]> - 0.8.3-1
133+
- Upgrade to 0.8.3
134+
- License Verified.
135+
133136
* Tue Feb 14 2023 Muhammad Falak <[email protected]> - 0.8.2-4
134137
- Drop docs generation to fix build
135138

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8741,8 +8741,8 @@
87418741
"type": "other",
87428742
"other": {
87438743
"name": "libappstream-glib",
8744-
"version": "0.8.2",
8745-
"downloadUrl": "http://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-0.8.2.tar.xz"
8744+
"version": "0.8.3",
8745+
"downloadUrl": "https://people.freedesktop.org/~hughsient/appstream-glib/releases/appstream-glib-0.8.3.tar.xz"
87468746
}
87478747
}
87488748
},

0 commit comments

Comments
 (0)