From 53b312bc4fed675be809203e8864a93edcb32e06 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 20 Jun 2008 09:05:19 +0000 Subject: 1.81: fixes deprecated macros that were broken in previous release (%update_icon_cache, %clean_icon_cache, %post_install_gconf_schemas) --- build.macros.in | 6 +++--- configure.ac | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.macros.in b/build.macros.in index 45a1d59..6d7d2c3 100644 --- a/build.macros.in +++ b/build.macros.in @@ -86,8 +86,8 @@ Group: %{group}\ %clean_desktop_database %{nil} %update_mime_database %{nil} %clean_mime_database %{nil} -%update_icon_cache %{nil} -%clean_icon_cache %{nil} +%update_icon_cache() %{nil} +%clean_icon_cache() %{nil} %update_scrollkeeper %{nil} %clean_scrollkeeper %{nil} @@ -108,7 +108,7 @@ Group: %{group}\ # GConf schemas: # installation is handled by filetriggers -%post_install_gconf_schemas %{nil} +%post_install_gconf_schemas() %{nil} # but uninstall still need to be done in %preun: %preun_uninstall_gconf_schemas() if [ "$1" = "0" -a -x %{_gconftool_bin} ]; then \ SCHEMAS="" \ diff --git a/configure.ac b/configure.ac index ccf1cb8..d8ace46 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # $Id$ AC_PREREQ(2.59) -AC_INIT(rpm-mandriva-setup, 1.80, nanardon@mandriva.org) +AC_INIT(rpm-mandriva-setup, 1.81, nanardon@mandriva.org) AC_CANONICAL_TARGET AM_INIT_AUTOMAKE(1.9) AC_CONFIG_SRCDIR -- cgit v1.2.1