Hello community, here is the log from the commit of package psutils for openSUSE:Factory checked in at 2020-09-25 16:24:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/psutils (Old) and /work/SRC/openSUSE:Factory/.psutils.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "psutils" Fri Sep 25 16:24:20 2020 rev:17 rq:836008 version:2.03 Changes: -------- --- /work/SRC/openSUSE:Factory/psutils/psutils.changes 2013-04-14 10:37:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.psutils.new.4249/psutils.changes 2020-09-25 16:27:03.535652548 +0200 @@ -1,0 +2,14 @@ +Tue Sep 22 08:11:01 UTC 2020 - Dr. Werner Fink <[email protected]> + +- The previous update makes trhe patches + * psutils-flip.dif (is part of upstream now) + * psutils-p17.dif (does not apply due move from C to perl) + * psutils-pserror.dif (does not apply due move from C to perl) + obsolete + +------------------------------------------------------------------- +Thu Sep 17 11:47:24 UTC 2020 - Paolo Stivanin <[email protected]> + +- Update to v2.03 (no changelog) + +------------------------------------------------------------------- Old: ---- psutils-flip.dif psutils-p17.dif psutils-p17.tar.gz psutils-pserror.dif psutils.test New: ---- psutils-2.03.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ psutils.spec ++++++ --- /var/tmp/diff_new_pack.dJteHb/_old 2020-09-25 16:27:04.847653710 +0200 +++ /var/tmp/diff_new_pack.dJteHb/_new 2020-09-25 16:27:04.847653710 +0200 @@ -1,7 +1,7 @@ # # spec file for package psutils # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,23 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: psutils -Version: p17 +Version: 2.03 Release: 0 Summary: Tools for Manipulating PostScript Files -License: GPL-2.0+ +License: GPL-3.0-or-later Group: Productivity/Publishing/PS -Source: http://mirrors.ctan.org/support/psutils/psutils-p17.tar.gz -Patch0: psutils-p17.dif -Patch1: psutils-flip.dif -Patch2: psutils-pserror.dif +URL: https://github.com/rrthomas/psutils +Source: https://github.com/rrthomas/psutils/releases/download/v%{version}/psutils-%{version}.tar.gz +Requires: paper Requires: perl -Provides: psutils-p17 -BuildRoot: %{_tmppath}/%{name}-%{version}-build +Requires: perl(IPC::Run3) %description This archive contains utilities for manipulating PostScript documents. @@ -48,71 +46,43 @@ epsffit fits an EPSF file to a given bounding box -You will find a README in /usr/share/doc/packages/psutils/ which also +You will find a README in %{_docdir}/psutils/ which also describes several Perl scripts for importing PostScript files. A manual page for each ps utility is also included. %prep -%setup -q -n psutils -%patch1 -p1 -b .flip -%patch2 -p0 -b .sec -%patch0 +%setup -q %build -make %{?_smp_mflags} -f Makefile.unix RPM_OPT_FLAGS="%{optflags}" +%configure +make %{?_smp_mflags} %install - mkdir -p %{buildroot}%{_mandir}/man1 %{buildroot}%{_prefix}/bin - make -f Makefile.unix BINDIR=%{buildroot}%{_bindir} \ - MANDIR=%{buildroot}%{_mandir}/man1 \ - INCLUDEDIR=%{buildroot}%{_datadir}/psutils install +%make_install %files -%defattr(-,root,root) -%doc README LICENSE +%license COPYING +%doc README %{_bindir}/epsffit -%{_bindir}/extractres -%{_bindir}/fixdlsrps -%{_bindir}/fixfmps -%{_bindir}/fixmacps -%{_bindir}/fixpsditps -%{_bindir}/fixpspps -%{_bindir}/fixscribeps -%{_bindir}/fixtpps -%{_bindir}/fixwfwps -%{_bindir}/fixwpps -%{_bindir}/fixwwps -%{_bindir}/getafm -%{_bindir}/includeres %{_bindir}/psbook -%{_bindir}/psmerge %{_bindir}/psnup %{_bindir}/psresize %{_bindir}/psselect %{_bindir}/pstops -%{_bindir}/showchar -%{_mandir}/man1/epsffit.1.gz -%{_mandir}/man1/extractres.1.gz -%{_mandir}/man1/fixdlsrps.1.gz -%{_mandir}/man1/fixfmps.1.gz -%{_mandir}/man1/fixmacps.1.gz -%{_mandir}/man1/fixpsditps.1.gz -%{_mandir}/man1/fixpspps.1.gz -%{_mandir}/man1/fixscribeps.1.gz -%{_mandir}/man1/fixtpps.1.gz -%{_mandir}/man1/fixwfwps.1.gz -%{_mandir}/man1/fixwpps.1.gz -%{_mandir}/man1/fixwwps.1.gz -%{_mandir}/man1/getafm.1.gz -%{_mandir}/man1/includeres.1.gz -%{_mandir}/man1/psbook.1.gz -%{_mandir}/man1/psmerge.1.gz -%{_mandir}/man1/psnup.1.gz -%{_mandir}/man1/psresize.1.gz -%{_mandir}/man1/psselect.1.gz -%{_mandir}/man1/pstops.1.gz -%dir %{_datadir}/psutils/ -%{_datadir}/psutils/md68_0.ps -%{_datadir}/psutils/md71_0.ps +%{_bindir}/extractres +%{_bindir}/includeres +%{_bindir}/psjoin +%{_datadir}/psutils +%{_datadir}/psutils/PSUtils.pm +%{_mandir}/man1/epsffit.1* +%{_mandir}/man1/psbook.1* +%{_mandir}/man1/psnup.1* +%{_mandir}/man1/psresize.1* +%{_mandir}/man1/psselect.1* +%{_mandir}/man1/pstops.1* +%{_mandir}/man1/psutils.1* +%{_mandir}/man1/extractres.1* +%{_mandir}/man1/includeres.1* +%{_mandir}/man1/psjoin.1* %changelog ++++++ psutils-p17.tar.gz -> psutils-2.03.tar.gz ++++++ ++++ 209121 lines of diff (skipped)
