[caja] Update to 1.7.2

Dan Mashal vicodan at fedoraproject.org
Mon Feb 10 00:39:33 UTC 2014


commit eaafc22fd7c0aeb55111837efb0e69fb07b245a0
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Sun Feb 9 16:39:52 2014 -0800

    Update to 1.7.2

 .gitignore |    1 +
 caja.spec  |   29 ++++++++++++++++++++---------
 sources    |    2 +-
 3 files changed, 22 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 15ff5e8..b532f89 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /caja-1.7.1-git20131201-0ef48fa.tar.xz
 /caja-1.7.1.tar.xz
+/caja-1.7.2.tar.xz
diff --git a/caja.spec b/caja.spec
index cea9cd6..61ecd26 100644
--- a/caja.spec
+++ b/caja.spec
@@ -14,7 +14,7 @@
 
 Name:        caja
 Summary:     File manager for MATE
-Version:     %{branch}.1
+Version:     %{branch}.2
 Release:     1%{?dist}
 #Release:     0.6%{?git_rel}%{?dist}
 License:     GPLv2+ and LGPLv2+
@@ -38,19 +38,19 @@ Patch2:    caja_rearranged-caja-sidebar-to-1.4-style.patch
 Patch3:    caja_x-caja-window-debug.patch
 Patch4:    caja_x-caja-window-surpress.patch
 
-BuildRequires:  mate-desktop-devel
-BuildRequires:  libSM-devel
+BuildRequires:  dbus-glib-devel
 BuildRequires:  desktop-file-utils
-BuildRequires:  startup-notification-devel
-BuildRequires:  libexif-devel
 BuildRequires:  exempi-devel
-BuildRequires:  libselinux-devel
 BuildRequires:  gobject-introspection-devel
-BuildRequires:  unique-devel
-BuildRequires:  mate-common
+BuildRequires:  libexif-devel
+BuildRequires:  libselinux-devel
+BuildRequires:  libSM-devel
 BuildRequires:  libxml2-devel
-BuildRequires:  dbus-glib-devel
+BuildRequires:  mate-common
+BuildRequires:  mate-desktop-devel
 BuildRequires:  pangox-compat-devel
+BuildRequires:  startup-notification-devel
+BuildRequires:  unique-devel
 
 Requires:   gamin
 Requires:   filesystem
@@ -154,6 +154,14 @@ find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
 rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
 rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/.icon-theme.cache
 
+# https://github.com/mate-desktop/caja/issues/207
+chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/caja-convert-metadata
+chrpath --delete $RPM_BUILD_ROOT%{_bindir}/caja
+chrpath --delete $RPM_BUILD_ROOT%{_bindir}/caja-connect-server
+chrpath --delete $RPM_BUILD_ROOT%{_bindir}/caja-autorun-software
+chrpath --delete $RPM_BUILD_ROOT%{_bindir}/caja-file-management-properties
+
+
 mkdir -p $RPM_BUILD_ROOT%{_libdir}/caja/extensions-2.0
 
 desktop-file-install --dir=$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart %{SOURCE1}
@@ -239,6 +247,9 @@ fi
 
 
 %changelog
+* Sun Feb 09 2014 Dan Mashal <dan.mashal at fedoraproject.org> - 1.7.2-1
+- Update to 1.7.2
+
 * Tue Jan 14 2014 Wolfgang Ulbrich <chat-to-me at raveit.de> - 1.7.1-1
 - update to 1.7.1
 - remove glib-2.39 fix, already fixed in upstream
diff --git a/sources b/sources
index 048536a..23e49ff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5df57abac88299fa9a3801589727c933  caja-1.7.1.tar.xz
+095d3b767987a806f0b553d812bea9af  caja-1.7.2.tar.xz


More information about the scm-commits mailing list