Re: [DONE] Mass package change (python2- binary package renaming)

2018-04-04 Thread Sérgio Basto
On Sun, 2017-08-20 at 20:49 +0100, Sérgio Basto wrote: > On Sun, 2017-08-20 at 18:49 +, Zbigniew Jędrzejewski-Szmek wrote: > > On Sun, Aug 20, 2017 at 05:09:04PM +0100, Sérgio Basto wrote: > > > On Sun, 2017-08-20 at 14:46 +, Zbigniew Jędrzejewski-Szmek > > > wrote: > > > > On Sun, Aug 20,

Re: [DONE] Mass package change (python2- binary package renaming)

2017-09-03 Thread Jan Beran
Hi Zbyszek, > ... > python-djvulibre-0.3.9-11.fc28error: invalid application of > 'sizeof' to incomplete type 'enum ddjvu_status_e' You can use a new spec that updates to 0.8 version including Python 3 subpackage [https://bugzilla.redhat.com/show_bug.cgi?id=1312327]. Best regards

Re: [DONE] Mass package change (python2- binary package renaming)

2017-09-02 Thread Jan Beran
Hi Zbyszek, > ... > python-gear-0.5.9-7.fc28 pkg_resources.ContextualVersionConflict: (extras > 0.0.3 (/usr/lib/python2.7/site-packages), Requirement.parse('extras>=1.0.0'), > set(['testtools'])) I created bug [1] and have raised pull request [2] which should fix the issue of python-gear packa

Re: [DONE] Mass package change (python2- binary package renaming)

2017-08-28 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Aug 23, 2017 at 11:39:20AM +0200, Kalev Lember wrote: > On 08/23/2017 02:00 AM, Kevin Fenzi wrote: > > Also, I'd like to very much thank you for doing this work. :) > > It's great to get done, it's great to do it quickly and I know it's a > > lot of hard work to script and build things. >

Re: [DONE] Mass package change (python2- binary package renaming)

2017-08-28 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Aug 22, 2017 at 05:00:05PM -0700, Kevin Fenzi wrote: > python-basemap seems wrong... > > There's now a python3-basemap and a python2-basemap-examples but no > python2-basemap. ;( Oops, sorry for the late reply, I somehow missed this your mail. My script was confused by the -examples subpa

Re: [DONE] Mass package change (python2- binary package renaming)

2017-08-23 Thread Kalev Lember
On 08/23/2017 02:00 AM, Kevin Fenzi wrote: > Also, I'd like to very much thank you for doing this work. :) > It's great to get done, it's great to do it quickly and I know it's a > lot of hard work to script and build things. Yes, thank you for doing this, Zbyszek! -- Kalev _

Re: [DONE] Mass package change (python2- binary package renaming)

2017-08-22 Thread Kevin Fenzi
python-basemap seems wrong... There's now a python3-basemap and a python2-basemap-examples but no python2-basemap. ;( Also, I'd like to very much thank you for doing this work. :) It's great to get done, it's great to do it quickly and I know it's a lot of hard work to script and build things. k

Re: [DONE] Mass package change (python2- binary package renaming)

2017-08-20 Thread Sérgio Basto
On Sun, 2017-08-20 at 18:49 +, Zbigniew Jędrzejewski-Szmek wrote: > On Sun, Aug 20, 2017 at 05:09:04PM +0100, Sérgio Basto wrote: > > On Sun, 2017-08-20 at 14:46 +, Zbigniew Jędrzejewski-Szmek > > wrote: > > > On Sun, Aug 20, 2017 at 05:16:54AM +0100, Sérgio Basto wrote: > > > > On Sun, 201

Re: [DONE] Mass package change (python2- binary package renaming)

2017-08-20 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Aug 20, 2017 at 05:09:04PM +0100, Sérgio Basto wrote: > On Sun, 2017-08-20 at 14:46 +, Zbigniew Jędrzejewski-Szmek wrote: > > On Sun, Aug 20, 2017 at 05:16:54AM +0100, Sérgio Basto wrote: > > > On Sun, 2017-08-20 at 03:26 +, Zbigniew Jędrzejewski-Szmek > > > wrote: > > > > Hi, > > >

Re: [DONE] Mass package change (python2- binary package renaming)

2017-08-20 Thread Sérgio Basto
On Sun, 2017-08-20 at 14:46 +, Zbigniew Jędrzejewski-Szmek wrote: > On Sun, Aug 20, 2017 at 05:16:54AM +0100, Sérgio Basto wrote: > > On Sun, 2017-08-20 at 03:26 +, Zbigniew Jędrzejewski-Szmek > > wrote: > > > Hi, > > > > > > I pushed the changes and rebuilt the packages today. > > > > Hi

Re: [DONE] Mass package change (python2- binary package renaming)

2017-08-20 Thread Zbigniew Jędrzejewski-Szmek
On Sun, Aug 20, 2017 at 05:16:54AM +0100, Sérgio Basto wrote: > On Sun, 2017-08-20 at 03:26 +, Zbigniew Jędrzejewski-Szmek wrote: > > Hi, > > > > I pushed the changes and rebuilt the packages today. > > Hi, > I got this [1] in log of wammu-0.43-1.fc28, so in [2] line 50 you need > replace >

Re: [DONE] Mass package change (python2- binary package renaming)

2017-08-19 Thread Sérgio Basto
On Sun, 2017-08-20 at 03:26 +, Zbigniew Jędrzejewski-Szmek wrote: > Hi, > > I pushed the changes and rebuilt the packages today. Hi, I got this [1] in log of wammu-0.43-1.fc28, so in [2] line 50 you need replace Requires:   %{name} = %{version}-%{release} by Requires:   python2-%{n

Re: [DONE] Mass package change (python2- binary package renaming)

2017-08-19 Thread Zbigniew Jędrzejewski-Szmek
Hi, I pushed the changes and rebuilt the packages today. In the process I found a significant bug: for arch-full packages, Provides: %{oldname}%{_isa} = %{version}-%{release} was generated, but Provides: %{oldname} = %{version}-%{release} is also necessary. I added that in various packages and re