Hello community,

here is the log from the commit of package mgetty for openSUSE:11.3
checked in at Mon Jun 6 19:02:38 CEST 2011.



--------
--- old-versions/11.3/all/mgetty/mgetty.changes 2008-11-07 12:22:39.000000000 
+0100
+++ 11.3/mgetty/mgetty.changes  2011-05-13 04:32:44.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 13 02:30:04 UTC 2011 - [email protected]
+
+- fix bug [bnc#646280],adjust faxspool to process pdf file using 
+  gs directly, do not use acroreader.
+
+-------------------------------------------------------------------

Package does not exist at destination yet. Using Fallback 
old-versions/11.3/all/mgetty
Destination is old-versions/11.3/UPDATES/all/mgetty
calling whatdependson for 11.3-i586


New:
----
  bug646280.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ mgetty.spec ++++++
--- /var/tmp/diff_new_pack.gDsySP/_old  2011-06-06 19:01:57.000000000 +0200
+++ /var/tmp/diff_new_pack.gDsySP/_new  2011-06-06 19:01:57.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mgetty (Version 1.1.36)
+# spec file for package mgetty
 #
-# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 # allow postinst script to succeed
 BuildRequires:  pwdutils
 Version:        1.1.36
-Release:        26
+Release:        31.<RELEASE2>
 PreReq:         %install_info_prereq filesystem
 Requires:       g3utils
 Recommends:     logrotate
@@ -40,6 +40,7 @@
 Patch3:         %{name}-%{version}-callback.patch
 Patch4:         %{name}-%{version}-specialdigits.patch
 Patch5:         %{name}-%{version}-implicit-fortify-decl.patch
+Patch6:         bug646280.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -107,6 +108,7 @@
 %patch3 -p1
 %patch4
 %patch5
+%patch6 -p1
 
 %build
 ln -s policy.h-dist policy.h

++++++ bug646280.patch ++++++
Index: mgetty-1.1.36/fax/faxspool.in
===================================================================
=--- mgetty-1.1.36.orig/fax/faxspool.in
--- mgetty-1.1.36/fax/faxspool.in
+++ mgetty-1.1.36/fax/faxspool.in
@@ -390,9 +390,7 @@ fs_cvt_pdf()
     driver="$GS_DRIVER_HI"
     test X$3 = X-n && driver="$GS_DRIVER_LO"
 
-    cat $1 |
-       acroread -toPostScript |
-       gs $driver -sOutputFile=$2%03d -dNOPAUSE -q -dSAFER -
+    cat $1 | gs $driver -sOutputFile=$2%03d -dNOPAUSE -q -dSAFER -
 }
 
 

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to