rpms/gnokii/devel .cvsignore, 1.4, 1.5 gnokii-smsd-rename.patch, 1.2, 1.3 gnokii.spec, 1.10, 1.11 sources, 1.4, 1.5

Bastien Nocera (hadess) fedora-extras-commits at redhat.com
Mon Jul 2 13:35:45 UTC 2007


Author: hadess

Update of /cvs/pkgs/rpms/gnokii/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18022

Modified Files:
	.cvsignore gnokii-smsd-rename.patch gnokii.spec sources 
Log Message:
* Mon Jul 02 2007 - Bastien Nocera <bnocera at redhat.com> - 0.6.16-1
- New upstream release
- Update smsd name change patch
- ppm2nokia, waitcall and todologo have moved to gnokii-extras, as per
  upstream



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/gnokii/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	23 Sep 2006 21:48:48 -0000	1.4
+++ .cvsignore	2 Jul 2007 13:35:10 -0000	1.5
@@ -1 +1 @@
-gnokii-0.6.14.tar.bz2
+gnokii-0.6.16.tar.bz2

gnokii-smsd-rename.patch:

Index: gnokii-smsd-rename.patch
===================================================================
RCS file: /cvs/pkgs/rpms/gnokii/devel/gnokii-smsd-rename.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnokii-smsd-rename.patch	11 Aug 2006 21:30:32 -0000	1.2
+++ gnokii-smsd-rename.patch	2 Jul 2007 13:35:10 -0000	1.3
@@ -10,9 +10,8 @@
  
  SMSD_MAN=man/smsd.8
  
-diff -ur smsd-orig/man/smsd.8 smsd/man/smsd.8
---- smsd-orig/man/smsd.8	2006-08-11 10:14:25.000000000 +0200
-+++ smsd/man/smsd.8	2006-08-11 13:34:20.000000000 +0200
+--- smsd/man/smsd.8.orig	2007-05-10 19:50:15.000000000 +0100
++++ smsd/man/smsd.8	2007-07-02 14:17:49.000000000 +0100
 @@ -1,20 +1,20 @@
 -.TH "smsd" "8" "April  26, 2005" "" "Gnokii"
 +.TH "gnokii-smsd" "8" "April  26, 2005" "" "Gnokii"
@@ -39,7 +38,7 @@
  repository for SMSes. You must create a database (default name is 'sms') with
  tables defined in sms.tables.{module}.sql files. Table 'inbox' is for
  received SMSes:
-@@ -33,19 +33,19 @@
+@@ -33,19 +33,19 @@ date SMS was inserted into table
  SMS text
  .TP
  .B phone
@@ -58,12 +57,12 @@
  removes the SMS from the phone.
  
  .PP
--Table 'outbox' is for outgoing SMSes. \fBSMSD\fR periodicaly looks into this table
-+Table 'outbox' is for outgoing SMSes. \fBGNOKII-SMSD\fR periodicaly looks into this table
- and searches for lines with attribute 'processed' set to FALSE. If it find
+-Table 'outbox' is for outgoing SMSes. \fBSMSD\fR periodically looks into this table
++Table 'outbox' is for outgoing SMSes. \fBGNOKII-SMSD\fR periodically looks into this table
+ and searches for lines with attribute 'processed' set to FALSE. If it finds
  such SMS, it will send SMS to 'number':
  
-@@ -68,12 +68,12 @@
+@@ -68,12 +68,12 @@ SMS text
  
  .TP
  .B phone
@@ -73,28 +72,28 @@
  
  .TP
  .B processed
--new SMS must have this attribut set to FALSE. \fBSMSD\fR will send this SMS and will update 'processed' to TRUE.
-+new SMS must have this attribut set to FALSE. \fBGNOKII-SMSD\fR will send this SMS and will update 'processed' to TRUE.
+-new SMS must have this attribute set to FALSE. \fBSMSD\fR will send this SMS and will update 'processed' to TRUE.
++new SMS must have this attribute set to FALSE. \fBGNOKII-SMSD\fR will send this SMS and will update 'processed' to TRUE.
  
  .TP
  .B error
