From dc5bfef8c5b358ea1d763612f9e7f15bfb31d264 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volker=20Fr=C3=B6hlich?= Date: Thu, 25 Dec 2014 22:03:36 +0100 Subject: [PATCH] Update to 1.0.7, install cmake find script --- .gitignore | 1 + libgta.spec | 7 ++++++- sources | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b4e7269..f6e792c 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /libgta-1.0.3.tar.xz /libgta-1.0.4.tar.xz /libgta-1.0.6.tar.xz +/libgta-1.0.7.tar.xz diff --git a/libgta.spec b/libgta.spec index 7339403..a8db813 100644 --- a/libgta.spec +++ b/libgta.spec @@ -1,5 +1,5 @@ Name: libgta -Version: 1.0.6 +Version: 1.0.7 Release: 1%{?dist} Summary: Library that implements the Generic Tagged Arrays file format Group: System Environment/Libraries @@ -71,6 +71,7 @@ make check V=1 %{_libdir}/%{name}.so.* %files devel +%{_datadir}/%{name}/cmake/FindGTA.cmake %{_libdir}/pkgconfig/gta.pc %{_includedir}/gta %{_libdir}/%{name}.so @@ -81,6 +82,10 @@ make check V=1 %changelog +* Thu Dec 25 2014 Volker Fröhlich - 1.0.7-1 +- New upstream release +- Install the cmake find script + * Wed Dec 17 2014 Volker Fröhlich - 1.0.6-1 - New upstream release diff --git a/sources b/sources index 36208d3..8896818 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -154296eb49ef953db28d7d7d5ccaedf2 libgta-1.0.6.tar.xz +0b3726078834f990496917e31fe7e770 libgta-1.0.7.tar.xz