Hello community, here is the log from the commit of package babl for openSUSE:Factory checked in at 2012-04-12 09:18:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/babl (Old) and /work/SRC/openSUSE:Factory/.babl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "babl", Maintainer is "sbra...@suse.com" Changes: -------- --- /work/SRC/openSUSE:Factory/babl/babl.changes 2012-01-19 09:40:54.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.babl.new/babl.changes 2012-04-12 09:18:53.000000000 +0200 @@ -1,0 +2,16 @@ +Tue Apr 3 08:16:25 UTC 2012 - vu...@opensuse.org + +- Update to version 0.1.10: + + LUT based speedups for gamma correction / uncorrection. +- Changes from version 0.1.8: + + Added support for indexed/pallette based formats. + + Constified API. +- Pass --enable-introspection to configure to make sure we build + introspection support. +- Add babl-fix-gir-build.patch: this fixes the build of + introspection (as well as the generated data). +- Since the build of vala bindings is broken, temporarily disable + it with a build_vala macro that helps us pass --without-vala to + configure. + +------------------------------------------------------------------- Old: ---- babl-0.1.6.tar.bz2 New: ---- babl-0.1.10.tar.bz2 babl-fix-gir-build.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ babl.spec ++++++ --- /var/tmp/diff_new_pack.wJVBOq/_old 2012-04-12 09:18:54.000000000 +0200 +++ /var/tmp/diff_new_pack.wJVBOq/_new 2012-04-12 09:18:54.000000000 +0200 @@ -15,9 +15,13 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + +# Temprarily disabled, see bgo#673422 +%define build_vala 0 + Name: babl Url: http://gegl.org/babl/ -Version: 0.1.6 +Version: 0.1.10 Release: 0 Summary: Dynamic Pixel Format Translation Library License: LGPL-3.0+ @@ -25,9 +29,11 @@ Source: http://ftp.gtk.org/pub/babl/0.1/%{name}-%{version}.tar.bz2 # PATCH-FIX-UPSTREAM babl-fix-gir.patch bgo#666647 dims...@opensuse.org -- Fix building of .gir and typelib files. Patch0: babl-fix-gir.patch +# PATCH-FIX-UPSTREAM babl-fix-gir-build.patch bgo#673422 vu...@opensuse.org -- Fix build of .gir +Patch1: babl-fix-gir-build.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gobject-introspection-devel -# Needed for patch0 +# Needed for patch0 and patch1 BuildRequires: libtool BuildRequires: pkg-config BuildRequires: vala @@ -101,12 +107,18 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build -# Needed for patch0 +# Needed for patch0 and patch1 ./autogen.sh %configure\ - --disable-static + --disable-static \ + --enable-introspection \ +%if !%{build_vala} + --without-vala \ +%endif + %{nil} make %{?_smp_mflags} %install @@ -130,9 +142,11 @@ %files devel %defattr(-,root,root) %{_datadir}/gir-1.0/Babl-0.1.gir +%if %{build_vala} %dir %{_datadir}/vala %dir %{_datadir}/vala/vapi %{_datadir}/vala/vapi/babl-0.1.vapi +%endif %{_includedir}/babl-0.1/ %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc ++++++ babl-0.1.6.tar.bz2 -> babl-0.1.10.tar.bz2 ++++++ ++++ 11286 lines of diff (skipped) ++++++ babl-fix-gir-build.patch ++++++ Index: babl-0.1.10/babl/Makefile.am =================================================================== --- babl-0.1.10.orig/babl/Makefile.am +++ babl-0.1.10/babl/Makefile.am @@ -95,6 +95,7 @@ INTROSPECTION_COMPILER_ARGS = --included if HAVE_INTROSPECTION Babl-$(BABL_API_VERSION).gir: $(G_IR_SCANNER) $(library_include_HEADERS) $(c_sources) $(srcdir)/Makefile.am libbabl-@BABL_API_VERSION@.la $(INTROSPECTION_SCANNER) -v --namespace Babl --nsversion=$(BABL_API_VERSION) \ + --identifier-prefix= --symbol-prefix=babl \ --add-include-path=$(srcdir) --add-include-path=. \ --library=$(builddir)/libbabl-$(BABL_API_VERSION).la \ --libtool="$(LIBTOOL)" \ -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org