diff --git a/.gitignore b/.gitignore index 0c5a8c0..034e089 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /osmium-tool-1.3.0.tar.gz +/osmium-tool-1.3.1.tar.gz diff --git a/osmium-tool.spec b/osmium-tool.spec index c54c753..3ff8ccb 100644 --- a/osmium-tool.spec +++ b/osmium-tool.spec @@ -1,6 +1,6 @@ Name: osmium-tool -Version: 1.3.0 -Release: 4%{?dist} +Version: 1.3.1 +Release: 1%{?dist} Summary: Command line tool for working with OpenStreetMap data License: GPLv3 @@ -9,7 +9,8 @@ Source0: https://github.com/osmcode/%{name}/archive/v%{version}/%{name}-% BuildRequires: cmake pandoc man-db -BuildRequires: libosmium-devel libosmium-static +BuildRequires: libosmium-devel >= 2.7.2 +BuildRequires: libosmium-static >= 2.7.2 %description Command line tool for working with OpenStreetMap data @@ -50,6 +51,9 @@ ctest -V %changelog +* Sat Jun 11 2016 Tom Hughes - 1.3.1-1 +- Update to 1.3.1 upstream release + * Thu Feb 04 2016 Fedora Release Engineering - 1.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 28051cf..2eaadfd 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1c400b240f865df8e9ea983f9ce1161e osmium-tool-1.3.0.tar.gz +1ddfd41badcddcee5f90572d07a1c570 osmium-tool-1.3.1.tar.gz