[brasero/f16] 3.1.90

Matthias Clasen mclasen at fedoraproject.org
Wed Aug 31 02:41:05 UTC 2011


commit ced7913e29dbfd93fe025d0c0e18979e513dd115
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Aug 30 22:40:23 2011 -0400

    3.1.90

 .gitignore   |    1 +
 brasero.spec |   27 ++++++++++-----------------
 sources      |    2 +-
 3 files changed, 12 insertions(+), 18 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 09b1b91..9b2a9b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@ brasero-2.31.5.tar.bz2
 /brasero-2.91.91.tar.bz2
 /brasero-2.91.93.tar.bz2
 /brasero-3.0.0.tar.bz2
+/brasero-3.1.90.tar.xz
diff --git a/brasero.spec b/brasero.spec
index 5aea1fc..fd65c07 100644
--- a/brasero.spec
+++ b/brasero.spec
@@ -1,18 +1,13 @@
-%{?rhel:  %define WITH_MONO 0}
-%{?!WITH_MONO:  %define WITH_MONO 1}
-%ifarch ppc6
-%define WITH_MONO 0
-%endif
 
 Name:      brasero
-Version:   3.0.0
-Release:   2%{?dist}
+Version:   3.1.90
+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/3.0/%{name}-%{version}.tar.bz2
+Source0:   http://ftp.gnome.org/pub/GNOME/sources/brasero/3.1/%{name}-%{version}.tar.xz
 
 Patch0: brasero-desktop-file.patch
 
@@ -23,9 +18,6 @@ BuildRequires:  gettext intltool gtk-doc
 BuildRequires:  desktop-file-utils
 BuildRequires:  gstreamer-devel >= 0.10.15
 BuildRequires:  gstreamer-plugins-base-devel >= 0.10.0
-%if %{WITH_MONO}
-BuildRequires:  libbeagle-devel >= 0.3.0
-%endif
 BuildRequires:  totem-pl-parser-devel >= 2.22.0
 BuildRequires:  libnotify-devel >= 0.7.0
 BuildRequires:  libxml2-devel >= 2.6.0
@@ -54,8 +46,6 @@ Requires(postun):  shared-mime-info
 Requires(pre):     GConf2
 Requires(post):    GConf2
 Requires(preun):   GConf2
-Requires(post):    /usr/bin/gtk-update-icon-cache
-Requires(postun):  /usr/bin/gtk-update-icon-cache
 
 %description
 Simple and easy to use CD/DVD burning application for the Gnome
@@ -138,7 +128,7 @@ desktop-file-install --vendor ""                   \
 umask 022
 update-mime-database %{_datadir}/mime &> /dev/null || :
 touch --no-create %{_datadir}/icons/hicolor || :
-update-desktop-database &> /dev/null ||:
+update-desktop-database &> /dev/null || :
 
 
 %post libs -p /sbin/ldconfig
@@ -147,10 +137,10 @@ update-desktop-database &> /dev/null ||:
 %postun
 umask 022
 update-mime-database %{_datadir}/mime &> /dev/null || :
-update-desktop-database &> /dev/null ||:
+update-desktop-database &> /dev/null || :
 if [ $1 -eq 0 ]; then
   touch --no-create %{_datadir}/icons/hicolor || :
-  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null|| :
+  gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
   glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 fi
 
@@ -159,7 +149,7 @@ fi
 
 
 %posttrans
-gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null|| :
+gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
@@ -206,6 +196,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
 
 
 %changelog
+* Tue Aug 30 2011 Matthias Clasen <mclasen at redhat.com> - 3.1.90-1
+- Update to 3.1.90
+
 * Fri May  6 2011 Christopher Aillon <caillon at redhat.com> - 3.0.0-1
 - Update scriptlets per packaging guidelines
 
diff --git a/sources b/sources
index 30d63b3..910d761 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1e12a6539ce8e7e7ec68fdeacd133a3e  brasero-3.0.0.tar.bz2
+fe5942b5700374012f1792f38c9ee0d4  brasero-3.1.90.tar.xz


More information about the scm-commits mailing list