rpms/cups/F-10 cups.spec,1.455,1.456

Tim Waugh twaugh at fedoraproject.org
Mon Mar 9 12:12:15 UTC 2009


Author: twaugh

Update of /cvs/pkgs/rpms/cups/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4162

Modified Files:
	cups.spec 
Log Message:
* Mon Mar  9 2009 Tim Waugh <twaugh at redhat.com> 1:1.3.9-9
- Handle https:// device URIs (bug #478677, STR #3122).



Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/F-10/cups.spec,v
retrieving revision 1.455
retrieving revision 1.456
diff -u -r1.455 -r1.456
--- cups.spec	28 Jan 2009 18:14:05 -0000	1.455
+++ cups.spec	9 Mar 2009 12:11:44 -0000	1.456
@@ -7,7 +7,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.3.9
-Release: 8%{?svn:.svn%{svn}}%{?dist}
+Release: 9%{?svn:.svn%{svn}}%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}%{?svn:svn-r%{svn}}-source.tar.bz2
@@ -300,6 +300,9 @@
 mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/portreserve
 echo ipp > $RPM_BUILD_ROOT%{_sysconfdir}/portreserve/%{name}
 
+# Handle https:// device URIs (bug #478677, STR #3122).
+ln -s ipp $RPM_BUILD_ROOT%{cups_serverbin}/backend/https
+
 # Remove unshipped files.
 rm -rf $RPM_BUILD_ROOT%{_mandir}/cat? $RPM_BUILD_ROOT%{_mandir}/*/cat?
 rm -f $RPM_BUILD_ROOT%{_datadir}/applications/cups.desktop
@@ -488,6 +491,9 @@
 %{_libdir}/php/modules/*.so
 
 %changelog
+* Mon Mar  9 2009 Tim Waugh <twaugh at redhat.com> 1:1.3.9-9
+- Handle https:// device URIs (bug #478677, STR #3122).
+
 * Wed Jan 28 2009 Tim Waugh <twaugh at redhat.com> 1:1.3.9-8
 - Always supply document-name when printing a file (STR #3055).
 - Load MIME type rules correctly (bug #426089, STR #3059).




More information about the fedora-extras-commits mailing list