Hi,
I suddenly get a password prompt when I try to login to my account on
devel.atrpms.net. It used to work fine my public/private key.
Anyway, I have some updates I would like to share.
The first one is a update for the main asterisk package. The attached
diff the spec file of the asterisk package create a new package called
asterisk-fax that only contains the app_rxfax and app_txfax modules.
What is the reason for this. The agx-ast-addons contains newer version
of the rxfax and txfax apps (besides others). And now if of course has
a conflict with the base asterisk package since that already includes
those modules. So if those modules are in a seperate package people
can choose what version they use.
I also have a updated versoin of that agx-ast-addons package (again a
error in the requirements) and a updated package for spandsp ( version
0.0.4-10_pre18). But I can't upload them at the moment.
Regards,
Tim
--
Tim Verhoeven - [EMAIL PROTECTED] - 0479 / 88 11 83
Hoping the problem magically goes away by ignoring it is the
"microsoft approach to programming" and should never be allowed.
(Linus Torvalds)
--- asterisk.spec 2008-03-20 14:23:10.000000000 +0100
+++ asterisk.spec.fax 2008-03-27 20:03:24.000000000 +0100
@@ -13,7 +13,7 @@
Summary: The Open Source Linux PBX
Name: asterisk
Version: 1.4.18.1
-Release: 57%{?dist}
+Release: 58%{?dist}
Epoch: 1
License: GPL
Group: Applications/Internet
@@ -63,7 +63,6 @@
# Compatibilty with the Fedora import
Provides: asterisk-alsa = %{evr}, asterisk-apidoc = %{evr}
Provides: asterisk-conference = %{evr}, asterisk-curl = %{evr}
-Provides: asterisk-fax = %{evr}, asterisk-festival = %{evr}
Provides: asterisk-firmware = %{evr}, asterisk-jabber = %{evr}
Provides: asterisk-mobile = %{evr}, asterisk-odbc = %{evr}
Provides: asterisk-oss = %{evr}, asterisk-postgresql = %{evr}
@@ -74,7 +73,6 @@
Provides: asterisk-zaptel = %{evr}
Obsoletes: asterisk-alsa < %{evr}, asterisk-apidoc < %{evr}
Obsoletes: asterisk-conference < %{evr}, asterisk-curl < %{evr}
-Obsoletes: asterisk-fax < %{evr}, asterisk-festival < %{evr}
Obsoletes: asterisk-firmware < %{evr}, asterisk-jabber < %{evr}
Obsoletes: asterisk-mobile < %{evr}, asterisk-odbc < %{evr}
Obsoletes: asterisk-oss < %{evr}, asterisk-postgresql < %{evr}
@@ -112,6 +110,18 @@
%description misdn
mISDN channel driver for asterisk
+%package fax
+Summary: rxfax and txfax application for asterisk
+Group: Applications/Internet
+Requires: asterisk = %{evr}
+Provides: asterisk-fax = %{evr}
+Obsoletes: asterisk-fax < %{evr}
+
+%description fax
+Original rxfax and txfax application for asterisk.
+For a more recent version of these applications use the
+agx-ast-addons package.
+
%prep
%setup -q -a1
#patch0 -p1 -b .bri
@@ -190,6 +200,8 @@
%if %{with misdn}
%exclude %{_libdir}/asterisk/modules/chan_misdn.so
%endif
+%exclude %{_libdir}/asterisk/modules/app_rxfax.so
+%exclude %{_libdir}/asterisk/modules/app_txfax.so
%{_mandir}/man8/asterisk.8*
%{_mandir}/man8/astgenkey.8*
%{_mandir}/man8/autosupport.8*
@@ -214,7 +226,15 @@
%{_libdir}/asterisk/modules/chan_misdn.so
%endif
+%files fax
+%defattr(-,root,root,-)
+%{_libdir}/asterisk/modules/app_rxfax.so
+%{_libdir}/asterisk/modules/app_txfax.so
+
%changelog
+* Thu Mar 27 2008 Tim Verhoeven <[EMAIL PROTECTED]> - 1:1.4.18.1-58
+- Separated fax modules.
+
* Thu Mar 20 2008 Axel Thimm <[EMAIL PROTECTED]> - 1:1.4.18.1-57
- Update to 1.4.18.1.
_______________________________________________
atrpms-devel mailing list
[email protected]
http://lists.atrpms.net/mailman/listinfo/atrpms-devel