From efb68535840b33224e92d8824169923ae759e80817d9c68da454d83a7659b9d9 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Thu, 10 Mar 2022 13:06:08 +0000 Subject: [PATCH] Accepting request 960755 from home:iznogood:branches:Publishing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Update to 2.08: * man pages: names of programs should always start with lower-case letter * PSUtils.pm: update invocation of paper, and improve parsing of output - Changes from 2.07: * PSUtils.pm: add trailing colon to certain DSC keywords - Changes from 2.06: * Fix normalization of rotations in pagespecs * PSUtils.pm: in parsepaper, don’t pass empty string to singledimension - Changes from 2.05: * PSUtils.pm: print the culprit when we get a bad dimension * Make programs use bindir prefix when running each other * Fix a bug in test harness: don’t distribute built file pre-inst-env * tests: remove accidentally-added file * Makefile.am: don’t echo an echo command in “make loc” - Use current macros. OBS-URL: https://build.opensuse.org/request/show/960755 OBS-URL: https://build.opensuse.org/package/show/Publishing/psutils?expand=0&rev=12 --- psutils-2.04.tar.gz | 3 --- psutils-2.08.tar.gz | 3 +++ psutils.changes | 23 +++++++++++++++++++++++ psutils.spec | 10 +++++----- 4 files changed, 31 insertions(+), 8 deletions(-) delete mode 100644 psutils-2.04.tar.gz create mode 100644 psutils-2.08.tar.gz diff --git a/psutils-2.04.tar.gz b/psutils-2.04.tar.gz deleted file mode 100644 index 07fce70..0000000 --- a/psutils-2.04.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e25e3a04d769cf591f8f3b346626f6a7d0fdf9c4ae2ac9bedd5df8eef8210ad -size 1228645 diff --git a/psutils-2.08.tar.gz b/psutils-2.08.tar.gz new file mode 100644 index 0000000..113bea5 --- /dev/null +++ b/psutils-2.08.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0c8b0168cec3c22a16d870ae345e7b9c5d2db84fa146094866c1c19a93ce8a00 +size 1216808 diff --git a/psutils.changes b/psutils.changes index efb960d..132f79c 100644 --- a/psutils.changes +++ b/psutils.changes @@ -1,3 +1,26 @@ +------------------------------------------------------------------- +Thu Mar 10 12:31:42 UTC 2022 - Bjørn Lie + +- Update to 2.08: + * man pages: names of programs should always start with + lower-case letter + * PSUtils.pm: update invocation of paper, and improve parsing of + output +- Changes from 2.07: + * PSUtils.pm: add trailing colon to certain DSC keywords +- Changes from 2.06: + * Fix normalization of rotations in pagespecs + * PSUtils.pm: in parsepaper, don’t pass empty string to + singledimension +- Changes from 2.05: + * PSUtils.pm: print the culprit when we get a bad dimension + * Make programs use bindir prefix when running each other + * Fix a bug in test harness: don’t distribute built file + pre-inst-env + * tests: remove accidentally-added file + * Makefile.am: don’t echo an echo command in “make loc” +- Use current macros. + ------------------------------------------------------------------- Sat Jan 30 15:46:16 UTC 2021 - Dirk Müller diff --git a/psutils.spec b/psutils.spec index 6c0619b..1c08776 100644 --- a/psutils.spec +++ b/psutils.spec @@ -1,7 +1,7 @@ # # spec file for package psutils # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: psutils -Version: 2.04 +Version: 2.08 Release: 0 Summary: Tools for Manipulating PostScript Files License: GPL-3.0-or-later Group: Productivity/Publishing/PS URL: https://github.com/rrthomas/psutils -Source: https://github.com/rrthomas/psutils/releases/download/v%{version}/psutils-%{version}.tar.gz +Source: %{url}/releases/download/v%{version}/psutils-%{version}.tar.gz Requires: paper Requires: perl Requires: perl(IPC::Run3) @@ -51,11 +51,11 @@ describes several Perl scripts for importing PostScript files. A manual page for each ps utility is also included. %prep -%setup -q +%autosetup -p1 %build %configure -make %{?_smp_mflags} +%make_build %install %make_install