rpms/pidgin/F-10 pidgin.spec,1.81,1.82

Stu Tomlinson nosnilmot at fedoraproject.org
Sun Sep 6 01:58:49 UTC 2009


Author: nosnilmot

Update of /cvs/extras/rpms/pidgin/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4122

Modified Files:
	pidgin.spec 
Log Message:
- VV support needs to be explicitly disabled on F10



Index: pidgin.spec
===================================================================
RCS file: /cvs/extras/rpms/pidgin/F-10/pidgin.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -p -r1.81 -r1.82
--- pidgin.spec	6 Sep 2009 01:43:42 -0000	1.81
+++ pidgin.spec	6 Sep 2009 01:58:49 -0000	1.82
@@ -82,7 +82,7 @@
 
 Name:		pidgin
 Version:	2.6.2
-Release:	1%{?dist}
+Release:	1%{?dist}.1
 License:        GPLv2+ and GPLv2 and MIT
 # GPLv2+ - libpurple, gnt, finch, pidgin, most prpls
 # GPLv2 - silc & novell prpls
@@ -412,6 +412,9 @@ SWITCHES="--with-extraversion=%{release}
 %if ! %{libidn_support}
 	SWITCHES="$SWITCHES --disable-idn"
 %endif
+%if ! %{vv_support}
+	SWITCHES="$SWITCHES --disable-vv"
+%endif
 
 # FC5+ automatic -fstack-protector-all switch
 export RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-fstack-protector/-fstack-protector-all}
@@ -614,6 +617,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Sun Sep 06 2009 Stu Tomlinson <stu at nosnilmot.com> 2.6.2-1.1
+- VV support needs to be explicitly disabled on F10
+
 * Sun Sep 06 2009 Stu Tomlinson <stu at nosnilmot.com> 2.6.2-1
 - 2.6.2 Fixes a number of crashes
 




More information about the fedora-extras-commits mailing list