#1 Update to 10.0.1
Closed 4 years ago by zdohnal. Opened 4 years ago by dreua.
rpms/ dreua/qpdf update-10.0.1  into  master

file modified
+1
@@ -25,3 +25,4 @@ 

  /qpdf-9.0.1.tar.gz

  /qpdf-9.1.0.tar.gz

  /qpdf-9.1.1.tar.gz

+ /qpdf-10.0.1.tar.gz

file modified
+8 -5
@@ -1,13 +1,13 @@ 

  Summary: Command-line tools and library for transforming PDF files

  Name:    qpdf

- Version: 9.1.1

- Release: 3%{?dist}

+ Version: 10.0.1

+ 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)

  License: (Artistic 2.0 or ASL 2.0) and MIT

  URL:     http://qpdf.sourceforge.net/

- Source0: http://downloads.sourceforge.net/sourceforge/qpdf/qpdf-%{version}.tar.gz

+ Source0: https://downloads.sourceforge.net/sourceforge/qpdf/qpdf-%{version}.tar.gz

  

  Patch0:  qpdf-doc.patch

  # zlib has optimalization for aarch64 now, which gives different output after
@@ -132,8 +132,8 @@ 

  %files libs

  %doc README.md TODO ChangeLog

  %license Artistic-2.0

- %{_libdir}/libqpdf.so.26

- %{_libdir}/libqpdf.so.26.1.1

+ %{_libdir}/libqpdf.so.28

+ %{_libdir}/libqpdf.so.28.0.1

  

  %files devel

  %doc examples/*.cc examples/*.c
@@ -146,6 +146,9 @@ 

  

  

  %changelog

+ * Fri Apr 10 2020 David Auer <dreua@posteo.de> - 10.0.1-1

+ - 10.0.1

+ 

  * Wed Mar 25 2020 Jitka Plesnikova <jplesnik@redhat.com> - 9.1.1-3

  - Add all perl dependencies for tests

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (qpdf-9.1.1.tar.gz) = 008a11fef663a57ca173631f2053988023babea6c333cfe01db0ef955c8cd36d387ed9f2039f55bd5f9ca94c7a8e400461a09a15c5f89e03bc0817fdd0d3d585

+ SHA512 (qpdf-10.0.1.tar.gz) = b73c0839b08905052d90ed78645cc9fb4fda4a0fa803db7b46f3d77a2c2f7e8cec52173834b1e1f008f3a3475a7d913362d22e1ebece11187a90c9035b81de94

I actually started to work on this last week too, so I'm closing the issue.

Pull-Request has been closed by zdohnal

4 years ago