-@@ -92,19 +92,19 @@
- sms will not be send after this time (default 23:59:59).
+@@ -92,19 +92,19 @@ sms will not be sent before this time (d
+ sms will not be sent after this time (default 23:59:59).
  .RE
  .PP
--\fBSMSD\fR is multi threaded program. If you list processes you will see more then
+-\fBSMSD\fR is multi threaded program. If you list processes you will see more than
 -one instance of smsd.
-+\fBGNOKII-SMSD\fR is multi threaded program. If you list processes you will see more then
++\fBGNOKII-SMSD\fR is multi threaded program. If you list processes you will see more than
 +one instance of gnokii-smsd.
  
  .SS
  THE FILE MODULE
  .PP
  This module doesn't need an SQL server to work. For incoming messages it
- work in a way that it calls a program giving phone number, date as parameter
--and the message text on stdin. In the smsd directory there is as example file
-+and the message text on stdin. In the gnokii-smsd directory there is as example file
- action. It shows sms data to stdout. If you want something usefull you must
+ works in a way that it calls a program giving phone number, date as parameter
+-and the message text on stdin. In the smsd directory there is an example file
++and the message text on stdin. In the gnokii-smsd directory there is an example file
+ action. It shows sms data to stdout. If you want something useful you must
  write your own action.
  .BR
 -For outgoing messages you can set spool directory where smsd looks
@@ -102,38 +101,38 @@
  regularly.
  
  .PP
-@@ -128,12 +128,12 @@
+@@ -128,12 +128,12 @@ Outgoing sms must be in format:
  .RE
  
  .PP
 -The name of file is unimportant but smsd ignores all files with prefix
--"ERR.". If smsd succesfuly sends sms, it removes file from spool directory.
--If smsd cannot sends sms prepend file with "ERR." prefix and ignores it.
+-"ERR.". If smsd succesfully sends sms, it removes file from spool directory.
+-If smsd cannot send sms prepends file with "ERR." prefix and ignores it.
 +The name of file is unimportant but gnokii-smsd ignores all files with prefix
-+"ERR.". If gnokii-smsd succesfuly sends sms, it removes file from spool directory.
-+If gnokii-smsd cannot sends sms prepend file with "ERR." prefix and ignores it.
++"ERR.". If gnokii-smsd succesfully sends sms, it removes file from spool directory.
++If gnokii-smsd cannot send sms prepends file with "ERR." prefix and ignores it.
  If you use \fI-m file\fR, \fI-u\fR (\fI--user\fR) and \fI-c\fR (\fI--host\fR) will have other meaning.
  \fI-u\fR is for action (action must be executable)
 -\fI-c\fR is for spool directory where smsd looks for smses. Smsd must have read
-+\fI-c\fR is for spool directory where gnokii-smsd looks for smses. Gnokii-Smsd must have read
++\fI-c\fR is for spool directory where gnokii-smsd looks for smses. Smsd must have read
  and write permissions to this directory.
  
  .PP
-@@ -172,19 +172,19 @@
+@@ -172,19 +172,19 @@ Specify which module to use for connecti
  
  .TP
  .BR -l,\ --libdir\ path_to_db_module
 -Specify path to DB modules. If you specify pq module, smsd searches in libdir for file libpq.so (for mysql - libmysql.so).
 +Specify path to DB modules. If you specify pq module, gnokii-smsd searches in libdir for file libpq.so (for mysql - libmysql.so).
- Do not interchange this plugins with default SQL libraries from database distribution!
+ Do not interchange these plugins with default SQL libraries from database distribution!
  
  .TP
  .BR -f,\ --logfile\ file
 -If used, smsd will monitor sms traffic to file "file". File is
 +If used, gnokii-smsd will monitor sms traffic to file "file". File is
  reopened and closed for every message so you can simply rename or
--delete it if you want rotate logs. If you use '-' as filename smsd
-+delete it if you want rotate logs. If you use '-' as filename gnokii-smsd
+-delete it if you want to rotate logs. If you use '-' as filename smsd
++delete it if you want to rotate logs. If you use '-' as filename gnokii-smsd
  will use standard output.
  
  .TP
@@ -143,7 +142,7 @@
  setup you must configure phone section in gnokiirc. For example:
  
  .PD 0
-@@ -244,13 +244,13 @@
+@@ -244,13 +244,13 @@ serial_baudrate = 38400
  smsc_timeout = 10
  .PD
  
@@ -152,16 +151,16 @@
 +In this setup if you run gnokii-smsd without -t option it will use config
 +from global section. If you run gnokii-smsd with -t 1 it will use config
  from phone_1 and likewise with -t 2 uses phone_2. In case of use -t
--option smsd fill phone number for incoming sms's and in outbox it
-+option gnokii-smsd fill phone number for incoming sms's and in outbox it
+-option smsd fills phone number for incoming sms's and in outbox it
++option gnokii-smsd fills phone number for incoming sms's and in outbox it
  looks only for sms's with the specified phone number in column
- 'phone'. This behaviour give you possibility to run one instance
+ 'phone'. This behaviour gives you possibility to run one instance
 -of smsd for every phone you have at the same time.
 +of gnokii-smsd for every phone you have at the same time.
  .RE
  
  .TP
-@@ -274,7 +274,7 @@
+@@ -274,7 +274,7 @@ F2, ... for your own folders.
  
  .TP
  .BR -v,\ --version
@@ -170,7 +169,7 @@
  
  .TP
  .BR -h,\ --help
-@@ -287,7 +287,7 @@
+@@ -287,7 +287,7 @@ Various error messages are printed to ST
  None reported.
  
  .SH "AUTHOR"


Index: gnokii.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gnokii/devel/gnokii.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gnokii.spec	6 Dec 2006 18:57:22 -0000	1.10
+++ gnokii.spec	2 Jul 2007 13:35:10 -0000	1.11
@@ -1,8 +1,8 @@
 # TODO: merge patches upstream where applicable
 
 Name:           gnokii
-Version:        0.6.14
-Release:        3%{?dist}
+Version:        0.6.16
+Release:        1%{?dist}
 Summary:        Linux/Unix tool suite for various mobile phones
 
 Group:          Applications/Communications
@@ -210,16 +210,11 @@
 %config(noreplace) %{_sysconfdir}/gnokiirc
 %attr(4750,root,gnokii) %{_sbindir}/mgnokiidev
 %{_bindir}/gnokii
-%{_bindir}/ppm2nokia
 %{_bindir}/sendsms
-%{_bindir}/todologo
-%{_bindir}/waitcall
 %{_sbindir}/gnokiid
 %{_libdir}/libgnokii.so.*
 %{_mandir}/man1/gnokii.1*
-%{_mandir}/man1/ppm2nokia.1*
 %{_mandir}/man1/sendsms.1*
-%{_mandir}/man1/todologo.1*
 %{_mandir}/man8/gnokiid.8*
 %{_mandir}/man8/mgnokiidev.8*
 
@@ -261,6 +256,12 @@
 %{_libdir}/pkgconfig/xgnokii.pc
 
 %changelog
+* Mon Jul 02 2007 - Bastien Nocera <bnocera at redhat.com> - 0.6.16-1
+- New upstream release
+- Update smsd name change patch
+- ppm2nokia, waitcall and todologo have moved to gnokii-extras, as per
+  upstream
+
 * Wed Dec 06 2006 Linus Walleij <triad at df.lth.se> - 0.6.14-3
 - Rebuild to pick up new libpq IF
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/gnokii/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	23 Sep 2006 21:48:48 -0000	1.4
+++ sources	2 Jul 2007 13:35:10 -0000	1.5
@@ -1 +1 @@
-89449d613c7a7e765a0d8da57ef1bb88  gnokii-0.6.14.tar.bz2
+d0b48ec1decf180c81445d6e9e4199a3  gnokii-0.6.16.tar.bz2




More information about the fedora-extras-commits mailing list