8.4.0
This commit is contained in:
parent
f4004a6185
commit
89e095c976
1
.gitignore
vendored
1
.gitignore
vendored
@ -20,3 +20,4 @@
|
||||
/qpdf-8.1.0.tar.gz
|
||||
/qpdf-8.2.1.tar.gz
|
||||
/qpdf-8.3.0.tar.gz
|
||||
/qpdf-8.4.0.tar.gz
|
||||
|
||||
11
qpdf.spec
11
qpdf.spec
@ -1,7 +1,7 @@
|
||||
Summary: Command-line tools and library for transforming PDF files
|
||||
Name: qpdf
|
||||
Version: 8.3.0
|
||||
Release: 2%{?dist}
|
||||
Version: 8.4.0
|
||||
Release: 1%{?dist}
|
||||
# MIT: e.g. libqpdf/sha2.c
|
||||
# upstream uses ASL 2.0 now, but he allowed other to distribute qpdf under
|
||||
# old license (see README)
|
||||
@ -81,7 +81,7 @@ sed -i -e '1s,^#!/usr/bin/env perl,#!/usr/bin/perl,' qpdf/fix-qdf
|
||||
%build
|
||||
# work-around check-rpaths errors
|
||||
autoreconf --verbose --force --install
|
||||
# automake files needed to be regenerated in 8.3.0 - check if this can be removed
|
||||
# automake files needed to be regenerated in 8.4.0 - check if this can be removed
|
||||
# in the next qpdf release
|
||||
./autogen.sh
|
||||
|
||||
@ -110,7 +110,7 @@ make check
|
||||
%doc README.md TODO ChangeLog
|
||||
%license Artistic-2.0
|
||||
%{_libdir}/libqpdf.so.21
|
||||
%{_libdir}/libqpdf.so.21.3.0
|
||||
%{_libdir}/libqpdf.so.21.4.0
|
||||
|
||||
%files devel
|
||||
%doc examples/*.cc examples/*.c
|
||||
@ -123,6 +123,9 @@ make check
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 25 2019 Zdenek Dohnal <zdohnal@redhat.com> - 8.4.0-1
|
||||
- 8.4.0
|
||||
|
||||
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 8.3.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qpdf-8.3.0.tar.gz) = 9982a489cc6b9c880adc7decb18f1941930a86f430a00505f230364fbadf83c5afd832a1ccf7966a9453cdbb40b7c60db438f7b27d836a242eefb07a77d7284d
|
||||
SHA512 (qpdf-8.4.0.tar.gz) = 13225c6285311e8fe89970971b082b9613e70d474ee71dd5572f1ae268234d366c2c9c7bf427c4758a746a1a27ecc0127d31044ab501dbc08885c8aa0a514028
|
||||
|
||||
Loading…
Reference in New Issue
Block a user