[mate-panel] Update to 1.7.2

Dan Mashal vicodan at fedoraproject.org
Mon Feb 10 00:40:07 UTC 2014


commit 79f1662be46ad597b38925bf2c07377d1a81b167
Author: Dan Mashal <dan.mashal at fedoraproject.org>
Date:   Sun Feb 9 16:40:31 2014 -0800

    Update to 1.7.2

 .gitignore      |    1 +
 mate-panel.spec |   12 +++++++++++-
 sources         |    2 +-
 3 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4561621..c4e47d3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /mate-panel-1.7.1.gitbeb21bb.tar.xz
 /mate-panel-1.7.1-git20131212-f4c7c8f.tar.xz
 /mate-panel-1.7.1.tar.xz
+/mate-panel-1.7.2.tar.xz
diff --git a/mate-panel.spec b/mate-panel.spec
index 8c975a4..dd56c7e 100644
--- a/mate-panel.spec
+++ b/mate-panel.spec
@@ -13,7 +13,7 @@
 %{!?rel_build:%global git_tar %{name}-%{version}-%{git_ver}.tar.xz}
 
 Name:           mate-panel
-Version:        %{branch}.1
+Version:        %{branch}.2
 Release:        1%{?dist}
 #Release:        0.2%{?git_rel}%{?dist}
 Summary:        MATE Desktop panel and applets
@@ -38,6 +38,7 @@ Requires:       hicolor-icon-theme
 # rhbz (#1007219)
 Requires:       caja-schemas
 
+BuildRequires:  chrpath
 BuildRequires:  dbus-glib-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  gobject-introspection-devel
@@ -102,6 +103,12 @@ make  %{?_smp_mflags} V=1
 find %{buildroot} -name '*.la' -exec rm -rf {} ';'
 find %{buildroot} -name '*.a' -exec rm -rf {} ';'
 
+# https://github.com/mate-desktop/mate-panel/issues/165
+chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/mate-panel/fish-applet
+chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/mate-panel/notification-area-applet
+chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/mate-panel/clock-applet
+chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/mate-panel/wnck-applet
+
 desktop-file-install \
         --dir=%{buildroot}%{_datadir}/applications \
 %{buildroot}%{_datadir}/applications/mate-panel.desktop
@@ -164,6 +171,9 @@ update-desktop-database &> /dev/null || :
 
 
 %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 release
 - use gtk-docs for release build
diff --git a/sources b/sources
index 106a742..677fa6f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-98d2b318d78b27dd851946251a4537e3  mate-panel-1.7.1.tar.xz
+654b620b9b17d17fa56545d29a4a86cf  mate-panel-1.7.2.tar.xz


More information about the scm-commits mailing list