- Update to 2.91.2

This commit is contained in:
Bastien Nocera 2010-11-17 16:32:48 +00:00
parent a95634b2aa
commit abc9501857
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
gnome-desktop-2.90.4.tar.bz2
/gnome-desktop-2.91.0.tar.bz2
/gnome-desktop-2.91.1.tar.bz2
/gnome-desktop-2.91.2.tar.bz2

View File

@ -8,8 +8,8 @@
Summary: Shared code among gnome-panel, gnome-session, nautilus, etc
Name: gnome-desktop3
Version: 2.91.1
Release: 3%{?dist}
Version: 2.91.2
Release: 1%{?dist}
URL: http://www.gnome.org
Source0: http://download.gnome.org/sources/gnome-desktop/2.91/gnome-desktop-%{version}.tar.bz2
License: GPLv2+ and LGPLv2+
@ -36,9 +36,6 @@ BuildRequires: gettext
BuildRequires: gtk-doc >= %{gtk_doc_version}
BuildRequires: automake autoconf libtool intltool
# Upstream patch
Patch0: 0001-Fix-possible-double-free-when-destroying-private-win.patch
%description
The gnome-desktop package contains an internal library
@ -66,7 +63,6 @@ libgnomedesktop.
%prep
%setup -q -n gnome-desktop-%{version}
%patch0 -p1 -b .double-free
%build
%configure --with-gnome-distributor="Red Hat, Inc" \
@ -114,6 +110,9 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man1/gnome-about*
%doc %{_datadir}/gtk-doc/html/gnome-desktop3/
%changelog
* Wed Nov 17 2010 Bastien Nocera <bnocera@redhat.com> 2.91.2-1
- Update to 2.91.2
* Thu Nov 11 2010 Bill Nottingham <notting@redhat.com> 2.91.1-3
- remove some extraneous deps

View File

@ -1 +1 @@
da421e046c47fef02fededc915ad7934 gnome-desktop-2.91.1.tar.bz2
a27261cbdc94f1b9447ea0234b4ed1a9 gnome-desktop-2.91.2.tar.bz2