diff --git a/caja.spec b/caja.spec index 5a547cb..710a866 100644 --- a/caja.spec +++ b/caja.spec @@ -16,7 +16,7 @@ Name: caja Summary: File manager for MATE Version: %{branch}.1 %if 0%{?rel_build} -Release: 6%{?dist} +Release: 7%{?dist} %else Release: 0.2%{?git_rel}%{?dist} %endif @@ -31,10 +31,6 @@ URL: http://mate-desktop.org %{!?rel_build:Source0: http://git.mate-desktop.org/%{name}/snapshot/%{name}-%{commit}.tar.xz#/%{git_tar}} # upstream patches -# http://git.mate-desktop.org/caja/commit/?id=d01fbc6 -Patch0: caja_m-u-g-1.patch -# http://git.mate-desktop.org/caja/commit/?id=b4e2575 -Patch1: caja_m-u-g-2.patch # http://git.mate-desktop.org/caja/commit/?id=2365acd Patch2: caja_editable-label-only-clear-selection-if-change-to-insensitive.patch # http://git.mate-desktop.org/caja/commit/?id=e3147a2 @@ -127,8 +123,6 @@ for developing caja extensions. %prep %setup -q%{!?rel_build:n %{name}-%{commit}} -%patch0 -p1 -b .mug-1 -%patch1 -p1 -b .mug-2 %patch2 -p1 -b .editable-label %patch3 -p1 -b .bookmarks %patch4 -p1 -b .positioning @@ -256,6 +250,9 @@ fi %changelog +* Sat Jul 11 2015 Wolfgang Ulbrich - 1.10.1-7 +- use new help dir + * Fri Jul 03 2015 Wolfgang Ulbrich - 1.10.0-6 - revert 'allow caja --no-desktop in other desktops'