From 24c43012a477e8d7b9b73487d4e22885bc29fea2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 12 Mar 2010 02:46:54 +0000 Subject: [PATCH] 2.29.92 --- .cvsignore | 2 +- brasero.spec | 26 +++++++++++++------------- sources | 2 +- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.cvsignore b/.cvsignore index 868ae5e..0879342 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -brasero-2.29.91.tar.bz2 +brasero-2.29.92.tar.bz2 diff --git a/brasero.spec b/brasero.spec index b786d43..5b6e1d6 100644 --- a/brasero.spec +++ b/brasero.spec @@ -5,19 +5,15 @@ %endif Name: brasero -Version: 2.29.91 -Release: 2%{?dist} +Version: 2.29.92 +Release: 1%{?dist} Summary: Gnome CD/DVD burning application Group: Applications/Multimedia License: GPLv2+ URL: http://www.gnome.org/projects/brasero/ +#VCS: git:git://git.gnome.org/brasero Source0: http://ftp.gnome.org/pub/GNOME/sources/brasero/2.29/%{name}-%{version}.tar.bz2 -# upstream fix -Patch0: fix-cd-burner.patch - -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - BuildRequires: glib2-devel >= 2.15.6 BuildRequires: gettext intltool gtk-doc BuildRequires: desktop-file-utils @@ -142,9 +138,6 @@ rm -rf $RPM_BUILD_ROOT umask 022 update-mime-database %{_datadir}/mime &> /dev/null || : touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : -fi update-desktop-database &> /dev/null ||: export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/%{name}.schemas > /dev/null || : @@ -157,9 +150,9 @@ killall -HUP gconfd-2 &>/dev/null || : %postun umask 022 update-mime-database %{_datadir}/mime &> /dev/null || : -touch --no-create %{_datadir}/icons/hicolor || : -if [ -x %{_bindir}/gtk-update-icon-cache ]; then - %{_bindir}/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor || : +if [ $1 -eq 0 ]; then + touch --no-create %{_datadir}/icons/hicolor || : + gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null|| : fi update-desktop-database &> /dev/null ||: if [ "$1" -gt 1 ]; then @@ -172,6 +165,10 @@ fi %postun libs -p /sbin/ldconfig +%posttrans +gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null|| : + + %preun if [ "$1" -eq 0 ]; then export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source` @@ -219,6 +216,9 @@ fi %changelog +* Thu Mar 11 2010 Matthias Clasen - 2.29.92-1 +- Update to 2.29.92 + * Wed Mar 3 2010 Matthias Clasen - 2.29.91-2 - Fix a nautilus cd-burner crash diff --git a/sources b/sources index 349bc32..8c77866 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -06226d87a2af04703ebd8de3219a6fdc brasero-2.29.91.tar.bz2 +3f873cf40c0475ef7010621b186ac021 brasero-2.29.92.tar.bz2