rpms/texlive-texmf/devel texlive-2007-beamerblocks.patch, NONE, 1.1 texlive-2007-euro.patch, NONE, 1.1 texlive-2007-romanian.patch, NONE, 1.1 texlive-texmf.spec, 1.26, 1.27

Jindrich Novy jnovy at fedoraproject.org
Wed Aug 27 10:42:53 UTC 2008


Author: jnovy

Update of /cvs/pkgs/rpms/texlive-texmf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv12962

Modified Files:
	texlive-texmf.spec 
Added Files:
	texlive-2007-beamerblocks.patch texlive-2007-euro.patch 
	texlive-2007-romanian.patch 
Log Message:
* Wed Aug 27 2008 Jindrich Novy <jnovy at redhat.com> - 2007-24
- fix rendering of beamer slides (#457836)
- remove ubbold.fd (#458150), thanks to Jason Cross
- fix broken Euro sign (#459332) and Romanian accent (#460266),
  thanks to Vasile Gaburici


texlive-2007-beamerblocks.patch:

--- NEW FILE texlive-2007-beamerblocks.patch ---
diff -up texmf-dist/tex/latex/beamer/beamerbaseboxes.sty.beamerbox texmf-dist/tex/latex/beamer/beamerbaseboxes.sty
--- texmf-dist/tex/latex/beamer/beamerbaseboxes.sty.beamerbox	2006-01-13 00:52:02.000000000 +0100
+++ texmf-dist/tex/latex/beamer/beamerbaseboxes.sty	2008-08-27 12:21:51.000000000 +0200
@@ -113,7 +113,7 @@
     \setbox\bmb at boxshadowball=\hbox{\pgfuseshading{bmb at shadowball}}%
     \setbox\bmb at boxshadowballlarge=\hbox{\pgfuseshading{bmb at shadowballlarge}}%
   \fi%
-  \setbox\bmb at colorbox=\hbox{\color{lower.bg}}%
+  \setbox\bmb at colorbox=\hbox{{\pgfpicturetrue\pgfsetcolor{lower.bg}}}%
   \setbox\bmb at box=\hbox\bgroup\begin{minipage}[b]{\bmb at width}%
     \vskip2pt%
     \usebeamercolor[fg]{\bmb at lower}%

texlive-2007-euro.patch:

--- NEW FILE texlive-2007-euro.patch ---
diff -up texmf-dist/fonts/enc/dvips/base/texnansx.enc.euro texmf-dist/fonts/enc/dvips/base/texnansx.enc
--- texmf-dist/fonts/enc/dvips/base/texnansx.enc.euro	2006-01-10 00:35:21.000000000 +0100
+++ texmf-dist/fonts/enc/dvips/base/texnansx.enc	2008-08-27 12:14:38.000000000 +0200
@@ -15,7 +15,7 @@
 %
 /TeXnANSIEncoding [
 /.notdef % 0
-/Uni20AC % /Euro 1
+/Euro % 1
 /.notdef % 2
 /.notdef % 3
 /fraction %	4

texlive-2007-romanian.patch:

--- NEW FILE texlive-2007-romanian.patch ---
diff -up texmf-dist/tex/latex/platex/qxenc.def.romanian texmf-dist/tex/latex/platex/qxenc.def
--- texmf-dist/tex/latex/platex/qxenc.def.romanian	2006-01-13 01:02:49.000000000 +0100
+++ texmf-dist/tex/latex/platex/qxenc.def	2008-08-27 12:04:12.000000000 +0200
@@ -109,8 +109,10 @@
 \DeclareTextComposite{\'}{QX}{S}{145}
 \DeclareTextComposite{\v}{QX}{S}{146}
 \DeclareTextComposite{\c}{QX}{S}{147}
+\DeclareTextComposite{\textcommabelow}{QX}{S}{147} % Romanian
 \DeclareTextSymbol{\textdegree}{QX}{148}        % Adobe
 \DeclareTextComposite{\c}{QX}{T}{149}
+\DeclareTextComposite{\textcommabelow}{QX}{T}{149} % Romanian
 \DeclareTextCommand{\k}{QX}[1]{%                % LaTeX
   \leavevmode\setbox0=\hbox{#1}\ifdim\ht0=1ex \accent150 #1%
   \else{\ooalign{\hidewidth\char150\hidewidth\crcr\unhbox0}}\fi
@@ -144,8 +146,10 @@
 \DeclareTextComposite{\'}{QX}{s}{177}
 \DeclareTextComposite{\v}{QX}{s}{178}
 \DeclareTextComposite{\c}{QX}{s}{179}
+\DeclareTextComposite{\textcommabelow}{QX}{s}{179} % Romanian
 \DeclareTextSymbol{\textbullet}{QX}{180}        % LaTeX
 \DeclareTextComposite{\c}{QX}{t}{181}
+\DeclareTextComposite{\textcommabelow}{QX}{t}{181} % Romanian
 
 \DeclareTextComposite{\k}{QX}{u}{183}
 \DeclareTextComposite{\"}{QX}{y}{184}


Index: texlive-texmf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/texlive-texmf/devel/texlive-texmf.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- texlive-texmf.spec	23 Jun 2008 11:51:37 -0000	1.26
+++ texlive-texmf.spec	27 Aug 2008 10:42:23 -0000	1.27
@@ -12,7 +12,7 @@
 
 Name:		texlive-texmf
 Version:	2007
-Release:	23%{?dist}
+Release:	24%{?dist}
 Summary:	Architecture independent parts of the TeX formatting system
 
 Group:		Applications/Publishing
@@ -55,6 +55,9 @@
 Patch1:		texlive-2007-tkdefaults.patch
 Patch2:		texlive-2007-updmap.patch
 Patch3:		texlive-2007-texmfconf.patch
+Patch4:		texlive-2007-romanian.patch
+Patch5:		texlive-2007-euro.patch
+Patch6:		texlive-2007-beamerblocks.patch
 
 # Patch1000-: Japanese pTeX
 Patch1001: texlive-2007-texmf.cnf-ptex.patch
@@ -177,6 +180,9 @@
 %patch1  -p0
 %patch2  -p1
 %patch3  -p1
+%patch4  -p0
+%patch5  -p0
+%patch6  -p0
 
 cp -p %{SOURCE91} .
 
@@ -340,6 +346,8 @@
 rm -rf texmf/fonts/sfd/
 rm -rf texmf/ttf2pk/
 
+#remove ubbold.fd (#458150)
+rm -f texmf/tex/latex/jknapltx/ubbold.fd
 
 %install
 rm -rf %{buildroot} && mkdir -p %{buildroot}
@@ -818,6 +826,12 @@
 %doc %{_texmf_main}/doc/
 
 %changelog
+* Wed Aug 27 2008 Jindrich Novy <jnovy at redhat.com> - 2007-24
+- fix rendering of beamer slides (#457836)
+- remove ubbold.fd (#458150), thanks to Jason Cross
+- fix broken Euro sign (#459332) and Romanian accent (#460266),
+  thanks to Vasile Gaburici
+
 * Mon Jun 23 2008 Jindrich Novy <jnovy at redhat.com> - 2007-23
 - do not directly depend on restorecon and run it only if
   selinux is enabled




More information about the fedora-extras-commits mailing list