Accepting request 1124094 from X11:Utilities

OBS-URL: https://build.opensuse.org/request/show/1124094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xteddy?expand=0&rev=24
This commit is contained in:
Ana Guerrero 2023-11-08 21:17:55 +00:00 committed by Git OBS Bridge
commit 3eb1a81d4f
2 changed files with 13 additions and 7 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Nov 7 10:18:29 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.19: unnumbered patches are no longer
supported.
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jan 25 13:03:35 CET 2018 - ma@suse.com Thu Jan 25 13:03:35 CET 2018 - ma@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package xteddy # spec file for package xteddy
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2023 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
@ -12,7 +12,7 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # 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/
# #
@ -25,14 +25,14 @@ BuildRequires: pkgconfig(xext)
Provides: xteddy10 Provides: xteddy10
Requires: imlib2-loaders Requires: imlib2-loaders
Summary: A cuddly teddy bear for your X Window desktop Summary: A cuddly teddy bear for your X Window desktop
License: GPL-2.0+ License: GPL-2.0-or-later
Group: Amusements/Toys/Graphics Group: Amusements/Toys/Graphics
Version: 2.2 Version: 2.2
Release: 0 Release: 0
Source: xteddy_2.2.orig.tar.bz2 Source: xteddy_2.2.orig.tar.bz2
Patch: teddy-2.2-as-needed.patch Patch0: teddy-2.2-as-needed.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
Url: http://webstaff.itn.liu.se/~stegu/xteddy/ URL: http://webstaff.itn.liu.se/~stegu/xteddy/
%description %description
Normally, xteddy just sits around doing nothing. After all, that's what Normally, xteddy just sits around doing nothing. After all, that's what
@ -55,7 +55,7 @@ Authors:
%prep %prep
%setup -q %setup -q
%patch %patch0
sed -i s,/usr/games,/usr/bin, xtoys sed -i s,/usr/games,/usr/bin, xtoys
%build %build