1.4.6.
This commit is contained in:
parent
5971f65169
commit
a448e5f662
1
.gitignore
vendored
1
.gitignore
vendored
@ -44,3 +44,4 @@ cups-1.4b2-svn8404-source.tar.bz2
|
||||
cups-1.4.3-source.tar.bz2
|
||||
cups-1.4.4-source.tar.bz2
|
||||
/cups-1.4.5-source.tar.bz2
|
||||
/cups-1.4.6-source.tar.bz2
|
||||
|
@ -1,6 +1,6 @@
|
||||
diff -up cups-1.4.5/filter/pstops.c.page-label cups-1.4.5/filter/pstops.c
|
||||
--- cups-1.4.5/filter/pstops.c.page-label 2010-08-31 20:36:08.000000000 +0200
|
||||
+++ cups-1.4.5/filter/pstops.c 2010-11-12 13:11:11.000000000 +0100
|
||||
diff -up cups-1.4.4/filter/pstops.c.page-label cups-1.4.4/filter/pstops.c
|
||||
--- cups-1.4.4/filter/pstops.c.page-label 2010-03-30 23:07:33.000000000 +0100
|
||||
+++ cups-1.4.4/filter/pstops.c 2010-06-18 09:36:18.239126341 +0100
|
||||
@@ -108,6 +108,7 @@ typedef struct /**** Document informa
|
||||
int num_options; /* Number of document-wide options */
|
||||
cups_option_t *options; /* Document-wide options */
|
||||
@ -77,8 +77,8 @@ diff -up cups-1.4.5/filter/pstops.c.page-label cups-1.4.5/filter/pstops.c
|
||||
doc_puts(doc, "ESPshowpage\n");
|
||||
}
|
||||
break;
|
||||
@@ -2433,6 +2457,12 @@ set_pstops_options(
|
||||
Orientation = 0;
|
||||
@@ -2420,6 +2444,12 @@ set_pstops_options(
|
||||
doc->new_bounding_box[3] = INT_MIN;
|
||||
|
||||
/*
|
||||
+ * Save original orientation of the document
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
Summary: Common Unix Printing System
|
||||
Name: cups
|
||||
Version: 1.4.5
|
||||
Release: 4%{?dist}
|
||||
Version: 1.4.6
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2
|
||||
Group: System Environment/Daemons
|
||||
Source: http://ftp.easysw.com/pub/cups/%{version}/cups-%{version}-source.tar.bz2
|
||||
@ -576,6 +576,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{php_extdir}/phpcups.so
|
||||
|
||||
%changelog
|
||||
* Fri Jan 07 2011 Jiri Popelka <jpopelka@redhat.com> 1:1.4.6-1
|
||||
- 1.4.6.
|
||||
|
||||
* Wed Dec 22 2010 Tim Waugh <twaugh@redhat.com> 1:1.4.5-4
|
||||
- Don't crash when job queued for browsed printer that times out
|
||||
(bug #660604).
|
||||
|
Loading…
Reference in New Issue
Block a user