rpms/dvipdfmx/F-9 dvipdfmx-20080617-ebb-to-ebbx.patch, NONE, 1.1 dvipdfmx.spec, 1.4, 1.5 dvipdfmx-20080520-ebb-to-ebbx.patch, 1.1, NONE

Jonathan G. Underwood (jgu) fedora-extras-commits at redhat.com
Tue Jun 17 22:41:41 UTC 2008


Author: jgu

Update of /cvs/extras/rpms/dvipdfmx/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4893

Modified Files:
	dvipdfmx.spec 
Added Files:
	dvipdfmx-20080617-ebb-to-ebbx.patch 
Removed Files:
	dvipdfmx-20080520-ebb-to-ebbx.patch 
Log Message:
* Tue Jun 17 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0-0.25.20080617cvs
- Rework ebb-to-ebbx patch for latest CVS snapshot
- Fix files section
 
* Tue Jun 17 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0-0.24.20080617cvs
- Update to 20080617 CVS snapshot


dvipdfmx-20080617-ebb-to-ebbx.patch:

--- NEW FILE dvipdfmx-20080617-ebb-to-ebbx.patch ---
diff -up dvipdfmx-20080617/src/dvipdfmx.c.ebb-to-ebbx dvipdfmx-20080617/src/dvipdfmx.c
--- dvipdfmx-20080617/src/dvipdfmx.c.ebb-to-ebbx	2008-05-22 11:08:02.000000000 +0100
+++ dvipdfmx-20080617/src/dvipdfmx.c	2008-06-17 23:20:52.000000000 +0100
@@ -774,7 +774,7 @@ main (int argc, char *argv[]) 
 {
   double dvi2pts;
 
-  if (strcmp(argv[0], "ebb") == 0)
+  if (strcmp(argv[0], "ebbx") == 0)
     return extractbb(argc, argv, EBB_OUTPUT);
   else if (strcmp(argv[0], "xbb") == 0 || strcmp(argv[0], "extractbb") == 0)
     return extractbb(argc, argv, XBB_OUTPUT);
diff -up dvipdfmx-20080617/src/Makefile.in.ebb-to-ebbx dvipdfmx-20080617/src/Makefile.in
--- dvipdfmx-20080617/src/Makefile.in.ebb-to-ebbx	2008-05-23 00:29:12.000000000 +0100
+++ dvipdfmx-20080617/src/Makefile.in	2008-06-17 23:23:23.000000000 +0100
@@ -1517,7 +1517,7 @@ uninstall-am: uninstall-binPROGRAMS
 
 
 install-exec-hook:
-	cd $(DESTDIR)$(bindir) && rm -f ebb && $(LN_S) dvipdfmx ebb
+	cd $(DESTDIR)$(bindir) && rm -f ebbx && $(LN_S) dvipdfmx ebbx
 	cd $(DESTDIR)$(bindir) && rm -f extractbb && $(LN_S) dvipdfmx extractbb
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.


Index: dvipdfmx.spec
===================================================================
RCS file: /cvs/extras/rpms/dvipdfmx/F-9/dvipdfmx.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dvipdfmx.spec	17 Jun 2008 22:18:08 -0000	1.4
+++ dvipdfmx.spec	17 Jun 2008 22:41:01 -0000	1.5
@@ -1,3 +1,4 @@
+
 # These macros need to match what is in the texlive-texmf package. For
 # this reason texlive-texmf is a BuildRequires, and it installs an rpm
 # macro file that defines them. Here we define them in case they're
@@ -9,7 +10,7 @@
 
 Name:           dvipdfmx
 Version:        0
-Release:        0.24.%{snapshot}cvs%{?dist}
+Release:        0.25.%{snapshot}cvs%{?dist}
 Summary:        A DVI to PDF translator
 
 Group:          Applications/Publishing
@@ -21,7 +22,7 @@
 # dvipdfm package. 
 # htps://bugzilla.redhat.com/show_bug.cgi?id=448347
 # Reported to upstream on 26th May 2008 via email
-Patch0:		dvipdfmx-20080520-ebb-to-ebbx.patch
+Patch0:		dvipdfmx-%{snapshot}-ebb-to-ebbx.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -86,21 +87,21 @@
 %defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
 %{_bindir}/dvipdfmx
-%{_bindir}/xbb
 %{_bindir}/ebbx
 %{_bindir}/extractbb
 %dir %{_texmf_conf}/dvipdfmx/
 %config(noreplace) %{_texmf_conf}/dvipdfmx/cid-x.map
 %{_texmf_main}/dvipdfmx
-%{_texmf_main}/fonts/cmap/EUC-UCS2
-%{_texmf_main}/fonts/cmap/UniKSCms-UCS2-H
-%{_texmf_main}/fonts/cmap/UniKSCms-UCS2-V
 %{_texmf_main}/fonts/map/dvipdfmx/cid-x.map
 %{_texmf_main}/fonts/map/glyphlist/glyphlist.txt
 %{_texmf_main}/fonts/map/glyphlist/pdfglyphlist.txt
 
 
 %changelog
+* Tue Jun 17 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0-0.25.20080617cvs
+- Rework ebb-to-ebbx patch for latest CVS snapshot
+- Fix files section
+ 
 * Tue Jun 17 2008 Jonathan G. Underwood <jonathan.underwood at gmail.com> - 0-0.24.20080617cvs
 - Update to 20080617 CVS snapshot
 


--- dvipdfmx-20080520-ebb-to-ebbx.patch DELETED ---




More information about the fedora-extras-commits mailing list