rpms/pidgin/F-8 pidgin.spec,1.39,1.40

Warren Togami (wtogami) fedora-extras-commits at redhat.com
Wed Oct 24 21:06:35 UTC 2007


Author: wtogami

Update of /cvs/pkgs/rpms/pidgin/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv17651

Modified Files:
	pidgin.spec 
Log Message:
make sed replacement safer



Index: pidgin.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pidgin/F-8/pidgin.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- pidgin.spec	24 Oct 2007 20:14:43 -0000	1.39
+++ pidgin.spec	24 Oct 2007 21:06:02 -0000	1.40
@@ -289,7 +289,8 @@
 ## Patches 100+: To be Included in Future Upstream
 
 # Relabel internal version for support purposes
-sed -i "s/%{version}/%{version}-%{release}/g" configure
+# http://developer.pidgin.im/ticket/3681 Upstream request to make this into a configure switch
+sed -i "s/VERSION=%{version}/VERSION=%{version}-%{release}/g" configure
 chmod 755 configure
 
 # If not using gnome-open, then default to htmlview 




More information about the fedora-extras-commits mailing list