rpms/cups/devel cups.spec,1.464,1.465

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


Author: twaugh

Update of /cvs/pkgs/rpms/cups/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4114

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



Index: cups.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cups/devel/cups.spec,v
retrieving revision 1.464
retrieving revision 1.465
diff -u -r1.464 -r1.465
--- cups.spec	5 Mar 2009 13:31:30 -0000	1.464
+++ cups.spec	9 Mar 2009 12:11:38 -0000	1.465
@@ -8,7 +8,7 @@
 Summary: Common Unix Printing System
 Name: cups
 Version: 1.4
-Release: 0.%{pre}.8%{?dist}
+Release: 0.%{pre}.9%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 Source: ftp://ftp.easysw.com/pub/cups/test//cups-%{version}%{?pre}%{?svn}-source.tar.bz2
@@ -290,6 +290,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
@@ -465,6 +468,9 @@
 %{_libdir}/php/modules/*.so
 
 %changelog
+* Mon Mar  9 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.b2.9
+- Handle https:// device URIs (bug #478677, STR #3122).
+
 * Thu Mar  5 2009 Tim Waugh <twaugh at redhat.com> 1:1.4-0.b2.8
 - Updated to svn8404.
 




More information about the fedora-extras-commits mailing list