Signed-off-by: Alexander Marx alexander.marx@ipfire.org --- libsoup/libsoup.nm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/libsoup/libsoup.nm b/libsoup/libsoup.nm index c21ce96..4c2008f 100644 --- a/libsoup/libsoup.nm +++ b/libsoup/libsoup.nm @@ -5,8 +5,8 @@
name = libsoup version = %{ver_major}.%{ver_minor} -ver_major = 2.41 -ver_minor = 5 +ver_major = 2.54 +ver_minor = 0.1 release = 1
groups = System/Libraries @@ -35,6 +35,7 @@ build pkg-config sqlite-devel zlib-devel + vala-devel >= 0.32 end
configure_options += \
Signed-off-by: Alexander Marx alexander.marx@ipfire.org --- gupnp/gupnp.nm | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gupnp/gupnp.nm b/gupnp/gupnp.nm index 02a28ed..2d82384 100644 --- a/gupnp/gupnp.nm +++ b/gupnp/gupnp.nm @@ -4,7 +4,9 @@ ###############################################################################
name = gupnp -version = 0.13.1 +ver_major = 0.20 +ver_minor = 16 +version = %{ver_major}.%{ver_minor} release = 1
groups = System/Libraries @@ -18,13 +20,14 @@ description The GUPnP API is intended to be easy to use, efficient and flexible. end
-source_dl = +source_dl = https://download.gnome.org/sources/gupnp/%%7Bver_major%7D/ +sources = %{thisapp}.tar.xz
build requires glib2-devel - gssdp-devel - libsoup-devel + gssdp-devel >= 0.14.13 + libsoup-devel >= 2.48 libuuid-devel libxml2-devel end