|
@@ -7,7 +7,7 @@
|
|
|
|
|
|
Summary: Common Unix Printing System
|
|
Summary: Common Unix Printing System
|
|
Name: cups
|
|
Name: cups
|
|
-Version: 2.0.0
|
|
|
|
|
|
+Version: 2.0.2
|
|
Release: 1%{?_dist_release}
|
|
Release: 1%{?_dist_release}
|
|
License: GPL
|
|
License: GPL
|
|
Group: System Environment/Daemons
|
|
Group: System Environment/Daemons
|
|
@@ -88,9 +88,8 @@ Patch33: cups-use-ipp1.1.patch
|
|
Patch34: cups-avahi-no-threaded.patch
|
|
Patch34: cups-avahi-no-threaded.patch
|
|
Patch35: cups-ipp-multifile.patch
|
|
Patch35: cups-ipp-multifile.patch
|
|
Patch36: cups-web-devices-timeout.patch
|
|
Patch36: cups-web-devices-timeout.patch
|
|
-Patch37: cups-final-content-type.patch
|
|
|
|
-Patch38: cups-journal.patch
|
|
|
|
-Patch39: cups-synconclose.patch
|
|
|
|
|
|
+Patch37: cups-journal.patch
|
|
|
|
+Patch38: cups-synconclose.patch
|
|
|
|
|
|
Patch101: cups-1.4.6-pstext-utf8.patch
|
|
Patch101: cups-1.4.6-pstext-utf8.patch
|
|
Patch102: cups-serverbin-compat2.patch
|
|
Patch102: cups-serverbin-compat2.patch
|
|
@@ -273,7 +272,7 @@ Common UNIX Printing SystemはUNIX操作環境においてポータブルな印
|
|
# Added IEEE 1284 Device ID for a Dymo device (bug #747866).
|
|
# Added IEEE 1284 Device ID for a Dymo device (bug #747866).
|
|
%patch29 -p1 -b .dymo-deviceid
|
|
%patch29 -p1 -b .dymo-deviceid
|
|
# Use IP_FREEBIND socket option when binding listening sockets (bug #970809).
|
|
# Use IP_FREEBIND socket option when binding listening sockets (bug #970809).
|
|
-#%%patch30 -p1 -b .freebind
|
|
|
|
|
|
+%patch30 -p1 -b .freebind
|
|
# Don't link against libgcrypt needlessly.
|
|
# Don't link against libgcrypt needlessly.
|
|
%patch31 -p1 -b .no-gcry
|
|
%patch31 -p1 -b .no-gcry
|
|
# Added libusb quirk for Canon PIXMA MP540 (bug #967873).
|
|
# Added libusb quirk for Canon PIXMA MP540 (bug #967873).
|
|
@@ -286,13 +285,11 @@ Common UNIX Printing SystemはUNIX操作環境においてポータブルな印
|
|
%patch35 -p1 -b .ipp-multifile
|
|
%patch35 -p1 -b .ipp-multifile
|
|
# Increase web interface get-devices timeout to 10s (bug #996664).
|
|
# Increase web interface get-devices timeout to 10s (bug #996664).
|
|
%patch36 -p1 -b .web-devices-timeout
|
|
%patch36 -p1 -b .web-devices-timeout
|
|
-# Reverted upstream change to FINAL_CONTENT_TYPE in order to fix
|
|
|
|
-# printing to remote CUPS servers (bug #1010580).
|
|
|
|
-%patch37 -p1 -b .final-content-type
|
|
|
|
# Allow "journal" log type for log output to system journal.
|
|
# Allow "journal" log type for log output to system journal.
|
|
-%patch38 -p1 -b .journal
|
|
|
|
|
|
+%patch37 -p1 -b .journal
|
|
|
|
+# Allow "journal" log type for log output to system journal.
|
|
# Set the default for SyncOnClose to Yes.
|
|
# Set the default for SyncOnClose to Yes.
|
|
-%patch39 -p1 -b .synconclose
|
|
|
|
|
|
+%patch38 -p1 -b .synconclose
|
|
|
|
|
|
#%patch101 -p1 -b .pstext
|
|
#%patch101 -p1 -b .pstext
|
|
%patch102 -p0 -b .serverbin-compat2
|
|
%patch102 -p0 -b .serverbin-compat2
|
|
@@ -664,6 +661,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
%endif
|
|
%endif
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Tue Feb 24 2015 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.2-1
|
|
|
|
+- new upstream release.
|
|
|
|
+
|
|
* Sun Oct 5 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.0-1
|
|
* Sun Oct 5 2014 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 2.0.0-1
|
|
- new upstream release.
|
|
- new upstream release.
|
|
|
|
|