Author: baggins Date: Thu May 3 20:28:32 2012 GMT Module: packages Tag: HEAD ---- Log message: - rel 1 - disabled introspection as babl has it broken and no sign of fix
---- Files affected: packages/gegl: gegl.spec (1.35 -> 1.36) ---- Diffs: ================================================================ Index: packages/gegl/gegl.spec diff -u packages/gegl/gegl.spec:1.35 packages/gegl/gegl.spec:1.36 --- packages/gegl/gegl.spec:1.35 Wed Apr 18 20:49:22 2012 +++ packages/gegl/gegl.spec Thu May 3 22:28:27 2012 @@ -4,7 +4,8 @@ %bcond_with mmx # use MMX instructions %bcond_with sse # use SSE instructions %bcond_without doc # apidocs -%bcond_without introspection # API introspection +# reenable when new babl will arrive that actually is able to build +%bcond_with introspection # API introspection # reenable when new babl will arrive that actually is able to build %bcond_with vala # Vala API # @@ -21,7 +22,7 @@ Summary(pl.UTF-8): Ogólna biblioteka przetwarzania obrazu Name: gegl Version: 0.2.0 -Release: 0.1 +Release: 1 License: LGPL v3+ Group: Libraries Source0: ftp://ftp.gimp.org/pub/gegl/0.2/%{name}-%{version}.tar.bz2 @@ -223,6 +224,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.36 2012/05/03 20:28:27 baggins +- rel 1 +- disabled introspection as babl has it broken and no sign of fix + Revision 1.35 2012/04/18 18:49:22 qboosh - added introspection bcond (requires babl built with introspection first) - added introspection patch to fix Gegl API version in automake suite ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/gegl/gegl.spec?r1=1.35&r2=1.36 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
