[menu-cache] Update to 0.5.1

Christoph Wickert cwickert at fedoraproject.org
Mon Nov 11 22:48:29 UTC 2013


commit e2d2e8d44e38322215d08d0f6758f68ecbc32a9c
Author: Christoph Wickert <cwickert at fedoraproject.org>
Date:   Mon Nov 11 23:48:47 2013 +0100

    Update to 0.5.1

 .gitignore      |    1 +
 menu-cache.spec |   15 +++++++++------
 sources         |    2 +-
 3 files changed, 11 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index dd3e900..d928e49 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 menu-cache-0.3.2.tar.gz
 /menu-cache-0.3.3.tar.gz
 /menu-cache-0.4.1.tar.gz
+/menu-cache-0.5.1.tar.gz
diff --git a/menu-cache.spec b/menu-cache.spec
index 928c085..ea5f8e1 100644
--- a/menu-cache.spec
+++ b/menu-cache.spec
@@ -1,6 +1,6 @@
 Name:           menu-cache
-Version:        0.4.1
-Release:        3%{?dist}
+Version:        0.5.1
+Release:        1%{?dist}
 Summary:        Caching mechanism for freedesktop.org compliant menus
 
 Group:          System Environment/Libraries
@@ -35,8 +35,8 @@ developing applications that use %{name}.
 %build
 %configure --disable-static
 # remove rpath in menu-cache-gen
-sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
-sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+#sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+#sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
 
 make %{?_smp_mflags} V=1
 
@@ -60,8 +60,8 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 #FIXME: add ChangeLog and NEWS if there is content
 %doc AUTHORS COPYING README
-%{_libexecdir}/menu-cache-gen
-%{_libexecdir}/menu-cached
+%{_libexecdir}/%{name}/menu-cache-gen
+%{_libexecdir}/%{name}/menu-cached
 %{_libdir}/libmenu-cache.so.*
 #%{_mandir}/man*/*.gz
 
@@ -75,6 +75,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Mon Nov 11 2013 Christoph Wickert <cwickert at fedoraproject.org> - 0.5.1-1
+- Update to 0.5.1
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index bc7e186..289beae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-20fed982f5d8e6ec8a56a5b48894ecf0  menu-cache-0.4.1.tar.gz
+fd296c317a235782fbbd37b6f54bc985  menu-cache-0.5.1.tar.gz


More information about the scm-commits mailing list