From a818cf0ca61475801d69eeddf5fd9f35017fc6a6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 6 Jan 2014 08:10:32 -0600 Subject: [PATCH] 0.2.8 (#1048784) --- .gitignore | 3 +-- lensfun.spec | 18 +++++++++++++----- sources | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.gitignore b/.gitignore index 4111062..0cf2611 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/lensfun-0.2.6.tar.bz2 -/lensfun-0.2.7.tar.bz2 +/lensfun-0.2.8.tar.bz2 diff --git a/lensfun.spec b/lensfun.spec index e1e5ac5..9c1bf80 100644 --- a/lensfun.spec +++ b/lensfun.spec @@ -1,14 +1,15 @@ Name: lensfun -Version: 0.2.7 +Version: 0.2.8 Summary: Library to rectify defects introduced by photographic lenses -Release: 2%{?dist} +Release: 1%{?dist} License: LGPLv3 and CC-BY-SA URL: http://lensfun.berlios.de/ -Source0: http://downloads.sourceforge.net/project/lensfun.berlios/lensfun-%{version}.tar.bz2 - -## upstreamable patches +# sf link doesn't work anymore +#Source0: http://downloads.sourceforge.net/project/lensfun.berlios/lensfun-%{version}.tar.bz2 +# this one's a bit wierd too, spectool -g gets the filename wrong +Source0: http://download.berlios.de/lensfun/lensfun-%{version}.tar.bz2 BuildRequires: cmake >= 2.8 BuildRequires: doxygen @@ -54,6 +55,10 @@ make doc -C %{_target_platform} %install make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform} +## unpackaged files +# omit cmake-installed doxygen docs, we handle that manually +rm -rfv %{buildroot}%{_docdir}/%{name}-%{version}* + %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -73,6 +78,9 @@ make install/fast DESTDIR=$RPM_BUILD_ROOT -C %{_target_platform} %changelog +* Mon Jan 06 2014 Rex Dieter 0.2.8-1 +- 0.2.8 (#1048784) + * Sat Aug 03 2013 Fedora Release Engineering - 0.2.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 3d822ee..acf7111 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6061cc2d00a42d3e62512878426fc841 lensfun-0.2.7.tar.bz2 +db2988505e7432c6b331aa597789c639 lensfun-0.2.8.tar.bz2