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:
commit
c2697c0117
@ -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
BIN
psutils-2.08.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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, 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 <dmueller@suse.com>
|
Sat Jan 30 15:46:16 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
10
psutils.spec
10
psutils.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package psutils
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: psutils
|
Name: psutils
|
||||||
Version: 2.04
|
Version: 2.08
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tools for Manipulating PostScript Files
|
Summary: Tools for Manipulating PostScript Files
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
Group: Productivity/Publishing/PS
|
Group: Productivity/Publishing/PS
|
||||||
URL: https://github.com/rrthomas/psutils
|
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: paper
|
||||||
Requires: perl
|
Requires: perl
|
||||||
Requires: perl(IPC::Run3)
|
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.
|
page for each ps utility is also included.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install
|
%make_install
|
||||||
|
Loading…
Reference in New Issue
Block a user