Fix unescaped macro in changelog entry (#1523643)
This commit is contained in:
parent
6334f69ce5
commit
e8739ceeed
@ -1,7 +1,7 @@
|
||||
Summary: Library of functions for manipulating TIFF format image files
|
||||
Name: libtiff
|
||||
Version: 4.0.9
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: libtiff
|
||||
Group: System Environment/Libraries
|
||||
URL: http://www.simplesystems.org/libtiff/
|
||||
@ -167,6 +167,9 @@ find html -name 'Makefile*' | xargs rm
|
||||
%{_mandir}/man1/*
|
||||
|
||||
%changelog
|
||||
* Mon Dec 11 2017 Nikola Forró <nforro@redhat.com> - 4.0.9-2
|
||||
- Fix unescaped macro in changelog entry (#1523643)
|
||||
|
||||
* Thu Nov 23 2017 Nikola Forró <nforro@redhat.com> - 4.0.9-1
|
||||
- New upstream version libtiff-4.0.9 (#1514863)
|
||||
|
||||
@ -237,7 +240,7 @@ find html -name 'Makefile*' | xargs rm
|
||||
- Fix #510240 Correct tiff2ps man option -W
|
||||
|
||||
* Wed Oct 16 2013 Petr Hracek <phracek@redhat.com> - 4.0.3-12
|
||||
- make check moved to %check section (#1017070)
|
||||
- make check moved to %%check section (#1017070)
|
||||
|
||||
* Tue Oct 08 2013 Petr Hracek <phracek@redhat.com> - 4.0.3-11
|
||||
- Resolves: #510258, #510240 - man page corrections
|
||||
|
Loading…
Reference in New Issue
Block a user