[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-09-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 Tomas Dabašinskas tdaba...@redhat.com changed: What|Removed |Added Blocks||1005447 --

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-21 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 Christopher Meng cicku...@gmail.com changed: What|Removed |Added Status|ASSIGNED|CLOSED

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-11 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 --- Comment #15 from Tomas Dabašinskas tdaba...@redhat.com --- Guys, thanks for your help with the review, package is built, but it's only a part of the final goal. If anyone is interested working on helping bring qtile window manager (

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 --- Comment #11 from Tomas Dabašinskas tdaba...@redhat.com --- Hi, Thanks for the tip on selinux Christopher, I noticed there was a request to enable it on BZ580732 so I did that, I verified it by checking outputs from rpm -qpl and I see 3 extra

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 Christopher Meng cicku...@gmail.com changed: What|Removed |Added Flags|fedora-review? |fedora-review+ ---

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 Tomas Dabašinskas tdaba...@redhat.com changed: What|Removed |Added Flags||fedora-cvs? ---

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 --- Comment #14 from Jon Ciesla limburg...@gmail.com --- Git done (by process-git-requests). -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-09 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 Jon Ciesla limburg...@gmail.com changed: What|Removed |Added Flags|fedora-cvs? |fedora-cvs+ -- You

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 --- Comment #8 from Tomas Dabašinskas tdaba...@redhat.com --- Hi all many thanks for the feedback. Mario, I have updated the requires to include %{?_isa} Christopher, The license on pipy site says it's Public Domain

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 --- Comment #9 from Christopher Meng cicku...@gmail.com --- Ah... I'm not sure if la files are needed. I've tried configure with --disable-static, but it's useless. You can just use find to delete them: find %{buildroot} -name '*.la' -exec rm

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-08 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 --- Comment #10 from Michael Schwendt mschwe...@gmail.com --- .la files Nobody seems to know why libtool archives are covered by the Static Library packaging guidelines section (as linked in comment 7). Those .la files cause more trouble during

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 Mario Blättermann mario.blaetterm...@gmail.com changed: What|Removed |Added CC|

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 --- Comment #6 from Christopher Meng cicku...@gmail.com --- Created attachment 769536 -- https://bugzilla.redhat.com/attachment.cgi?id=769536action=edit python-xpyb License Check -- You are receiving this mail because: You are on the CC list

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 --- Comment #5 from Christopher Meng cicku...@gmail.com --- Better than before: 1. I've found that rpmlint warned of license mixture: Checking patched sources after %prep for licenses. Licenses found: GPL (v2 or later), Unknown or

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-06 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 --- Comment #7 from Michael Schwendt mschwe...@gmail.com --- There are a few more packaging mistakes: * /usr/include/xpyb.h includes Python and xcb headers, so python-xpyb-devel is missing dependencies * the pkgconfig file links with libxcb,

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-04 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 --- Comment #3 from Tomas Dabašinskas tdaba...@redhat.com --- Christopher, appologies about the delay. Here's the diff of changes I've made: --- python-xpyb.spec.old2013-07-01 21:32:02.0 +1000 +++ python-xpyb.spec2013-07-03

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-03 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 --- Comment #2 from Christopher Meng cicku...@gmail.com --- Hi, please fix the problem ASAP, I'm waiting for your good news. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 Christopher Meng cicku...@gmail.com changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug 980071] Review Request: python-xpyb - X Python Binding, based on the X C Binding (XCB) library

2013-07-01 Thread bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=980071 --- Comment #1 from Christopher Meng cicku...@gmail.com --- Initial look into your spec(only spec, SRPM will later after your changes): First of all, IMO please cleanup the spec changelog, I know you just copied and edited something, but, I