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 2021-04-29 01:38:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/diff-pdf (Old)
 and      /work/SRC/openSUSE:Factory/.diff-pdf.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "diff-pdf"

Thu Apr 29 01:38:14 2021 rev:5 rq:888966 version:0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/diff-pdf/diff-pdf.changes        2021-01-01 
21:13:42.095385962 +0100
+++ /work/SRC/openSUSE:Factory/.diff-pdf.new.12324/diff-pdf.changes     
2021-04-29 01:39:20.650658701 +0200
@@ -1,0 +2,17 @@
+Wed Apr 28 07:54:00 UTC 2021 - Martin Pluskal <[email protected]>
+
+- Update to version 0.5:
+  * Reflect renaming of package from Ubuntu 20.10 on
+  * Increase version to v0.5
+  * Add --grayscale option
+  * Show default DPI value used in --help output
+  * Remove code for old versions of glib and wxWidgets
+  * Tiny code formatting fixes
+  * Add rasterization DPI option (#71)
+  * AppVeyor: fix MSYS2 build
+  * Remove legacy poppler-cairo dependency (#69)
+  * Add instructions for installing on Fedora and CentOS 8 (#66)
+- Drop no longer needed fix-find-poppler.patch
+- Switch to obs scm _service
+
+-------------------------------------------------------------------

Old:
----
  diff-pdf-0.4.1.tar.gz
  diff-pdf.1
  fix-find-poppler.patch

New:
----
  _service
  _servicedata
  diff-pdf-0.5.obscpio
  diff-pdf.obsinfo

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

Other differences:
------------------
++++++ diff-pdf.spec ++++++
--- /var/tmp/diff_new_pack.qmYrh6/_old  2021-04-29 01:39:21.158659420 +0200
+++ /var/tmp/diff_new_pack.qmYrh6/_new  2021-04-29 01:39:21.158659420 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package diff-pdf
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,18 +17,17 @@
 
 
 Name:           diff-pdf
-Version:        0.4.1
+Version:        0.5
 Release:        0
 Summary:        Simple PDF comparison tool
 License:        GPL-2.0-only AND LGPL-2.0-only
 Group:          Productivity/Publishing/PDF
 URL:            https://vslavik.github.io/diff-pdf/
-Source0:        
https://github.com/vslavik/diff-pdf/archive/v%{version}/%{name}-%{version}.tar.gz
-Source1:        %{name}.1
-Patch0:         fix-find-poppler.patch
+Source0:        %{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  gcc-c++
+BuildRequires:  help2man
 BuildRequires:  pkgconfig
 BuildRequires:  wxWidgets-devel
 BuildRequires:  pkgconfig(cairo)
@@ -40,7 +39,7 @@
 diff-pdf is a simple tool for comparing two PDF files.
 
 %prep
-%autosetup -p1
+%autosetup
 
 %build
 ./bootstrap
@@ -50,9 +49,9 @@
 %install
 %make_install
 
-#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}
+install -d %{buildroot}%{_mandir}/man1/
+help2man -N -n "%{summary}" --version-string="%{version}" --no-discard-stderr \
+         -o %{buildroot}%{_mandir}/man1/%{name}.1 
%{buildroot}%{_bindir}/%{name}
 
 %files
 %license COPYING COPYING.icons

++++++ _service ++++++
<services>
  <service name="obs_scm" mode="disabled">
    <param name="versionformat">@PARENT_TAG@</param>
    <param name="url">https://github.com/vslavik/diff-pdf.git</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="exclude">.*</param>
    <param name="versionrewrite-pattern">v(.*)</param>
  </service>
  <service name="tar" mode="buildtime"/>
  <service name="recompress" mode="buildtime">
    <param name="compression">gz</param>
    <param name="file">*.tar</param>
  </service>
  <service name="set_version" mode="disabled">
  </service>
</services>
++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/vslavik/diff-pdf.git</param>
              <param 
name="changesrevision">201dab3d230c0d9513d9330bd10030d590894056</param></service></servicedata>++++++
 diff-pdf.obsinfo ++++++
name: diff-pdf
version: 0.5
mtime: 1614361918
commit: 201dab3d230c0d9513d9330bd10030d590894056

Reply via email to