diff --git a/phonon.spec b/phonon.spec index 39e34b8..dbcece3 100644 --- a/phonon.spec +++ b/phonon.spec @@ -1,7 +1,7 @@ ## When bootstrapping new releases/archs, set this initially to avoid ## unresolvable dependency on phonon-backend (and friends) -%global bootstrap 1 +#global bootstrap 1 %if !0%{?bootstrap} ## enable zeitgeist support @@ -14,7 +14,7 @@ Summary: Multimedia framework api Name: phonon Version: 4.10.0 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ URL: http://phonon.kde.org/ @@ -205,6 +205,9 @@ end %changelog +* Wed Feb 28 2018 Adam Williamson - 4.10.0-3 +- Back to a non-bootstrap build + * Wed Feb 28 2018 Adam Williamson - 4.10.0-2 - Bootstrapping build (to fix bogus dependency error in gstreamer backend)