diff --git a/.gitignore b/.gitignore index e649efd..98bd681 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /openslide-3.3.3.tar.xz +/openslide-3.4.0.tar.xz diff --git a/openslide.spec b/openslide.spec index 66deae9..cbce38e 100644 --- a/openslide.spec +++ b/openslide.spec @@ -1,12 +1,12 @@ Name: openslide -Version: 3.3.3 -Release: 2%{?dist} +Version: 3.4.0 +Release: 1%{?dist} Summary: C library for reading virtual slides Group: System Environment/Libraries License: LGPLv2 URL: http://openslide.org/ -Source0: http://download.openslide.org/releases/%{name}/%{name}-%{version}.tar.xz +Source0: https://github.com/%{name}/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(cairo) @@ -14,7 +14,9 @@ BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(libpng) BuildRequires: pkgconfig(libtiff-4) BuildRequires: pkgconfig(libopenjpeg1) +BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(libxml-2.0) +BuildRequires: pkgconfig(sqlite3) BuildRequires: libjpeg-turbo-devel @@ -65,7 +67,7 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %files -%doc README.txt lgpl-2.1.txt TODO.txt LICENSE.txt CHANGELOG.txt +%doc README.txt lgpl-2.1.txt LICENSE.txt CHANGELOG.txt %{_libdir}/*.so.* @@ -81,6 +83,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Sun Jan 26 2014 Benjamin Gilbert - 3.4.0-1 +- New release + * Sat Aug 03 2013 Fedora Release Engineering - 3.3.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index dc8f095..0a6f3d9 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8d65d7aac8144d4734efbe046843da25 openslide-3.3.3.tar.xz +ef594eb8add6e5d388784cbf6a46c958 openslide-3.4.0.tar.xz