rpms/pyicq-t/FC-6 .cvsignore, 1.2, 1.3 pyicq-t.init, 1.1, 1.2 pyicq-t.spec, 1.3, 1.4 sources, 1.2, 1.3

Jeffrey C. Ollie (jcollie) fedora-extras-commits at redhat.com
Tue Oct 31 21:42:59 UTC 2006


Author: jcollie

Update of /cvs/extras/rpms/pyicq-t/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28598

Modified Files:
	.cvsignore pyicq-t.init pyicq-t.spec sources 
Log Message:
* Tue Oct 31 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.8-1
- Update to 0.8 (see http://www.blathersource.org/releases_view.php?projid=pyicq
-t&relid=28)
- Fix init script to create subsys lock file




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pyicq-t/FC-6/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	5 Aug 2006 23:42:07 -0000	1.2
+++ .cvsignore	31 Oct 2006 21:42:29 -0000	1.3
@@ -1 +1 @@
-pyicq-t-0.7b.tar.gz
+pyicq-t-0.8.tar.gz


Index: pyicq-t.init
===================================================================
RCS file: /cvs/extras/rpms/pyicq-t/FC-6/pyicq-t.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyicq-t.init	5 Aug 2006 23:42:07 -0000	1.1
+++ pyicq-t.init	31 Oct 2006 21:42:29 -0000	1.2
@@ -12,7 +12,7 @@
         echo -n $"Starting ICQ transport: "
 	(cd /usr/share/pyicq-t; python ./PyICQt.py --background --config=/etc/pyicq-t/config.xml)  && success || failure
         RETVAL=$?
-        [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/pyicq-t
+        [ $RETVAL -eq 0 ] && touch /var/lock/subsys/pyicq-t
         echo
         return $RETVAL
 }


Index: pyicq-t.spec
===================================================================
RCS file: /cvs/extras/rpms/pyicq-t/FC-6/pyicq-t.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyicq-t.spec	8 Sep 2006 02:42:23 -0000	1.3
+++ pyicq-t.spec	31 Oct 2006 21:42:29 -0000	1.4
@@ -1,12 +1,12 @@
 Name:           pyicq-t
-Version:        0.7
-Release:        5%{?dist}
+Version:        0.8
+Release:        1%{?dist}
 Summary:        ICQ Transport for Jabber Servers
 
 Group:          Applications/Internet
 License:        GPL
 URL:            http://pyicq-t.blathersource.org/
-Source0:        http://www.blathersource.org/download.php/pyicq-t/pyicq-t-0.7b.tar.gz
+Source0:        http://www.blathersource.org/download.php/pyicq-t/pyicq-t-%{version}.tar.gz
 Source1:        pyicq-t.init
 Patch0:         config.patch
 
@@ -23,7 +23,7 @@
 Requires(preun): /sbin/service
 Requires(postun): /sbin/service
 
-Provides:	pyicqt
+Provides:       pyicqt
 Obsoletes:      pyicqt
 
 %description
@@ -45,7 +45,7 @@
 MySQL backend for ICQ transport
 
 %prep
-%setup -q -n pyicq-t-0.7b
+%setup -q
 %patch0 -p0
 
 %build
@@ -108,6 +108,10 @@
 
 
 %changelog
+* Tue Oct 31 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.8-1
+- Update to 0.8 (see http://www.blathersource.org/releases_view.php?projid=pyicq-t&relid=28)
+- Fix init script to create subsys lock file
+
 * Thu Sep  7 2006 Jeffrey C. Ollie <jeff at ocjtech.us> - 0.7-5
 - Really no longer ghost *.pyo files
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyicq-t/FC-6/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	5 Aug 2006 23:42:07 -0000	1.2
+++ sources	31 Oct 2006 21:42:29 -0000	1.3
@@ -1 +1 @@
-7de0df9311eb6923e6f59fdd914bb6ab  pyicq-t-0.7b.tar.gz
+0929aa4b726d8718e1b8c8cb900fa114  pyicq-t-0.8.tar.gz




More information about the scm-commits mailing list