Hello community, here is the log from the commit of package patchutils for openSUSE:Factory checked in at 2019-12-21 12:40:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/patchutils (Old) and /work/SRC/openSUSE:Factory/.patchutils.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "patchutils" Sat Dec 21 12:40:29 2019 rev:25 rq:757360 version:0.3.4 Changes: -------- --- /work/SRC/openSUSE:Factory/patchutils/patchutils.changes 2015-07-21 13:23:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.patchutils.new.6675/patchutils.changes 2019-12-21 12:40:30.451623627 +0100 @@ -1,0 +2,10 @@ +Mon Dec 16 14:08:27 UTC 2019 - Martin Pluskal <[email protected]> + +- Drop xmlto dependency as it would introduce build cycle + +------------------------------------------------------------------- +Thu Dec 12 09:33:35 UTC 2019 - Martin Pluskal <[email protected]> + +- Modernise spec file + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ patchutils.spec ++++++ --- /var/tmp/diff_new_pack.5z7hmJ/_old 2019-12-21 12:40:30.951623865 +0100 +++ /var/tmp/diff_new_pack.5z7hmJ/_new 2019-12-21 12:40:30.951623865 +0100 @@ -1,7 +1,7 @@ # # spec file for package patchutils # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # 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/ # @@ -20,20 +20,16 @@ Version: 0.3.4 Release: 0 Summary: A Collection of Tools for Manipulating Patch Files -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/File utilities -Url: http://cyberelk.net/tim/software/patchutils/ +URL: http://cyberelk.net/tim/software/patchutils/ Source0: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.xz Source1: http://cyberelk.net/tim/data/patchutils/stable/%{name}-%{version}.tar.xz.sig Patch0: %{name}-0.2.30-tailsyntax.diff Patch2: rediff-hunk-init-fix.diff BuildRequires: automake -%if 0%{?suse_version} < 1220 -BuildRequires: xz -%endif Requires: diffutils Requires: patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Patchutils contains a collection of tools for manipulating patch files: @@ -46,26 +42,24 @@ files in a patch. Rediff corrects hand-edited patches. %prep -%setup -q -%patch0 -p1 -%patch2 -p1 +%autosetup -p1 %build %configure -make %{?_smp_mflags} +%make_build %check -make check +make --jobs=1 check %install -make DESTDIR=%{buildroot} install +%make_install install -m 0755 -d %{buildroot}%{_mandir}/man1/ install -m 0644 -t %{buildroot}%{_mandir}/man1/ doc/*.1 %files -%defattr(-,root,root) -%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO +%license COPYING +%doc AUTHORS BUGS ChangeLog NEWS README TODO %{_bindir}/* -%{_mandir}/man1/*.1* +%{_mandir}/man1/*.1%{?ext_man} %changelog
