Hello community, here is the log from the commit of package vips for openSUSE:Factory checked in at 2015-05-10 10:45:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-02-14 13:57:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.vips.new/vips.changes 2015-05-10 10:45:57.000000000 +0200 @@ -1,0 +2,23 @@ +Wed May 6 20:00:22 UTC 2015 - [email protected] + +- Update to version 8.0.2 + * remove old doc stuff, lots of doc improvements + * add fliphor(), flipver(), rot90(), rot180(), rot270(), median(), + dilate(), erode() convenience methods to Python and C++ + * python: use [] to index and slice image bands, use () to get a point + * c++: use [] to band index, () returns a vector<double> + * add shift option to cast + * sRGB2scRGB and scRGB2sRGB scale 16-bit alpha to and from 8-bit + * add magickload_buffer() [mcuelenaere] + * add vips_foreign_is_a_buffer() [mcuelenaere] + * added test_foreign.py, plus more test images + * added vips_region_shrink(), fast x2 shrinker + * rewritten tiff writer is about 3 - 4x faster at making pyramids + * jpg, magick, png, tiff readers now use only 1 fd per input image + * added vips_info_set(), vips_progress_set(), vips_profile_set() + * better conversion to greyscale + * add vips_image_copy_memory(), improves stability with heavy threading + * jpegsave supports new mozjpeg features [lovell] + * add vips_vipsload(), vips_vipssave() + +------------------------------------------------------------------- Old: ---- vips-7.42.3.tar.gz New: ---- vips-8.0.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vips.spec ++++++ --- /var/tmp/diff_new_pack.SPY96s/_old 2015-05-10 10:45:58.000000000 +0200 +++ /var/tmp/diff_new_pack.SPY96s/_new 2015-05-10 10:45:58.000000000 +0200 @@ -18,10 +18,11 @@ Name: vips %define libname lib%{name} -Version: 7.42.3 +Version: 8.0.2 Release: 0 -%define short_version 7.42 -%define somajor 40 +%define short_version 8.0 +%define short_version_ 8_0 +%define somajor 42 Summary: C/C++ library for processing large images License: LGPL-2.1 Group: System/Libraries @@ -37,6 +38,7 @@ BuildRequires: gcc-c++ BuildRequires: gettext BuildRequires: glib2-devel +BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc BuildRequires: libcfitsio-devel BuildRequires: libexif-devel @@ -58,7 +60,6 @@ BuildRequires: python-gobject-devel BuildRequires: swig BuildRequires: zlib-devel - BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -77,6 +78,16 @@ for working with colour, for scientific analysis and for general research & development. +%package -n typelib-1_0-Vips-%{short_version_} +Summary: C/C++ library for processing large images +Group: System/Libraries + +%description -n typelib-1_0-Vips-%{short_version_} +VIPS is a free image processing system. It is good with large images +(images larger than the amount of RAM you have available), with many CPUs, +for working with colour, for scientific analysis and for general +research & development. + %package -n %{libname}-devel Summary: Development files for VIPS library Group: Development/Libraries/Other @@ -140,12 +151,17 @@ %defattr(-,root,root) %{_libdir}/*.so.%{somajor}* +%files -n typelib-1_0-Vips-%{short_version_} +%defattr(-,root,root) +%{_libdir}/girepository-1.0/Vips-%{short_version}.typelib + %files -n %{libname}-devel %defattr(-,root,root) %{_libdir}/*.so %{_includedir}/%{name}/ %{_libdir}/pkgconfig/* %{_datadir}/gtk-doc/html/%{libname}/ +%{_datadir}/gir-1.0/Vips-%{short_version}.gir %files tools %defattr(-,root,root) @@ -158,6 +174,6 @@ %files doc %defattr(-,root,root) -%doc doc/html doc/pdf AUTHORS NEWS THANKS TODO COPYING ChangeLog +%doc doc/html AUTHORS NEWS THANKS TODO COPYING ChangeLog %changelog ++++++ vips-7.42.3.tar.gz -> vips-8.0.2.tar.gz ++++++ /work/SRC/openSUSE:Factory/vips/vips-7.42.3.tar.gz /work/SRC/openSUSE:Factory/.vips.new/vips-8.0.2.tar.gz differ: char 5, line 1
