Hello community,

here is the log from the commit of package texlive-bin for openSUSE:Factory
checked in at Tue May 31 12:53:52 CEST 2011.



--------
--- texlive-bin/texlive-bin.changes     2011-02-07 16:22:52.000000000 +0100
+++ /mounts/work_src_done/STABLE/texlive-bin/texlive-bin.changes        
2011-05-29 23:46:26.000000000 +0200
@@ -1,0 +2,12 @@
+Sun May 29 21:43:53 UTC 2011 - meiss...@novell.com
+
+- memrchr also exists on Linux bigendian, no need to redefine.
+
+-------------------------------------------------------------------
+Thu May 12 15:01:56 CEST 2011 - wer...@suse.de
+
+- Split off fontconfig for truetype fonts to avoid conflicts with
+  fonts of package freefont (bnc#680739)
+- Switch off AutoReqProv for texlive-xetex (bnc#691651)
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  fc-truetype-texlive.conf
  texlive-nomemrchr.patch

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

Other differences:
------------------
++++++ texlive-bin.spec ++++++
--- /var/tmp/diff_new_pack.s7a5Mw/_old  2011-05-31 12:52:21.000000000 +0200
+++ /var/tmp/diff_new_pack.s7a5Mw/_new  2011-05-31 12:52:21.000000000 +0200
@@ -28,7 +28,7 @@
 Requires(prereq): /bin/date /bin/ln
 Group:          Productivity/Publishing/TeX/Base
 Version:        2010
-Release:        7
+Release:        9
 Source0:        
ftp://tug.org/historic/systems/texlive/2010/texlive-20100722-source.tar.xz
 Source1:        
ftp://tug.org/historic/systems/texlive/2010/texlive-20100722-texmf.tar.xz
 Source2:        
ftp://tug.org/historic/systems/texlive/2010/texlive-20100826-extra.tar.xz
@@ -42,6 +42,7 @@
 Source14:       texlive.csh
 Source15:       fc-texlive.conf
 Source16:       fc-t1-texlive.conf
+Source17:       fc-truetype-texlive.conf
 Source20:       texlive-import
 Source21:       texlive-import.8
 Source22:       README.import
@@ -72,6 +73,7 @@
 Patch45:        texmf-jadetex.dif
 Patch46:        texmf-bbold11.dif
 Patch47:        texmf-texinfo.dif
+Patch48:        texlive-nomemrchr.patch
 AutoReqProv:    on
 Prefix:         /
 Prefix:         /usr/bin
@@ -581,7 +583,7 @@
 Conflicts:      tetex
 Summary:        XeTeX, an extended TeX/LaTeX version for unicode
 Group:          Productivity/Publishing/TeX/Base
-AutoReqProv:    on
+AutoReqProv:    off
 BuildArch:      noarch
 
 %description -n texlive-xetex
@@ -1116,6 +1118,7 @@
 %patch45 -p0
 %patch46 -p0
 %patch47 -p0
+%patch48 -p0
 %patch0  -p0
 
   # Move texmf tree out of the way
@@ -1297,6 +1300,7 @@
   install -m 0644 %{S:14} %{buildroot}%{_sysconfdir}/profile.d/
   install -m 0644 %{S:15} 
%{buildroot}%{_sysconfdir}/fonts/conf.avail/09-texlive.conf
   install -m 0644 %{S:16} 
%{buildroot}%{_sysconfdir}/fonts/conf.avail/09-texlive-type1.conf
+  install -m 0644 %{S:17} 
%{buildroot}%{_sysconfdir}/fonts/conf.avail/09-texlive-truetype.conf
   ln -sf ../conf.avail/09-texlive.conf \
                          %{buildroot}%{_sysconfdir}/fonts/conf.d/
   install -m 0644 %{S:31} %{buildroot}%{_sysconfdir}/skel/.dvipsrc


++++++ fc-texlive.conf ++++++
--- /var/tmp/diff_new_pack.s7a5Mw/_old  2011-05-31 12:52:21.000000000 +0200
+++ /var/tmp/diff_new_pack.s7a5Mw/_new  2011-05-31 12:52:21.000000000 +0200
@@ -8,7 +8,5 @@
 
 <fontconfig>
   <dir>/usr/share/texmf/fonts/opentype</dir>
-  <dir>/usr/share/texmf/fonts/truetype</dir>
   <dir>/usr/local/share/texmf/fonts/opentype</dir>
-  <dir>/usr/local/share/texmf/fonts/truetype</dir>
 </fontconfig>




++++++ texlive-nomemrchr.patch ++++++
--- utils/asymptote/prc/PRCdouble.h.xx  2011-05-29 20:40:56.000000000 +0200
+++ utils/asymptote/prc/PRCdouble.h     2011-05-29 20:41:10.000000000 +0200
@@ -130,9 +130,4 @@
 
 int stCOFDOECompare(const void*,const void*);
 
-#ifdef WORDS_BIGENDIAN
-void *memrchr(const void *,int,size_t);
-#endif
-
-
 #endif // __PRC_DOUBLE_H
--- utils/asymptote/prc/PRCdouble.cc.xx 2011-05-29 20:41:22.000000000 +0200
+++ utils/asymptote/prc/PRCdouble.cc    2011-05-29 20:41:30.000000000 +0200
@@ -22,21 +22,6 @@
       EXPONENT(((const struct sCodageOfFrequentDoubleOrExponent 
*)pcofdoe2)->u2uod.Value));
 }
 
-#ifdef WORDS_BIGENDIAN
-void *memrchr(const void *buf,int c,size_t count)
-{
-  unsigned char
-      *pcBuffer=(unsigned char *)buf,
-                 *pcBufferEnd=pcBuffer-count;
-
-                 for(;pcBuffer>pcBufferEnd;pcBuffer--)
-                   if(*pcBuffer==c)
-                     return(pcBuffer);
-
-                 return(NULL);
-}
-#endif
-
 sCodageOfFrequentDoubleOrExponent acofdoe[NUMBEROFELEMENTINACOFDOE] =
 {
         {VT_double,2,0x1,{DOUBLEWITHTWODWORDINTREE(0x00000000,0x00000000)}},

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



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to