From 92d2a80578db33b9bc4671f63e9baa6f7da6c3d4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 24 Nov 2011 00:06:19 -0500 Subject: [PATCH] 1.1.2 --- .gitignore | 1 + clutter-gtk.spec | 20 +++++++++++--------- sources | 2 +- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/.gitignore b/.gitignore index 276fd8c..8d1a0e6 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ clutter-gtk-0.10.4.tar.bz2 /clutter-gtk-1.0.0.tar.bz2 /clutter-gtk-1.0.2.tar.xz /clutter-gtk-1.0.4.tar.xz +/clutter-gtk-1.1.2.tar.xz diff --git a/clutter-gtk.spec b/clutter-gtk.spec index becd502..6d63581 100644 --- a/clutter-gtk.spec +++ b/clutter-gtk.spec @@ -1,24 +1,24 @@ -%define clutter_version 1.0 +%define clutter_version 1.1 Name: clutter-gtk -Version: 1.0.4 +Version: 1.1.2 Release: 1%{?dist} Summary: A basic GTK clutter widget Group: Development/Languages License: LGPLv2+ URL: http://www.clutter-project.org -Source0: http://www.clutter-project.org/sources/%{name}/1.0/%{name}-%{version}.tar.xz +Source0: http://www.clutter-project.org/sources/%{name}/1.1/%{name}-%{version}.tar.xz Patch0: clutter-gtk-fixdso.patch BuildRequires: gtk3-devel >= 3.0.0 -BuildRequires: clutter-devel +BuildRequires: clutter-devel >= 1.9 BuildRequires: gobject-introspection-devel %description -This allows clutter to be embedded in GTK applications. -We hope with further work in the future clutter-gtk will -also allow the reverse, namely embedding GTK in Clutter +clutter-gtk is a library which allows the embedding of a Clutter +canvas (or "stage") into a GTK+ application, as well as embedding +GTK+ widgets inside the stage. %package devel Summary: Clutter-gtk development environment @@ -28,12 +28,11 @@ Requires: gtk3-devel clutter-devel %description devel Header files and libraries for building a extension library for the -clutter-gtk +clutter-gtk. %prep %setup -q -#%patch0 -p1 -b .fixdso %build @@ -65,6 +64,9 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/gtk-doc/html/clutter-gtk-1.0 %changelog +* Thu Nov 24 2011 Matthias Clasen - 1.1.2-1 +- Update to 1.1.2 + * Tue Sep 27 2011 Ray - 1.0.4-1 - Update to 1.0.4 diff --git a/sources b/sources index 9987edb..10e4387 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e85705bdd9a74ae12d4c2713e98d421b clutter-gtk-1.0.4.tar.xz +e3a13273dd3ba8d8dc79918ec7c1e31c clutter-gtk-1.1.2.tar.xz