rpms/a2ps/devel a2ps-external-libtool.patch, 1.1, 1.2 a2ps-mb.patch, 1.1, 1.2 a2ps.spec, 1.88, 1.89

Tim Waugh twaugh at fedoraproject.org
Wed Sep 24 14:47:01 UTC 2008


Author: twaugh

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

Modified Files:
	a2ps-external-libtool.patch a2ps-mb.patch a2ps.spec 
Log Message:
* Wed Sep 24 2008 Tim Waugh <twaugh at redhat.com> 4.14-6
- Removed patch fuzz.


a2ps-external-libtool.patch:

Index: a2ps-external-libtool.patch
===================================================================
RCS file: /cvs/pkgs/rpms/a2ps/devel/a2ps-external-libtool.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- a2ps-external-libtool.patch	8 Mar 2007 17:09:57 -0000	1.1
+++ a2ps-external-libtool.patch	24 Sep 2008 14:46:30 -0000	1.2
@@ -1,12 +1,13 @@
---- a2ps-4.13/configure.external-libtool	2007-02-28 22:32:48.000000000 +0100
-+++ a2ps-4.13/configure	2007-02-28 22:32:48.000000000 +0100
-@@ -2673,7 +2673,8 @@
- LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh"
+diff -up a2ps-4.14/configure.external-libtool a2ps-4.14/configure
+--- a2ps-4.14/configure.external-libtool	2008-09-24 15:28:13.000000000 +0100
++++ a2ps-4.14/configure	2008-09-24 15:28:13.000000000 +0100
+@@ -21864,7 +21864,8 @@ fi
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
  
  # Always use our own libtool.
 -LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 +#LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 +LIBTOOL='/usr/bin/libtool'
  
- # Redirect the config.log output again, so that the ltconfig log is not
- # clobbered by the next message.
+ # Prevent multiple expansion
+ 

a2ps-mb.patch:

Index: a2ps-mb.patch
===================================================================
RCS file: /cvs/pkgs/rpms/a2ps/devel/a2ps-mb.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- a2ps-mb.patch	25 Oct 2006 15:24:34 -0000	1.1
+++ a2ps-mb.patch	24 Sep 2008 14:46:30 -0000	1.2
@@ -1,7 +1,8 @@
---- a2ps-4.13/lib/psgen.c.mb	2006-10-25 16:16:44.000000000 +0100
-+++ a2ps-4.13/lib/psgen.c	2006-10-25 16:18:54.000000000 +0100
-@@ -97,7 +97,8 @@
-   fprintf(stderr,"%d\n",job->status->face);
+diff -up a2ps-4.14/lib/psgen.c.mb a2ps-4.14/lib/psgen.c
+--- a2ps-4.14/lib/psgen.c.mb	2008-09-24 15:29:30.000000000 +0100
++++ a2ps-4.14/lib/psgen.c	2008-09-24 15:29:30.000000000 +0100
+@@ -96,7 +96,8 @@ ps_escape_char (a2ps_job * job, uchar c,
+   /* Printable, but not 7bit clean caracters */
    if (encoding_char_exists (job->encoding, job->status->face, c)
        && ((0177 < c) || (c < 040))) {
 -    sprintf ((char *)res, "%s\\%o", res, c);
@@ -10,7 +11,7 @@
      return 1;
    }
  
-@@ -894,8 +895,8 @@
+@@ -893,8 +894,8 @@ ps_print_char (a2ps_job * job, int c, en
    if (c > 127 && encoding_get_composite_flag (job->encoding) &&
        job->status->face != Symbol) {
      if (mb_flag) {


Index: a2ps.spec
===================================================================
RCS file: /cvs/pkgs/rpms/a2ps/devel/a2ps.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- a2ps.spec	29 May 2008 16:14:55 -0000	1.88
+++ a2ps.spec	24 Sep 2008 14:46:30 -0000	1.89
@@ -13,7 +13,7 @@
 Summary: Converts text and other types of files to PostScript(TM)
 Name: a2ps
 Version: 4.14
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv3+
 Group: Applications/Publishing
 Source0: http://ftp.gnu.org/gnu/a2ps/%{name}-%{version}.tar.gz
@@ -288,6 +288,9 @@
 %{emacs_lispdir}/*.el
 
 %changelog
+* Wed Sep 24 2008 Tim Waugh <twaugh at redhat.com> 4.14-6
+- Removed patch fuzz.
+
 * Thu May 29 2008 Tim Waugh <twaugh at redhat.com> 4.14-5
 - Removed old patches.
 




More information about the fedora-extras-commits mailing list