Accepting request 1243282 from home:AndreasStieger:branches:Base:System

diffutils 3.11

OBS-URL: https://build.opensuse.org/request/show/1243282
OBS-URL: https://build.opensuse.org/package/show/Base:System/diffutils?expand=0&rev=77
This commit is contained in:
2025-02-05 08:57:52 +00:00
committed by Git OBS Bridge
parent fe2120006e
commit bbf81a62bf
6 changed files with 52 additions and 25 deletions

View File

@@ -2,6 +2,7 @@
# spec file for package diffutils
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +18,7 @@
Name: diffutils
Version: 3.10
Version: 3.11
Release: 0
Summary: GNU diff Utilities
License: GFDL-1.2-only AND GPL-3.0-or-later
@@ -41,9 +42,13 @@ make source code patches, for instance.
%build
%configure \
--with-packager="openSUSE" \
--with-packager-bug-reports="http://bugs.opensuse.org/"
--with-packager-bug-reports="https://bugs.opensuse.org/"
%make_build
%install
%make_install
%find_lang %{name}
%check
%if 0%{?qemu_user_space_build}
# Stack overflow tests are difficult to emulate, skip them
@@ -55,10 +60,6 @@ echo 'int main() { return 77; }' > gnulib-tests/test-free.c
%endif
%make_build check
%install
%make_install
%find_lang %{name}
%files
%license COPYING
%doc AUTHORS NEWS README THANKS
@@ -67,5 +68,6 @@ echo 'int main() { return 77; }' > gnulib-tests/test-free.c
%{_mandir}/man1/*.1%{?ext_man}
%files lang -f %{name}.lang
%license COPYING
%changelog