Hello community, here is the log from the commit of package openslide for openSUSE:Factory checked in at 2014-01-30 11:36:41 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openslide (Old) and /work/SRC/openSUSE:Factory/.openslide.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openslide" Changes: -------- --- /work/SRC/openSUSE:Factory/openslide/openslide.changes 2013-04-14 10:36:24.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.openslide.new/openslide.changes 2014-01-30 11:36:42.000000000 +0100 @@ -1,0 +2,20 @@ +Sun Jan 26 19:29:10 UTC 2014 - [email protected] + +- Update to version 3.4.0 + * Major internal restructuring + * New formats: Hamamatsu NDPI, Sakura SVSLIDE, Ventana BIF (preliminary) + * Add openslide_detect_vendor() + * Deprecate openslide_can_open() (not very useful and often misused) + * Document performance considerations for openslide_open() + * Add properties giving the bounds of the non-empty region of the slide + * leica: Support multiple main images if their levels are coplanar + * leica: Use slide size as level size + * mirax: Support PNG- and BMP-formatted slides + * mirax: Fix "Expected first 0 value" error opening some slides + * mirax: Fix incorrect tile placement on some slides without overlaps + * mirax: Never synthesize downsampled levels + * Add OPENSLIDE_DEBUG environment variable (OPENSLIDE_DEBUG=? for help) + * Fix some crashes in error paths + * Add tests for many error paths + +------------------------------------------------------------------- Old: ---- openslide-3.3.3.tar.xz New: ---- openslide-3.4.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openslide.spec ++++++ --- /var/tmp/diff_new_pack.j1IXZq/_old 2014-01-30 11:36:43.000000000 +0100 +++ /var/tmp/diff_new_pack.j1IXZq/_new 2014-01-30 11:36:43.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package openslide # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -20,21 +20,23 @@ %define libname lib%{name} Name: openslide -Version: 3.3.3 +Version: 3.4.0 Release: 0 Summary: C library for reading virtual slides License: LGPL-2.1 Group: System/Libraries Url: http://openslide.org/ -Source0: http://download.openslide.org/releases/openslide/%{name}-%{version}.tar.xz +Source0: https://github.com/openslide/openslide/releases/download/v%{version}/openslide-%{version}.tar.xz BuildRequires: cairo-devel BuildRequires: fdupes +BuildRequires: gdk-pixbuf-devel BuildRequires: glib2-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: libxml2-devel BuildRequires: openjpeg-devel +BuildRequires: sqlite3-devel BuildRequires: xz BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -107,7 +109,7 @@ %files doc %defattr(-,root,root) -%doc README.txt lgpl-2.1.txt TODO.txt LICENSE.txt CHANGELOG.txt doc/html/ +%doc README.txt lgpl-2.1.txt LICENSE.txt CHANGELOG.txt doc/html/ %files tools %defattr(-,root,root) ++++++ openslide-3.3.3.tar.xz -> openslide-3.4.0.tar.xz ++++++ ++++ 38919 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
