SFEirker.spec: bump to 1.17
authortom68
Sat, 23 Mar 2013 21:52:34 +0000
changeset 9225 ca08b698395d
parent 9224 eba6e891e529
child 9226 1ffdf65df4db
SFEirker.spec: bump to 1.17
SFEirker.spec
--- a/SFEirker.spec	Thu Mar 21 19:55:18 2013 +0000
+++ b/SFEirker.spec	Sat Mar 23 21:52:34 2013 +0000
@@ -13,11 +13,11 @@
 
 Name:                    SFEirker
 Summary:		 An IRC client that runs as a daemon accepting notification requests as JSON objects presented to a listening socket
-Version:                 1.12
+Version:                 1.17
 Source:                  http://www.catb.org/~esr/irker/irker-%{version}.tar.gz
 Source2:                 irker.xml
 ##TODO## temporary patch
-Patch1:			 irker-1.12-urlparse.diff
+#Patch1:			 irker-1.12-urlparse.diff
 URL:                     http://www.catb.org/esr/irker
 SUNW_BaseDir:            /
 BuildRoot:               %{_tmppath}/%{name}-%{version}-build
@@ -38,7 +38,7 @@
 perl -pi -e 's:^#! */usr/bin/python.*:#!/usr/bin/python%{python_major_minor_version}:' `find . -type f -print`
 perl -pi -e 's:^#! */usr/bin/env *python:#!/usr/bin/python%{python_major_minor_version}:' `find . -type f -print`
 
-%patch1 -p1
+#%patch1 -p1
 
 %build
 
@@ -88,6 +88,9 @@
 
 
 %changelog
+* Sat Mar 23 2013 - Thomas Wagner
+- bump to 1.17
+- remove patch1 irker-1.12-urlparse.diff
 * Sat Oct 27 2012 - Thomas Wagner
 - relocate irkerd to /usr/sbin/
 - add SMF manifest (run irkerd as user nobody:nogroup)