From 7c04e54affe5157a29b7fb2d4e44f5b5ec4e8ad5 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Oct 06 2012 23:03:23 +0000 Subject: New upstream release --- diff --git a/.gitignore b/.gitignore index ff09e72..ca882e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -/openslide-3.2.6.tar.xz +/openslide-3.3.0.tar.xz diff --git a/openslide.spec b/openslide.spec index 1034d5c..afa9eff 100644 --- a/openslide.spec +++ b/openslide.spec @@ -1,6 +1,6 @@ Name: openslide -Version: 3.2.6 -Release: 2%{?dist} +Version: 3.3.0 +Release: 1%{?dist} Summary: C library for reading virtual slides Group: System Environment/Libraries @@ -11,6 +11,7 @@ Source0: http://github.com/downloads/%{name}/%{name}/%{name}-%{version}.tar.xz BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(libpng) +BuildRequires: pkgconfig(libxml-2.0) BuildRequires: openjpeg-devel libtiff-devel libjpeg-devel @@ -23,6 +24,7 @@ regardless of the underlying image format. %package devel Summary: Development files for %{name} Group: Development/Libraries +Requires: %{name}%{?_isa} = %{version}-%{release} %description devel The %{name}-devel package contains libraries and header files for @@ -32,6 +34,7 @@ developing applications that use %{name}. %package tools Summary: Command line tools for %{name} Group: Applications/Multimedia +Requires: %{name}%{?_isa} = %{version}-%{release} %description tools The %{name}-tools package contains command line tools for working @@ -71,9 +74,19 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %files tools %{_bindir}/* +%{_mandir}/man1/* %changelog +* Sat Sep 22 2012 Benjamin Gilbert - 3.3.0-1 +- New upstream release + + Support for Leica SCN format (requires libtiff 4) + + Partial support for MIRAX 2.2 + + Standard properties for microns-per-pixel and objective power + + Improved reporting of open errors + + Command-line tool improvements +- Add versioned dependency on main package to subpackages + * Fri Jul 20 2012 Fedora Release Engineering - 3.2.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index 3724b68..fce7117 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -84d0c433c77ddfa8757df99ca4449627 openslide-3.2.6.tar.xz +bf0b8e5276b1a5a5096dca3257c305fb openslide-3.3.0.tar.xz