Accepting request 293648 from games

- Avoid strange inequality in Provides tag
Can't really provide infinitely many versions!

OBS-URL: https://build.opensuse.org/request/show/293648
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/prboom-plus?expand=0&rev=6
This commit is contained in:
Dominique Leuenberger 2015-03-30 17:33:51 +00:00 committed by Git OBS Bridge
commit 78513cb9f2
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 29 19:19:54 UTC 2015 - jengelh@inai.de
- Avoid strange inequality in Provides tag
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 11 05:06:31 UTC 2013 - jengelh@inai.de Mon Nov 11 05:06:31 UTC 2013 - jengelh@inai.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package prboom-plus # spec file for package prboom-plus
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# 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
@ -24,8 +24,7 @@ License: GPL-2.0+
Group: Amusements/Games/3D/Shoot Group: Amusements/Games/3D/Shoot
Url: http://prboom-plus.sourceforge.net/ Url: http://prboom-plus.sourceforge.net/
#SVN-Clone: http://crowproductions.de/repos/prboom/branches/prboom-plus-24/prboom2/ #SVN-Clone: https://svn.prboom.org/repos/branches/prboom-plus-24/prboom2
#Freecode-URL: http://freecode.com/projects/prboom-plus
#DL-URL: http://downloads.sf.net/prboom-plus/prboom-plus-2.5.1.3.tar.gz #DL-URL: http://downloads.sf.net/prboom-plus/prboom-plus-2.5.1.3.tar.gz
Source: %name-%version.tar.xz Source: %name-%version.tar.xz
Patch1: prboom-nodatetime.diff Patch1: prboom-nodatetime.diff
@ -47,7 +46,7 @@ BuildRequires: libvorbis-devel
BuildRequires: pcre-devel BuildRequires: pcre-devel
BuildRequires: xz BuildRequires: xz
Suggests: freedoom Suggests: freedoom
Provides: prboom > 2.5.0 Provides: prboom = 2.5.0plus
Obsoletes: prboom <= 2.5.0 Obsoletes: prboom <= 2.5.0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build