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