rpms/cups/F-11 cups.spec,1.577,1.578

Tim Waugh twaugh at fedoraproject.org
Thu Jun 24 12:08:35 UTC 2010


Author: twaugh

Update of /cvs/pkgs/rpms/cups/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv29018

Modified Files:
	cups.spec 
Log Message:
* Thu Jun 24 2010 Tim Waugh <twaugh at redhat.com> 1:1.4.4-4
- Use gnutls again but disable threading (bug #607159).



Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/F-11/cups.spec,v
retrieving revision 1.577
retrieving revision 1.578
diff -u -p -r1.577 -r1.578
--- cups.spec	22 Jun 2010 09:46:29 -0000	1.577
+++ cups.spec	24 Jun 2010 12:08:34 -0000	1.578
@@ -8,7 +8,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.4.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
@@ -308,9 +308,10 @@ export CFLAGS="$RPM_OPT_FLAGS -fstack-pr
 	--enable-lspp \
 %endif
 	--with-log-file-perm=0600 --enable-pie --enable-relro \
-	--enable-pdftops --with-pdftops=pdftops \
+	--with-pdftops=pdftops \
 	--with-dbusdir=%{_sysconfdir}/dbus-1 \
 	--with-php=/usr/bin/php-cgi --enable-avahi \
+	--disable-threads --enable-gnutls \
 	localedir=%{_datadir}/locale
 
 # If we got this far, all prerequisite libraries must be here.
@@ -579,6 +580,9 @@ rm -rf $RPM_BUILD_ROOT
 %{php_extdir}/phpcups.so
 
 %changelog
+* Thu Jun 24 2010 Tim Waugh <twaugh at redhat.com> 1:1.4.4-4
+- Use gnutls again but disable threading (bug #607159).
+
 * Tue Jun 22 2010 Tim Waugh <twaugh at redhat.com> 1:1.4.4-3
 - Removed dependency on ghostscript-cups package.  The pstoraster
   filter is not in that package until Fedora 13.



More information about the scm-commits mailing list