[openslide/f17] 3.3.2

Benjamin Gilbert bgilbert at fedoraproject.org
Sun Dec 2 00:30:11 UTC 2012


commit e70d7389aae3ae09021b52b546a708732d774d8c
Author: Benjamin Gilbert <bgilbert at backtick.net>
Date:   Sat Dec 1 18:43:03 2012 -0500

    3.3.2

 .gitignore     |    1 +
 openslide.spec |   11 +++++++++--
 sources        |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index fc5ac44..fb3918b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /openslide-3.3.1.tar.xz
+/openslide-3.3.2.tar.xz
diff --git a/openslide.spec b/openslide.spec
index 0e2ae32..ca03b31 100644
--- a/openslide.spec
+++ b/openslide.spec
@@ -1,5 +1,5 @@
 Name:		openslide
-Version:	3.3.1
+Version:	3.3.2
 Release:	1%{?dist}
 Summary:	C library for reading virtual slides
 
@@ -10,11 +10,12 @@ Source0:	http://github.com/downloads/%{name}/%{name}/%{name}-%{version}.tar.xz
 
 BuildRequires:	pkgconfig(glib-2.0)
 BuildRequires:	pkgconfig(cairo)
+BuildRequires:	pkgconfig(zlib)
 BuildRequires:	pkgconfig(libpng)
 BuildRequires:	pkgconfig(libopenjpeg1)
 BuildRequires:	pkgconfig(libxml-2.0)
 
-BuildRequires:	libtiff-devel libjpeg-devel
+BuildRequires:	libtiff-devel libjpeg-turbo-devel
 
 
 %description
@@ -79,6 +80,12 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 
 %changelog
+* Sat Dec 01 2012 Benjamin Gilbert <bgilbert at backtick.net> - 3.3.2-1
+- New upstream release
+   + Fix seams in MIRAX 2.2 slides
+   + Fix associated images in single-level Aperio slides
+   + Improve performance on MIRAX and Hamamatsu VMU
+
 * Sun Oct 14 2012 Benjamin Gilbert <bgilbert at backtick.net> - 3.3.1-1
 - New upstream release
    + Parallelize concurrent openslide_read_region calls
diff --git a/sources b/sources
index a0c168a..5d7d76a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ce697fd0dbb01df8f503db45bbf7f0a  openslide-3.3.1.tar.xz
+be2f4b1279d194ca9eed67c0097261a3  openslide-3.3.2.tar.xz


More information about the scm-commits mailing list