This commit is contained in:
Matthias Clasen 2011-03-07 18:51:06 -05:00
parent 0a8826b2d7
commit 82c612bf8e
3 changed files with 7 additions and 7 deletions

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ clutter-1.2.10.tar.bz2
/clutter-1.6.2.tar.bz2
/clutter-1.6.4.tar.bz2
/clutter-1.6.6.tar.bz2
/clutter-1.6.8.tar.bz2

View File

@ -1,6 +1,6 @@
Name: clutter
Version: 1.6.6
Release: 2%{?dist}
Version: 1.6.8
Release: 1%{?dist}
Summary: Open Source software library for creating rich graphical user interfaces
Group: Development/Libraries
@ -9,9 +9,6 @@ URL: http://www.clutter-project.org/
#VCS: git://git.clutter-project.org/clutter#master
Source0: http://www.clutter-project.org/sources/%{name}/1.6/%{name}-%{version}.tar.bz2
# upstream fix
Patch0: texture-blending.patch
BuildRequires: glib2-devel mesa-libGL-devel pkgconfig pango-devel
BuildRequires: cairo-gobject-devel gdk-pixbuf2-devel atk-devel
BuildRequires: gobject-introspection-devel >= 0.9.6
@ -56,7 +53,6 @@ This package contains documentation for clutter.
%prep
%setup -q
%patch0 -p1 -b .texture-blending
%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
@ -105,6 +101,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';'
%{_datadir}/gtk-doc/html/cally
%changelog
* Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.8-1
- Update to 1.6.8
* Wed Mar 2 2011 Matthias Clasen <mclasen@redhat.com> - 1.6.6-2
- Fix icon corruption in gnome-shell

View File

@ -1 +1 @@
71e1ad61211b8e92583a4f98f137f471 clutter-1.6.6.tar.bz2
9eedac4216f709a9f144940d24bfbb3e clutter-1.6.8.tar.bz2