Accepting request 121885 from Emulators
Fix unresolvable build status for Factory by requiring libgnutls instead of gnutls (forwarded request 121630 from badshah400) OBS-URL: https://build.opensuse.org/request/show/121885 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=114
This commit is contained in:
commit
441aa87575
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 21 11:41:00 UTC 2012 - badshah400@gmail.com
|
||||
|
||||
- Use BuildRequires: libgnutls-devel instead of gnutls-devel for
|
||||
Factory in keeping with gnutls package naming changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 16 14:54:37 CEST 2012 - meissner@suse.de
|
||||
|
||||
|
@ -31,7 +31,11 @@ BuildRequires: fontconfig-devel
|
||||
BuildRequires: freeglut-devel
|
||||
BuildRequires: freetype2-devel
|
||||
BuildRequires: giflib-devel
|
||||
%if 0%{?suse_version} > 1210
|
||||
BuildRequires: libgnutls-devel
|
||||
%else
|
||||
BuildRequires: gnutls-devel
|
||||
%endif
|
||||
BuildRequires: gstreamer-0_10-plugins-base-devel
|
||||
BuildRequires: libgphoto2-devel
|
||||
BuildRequires: libgsm-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user