Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package diff-pdf for openSUSE:Factory 
checked in at 2023-02-13 16:41:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/diff-pdf (Old)
 and      /work/SRC/openSUSE:Factory/.diff-pdf.new.1848 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "diff-pdf"

Mon Feb 13 16:41:17 2023 rev:6 rq:1065417 version:0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/diff-pdf/diff-pdf.changes        2021-04-29 
01:39:20.650658701 +0200
+++ /work/SRC/openSUSE:Factory/.diff-pdf.new.1848/diff-pdf.changes      
2023-02-13 16:43:15.640203039 +0100
@@ -1,0 +2,6 @@
+Mon Feb 13 06:20:28 UTC 2023 - [email protected]
+
+- Pre-create diff-pdf.1 with help2man to work around GTK+ DISPLAY
+  errors (boo#1180471)
+
+-------------------------------------------------------------------

New:
----
  diff-pdf.1

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

Other differences:
------------------
++++++ diff-pdf.spec ++++++
--- /var/tmp/diff_new_pack.zLCaTF/_old  2023-02-13 16:43:16.032205348 +0100
+++ /var/tmp/diff_new_pack.zLCaTF/_new  2023-02-13 16:43:16.036205372 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package diff-pdf
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,10 +24,10 @@
 Group:          Productivity/Publishing/PDF
 URL:            https://vslavik.github.io/diff-pdf/
 Source0:        %{name}-%{version}.tar.gz
+Source1:        %{name}.1
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
-BuildRequires:  help2man
 BuildRequires:  pkgconfig
 BuildRequires:  wxWidgets-devel
 BuildRequires:  pkgconfig(cairo)
@@ -49,9 +49,9 @@
 %install
 %make_install
 
-install -d %{buildroot}%{_mandir}/man1/
-help2man -N -n "%{summary}" --version-string="%{version}" --no-discard-stderr \
-         -o %{buildroot}%{_mandir}/man1/%{name}.1 
%{buildroot}%{_bindir}/%{name}
+#help2man -N -n "%%{summary}" --version-string="%%{version}" 
--no-discard-stderr \
+#        -o %%{buildroot}%%{_mandir}/man1/%%{name}.1 
%%{buildroot}%%{_bindir}/%%{name}
+install -D -m 0644 -t %{buildroot}%{_mandir}/man1/ %{SOURCE1}
 
 %files
 %license COPYING COPYING.icons

++++++ diff-pdf.1 ++++++
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.3.
.TH DIFF-PDF "1" "February 2023" "diff-pdf 0.5" "User Commands"
.SH NAME
diff-pdf \- Simple PDF comparison tool
.SH SYNOPSIS
.B diff-pdf
[\fI\,-h\/\fR] [\fI\,-v\/\fR] [\fI\,-s\/\fR] [\fI\,-m\/\fR] [\fI\,-g\/\fR] 
[\fI\,--output-diff <str>\/\fR] [\fI\,--channel-tolerance <num>\/\fR] 
[\fI\,--dpi <num>\/\fR] [\fI\,--view\/\fR] \fI\,file1.pdf file2.pdf\/\fR
.SH DESCRIPTION
.TP
\fB\-h\fR, \fB\-\-help\fR
show this help message
.TP
\fB\-v\fR, \fB\-\-verbose\fR
be verbose
.TP
\fB\-s\fR, \fB\-\-skip\-identical\fR
only output pages with differences
.TP
\fB\-m\fR, \fB\-\-mark\-differences\fR
additionally mark differences on left side
.TP
\fB\-g\fR, \fB\-\-grayscale\fR
only differences will be in color, unchanged parts will show as gray
.TP
\fB\-\-output\-diff=\fR<str>
output differences to given PDF file
.TP
\fB\-\-channel\-tolerance=\fR<num>
consider channel values to be equal if within specified tolerance
.TP
\fB\-\-dpi=\fR<num>
rasterization resolution (default: 300 dpi)
.TP
\fB\-\-view\fR
view the differences in a window

Reply via email to