[clutter] Rebuild

Matthias Clasen mclasen at fedoraproject.org
Tue Sep 21 23:39:49 UTC 2010


commit 2e79ae732e1c8e634e78ef14ddfaeb645498f28e
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Tue Sep 21 19:37:53 2010 -0400

    Rebuild

 clutter.spec |   21 ++++++++++++---------
 1 files changed, 12 insertions(+), 9 deletions(-)
---
diff --git a/clutter.spec b/clutter.spec
index dd535bc..2e050c8 100644
--- a/clutter.spec
+++ b/clutter.spec
@@ -1,6 +1,6 @@
 Name:           clutter
 Version:        1.3.12
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Open Source software library for creating rich graphical user interfaces
 
 Group:          Development/Libraries
@@ -14,7 +14,7 @@ BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 Patch0:         Use-a-native-format-for-atlas-textures.patch
 
 BuildRequires:  glib2-devel mesa-libGL-devel gtk2-devel pkgconfig pango-devel
-BuildRequires:  gobject-introspection-devel >= 0.6.4
+BuildRequires:  gobject-introspection-devel >= 0.9.6
 BuildRequires:  json-glib-devel
 BuildRequires:  libXdamage-devel gettext gtk-doc
 # Bootstrap requirements
@@ -24,9 +24,9 @@ BuildRequires:  automake autoconf libtool
 Requires:       gobject-introspection
 
 %description
-Clutter is an open source software library for creating fast, 
-visually rich graphical user interfaces. The most obvious example 
-of potential usage is in media center type applications. 
+Clutter is an open source software library for creating fast,
+visually rich graphical user interfaces. The most obvious example
+of potential usage is in media center type applications.
 We hope however it can be used for a lot more.
 
 %package devel
@@ -47,9 +47,9 @@ Group:          Documentation
 Requires:       %{name} = %{version}-%{release}
 
 %description    doc
-Clutter is an open source software library for creating fast, 
-visually rich graphical user interfaces. The most obvious example 
-of potential usage is in media center type applications. 
+Clutter is an open source software library for creating fast,
+visually rich graphical user interfaces. The most obvious example
+of potential usage is in media center type applications.
 We hope however it can be used for a lot more.
 
 This package contains documentation for clutter.
@@ -64,7 +64,7 @@ This package contains documentation for clutter.
  %configure $CONFIGFLAGS \
 	--enable-xinput
  # clutter git ships with some magic to put the git log in shipped tarballs
- # which gets listed in files; don't blow up if it's missing 
+ # which gets listed in files; don't blow up if it's missing
  if ! test -f ChangeLog; then
    echo "Created from snapshot" > ChangeLog
  fi
@@ -110,6 +110,9 @@ rm -rf %{buildroot}
 %{_datadir}/gtk-doc/html/cally
 
 %changelog
+* Tue Sep 21 2010 Matthias Clasen <mclasen at redhat.com> - 1.3.12-2
+- Rebuild against newer gobject-introspection
+
 * Tue Aug 31 2010 Colin Walters <walters at verbum.org> - 1.3.12-1
 - New upstream
 


More information about the scm-commits mailing list