Hello community,

here is the log from the commit of package openslide for openSUSE:Factory 
checked in at 2012-11-02 17:38:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openslide (Old)
 and      /work/SRC/openSUSE:Factory/.openslide.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openslide", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/openslide/openslide.changes      2012-08-27 
16:35:50.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openslide.new/openslide.changes 2012-11-02 
17:38:05.000000000 +0100
@@ -1,0 +2,29 @@
+Wed Oct 31 18:45:18 UTC 2012 - [email protected]
+
+- Update to version 3.3.1
+  * Parallelize concurrent openslide_read_region calls on an openslide_t
+  * Eliminate background scanning of tile headers in MIRAX
+  * Scan many fewer tiles during first accesses to Hamamatsu VMS
+  * Ignore Leica Z-planes other than 0
+  * Add experimental tile-size properties
+  * Document API thread safety
+
+-------------------------------------------------------------------
+Sat Sep 15 14:08:02 UTC 2012 - [email protected]
+
+- Update to version 3.3.0
+  * Support Leica SCN format (requires libtiff >= 4) (thanks, Agelos Pappas)
+  * Allow opening MIRAX 2.2 slides (though there are seams, bug #92)
+  * Add standardized microns-per-pixel and objective-power properties
+  * Add "macro" associated image in Trestle
+  * Rename "layer" to "level" throughout the API (deprecate "layer" functions;
+    remove "layer" properties)
+  * Report parse errors in openslide_open() by returning an openslide_t in
+    error state
+  * Deprecate openslide_get_comment()
+  * Add openslide_get_version()
+  * Improve command-line tools; add manpages
+  * Support building with MinGW-w64; drop CMake, MSVC, mingw32
+  * Add tests for many error paths
+
+-------------------------------------------------------------------

Old:
----
  openslide-3.2.6.tar.xz

New:
----
  openslide-3.3.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openslide.spec ++++++
--- /var/tmp/diff_new_pack.8f5EnG/_old  2012-11-02 17:38:07.000000000 +0100
+++ /var/tmp/diff_new_pack.8f5EnG/_new  2012-11-02 17:38:07.000000000 +0100
@@ -15,22 +15,24 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define soversion 0
 %define libname lib%{name}
 
 Name:           openslide
-Version:        3.2.6
+Version:        3.3.1
 Release:        0
-License:        LGPL-2.1
 Summary:        C library for reading virtual slides
-Url:            http://openslide.org/
+License:        LGPL-2.1
 Group:          System/Libraries
+Url:            http://openslide.org/
 Source0:        
http://github.com/downloads/openslide/openslide/%{name}-%{version}.tar.xz
 BuildRequires:  cairo-devel
 BuildRequires:  glib2-devel
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
+BuildRequires:  libxml2-devel
 BuildRequires:  openjpeg-devel
 BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -93,7 +95,7 @@
 
 %files -n %{libname}%{soversion}
 %defattr(-,root,root)
-%{_libdir}/*.so.*
+%{_libdir}/*.so.%{soversion}*
 
 %files -n %{libname}-devel
 %defattr(-,root,root)
@@ -108,5 +110,6 @@
 %files tools
 %defattr(-,root,root)
 %{_bindir}/*
+%{_mandir}/man1/openslide*.1.gz
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to