diff --git a/.cvsignore b/.cvsignore index 2ecea32..ee14cce 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -openslide-3.0.3.tar.xz +openslide-3.1.0.tar.xz diff --git a/openslide.spec b/openslide.spec index bd481c1..132abcb 100644 --- a/openslide.spec +++ b/openslide.spec @@ -1,5 +1,5 @@ Name: openslide -Version: 3.0.3 +Version: 3.1.0 Release: 1%{?dist} Summary: C library for reading virtual slides @@ -7,7 +7,6 @@ Group: System Environment/Libraries License: LGPLv2 URL: http://openslide.cs.cmu.edu/ Source0: %{url}download/%{name}-%{version}.tar.xz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel openjpeg-devel libtiff-devel BuildRequires: libjpeg-devel pkgconfig cairo-devel @@ -48,7 +47,6 @@ make %{?_smp_mflags} %install -rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' @@ -82,6 +80,13 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Apr 1 2010 Adam Goode - 3.1.0-1 +- New upstream release + + Support newer Aperio files (compression 33005) + + Be more robust in reading raw TIFF tiles + + Reject invalid TIFF files earlier + + Fix many memory leaks when probing for TIFF files + * Tue Mar 2 2010 Adam Goode - 3.0.3-1 - New upstream release + Fix nasty MIRAX seam problem diff --git a/sources b/sources index f25aec5..1eeef6e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3bce3b6879ac2ffb649621a0fe78e7a0 openslide-3.0.3.tar.xz +924ed896f93babf06e710d9e1abf0940 openslide-3.1.0.tar.xz