Accepting request 960767 from Publishing

- 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. (forwarded request 960755 from iznogood)

OBS-URL: https://build.opensuse.org/request/show/960767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/psutils?expand=0&rev=19
This commit is contained in:
Dominique Leuenberger 2022-03-13 19:24:58 +00:00 committed by Git OBS Bridge
commit c2697c0117
4 changed files with 31 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6e25e3a04d769cf591f8f3b346626f6a7d0fdf9c4ae2ac9bedd5df8eef8210ad
size 1228645

BIN
psutils-2.08.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Mar 10 12:31:42 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
- 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, dont 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: dont distribute built file
pre-inst-env
* tests: remove accidentally-added file
* Makefile.am: dont echo an echo command in “make loc”
- Use current macros.
-------------------------------------------------------------------
Sat Jan 30 15:46:16 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -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