On Wed, Feb 13, 2013 at 05:32:49PM +0200, Elan Ruusamäe wrote: > On 13.02.2013 17:30, gotar wrote: > >commit 2cbfc1a4ea176c3c6430f45613d3fb707a447294 > >Author: Tomasz Pala <[email protected]> > >Date: Wed Feb 13 16:28:04 2013 +0100 > > > > requires _XGetRequest > > > > chromium-browser.spec | 1 + > > 1 file changed, 1 insertion(+) > >--- > >diff --git a/chromium-browser.spec b/chromium-browser.spec > >index 267ba27..fc1cc2c 100644 > >--- a/chromium-browser.spec > >+++ b/chromium-browser.spec > >@@ -204,6 +204,7 @@ Requires: libevent >= 2.0.21 > > Requires: lsb-release > > Requires: shared-mime-info > > Requires: xdg-utils >= 1.0.2-4 > >+Requires: xorg-lib-libX11 >= 1.4.99.1 > > Provides: wwwbrowser > > Obsoletes: chromium-browser-bookmark_manager < 5.0.388.0 > > Obsoletes: chromium-browser-inspector < 15.0.863.0 > > > > shouldn't appropriate versioned BR be filled as well?
Yes, this R is useless if package is built with older libX11. Issue is more global - every application/library that uses X11's GetReq and similar macros starts to require libX11 >= 1.4.99 when it's built with libX11 >= 1.4.99. -- Jakub Bogusz http://qboosh.pl/ _______________________________________________ pld-devel-en mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-devel-en
