diff --git a/.gitignore b/.gitignore index 15a37b6..397db9f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1 @@ -libopenraw-0.0.8.tar.gz -/libopenraw-0.0.9.tar.bz2 -/libopenraw-0.1.0.tar.bz2 -/libopenraw-0.1.1.tar.bz2 -/libopenraw-0.1.2.tar.bz2 +/libopenraw-*.tar.bz2 diff --git a/libopenraw.spec b/libopenraw.spec index 58edecc..7233fb9 100644 --- a/libopenraw.spec +++ b/libopenraw.spec @@ -1,7 +1,7 @@ Summary: Decode camera RAW files Name: libopenraw -Version: 0.1.2 -Release: 4%{?dist} +Version: 0.1.3 +Release: 1%{?dist} License: LGPLv3+ URL: http://libopenraw.freedesktop.org/wiki Source0: http://libopenraw.freedesktop.org/download/%{name}-%{version}.tar.bz2 @@ -82,12 +82,8 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete %files -%doc AUTHORS -%doc ChangeLog -%doc COPYING -%doc NEWS -%doc README -%doc TODO +%license COPYING +%doc AUTHORS ChangeLog NEWS README TODO %{_libdir}/%{name}.so.* %files gnome @@ -111,6 +107,9 @@ find $RPM_BUILD_ROOT -type f -name "*.la" -delete %{_libdir}/gdk-pixbuf-2.0/*/loaders/*.so %changelog +* Fri May 4 2018 Peter Robinson 0.1.3-1 +- Updated to 0.1.3 + * Wed Feb 07 2018 Fedora Release Engineering - 0.1.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild