diff --git a/.gitignore b/.gitignore index 45f5c6d..293f649 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /api-sanity-checker-1.12.9.tar.gz +/api-sanity-checker-1.12.10.tar.gz diff --git a/api-sanity-checker.spec b/api-sanity-checker.spec index e0b0682..c85155f 100644 --- a/api-sanity-checker.spec +++ b/api-sanity-checker.spec @@ -1,6 +1,6 @@ Name: api-sanity-checker -Version: 1.12.9 -Release: 3%{?dist} +Version: 1.12.10 +Release: 1%{?dist} Summary: An automatic generator of basic unit tests for a shared C/C++ library License: GPLv2 @@ -51,12 +51,15 @@ sed -i '3,5d' %{buildroot}%{_mandir}/man1/api-sanity-checker.1 %files -%doc LICENSE.txt doc/* +%doc LICENSE README doc/* %{_bindir}/%{name} %{_mandir}/man1/%{name}.1.gz %changelog +* Wed Dec 05 2012 Richard Shaw - 1.12.10-1 +- Update to latest upstream release. + * Mon Mar 19 2012 Richard Shaw - 1.12.9-3 - Fix man page generation and license in spec file. diff --git a/sources b/sources index 067b0c8..a75cc0e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d94b6cc755662baadb04510974ac3ff5 api-sanity-checker-1.12.9.tar.gz +b59e573c42a7e7398203b9323889bdb5 api-sanity-checker-1.12.10.tar.gz