diff --git a/gupnp.spec b/gupnp.spec index f130f58..9c88016 100644 --- a/gupnp.spec +++ b/gupnp.spec @@ -1,6 +1,6 @@ Name: gupnp Version: 0.20.14 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A framework for creating UPnP devices & control points Group: System Environment/Libraries @@ -55,6 +55,9 @@ This package contains developer documentation for %{name}. %configure --disable-static --with-context-manager=network-manager make %{?_smp_mflags} V=1 +# Use Python 3 +sed -i '1s|^#! /usr/bin/python$|#!/usr/bin/python3|' tools/gupnp-binding-tool + %install make install DESTDIR=%{buildroot} @@ -86,6 +89,9 @@ make check %{?_smp_mflags} V=1 %doc %{_datadir}/gtk-doc/html/%{name} %changelog +* Fri Jul 03 2015 Kalev Lember - 0.20.14-3 +- Switch to Python 3 (#1192093) + * Wed Jun 17 2015 Fedora Release Engineering - 0.20.14-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild