Hello community, here is the log from the commit of package vips for openSUSE:Factory checked in at 2015-01-14 11:45:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vips (Old) and /work/SRC/openSUSE:Factory/.vips.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vips" Changes: -------- --- /work/SRC/openSUSE:Factory/vips/vips.changes 2014-10-23 14:21:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.vips.new/vips.changes 2015-01-14 11:45:41.000000000 +0100 @@ -1,0 +2,11 @@ +Mon Jan 12 15:17:38 UTC 2015 - [email protected] + +- Update to version 7.42.1 + * See included ChangeLog file for details + * Remove obsolete vips-date-and-time.patch +- Fix libexif headers path + * vips-libexif-header.patch +- Build with webp support +- Enable post-build tests + +------------------------------------------------------------------- Old: ---- vips-7.40.11.tar.gz vips-date-and-time.patch New: ---- vips-7.42.1.tar.gz vips-libexif-header.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vips.spec ++++++ --- /var/tmp/diff_new_pack.pQ5Vfi/_old 2015-01-14 11:45:42.000000000 +0100 +++ /var/tmp/diff_new_pack.pQ5Vfi/_new 2015-01-14 11:45:42.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package vips # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,23 +16,22 @@ # -%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} - Name: vips %define libname lib%{name} -Version: 7.40.11 +Version: 7.42.1 Release: 0 -%define short_version 7.40 -%define somajor 38 +%define short_version 7.42 +%define somajor 40 Summary: C/C++ library for processing large images License: LGPL-2.1 Group: System/Libraries Url: http://www.vips.ecs.soton.ac.uk/ Source0: http://www.vips.ecs.soton.ac.uk/supported/current/%{name}-%{version}.tar.gz -# PATCH-FIX-OPENSUSE vips-date-and-time.patch - fix file-contains-date-and-time RPMLINT warning -Patch0: vips-date-and-time.patch - +# PATCH-FIX-OPENSUSE vips-libexif-header.patch -- set path to libexif header +Patch1: vips-libexif-header.patch BuildRequires: ImageMagick-devel +BuildRequires: autoconf +BuildRequires: automake BuildRequires: fdupes BuildRequires: fftw3-devel BuildRequires: gcc-c++ @@ -50,10 +49,13 @@ BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libtool +BuildRequires: libwebp-devel BuildRequires: libxml2-devel BuildRequires: orc >= 0.4 BuildRequires: pango-devel +BuildRequires: pkg-config BuildRequires: python-devel +BuildRequires: python-gobject-devel BuildRequires: swig BuildRequires: zlib-devel @@ -113,9 +115,10 @@ %prep %setup -q -%patch0 -p1 +%patch1 -p1 %build +autoreconf -fi %configure --disable-static make %{?_smp_mflags} @@ -126,6 +129,9 @@ %fdupes %{buildroot}%{python_sitearch}/ rm -rf %{buildroot}%{_datadir}/doc/vips +%check +make check + %post -n %{libname}%{somajor} -p /sbin/ldconfig %postun -n %{libname}%{somajor} -p /sbin/ldconfig ++++++ vips-7.40.11.tar.gz -> vips-7.42.1.tar.gz ++++++ /work/SRC/openSUSE:Factory/vips/vips-7.40.11.tar.gz /work/SRC/openSUSE:Factory/.vips.new/vips-7.42.1.tar.gz differ: char 5, line 1 ++++++ vips-libexif-header.patch ++++++ Index: vips-7.42.1/configure.ac =================================================================== --- vips-7.42.1.orig/configure.ac +++ vips-7.42.1/configure.ac @@ -762,8 +762,7 @@ if test x"$with_libexif" != "xno"; then # cppflags not cflags because we want the preproc to see the -I as well save_CPPFLAGS=$CPPFLAGS CPPFLAGS="$EXIF_CFLAGS $CPPFLAGS" - AC_CHECK_HEADER(exif-data.h, - AC_DEFINE(UNTAGGED_EXIF,1,[libexif includes don't need libexif prefix])) + AC_CHECK_HEADER(libexif/exif-data.h) CPPFLAGS=$save_CPPFLAGS fi -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
