
Axel.Thimm at ATrpms
Aug 11, 2009, 4:13 AM
Post #14 of 18
(3391 views)
Permalink
|
Hi, On Tue, Aug 11, 2009 at 10:51:15AM +0200, Tim Verhoeven wrote: > On Mon, Aug 10, 2009 at 11:43 PM, Axel Thimm<Axel.Thimm [at] atrpms> wrote: > > > > OK, I'll have to check the specfile changes and try to merge our > > efforts. BTW why are you using 1.6.0.x and not 1.6.1.x? > > That is my CentOS background. I feel that the 1.6.1 branch is a bit to > new right now, so I will stick with the 1.6.0 one until 1.6.1 has > matured a bit more. Fair enough, I guess it will make sense to maintain both 1.6.0.x and 1.6.1.x since upstream does so. I don't think there are that many differences as to packaging. > IIRC there will be three 1.6 branches that will be > maintained at a certain time. So when 1.6.3 is out we will need to > move to 1.6.1 anyway. > > >> About the pwlib issues. I've started my package from the Fedora > >> Asterisk package so I find it strange that it would have a error on > >> that. The changes made to 1.4 for this seem to be present in in the > >> 1.6 source be default. If there is still a error just send me the > >> complete buildlog and I'll check it out. > > > > My memory fails me, what where the pwlib issues? > > Your mail from June 8 : > >> On Fedora it fails on the pwlib dependencies, which is an old issue > >> which I fixed some time ago in the 1.4 packages. I still can't pin it down, but I checked the diffs and half a year agi I just removed the pwlib dependencies (see below). IIRC (which I don't), the pwlib-devel dependency was there only because opal-devel or openh323-devel should had been pulling in pwlib-devel, and some former vendor package was missing this dependency. Bottom line: There is no need to depend on pwlib explicitely in asterisk and it even harms builds whe opa is built again ptlib instead of pwlib. --- /usr/src/at/.archives/asterisk-1.4.24.1-74.spec 2009-04-13 20:11:10.000000000 +0200 +++ /usr/src/at/.archives/asterisk-1.4.24.1-75.spec 2009-04-21 10:47:41.000000000 +0200 @@ -15,7 +15,7 @@ Summary: The Open Source Linux PBX Name: asterisk Version: 1.4.24.1 -Release: 74%{?dist} +Release: 75%{?dist} Epoch: 1 License: GPL Group: Applications/Internet @@ -46,8 +46,8 @@ BuildRequires: libogg-devel, libvorbis-devel BuildRequires: unixODBC-devel, libtool-ltdl-devel, sqlite-devel %{?with_freedts:BuildRequires: freetds-devel} -%{?with_opal:BuildRequires: pwlib-devel, opal-devel} -%{?with_openh323:BuildRequires: pwlib-devel, openh323-devel} +%{?with_opal:BuildRequires: opal-devel} +%{?with_openh323:BuildRequires: openh323-devel} BuildRequires: qt-devel, kdelibs-devel, gtk2-devel %{?with_radiusclientng:BuildRequires: radiusclient-ng-devel} BuildRequires: alsa-lib-devel -- Axel.Thimm at ATrpms.net
|