rpms/cmake/FC-4 cmake-2.4.2-fedora.patch, 1.1, 1.2 cmake.spec, 1.6, 1.7
by fedora-extras-commits@redhat.com
Author: orion
Update of /cvs/extras/rpms/cmake/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3241
Modified Files:
cmake-2.4.2-fedora.patch cmake.spec
Log Message:
Add /usr/lib/jvm/java to FindJNI search paths
cmake-2.4.2-fedora.patch:
Index: cmake-2.4.2-fedora.patch
===================================================================
RCS file: /cvs/extras/rpms/cmake/FC-4/cmake-2.4.2-fedora.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cmake-2.4.2-fedora.patch 31 Jul 2006 19:32:26 -0000 1.1
+++ cmake-2.4.2-fedora.patch 31 Oct 2006 23:15:32 -0000 1.2
@@ -42,3 +42,21 @@
/usr/local/share/swig1.3)
IF(EXISTS ${SWIG_DIR})
IF("x${SWIG_DIR}x" STREQUAL "x${CMAKE_ROOT}/Modulesx")
+--- cmake-2.4.3/Modules/FindJNI.cmake.orig 2006-10-31 16:07:57.000000000 -0700
++++ cmake-2.4.3/Modules/FindJNI.cmake 2006-10-31 16:09:36.000000000 -0700
+@@ -14,6 +14,7 @@
+ $ENV{JAVA_HOME}/jre/lib/i386
+ $ENV{JAVA_HOME}/jre/lib/amd64
+ /usr/lib
++ /usr/lib/jvm/java/lib
+ /usr/local/lib
+ /usr/lib/java/jre/lib/i386
+ /usr/local/lib/java/jre/lib/i386
+@@ -27,6 +28,7 @@
+ "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.3;JavaHome]/include"
+ $ENV{JAVA_HOME}/include
+ /usr/include
++ /usr/lib/jvm/java/include
+ /usr/local/include
+ /usr/lib/java/include
+ /usr/local/lib/java/include
Index: cmake.spec
===================================================================
RCS file: /cvs/extras/rpms/cmake/FC-4/cmake.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cmake.spec 2 Aug 2006 17:54:37 -0000 1.6
+++ cmake.spec 31 Oct 2006 23:15:32 -0000 1.7
@@ -1,6 +1,6 @@
Name: cmake
Version: 2.4.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Cross-platform make system
Group: Development/Tools
@@ -67,6 +67,9 @@
%changelog
+* Tue Oct 31 2006 Orion Poplawski <orion(a)cora.nwra.com> - 2.4.3-3
+- Add /usr/lib/jvm/java to FindJNI search paths
+
* Wed Aug 2 2006 Orion Poplawski <orion(a)cora.nwra.com> - 2.4.3-2
- Add patch to Linux.cmake for Fortran soname support for plplot
16 years, 11 months
rpms/cmake/FC-6 cmake-2.4.2-fedora.patch, 1.1, 1.2 cmake.spec, 1.8, 1.9
by fedora-extras-commits@redhat.com
Author: orion
Update of /cvs/extras/rpms/cmake/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3184/FC-6
Modified Files:
cmake-2.4.2-fedora.patch cmake.spec
Log Message:
Add /usr/lib/jvm/java to FindJNI search paths
cmake-2.4.2-fedora.patch:
Index: cmake-2.4.2-fedora.patch
===================================================================
RCS file: /cvs/extras/rpms/cmake/FC-6/cmake-2.4.2-fedora.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cmake-2.4.2-fedora.patch 11 Jul 2006 16:41:17 -0000 1.1
+++ cmake-2.4.2-fedora.patch 31 Oct 2006 23:13:40 -0000 1.2
@@ -42,3 +42,21 @@
/usr/local/share/swig1.3)
IF(EXISTS ${SWIG_DIR})
IF("x${SWIG_DIR}x" STREQUAL "x${CMAKE_ROOT}/Modulesx")
+--- cmake-2.4.3/Modules/FindJNI.cmake.orig 2006-10-31 16:07:57.000000000 -0700
++++ cmake-2.4.3/Modules/FindJNI.cmake 2006-10-31 16:09:36.000000000 -0700
+@@ -14,6 +14,7 @@
+ $ENV{JAVA_HOME}/jre/lib/i386
+ $ENV{JAVA_HOME}/jre/lib/amd64
+ /usr/lib
++ /usr/lib/jvm/java/lib
+ /usr/local/lib
+ /usr/lib/java/jre/lib/i386
+ /usr/local/lib/java/jre/lib/i386
+@@ -27,6 +28,7 @@
+ "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.3;JavaHome]/include"
+ $ENV{JAVA_HOME}/include
+ /usr/include
++ /usr/lib/jvm/java/include
+ /usr/local/include
+ /usr/lib/java/include
+ /usr/local/lib/java/include
Index: cmake.spec
===================================================================
RCS file: /cvs/extras/rpms/cmake/FC-6/cmake.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cmake.spec 30 Aug 2006 02:26:07 -0000 1.8
+++ cmake.spec 31 Oct 2006 23:13:40 -0000 1.9
@@ -1,6 +1,6 @@
Name: cmake
Version: 2.4.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Cross-platform make system
Group: Development/Tools
@@ -62,6 +62,9 @@
%changelog
+* Tue Oct 31 2006 Orion Poplawski <orion(a)cora.nwra.com> - 2.4.3-4
+- Add /usr/lib/jvm/java to FindJNI search paths
+
* Tue Aug 29 2006 Orion Poplawski <orion(a)cora.nwra.com> - 2.4.3-3
- Rebuild for FC6
16 years, 11 months
rpms/cmake/FC-5 cmake-2.4.2-fedora.patch, 1.1, 1.2 cmake.spec, 1.4, 1.5
by fedora-extras-commits@redhat.com
Author: orion
Update of /cvs/extras/rpms/cmake/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3184/FC-5
Modified Files:
cmake-2.4.2-fedora.patch cmake.spec
Log Message:
Add /usr/lib/jvm/java to FindJNI search paths
cmake-2.4.2-fedora.patch:
Index: cmake-2.4.2-fedora.patch
===================================================================
RCS file: /cvs/extras/rpms/cmake/FC-5/cmake-2.4.2-fedora.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cmake-2.4.2-fedora.patch 31 Jul 2006 19:33:45 -0000 1.1
+++ cmake-2.4.2-fedora.patch 31 Oct 2006 23:13:39 -0000 1.2
@@ -42,3 +42,21 @@
/usr/local/share/swig1.3)
IF(EXISTS ${SWIG_DIR})
IF("x${SWIG_DIR}x" STREQUAL "x${CMAKE_ROOT}/Modulesx")
+--- cmake-2.4.3/Modules/FindJNI.cmake.orig 2006-10-31 16:07:57.000000000 -0700
++++ cmake-2.4.3/Modules/FindJNI.cmake 2006-10-31 16:09:36.000000000 -0700
+@@ -14,6 +14,7 @@
+ $ENV{JAVA_HOME}/jre/lib/i386
+ $ENV{JAVA_HOME}/jre/lib/amd64
+ /usr/lib
++ /usr/lib/jvm/java/lib
+ /usr/local/lib
+ /usr/lib/java/jre/lib/i386
+ /usr/local/lib/java/jre/lib/i386
+@@ -27,6 +28,7 @@
+ "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.3;JavaHome]/include"
+ $ENV{JAVA_HOME}/include
+ /usr/include
++ /usr/lib/jvm/java/include
+ /usr/local/include
+ /usr/lib/java/include
+ /usr/local/lib/java/include
Index: cmake.spec
===================================================================
RCS file: /cvs/extras/rpms/cmake/FC-5/cmake.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cmake.spec 2 Aug 2006 17:55:32 -0000 1.4
+++ cmake.spec 31 Oct 2006 23:13:39 -0000 1.5
@@ -1,6 +1,6 @@
Name: cmake
Version: 2.4.3
-Release: 2%{?dist}
+Release: 3%{?dist}
Summary: Cross-platform make system
Group: Development/Tools
@@ -62,6 +62,9 @@
%changelog
+* Tue Oct 31 2006 Orion Poplawski <orion(a)cora.nwra.com> - 2.4.3-3
+- Add /usr/lib/jvm/java to FindJNI search paths
+
* Wed Aug 2 2006 Orion Poplawski <orion(a)cora.nwra.com> - 2.4.3-2
- vim 7.0 now ships cmake files, so don't ship ours (bug #201018)
- Add patch to Linux.cmake for Fortran soname support for plplot
16 years, 11 months
rpms/cmake/devel cmake-2.4.2-fedora.patch, 1.1, 1.2 cmake.spec, 1.8, 1.9
by fedora-extras-commits@redhat.com
Author: orion
Update of /cvs/extras/rpms/cmake/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3114
Modified Files:
cmake-2.4.2-fedora.patch cmake.spec
Log Message:
Add /usr/lib/jvm/java to FindJNI search paths
cmake-2.4.2-fedora.patch:
Index: cmake-2.4.2-fedora.patch
===================================================================
RCS file: /cvs/extras/rpms/cmake/devel/cmake-2.4.2-fedora.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cmake-2.4.2-fedora.patch 11 Jul 2006 16:41:17 -0000 1.1
+++ cmake-2.4.2-fedora.patch 31 Oct 2006 23:11:16 -0000 1.2
@@ -42,3 +42,21 @@
/usr/local/share/swig1.3)
IF(EXISTS ${SWIG_DIR})
IF("x${SWIG_DIR}x" STREQUAL "x${CMAKE_ROOT}/Modulesx")
+--- cmake-2.4.3/Modules/FindJNI.cmake.orig 2006-10-31 16:07:57.000000000 -0700
++++ cmake-2.4.3/Modules/FindJNI.cmake 2006-10-31 16:09:36.000000000 -0700
+@@ -14,6 +14,7 @@
+ $ENV{JAVA_HOME}/jre/lib/i386
+ $ENV{JAVA_HOME}/jre/lib/amd64
+ /usr/lib
++ /usr/lib/jvm/java/lib
+ /usr/local/lib
+ /usr/lib/java/jre/lib/i386
+ /usr/local/lib/java/jre/lib/i386
+@@ -27,6 +28,7 @@
+ "[HKEY_LOCAL_MACHINE\\SOFTWARE\\JavaSoft\\Java Development Kit\\1.3;JavaHome]/include"
+ $ENV{JAVA_HOME}/include
+ /usr/include
++ /usr/lib/jvm/java/include
+ /usr/local/include
+ /usr/lib/java/include
+ /usr/local/lib/java/include
Index: cmake.spec
===================================================================
RCS file: /cvs/extras/rpms/cmake/devel/cmake.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cmake.spec 30 Aug 2006 02:26:07 -0000 1.8
+++ cmake.spec 31 Oct 2006 23:11:16 -0000 1.9
@@ -1,6 +1,6 @@
Name: cmake
Version: 2.4.3
-Release: 3%{?dist}
+Release: 4%{?dist}
Summary: Cross-platform make system
Group: Development/Tools
@@ -62,6 +62,9 @@
%changelog
+* Tue Oct 31 2006 Orion Poplawski <orion(a)cora.nwra.com> - 2.4.3-4
+- Add /usr/lib/jvm/java to FindJNI search paths
+
* Tue Aug 29 2006 Orion Poplawski <orion(a)cora.nwra.com> - 2.4.3-3
- Rebuild for FC6
16 years, 11 months
rpms/gnome-applet-timer/devel gnome-applet-timer.spec,1.7,1.8
by fedora-extras-commits@redhat.com
Author: cwickert
Update of /cvs/extras/rpms/gnome-applet-timer/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2707/devel
Modified Files:
gnome-applet-timer.spec
Log Message:
fix of email adress
Index: gnome-applet-timer.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-applet-timer/devel/gnome-applet-timer.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-applet-timer.spec 31 Oct 2006 01:44:57 -0000 1.7
+++ gnome-applet-timer.spec 31 Oct 2006 23:04:04 -0000 1.8
@@ -87,7 +87,7 @@
%{_datadir}/pixmaps/timer-applet
%changelog
-* Tue Oct 31 2006 Christoph Wickert <fedora wickert at arcor de> - 1.3.1-1
+* Tue Oct 31 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.1-1
- Update to 1.3.1 with libnotify support (#203234).
* Fri Sep 15 2006 Christoph Wickert <fedora christoph-wickert de> - 1.2-4
16 years, 11 months
rpms/gnome-applet-timer/FC-6 gnome-applet-timer.spec,1.7,1.8
by fedora-extras-commits@redhat.com
Author: cwickert
Update of /cvs/extras/rpms/gnome-applet-timer/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv2707/FC-6
Modified Files:
gnome-applet-timer.spec
Log Message:
fix of email adress
Index: gnome-applet-timer.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-applet-timer/FC-6/gnome-applet-timer.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnome-applet-timer.spec 31 Oct 2006 02:11:21 -0000 1.7
+++ gnome-applet-timer.spec 31 Oct 2006 23:04:01 -0000 1.8
@@ -87,7 +87,7 @@
%{_datadir}/pixmaps/timer-applet
%changelog
-* Tue Oct 31 2006 Christoph Wickert <fedora wickert at arcor de> - 1.3.1-1
+* Tue Oct 31 2006 Christoph Wickert <fedora christoph-wickert de> - 1.3.1-1
- Update to 1.3.1 with libnotify support (#203234).
* Fri Sep 15 2006 Christoph Wickert <fedora christoph-wickert de> - 1.2-4
16 years, 11 months
rpms/gambas/devel gambas.spec,1.18,1.19
by fedora-extras-commits@redhat.com
Author: spot
Update of /cvs/extras/rpms/gambas/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv32124
Modified Files:
gambas.spec
Log Message:
Booooooooo!
Index: gambas.spec
===================================================================
RCS file: /cvs/extras/rpms/gambas/devel/gambas.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- gambas.spec 11 Sep 2006 01:44:17 -0000 1.18
+++ gambas.spec 31 Oct 2006 22:35:57 -0000 1.19
@@ -1,7 +1,7 @@
Name: gambas
Summary: IDE based on a basic interpreter with object extensions
Version: 1.0.17
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPL
Group: Development/Tools
URL: http://gambas.sourceforge.net/
@@ -416,6 +416,9 @@
%{_datadir}/gambas/info/gb.xml.libxml.xslt.*
%changelog
+* Tue Oct 31 2006 Tom "spot" Callaway <tcallawa(a)redhat.com> 1.0.17-4
+- a spoooky halloween bump for development
+
* Sun Sep 10 2006 Tom "spot" Callaway <tcallawa(a)redhat.com> 1.0.17-3
- disable x86_64, code is not (and likely never will be) 64bit clean
16 years, 11 months
rpms/pyicq-t/FC-4 .cvsignore, 1.2, 1.3 pyicq-t.init, 1.1, 1.2 pyicq-t.spec, 1.3, 1.4 sources, 1.2, 1.3
by fedora-extras-commits@redhat.com
Author: jcollie
Update of /cvs/extras/rpms/pyicq-t/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28750
Modified Files:
.cvsignore pyicq-t.init pyicq-t.spec sources
Log Message:
* Tue Oct 31 2006 Jeffrey C. Ollie <jeff(a)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-4/.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:46:02 -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-4/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:46:02 -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-4/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:43:55 -0000 1.3
+++ pyicq-t.spec 31 Oct 2006 21:46:02 -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(a)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(a)ocjtech.us> - 0.7-5
- Really no longer ghost *.pyo files
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyicq-t/FC-4/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:46:02 -0000 1.3
@@ -1 +1 @@
-7de0df9311eb6923e6f59fdd914bb6ab pyicq-t-0.7b.tar.gz
+0929aa4b726d8718e1b8c8cb900fa114 pyicq-t-0.8.tar.gz
16 years, 11 months
rpms/pyicq-t/FC-5 .cvsignore, 1.2, 1.3 pyicq-t.init, 1.1, 1.2 pyicq-t.spec, 1.3, 1.4 sources, 1.2, 1.3
by fedora-extras-commits@redhat.com
Author: jcollie
Update of /cvs/extras/rpms/pyicq-t/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28669
Modified Files:
.cvsignore pyicq-t.init pyicq-t.spec sources
Log Message:
* Tue Oct 31 2006 Jeffrey C. Ollie <jeff(a)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-5/.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:44:55 -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-5/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:44:55 -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-5/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:43:16 -0000 1.3
+++ pyicq-t.spec 31 Oct 2006 21:44:55 -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(a)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(a)ocjtech.us> - 0.7-5
- Really no longer ghost *.pyo files
Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pyicq-t/FC-5/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:44:55 -0000 1.3
@@ -1 +1 @@
-7de0df9311eb6923e6f59fdd914bb6ab pyicq-t-0.7b.tar.gz
+0929aa4b726d8718e1b8c8cb900fa114 pyicq-t-0.8.tar.gz
16 years, 11 months
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
by fedora-extras-commits@redhat.com
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(a)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(a)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(a)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
16 years, 11 months