Bug 641590 - Wrong "Requires:" in cairo-gobject-devel
Summary: Wrong "Requires:" in cairo-gobject-devel
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: cairo
Version: 14
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Benjamin Otte
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-10-09 12:55 UTC by Giandomenico De Tullio
Modified: 2010-11-04 23:45 UTC (History)
2 users (show)

Fixed In Version: cairo-1.10.0-2.fc14
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-04 23:45:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Giandomenico De Tullio 2010-10-09 12:55:50 UTC
Description of problem:


In gobject-devel subsection wrongly make dependence on OLD, Legacy, etc.. library :).

If I remove glib (glib1) package it chains to cairo-gobject-devel too :(


Version-Release number of selected component (if applicable):
 1.10.0-1.fc14


Actual results:

$ rpm -q cairo-gobject-devel --requires
/usr/bin/pkg-config  
cairo-devel = 1.10.0-1.fc14
glib-devel                <-------- !!!!!!!!!!!!
libcairo-gobject.so.2  
pkgconfig  
pkgconfig(cairo)  
pkgconfig(glib-2.0)  
pkgconfig(gobject-2.0)  


Expected results:

$ rpm -q cairo-gobject-devel --requires
[.....]
glib-devel2
[.....]

Comment 1 Matthew Barnes 2010-10-23 14:18:13 UTC
I just discovered this too:

%package gobject-devel
Summary: Development files for cairo-gobject
Group: Development/Libraries
Requires: %{name}-devel = %{version}-%{release}
Requires: glib-devel  <-- typo: glib2-devel
Requires: pkgconfig

Comment 2 Matthew Barnes 2010-10-23 14:25:40 UTC
I went ahead and fixed it for F-14, hope Benjamin doesn't mind.  Already fixed for F-15.

Comment 3 Fedora Update System 2010-10-23 14:34:57 UTC
cairo-1.10.0-2.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/cairo-1.10.0-2.fc14

Comment 4 Fedora Update System 2010-10-28 06:21:13 UTC
cairo-1.10.0-2.fc14 has been pushed to the Fedora 14 testing repository.  If problems still persist, please make note of it in this bug report.
 If you want to test the update, you can install it with 
 su -c 'yum --enablerepo=updates-testing update cairo'.  You can provide feedback for this update here: https://admin.fedoraproject.org/updates/cairo-1.10.0-2.fc14

Comment 5 Fedora Update System 2010-11-04 23:45:32 UTC
cairo-1.10.0-2.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.