Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package pdfmixtool for openSUSE:Factory 
checked in at 2021-06-18 10:13:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/pdfmixtool (Old)
 and      /work/SRC/openSUSE:Factory/.pdfmixtool.new.2625 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "pdfmixtool"

Fri Jun 18 10:13:50 2021 rev:2 rq:900454 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/pdfmixtool/pdfmixtool.changes    2021-06-01 
10:41:16.889203237 +0200
+++ /work/SRC/openSUSE:Factory/.pdfmixtool.new.2625/pdfmixtool.changes  
2021-06-18 10:14:03.130015334 +0200
@@ -1,0 +2,19 @@
+Wed Jun 16 19:27:49 UTC 2021 - Asterios Dramis <[email protected]>
+
+- Apply qpdf9.patch only for Leap <= 15.2. Leap 15.3 has qpdf10.
+
+-------------------------------------------------------------------
+Tue Jun 15 18:39:11 UTC 2021 - Asterios Dramis <[email protected]>
+
+- Update to version 1.0.1:
+  * Interface has been overhauled to make it more intuitive
+  * Links, annotations, outlines are now preserved as much as
+    possible in all operations
+  * Add Qt 6 support
+  * Add right-to-left support in pages composition
+  * Add ability to edit PDF document information
+- Fix rpmlint warning "files-duplicate". Added fdupes build
+  requirement for this.
+- Rebased qpdf9.patch to apply cleanly.
+
+-------------------------------------------------------------------

Old:
----
  pdfmixtool-v0.6.tar.bz2

New:
----
  pdfmixtool-v1.0.1.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ pdfmixtool.spec ++++++
--- /var/tmp/diff_new_pack.KfaveQ/_old  2021-06-18 10:14:03.686016068 +0200
+++ /var/tmp/diff_new_pack.KfaveQ/_new  2021-06-18 10:14:03.686016068 +0200
@@ -17,16 +17,17 @@
 
 
 Name:           pdfmixtool
-Version:        0.6
+Version:        1.0.1
 Release:        0
 Summary:        Split, Merge, Rotate and Mix PDF Files
 License:        GPL-3.0-only
 Group:          Productivity/Publishing/PDF
 URL:            https://gitlab.com/scarpetta/pdfmixtool/
 Source0:        
https://gitlab.com/scarpetta/pdfmixtool/-/archive/v%{version}/%{name}-v%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM qpdf9.patch [email protected] -- Fix compilation 
with qpdf-9 in Leap
+# PATCH-FIX-UPSTREAM qpdf9.patch [email protected] -- Fix compilation 
with qpdf-9 in Leap <= 15.2
 Patch0:         qpdf9.patch
 BuildRequires:  cmake
+BuildRequires:  fdupes
 BuildRequires:  hicolor-icon-theme
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
@@ -41,7 +42,7 @@
 
 %prep
 %setup -q -n %{name}-v%{version}
-%if 0%{?suse_version} <= 1500
+%if 0%{?sle_version} <= 150200 && 0%{?is_opensuse}
 %patch0 -p1
 %endif
 
@@ -52,10 +53,14 @@
 %install
 %cmake_install
 %suse_update_desktop_file -r -G "PDF Mix Tool" eu.scarpetta.PDFMixTool Qt 
Office Publishing Graphics Viewer
+# Fix rpmlint warning "files-duplicate"
+install -dpm 0755 %{buildroot}%{_defaultdocdir}/%{name}
+install -pm 0644 AUTHORS.md CHANGELOG.md TRANSLATORS.md 
%{buildroot}%{_defaultdocdir}/%{name}/
+%fdupes -s %{buildroot}
 
 %files
 %license LICENSE
-%doc CHANGELOG.md README.md
+%doc AUTHORS.md CHANGELOG.md README.md TRANSLATORS.md
 %{_bindir}/pdfmixtool
 %{_datadir}/applications/*.desktop
 %{_datadir}/icons/hicolor/*/apps/*

++++++ pdfmixtool-v0.6.tar.bz2 -> pdfmixtool-v1.0.1.tar.bz2 ++++++
++++ 36254 lines of diff (skipped)

++++++ qpdf9.patch ++++++
--- /var/tmp/diff_new_pack.KfaveQ/_old  2021-06-18 10:14:03.914016369 +0200
+++ /var/tmp/diff_new_pack.KfaveQ/_new  2021-06-18 10:14:03.914016369 +0200
@@ -1,17 +1,19 @@
 ---
- src/pdf_edit_lib/pdf_writer.cpp |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
+ src/pdf_edit_lib/pdf_editor.cpp |    4 +---
+ 1 file changed, 1 insertion(+), 3 deletions(-)
 
-Index: pdfmixtool-v0.6/src/pdf_edit_lib/pdf_writer.cpp
+Index: pdfmixtool-v1.0.1/src/pdf_edit_lib/pdf_editor.cpp
 ===================================================================
---- pdfmixtool-v0.6.orig/src/pdf_edit_lib/pdf_writer.cpp
-+++ pdfmixtool-v0.6/src/pdf_edit_lib/pdf_writer.cpp
-@@ -465,7 +465,7 @@ void write_pdf(const Conf &conf, std::fu
-                             QPDFObjectHandle::Rectangle(
-                                 0, 0,
-                                 page_width, page_height),
--                            false, true, true);
-+                            false);
+--- pdfmixtool-v1.0.1.orig/src/pdf_edit_lib/pdf_editor.cpp
++++ pdfmixtool-v1.0.1/src/pdf_edit_lib/pdf_editor.cpp
+@@ -676,9 +676,7 @@ void PdfEditor::m_impose_page(QPDFObject
+                 QPDFObjectHandle::Rectangle(
+                     x, y,
+                     x + page_width, y + page_height),
+-                false,
+-                true,
+-                true);
++                false);
  
-                 if (! content.empty())
-                 {
+     if (!content.empty())
+     {

Reply via email to