rpms/kannel/devel .cvsignore, 1.3, 1.4 kannel.init, 1.1, 1.2 kannel.spec, 1.11, 1.12 sources, 1.3, 1.4 kannel-1.4.0-depend.patch, 1.1, NONE

Matthias Saou (thias) fedora-extras-commits at redhat.com
Mon Oct 2 15:25:41 UTC 2006


Author: thias

Update of /cvs/extras/rpms/kannel/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29032

Modified Files:
	.cvsignore kannel.init kannel.spec sources 
Removed Files:
	kannel-1.4.0-depend.patch 
Log Message:
Update kannel to 1.4.1.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/kannel/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	13 Jan 2005 18:06:30 -0000	1.3
+++ .cvsignore	2 Oct 2006 15:25:40 -0000	1.4
@@ -1 +1 @@
-gateway-1.4.0.tar.bz2
+gateway-1.4.1.tar.bz2


Index: kannel.init
===================================================================
RCS file: /cvs/extras/rpms/kannel/devel/kannel.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kannel.init	17 Nov 2005 12:25:54 -0000	1.1
+++ kannel.init	2 Oct 2006 15:25:40 -0000	1.2
@@ -34,6 +34,10 @@
 	RETVAL_BEARER=$?
 	echo
 
+	# It seems like the bearerbox may need to settle before accepting
+	# connections from wapbox and smsbox
+	sleep 3s
+
 	# Starting wap and sms only makes sense if bearerbox is running
 	if [ $RETVAL_BEARER -eq 0 ]; then
 	  if grep "^group = wapbox" $config &>/dev/null; then


Index: kannel.spec
===================================================================
RCS file: /cvs/extras/rpms/kannel/devel/kannel.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- kannel.spec	28 Aug 2006 11:24:21 -0000	1.11
+++ kannel.spec	2 Oct 2006 15:25:40 -0000	1.12
@@ -1,7 +1,7 @@
 Summary: WAP and SMS gateway
 Name: kannel
-Version: 1.4.0
-Release: 9%{?dist}
+Version: 1.4.1
+Release: 1%{?dist}
 License: Kannel
 Group: System Environment/Daemons
 URL: http://www.kannel.org/
@@ -9,15 +9,16 @@
 Source1: kannel.logrotate
 Source2: kannel.init
 Source3: kannel.conf
-Patch: kannel-1.4.0-depend.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires: bison, byacc, flex, ImageMagick
-BuildRequires: libxml2-devel, openssl-devel, zlib-devel
-BuildRequires: pcre-devel
+BuildRequires: bison, byacc, flex
+BuildRequires: libxml2-devel, openssl-devel, zlib-devel, pcre-devel
 # DB backends
-BuildRequires: sqlite2-devel
-# For the docs... I think we need transfig too, so disable for now.
-#BuildRequires: jadetex, tetex-dvips, docbook-dtds, docbook-style-dsssl
+BuildRequires: sqlite-devel
+%{?_with_mysql:Buildrequires: mysql-devel}
+%{?_with_pgsql:Buildrequires: postgresql-devel}
+# For the docs...
+BuildRequires: jadetex, tetex-dvips, docbook-dtds, docbook-style-dsssl
+BuildRequires: ImageMagick, transfig
 
 %description
 The Kannel Open Source WAP and SMS gateway works as both an SMS gateway, for
@@ -47,15 +48,18 @@
 
 %prep
 %setup -n gateway-%{version}
-%patch -p0 -b .depend
 
 
 %build
 %configure \
-    --enable-start-stop-daemon \
     --enable-pcre \
-    --with-sqlite
-%{__make} %{?_smp_mflags}
+    --enable-docs \
+    --enable-start-stop-daemon \
+    %{?_with_mysql} \
+    --with-sqlite3 \
+    %{?_with_pgsql}
+# Remove %{?_smp_mflags} since the docs fail to build with it
+%{__make}
 
 
 %install
@@ -103,7 +107,7 @@
 
 %files
 %defattr(-, root, root, 0755)
-%doc AUTHORS COPYING ChangeLog NEWS README STATUS
+%doc AUTHORS COPYING ChangeLog NEWS README STATUS doc/*/*.pdf
 %attr(0640, kannel, kannel) %config(noreplace) %{_sysconfdir}/kannel.conf
 %config(noreplace) %{_sysconfdir}/logrotate.d/kannel
 %config %{_sysconfdir}/rc.d/init.d/kannel
@@ -121,6 +125,14 @@
 
 
 %changelog
+* Mon Oct  2 2006 Matthias Saou <http://freshrpms.net/> 1.4.1-1
+- Update to 1.4.1.
+- Remove obsolete depend patch.
+- Add 3s sleep sfter bearerbox start to let it settle before connections.
+- Switch sqlite backend from sqlite2 to new sqlite3.
+- Add conditional --with mysql and pgsql rebuild support.
+- Re-enable building the doc since transfig is now available and include PDFs.
+
 * Mon Aug 28 2006 Matthias Saou <http://freshrpms.net/> 1.4.0-9
 - FC6 rebuild.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/kannel/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	13 Jan 2005 18:06:30 -0000	1.3
+++ sources	2 Oct 2006 15:25:40 -0000	1.4
@@ -1 +1 @@
-2ef0544002be48669d7f0f29f9f470de  gateway-1.4.0.tar.bz2
+ae78aec906931e2af73f5a6245520cca  gateway-1.4.1.tar.bz2


--- kannel-1.4.0-depend.patch DELETED ---




More information about the fedora-extras-commits mailing list