Skip to content

Commit c15663a

Browse files
Upgrade gupnp to 1.6.9 (microsoft#14999)
1 parent 3862379 commit c15663a

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"Signatures": {
3-
"gupnp-1.6.3.tar.gz": "6ca2d5817fe1df83bfe0f1a61c40ca6d5cae7415fe18a0e896227d2438c91802"
3+
"gupnp-1.6.9.tar.gz": "549fc0ec37a5bfc34c34240571bbea20032e46b2b4a1fb312109ca53a2264d7f"
44
}
55
}

SPECS-EXTENDED/gupnp/gupnp.spec

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
%global apiver 1.6
2-
%global gssdp_version 1.6.2
2+
%global gssdp_version 1.6.3
33
%global docs 0
44
Summary: A framework for creating UPnP devices & control points
55
Name: gupnp
6-
Version: 1.6.3
7-
Release: 3%{?dist}
6+
Version: 1.6.9
7+
Release: 1%{?dist}
88
License: LGPLv2+
99
Vendor: Microsoft Corporation
1010
Distribution: Azure Linux
@@ -66,6 +66,7 @@ This package contains developer documentation for %{name}.
6666
%meson_install
6767

6868
%check
69+
glib-compile-schemas %{_datadir}/glib-2.0/schemas/
6970
%meson_test
7071

7172
%files
@@ -87,6 +88,8 @@ This package contains developer documentation for %{name}.
8788
%{_datadir}/vala/vapi/gupnp*
8889
%if %{with docs}
8990
%{_mandir}/man1/gupnp-binding-tool-%{apiver}.1*
91+
%else
92+
%exclude %{_mandir}/man1/gupnp-binding-tool-%{apiver}.1*
9093
%endif
9194

9295
%if %{with docs}
@@ -95,6 +98,10 @@ This package contains developer documentation for %{name}.
9598
%endif
9699

97100
%changelog
101+
* Mon Nov 03 2025 Sandeep Karambelkar <[email protected]> - 1.6.9-1
102+
- Upgrade to 1.6.9
103+
- License verified
104+
98105
* Wed Feb 01 2023 Sumedh Sharma <[email protected]> - 1.6.3-3
99106
- Initial CBL-Mariner import from Fedora 38 (license: MIT)
100107
- Disable docs

cgmanifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5150,8 +5150,8 @@
51505150
"type": "other",
51515151
"other": {
51525152
"name": "gupnp",
5153-
"version": "1.6.3",
5154-
"downloadUrl": "https://github.com/GNOME/gupnp/archive/refs/tags/gupnp-1.6.3.tar.gz"
5153+
"version": "1.6.9",
5154+
"downloadUrl": "https://github.com/GNOME/gupnp/archive/refs/tags/gupnp-1.6.9.tar.gz"
51555155
}
51565156
}
51575157
},

0 commit comments

Comments
 (0)