diff --git a/exo.spec b/exo.spec index 667ad4b..98dbce6 100644 --- a/exo.spec +++ b/exo.spec @@ -5,8 +5,8 @@ %global xfceversion 4.12 Name: exo -Version: 0.10.6 -Release: 4%{?dist} +Version: 0.10.7 +Release: 1%{?dist} Summary: Application library for the Xfce desktop environment Group: System Environment/Libraries @@ -28,7 +28,7 @@ Patch2: exo-0.10.2-default-apps.patch # Escape file uris correctly. # https://bugzilla.xfce.org/show_bug.cgi?id=12017 # https://bugzilla.redhat.com/show_bug.cgi?id=1246383 -Patch3: exo-0.10.6-escaped-uri.patch +## Patch3: exo-0.10.6-escaped-uri.patch BuildRequires: gtk-doc BuildRequires: gettext @@ -73,7 +73,7 @@ Python libraries and header files for the exo library. %patch1 -p1 %patch2 -p1 -%patch3 -p1 +## %patch3 -p1 %build %configure --enable-gtk-doc --disable-static @@ -171,6 +171,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %endif %changelog +* Mon Sep 14 2015 Mukundan Ragavan - 0.10.7-1 +- Updated to 0.10.7 +- Removed upstreamed missing URI patch + * Fri Jul 31 2015 Kevin Fenzi 0.10.6-4 - Add patch to fix %%20's in uris. Fixes bug #1246383