Hello community,

here is the log from the commit of package mgetty for openSUSE:11.4
checked in at Mon Jun 6 21:51:00 CEST 2011.



--------
--- old-versions/11.4/all/mgetty/mgetty.changes 2010-08-29 19:46:33.000000000 
+0200
+++ 11.4/mgetty/mgetty.changes  2011-05-13 04:42:16.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 13 02:41:15 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.4/all/mgetty
Destination is old-versions/11.4/UPDATES/all/mgetty
calling whatdependson for 11.4-i586


New:
----
  bug646280.patch

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

Other differences:
------------------
++++++ mgetty.spec ++++++
--- /var/tmp/diff_new_pack.yXZP2K/_old  2011-06-06 21:50:18.000000000 +0200
+++ /var/tmp/diff_new_pack.yXZP2K/_new  2011-06-06 21:50:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package mgetty (Version 1.1.36)
+# spec file for package mgetty
 #
-# Copyright (c) 2010 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:        33
+Release:        35.<RELEASE36>
 PreReq:         %install_info_prereq filesystem
 Requires:       g3utils
 Recommends:     logrotate
@@ -41,6 +41,7 @@
 Patch4:         %{name}-%{version}-specialdigits.patch
 Patch5:         %{name}-%{version}-implicit-fortify-decl.patch
 Patch6:         mgetty-1.1.36-no-date-time.patch       
+Patch7:         bug646280.patch        
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -109,6 +110,7 @@
 %patch4
 %patch5
 %patch6
+%patch7 -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