Author: patrys Date: Sat Sep 25 14:01:57 2010 GMT Module: packages Tag: HEAD ---- Log message: - 0.10.8
---- Files affected: packages/clutter-gtk: clutter-gtk.spec (1.25 -> 1.26) , gobject-introspection.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/clutter-gtk/clutter-gtk.spec diff -u packages/clutter-gtk/clutter-gtk.spec:1.25 packages/clutter-gtk/clutter-gtk.spec:1.26 --- packages/clutter-gtk/clutter-gtk.spec:1.25 Tue Jul 20 00:04:05 2010 +++ packages/clutter-gtk/clutter-gtk.spec Sat Sep 25 16:01:52 2010 @@ -2,18 +2,18 @@ Summary: Library integrating clutter with GTK+ Summary(pl.UTF-8): Biblioteka integrujÄ…ca clutter z GTK+ Name: clutter-gtk -Version: 0.10.4 -Release: 2 +Version: 0.10.8 +Release: 1 License: LGPL v2+ Group: X11/Libraries Source0: http://www.clutter-project.org/sources/clutter-gtk/0.10/%{name}-%{version}.tar.gz -# Source0-md5: 0f43e9e76c2b5dcd1defe573852bd2ed +# Source0-md5: 2233c7f92535f5017accea04701131cd +Patch0: gobject-introspection.patch URL: http://www.clutter-project.org/ BuildRequires: autoconf >= 2.53 BuildRequires: automake >= 1:1.9 BuildRequires: clutter-devel >= 1.0.0 BuildRequires: docbook-dtd412-xml -BuildRequires: gir-repository-devel BuildRequires: glibc-misc BuildRequires: gobject-introspection-devel BuildRequires: gtk+2-devel >= 2:2.10.0 @@ -69,6 +69,7 @@ %prep %setup -q +%patch0 -p1 %build %configure \ @@ -119,6 +120,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.26 2010/09/25 14:01:52 patrys +- 0.10.8 + Revision 1.25 2010/07/19 22:04:05 baggins - rel 2 ================================================================ Index: packages/clutter-gtk/gobject-introspection.patch diff -u /dev/null packages/clutter-gtk/gobject-introspection.patch:1.1 --- /dev/null Sat Sep 25 16:01:57 2010 +++ packages/clutter-gtk/gobject-introspection.patch Sat Sep 25 16:01:52 2010 @@ -0,0 +1,12 @@ +--- clutter-gtk-0.10.8/clutter-gtk/Makefile.am~ 2010-09-16 15:44:00.000000000 +0200 ++++ clutter-gtk-0.10.8/clutter-gtk/Makefile.am 2010-09-25 15:59:10.178393824 +0200 +@@ -47,7 +47,8 @@ + gtkclutt...@[email protected]: $(INTROSPECTION_SCANNER) Makefile libclutter-g...@[email protected] + $(AM_V_GEN)$(INTROSPECTION_SCANNER) -v \ + --namespace GtkClutter --nsversi...@clutter_gtk_api_version@ \ +- --strip-prefix=GtkClutter \ ++ --identifier-prefix=GtkClutter \ ++ --symbol-prefix=gtk_clutter \ + $(INCLUDES) $(AM_CPPFLAGS) \ + --add-include-path=$(srcdir) --add-include=path=. \ + --include=Clutter-1.0 \ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/clutter-gtk/clutter-gtk.spec?r1=1.25&r2=1.26&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
