Update to 1.4.2
This commit is contained in:
parent
a3a3a9d017
commit
d36fb121a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/gupnp-1.3.1.tar.xz
|
||||
/gupnp-1.4.0.tar.xz
|
||||
/gupnp-1.4.1.tar.xz
|
||||
/gupnp-1.4.2.tar.xz
|
||||
|
28
gupnp-1.4.2-revert-man-page.patch
Normal file
28
gupnp-1.4.2-revert-man-page.patch
Normal file
@ -0,0 +1,28 @@
|
||||
From dbc32a55e265814a83cea7c1254d85f51f99b54b Mon Sep 17 00:00:00 2001
|
||||
From: Jens Georg <mail@jensge.org>
|
||||
Date: Tue, 4 Jan 2022 15:05:14 +0100
|
||||
Subject: [PATCH] Revert "build: Do not write man page during test"
|
||||
|
||||
This reverts commit 79a2cb24cd0079e9a025809d11dce13edce68bdd.
|
||||
|
||||
Does not work, will exit xsltproc with an error as if the file was not
|
||||
writeable
|
||||
---
|
||||
doc/meson.build | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/doc/meson.build b/doc/meson.build
|
||||
index de94aa2..2fd0106 100644
|
||||
--- a/doc/meson.build
|
||||
+++ b/doc/meson.build
|
||||
@@ -66,7 +66,6 @@ if xsltproc.found()
|
||||
xsltproc,
|
||||
xlstproc_flags,
|
||||
'--noout',
|
||||
- '--nowrite',
|
||||
stylesheet,
|
||||
'gupnp-binding-tool.xml'
|
||||
]
|
||||
--
|
||||
2.33.1
|
||||
|
17
gupnp.spec
17
gupnp.spec
@ -3,22 +3,24 @@
|
||||
%global gssdp_version 1.3.0
|
||||
|
||||
Name: gupnp
|
||||
Version: 1.4.1
|
||||
Version: 1.4.2
|
||||
Release: 1%{?dist}
|
||||
Summary: A framework for creating UPnP devices & control points
|
||||
|
||||
License: LGPLv2+
|
||||
URL: https://www.gupnp.org/
|
||||
Source0: https://download.gnome.org/sources/%{name}/1.4/%{name}-%{version}.tar.xz
|
||||
Patch0: gupnp-1.4.2-revert-man-page.patch
|
||||
|
||||
BuildRequires: gssdp-devel >= %{gssdp_version}
|
||||
BuildRequires: docbook-style-xsl
|
||||
BuildRequires: gtk-doc
|
||||
BuildRequires: gobject-introspection-devel
|
||||
BuildRequires: libsoup-devel
|
||||
BuildRequires: libxml2-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: meson
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(gssdp-1.2) >= %{gssdp_version}
|
||||
BuildRequires: pkgconfig(libsoup-2.4)
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
BuildRequires: pkgconfig(uuid)
|
||||
|
||||
Requires: dbus
|
||||
Requires: gssdp%{?_isa} >= %{gssdp_version}
|
||||
@ -44,7 +46,7 @@ BuildArch: noarch
|
||||
This package contains developer documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson \
|
||||
@ -85,6 +87,9 @@ This package contains developer documentation for %{name}.
|
||||
%doc %{_datadir}/gtk-doc/html/gupnp
|
||||
|
||||
%changelog
|
||||
* Mon Jan 10 2022 David King <amigadave@amigadave.com> - 1.4.2-1
|
||||
- Update to 1.4.2
|
||||
|
||||
* Tue Dec 07 2021 Kalev Lember <klember@redhat.com> - 1.4.1-1
|
||||
- Update to 1.4.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (gupnp-1.4.1.tar.xz) = c1aedcb03741e833fc17d3f799b7786a2df229e51feea0911e759f1fa4e92369799f358fef2bc03430728fba84bd188ac0c0aa08f359ee75f81cc20b90032763
|
||||
SHA512 (gupnp-1.4.2.tar.xz) = c585f3e63e8735b82e84e3daa209dbe8d0709be79c7701a1f05ad61aa5201aee5d4e879facb1b164b274fe52add64cdbf657d32930d7cea1b6ee262f7c26b682
|
||||
|
Loading…
Reference in New Issue
Block a user