Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2016-03-17 16:33:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive (Old)
 and      /work/SRC/openSUSE:Factory/.texlive.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive"

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2015-08-25 
08:58:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.texlive.new/texlive.changes     2016-03-17 
16:47:19.000000000 +0100
@@ -1,0 +2,75 @@
+Sat Mar  5 14:17:59 UTC 2016 - wer...@suse.de
+
+- Fix version template to get version of libtexlua52 right 
+
+-------------------------------------------------------------------
+Fri Mar  4 09:47:55 UTC 2016 - wer...@suse.de
+
+-  Split off shared libraries and the development headers for
+   synctex, lua52, and luajit as separate packages.
+
+-------------------------------------------------------------------
+Tue Feb  9 10:22:57 UTC 2016 - kru...@zib.de
+
+- new perl-biber also requires perl module Text::Roman
+
+-------------------------------------------------------------------
+Tue Feb  9 08:12:05 UTC 2016 - wer...@suse.de
+
+- Let texlive-ps2pk Obsoletes texlive-ps2pkm (boo#965472)
+
+-------------------------------------------------------------------
+Mon Feb  8 10:36:43 UTC 2016 - wer...@suse.de
+
+- Also enforce fmtutil.pl to use FHS as then it will find mktexlsr.pl
+  boo#965151 
+
+-------------------------------------------------------------------
+Thu Feb  4 14:58:39 UTC 2016 - wer...@suse.de
+
+- Fix bug boo#965151 that is wrong perl syntax 
+
+-------------------------------------------------------------------
+Wed Feb  3 13:15:30 UTC 2016 - wer...@suse.de
+
+- Make it build even on Leap with old perl 5.18.2 
+
+-------------------------------------------------------------------
+Tue Feb  2 17:41:37 UTC 2016 - wer...@suse.de
+
+- On older systems the linpoppler is somewhat to old
+
+-------------------------------------------------------------------
+Tue Feb  2 08:11:37 UTC 2016 - wer...@suse.de
+
+- Be aware that LuaJIT does not build on all architectures
+
+-------------------------------------------------------------------
+Thu Jan 28 10:52:36 UTC 2016 - wer...@suse.de
+
+- Update to TeXLive 2015 (timestamp 20150521 revision 26946)
+  * Remove the now included patches
+    biber-decode.diff
+    biber-noreadonly.diff
+    biblatex-biber-1.8.tar.xz
+    source-asymptote-gs9.15.dif
+  * Readd patch biber-certs.dif
+    as we do not ship perls Motilla:CA
+  * Add upstream patches
+    biber-perl-unicode-normalize.dif
+    biber-skip-bibtex-forms.dif
+  * Add patch source-missed-scripts.dif to work around missed
+    symbolic linked scripts
+  * Adopted the following patches
+    biber-perl-5.18.2.dif becomes biber-perl-5.22.dif
+    biblatex-encoding.dif
+    source-configure.dif
+    source-dvipng.dif
+    source-dviutils.dif
+    source-lacheck.dif
+    source-overflow.dif
+    source-warns.dif
+    source-x11r7.dif
+    source.dif
+
+-------------------------------------------------------------------

Old:
----
  biber-decode.diff
  biber-noreadonly.diff
  biblatex-biber-1.8.tar.xz
  source-asymptote-gs9.15.dif
  texlive-20140525-source.tar.xz

New:
----
  biber-certs.dif
  biber-perl-5.18.2.dif
  biber-perl-unicode-normalize.dif
  biber-skip-bibtex-forms.dif
  biblatex-biber-2.1.tar.xz
  source-missed-scripts.dif
  texlive-20150521-source.tar.xz

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

Other differences:
------------------
++++++ texlive.spec ++++++
++++ 1315 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/texlive/texlive.spec
++++ and /work/SRC/openSUSE:Factory/.texlive.new/texlive.spec

++++++ biber-certs.dif ++++++
---
 Build.PL  |    1 -
 META.json |    1 -
 META.yml  |    1 -
 bin/biber |    2 ++
 4 files changed, 2 insertions(+), 3 deletions(-)

--- Build.PL
+++ Build.PL    2016-01-29 09:02:36.740221776 +0000
@@ -53,7 +53,6 @@ my $builder = $class->new(
         'List::AllUtils' => 0,
         'List::MoreUtils' => 0,
         'List::MoreUtils::XS' => 0,
-        'Mozilla::CA' =>  '20141217',
         'Regexp::Common' => 0,
         'Log::Log4perl' => 0,
         'Unicode::Collate' => '1.12',
--- META.json
+++ META.json   2016-01-29 09:03:02.755699411 +0000
@@ -45,7 +45,6 @@
             "List::MoreUtils" : "0",
             "List::MoreUtils::XS" : "0",
             "Log::Log4perl" : "0",
-            "Mozilla::CA" : "20141217",
             "Regexp::Common" : "0",
             "Text::BibTeX" : "0.70",
             "Text::Roman" : "0",
--- META.yml
+++ META.yml    2016-01-29 09:03:12.131511153 +0000
@@ -115,7 +115,6 @@ requires:
   List::MoreUtils: 0
   List::MoreUtils::XS: 0
   Log::Log4perl: 0
-  Mozilla::CA: 20141217
   Regexp::Common: 0
   Text::BibTeX: 0.70
   Text::Roman: 0
--- bin/biber
+++ bin/biber   2016-01-29 09:09:32.127880732 +0000
@@ -93,6 +93,8 @@ GetOptions(
           ) or pod2usage(-verbose => 0,
                          -exitval => EXIT_ERROR);
 
+$opts->{'ssl-nointernalca'} = 1;
+
 # verbose > 1 uses external perldoc, this doesn't work with PAR::Packer 
binaries
 # so use "-noperldoc" to use built-in POD::Text
 if (exists $opts->{'help'}) {
++++++ biber-perl-5.18.2.dif ++++++
With perl-5.18.2 macros like

   {\v S}
   \s S

do not work.

---
 t/tdata/names.bib |    4 ++--
 t/utils.t         |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

--- t/utils.t
+++ t/utils.t   2016-02-03 11:03:21.266959058 +0000
@@ -66,7 +66,7 @@ eq_or_diff(File::Spec->canonpath(locate_
 eq_or_diff(normalise_string('"a, b–c: d" ', 1),  'a bc d', 'normalise_string' 
);
 
 Biber::Config->setoption('output_encoding', 'UTF-8');
-eq_or_diff(NFC(normalise_string_underscore(latex_decode('\c 
Se\x{c}\"ok-\foo{a},  N\`i\~no
+eq_or_diff(NFC(normalise_string_underscore(latex_decode('\c{S}e\x{c}\"ok-\foo{a},
  N\`i\~no
     $§+ :-)   '), 0)), 'Şecöka_Nìño', 'normalise_string_underscore 1' );
 
 eq_or_diff(normalise_string_underscore('{Foo de Bar, Graf Ludwig}', 1), 
'Foo_de_Bar_Graf_Ludwig', 'normalise_string_underscore 3');
--- t/tdata/names.bib
+++ t/tdata/names.bib   2016-02-03 11:33:24.475937720 +0000
@@ -87,11 +87,11 @@
 }
 
 @BOOK{L21,
-  AUTHOR = {{\v S}omeone Smith},
+  AUTHOR = {\v{S}omeone Smith},
 }
 
 @BOOK{L22,
-  AUTHOR = {Someone {\v S}mith},
+  AUTHOR = {Someone \v{S}mith},
 }
 
 @BOOK{L23,
++++++ biber-perl-5.22.dif ++++++
++++ 669 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/texlive/biber-perl-5.22.dif
++++ and /work/SRC/openSUSE:Factory/.texlive.new/biber-perl-5.22.dif

++++++ biber-perl-unicode-normalize.dif ++++++
---
 Build.PL  |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- Build.PL
+++ Build.PL    2016-01-29 09:48:51.588482256 +0000
@@ -56,7 +56,7 @@ my $builder = $class->new(
         'Regexp::Common' => 0,
         'Log::Log4perl' => 0,
         'Unicode::Collate' => '1.12',
-        'Unicode::Normalize' => '<= 1.17',# 1.18 removes XS and is too slow
+        'Unicode::Normalize' => '1.23',
         'Unicode::GCString' => 0,
         'Encode::EUCJPASCII' => 0,
         'Encode::JIS2K' => 0,
++++++ biber-skip-bibtex-forms.dif ++++++
Compare 
https://github.com/plk/biber/commit/a92bba540afb3b20826b405f09032dd908915391

---
 t/bcfvalidation.t |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- t/bcfvalidation.t
+++ t/bcfvalidation.t   2016-01-29 10:30:28.006347949 +0000
@@ -4,7 +4,7 @@ use warnings;
 use utf8;
 no warnings 'utf8';
 
-use Test::More tests => 44;
+use Test::More tests => 43;
 use XML::LibXML;
 use Biber;
 chdir('t');
++++++ biblatex-biber-1.8.tar.xz -> biblatex-biber-2.1.tar.xz ++++++
++++ 59721 lines of diff (skipped)

++++++ biblatex-encoding.dif ++++++
--- /var/tmp/diff_new_pack.GILMrH/_old  2016-03-17 16:47:22.000000000 +0100
+++ /var/tmp/diff_new_pack.GILMrH/_new  2016-03-17 16:47:22.000000000 +0100
@@ -5,32 +5,32 @@
  3 files changed, 3 insertions(+)
 
 --- lib/Biber/Output/base.pm
-+++ lib/Biber/Output/base.pm   2013-08-08 09:42:55.000000000 +0000
-@@ -5,6 +5,7 @@ use warnings;
- 
- use Biber::Entry;
++++ lib/Biber/Output/base.pm   2016-01-28 14:18:54.154145820 +0000
+@@ -7,6 +7,7 @@ use Biber::Entry;
+ use Biber::Utils;
+ use Encode;
  use IO::File;
 +use PerlIO::encoding;
  use Text::Wrap;
  $Text::Wrap::columns = 80;
  use Log::Log4perl qw( :no_extra_logdie_message );
 --- lib/Biber/Output/bbl.pm
-+++ lib/Biber/Output/bbl.pm    2013-08-08 09:43:01.000000000 +0000
-@@ -10,6 +10,7 @@ use Biber::Entry;
- use Biber::Utils;
++++ lib/Biber/Output/bbl.pm    2016-01-28 14:19:09.785831193 +0000
+@@ -11,6 +11,7 @@ use Biber::Utils;
+ use Encode;
  use List::AllUtils qw( :all );
  use IO::File;
 +use PerlIO::encoding;
  use Log::Log4perl qw( :no_extra_logdie_message );
  use Text::Wrap;
- $Text::Wrap::columns = 80;
+ use Unicode::Normalize;
 --- lib/Biber/Output/dot.pm
-+++ lib/Biber/Output/dot.pm    2013-08-08 09:43:07.000000000 +0000
++++ lib/Biber/Output/dot.pm    2016-01-28 14:19:20.617613177 +0000
 @@ -10,6 +10,7 @@ use Biber::Entry;
  use Biber::Utils;
  use List::AllUtils qw( :all );
  use IO::File;
 +use PerlIO::encoding;
  use Log::Log4perl qw( :no_extra_logdie_message );
+ use Unicode::Normalize;
  my $logger = Log::Log4perl::get_logger('main');
- 

++++++ source-configure.dif ++++++
--- /var/tmp/diff_new_pack.GILMrH/_old  2016-03-17 16:47:22.000000000 +0100
+++ /var/tmp/diff_new_pack.GILMrH/_new  2016-03-17 16:47:22.000000000 +0100
@@ -10,7 +10,7 @@
  8 files changed, 2 insertions(+), 35 deletions(-)
 
 --- configure.ac
-+++ configure.ac       2011-09-13 14:11:39.000000000 +0000
++++ configure.ac       2016-01-28 11:52:53.618390612 +0000
 @@ -126,9 +126,6 @@ KPSE_FOR_PKGS([sys_libs], [m4_sinclude([
  if test "x$syslib_status" = xno; then
    AC_MSG_ERROR([some requested system libraries failed])
@@ -22,8 +22,8 @@
  
  AM_CONDITIONAL([cross], [test "x$cross_compiling" = xyes])
 --- configure
-+++ configure  2015-03-26 09:27:45.318018917 +0000
-@@ -5087,12 +5087,6 @@ if test "${with_libgs_libdir+set}" = set
++++ configure  2016-01-28 11:52:53.622390531 +0000
+@@ -5155,12 +5155,6 @@ if test "${with_libgs_libdir+set}" = set
  fi
  
  
@@ -36,7 +36,7 @@
  ## texk/gsftopk/ac/withenable.ac: configure.ac fragment for the TeX Live 
subdirectory texk/gsftopk/
  ## configure options and TL libraries required for gsftopk
  # Check whether --enable-gsftopk was given.
-@@ -21190,9 +21184,6 @@ fi
+@@ -22006,9 +22000,6 @@ fi
  if test "x$syslib_status" = xno; then
    as_fn_error $? "some requested system libraries failed" "$LINENO" 5
  fi
@@ -47,8 +47,8 @@
  LIBS=$kpse_save_LIBS
  
 --- libs/configure
-+++ libs/configure     2015-03-26 09:28:44.382019625 +0000
-@@ -4337,12 +4337,6 @@ if test "${with_libgs_libdir+set}" = set
++++ libs/configure     2016-01-28 11:52:53.622390531 +0000
+@@ -4399,12 +4399,6 @@ if test "${with_libgs_libdir+set}" = set
  fi
  
  
@@ -62,8 +62,8 @@
  ## configure options and TL libraries required for gsftopk
  # Check whether --enable-gsftopk was given.
 --- texk/configure
-+++ texk/configure     2015-03-26 09:37:13.349518912 +0000
-@@ -4350,12 +4350,6 @@ if test "${with_libgs_libdir+set}" = set
++++ texk/configure     2016-01-28 11:52:53.626390451 +0000
+@@ -4409,12 +4409,6 @@ if test "${with_libgs_libdir+set}" = set
  fi
  
  
@@ -77,29 +77,29 @@
  ## configure options and TL libraries required for gsftopk
  # Check whether --enable-gsftopk was given.
 --- texk/dvipdfm-x/configure.ac
-+++ texk/dvipdfm-x/configure.ac        2015-03-26 09:30:34.909518259 +0000
++++ texk/dvipdfm-x/configure.ac        2016-01-28 11:55:07.943684633 +0000
 @@ -6,7 +6,7 @@ dnl   This file is free software; the co
  dnl   gives unlimited permission to copy and/or distribute it,
  dnl   with or without modifications, as long as this notice is preserved.
  dnl
--AC_INIT([dvipdfm-x (TeX Live)], [20140317], [te...@tug.org])
-+AC_INIT([dvipdfmx (TeX Live)], [20140317], [te...@tug.org])
+-AC_INIT([dvipdfm-x (TeX Live)], [20150315], [te...@tug.org])
++AC_INIT([dvipdfmx (TeX Live)], [20150315], [te...@tug.org])
  AC_PREREQ([2.65])
  AC_CONFIG_SRCDIR([agl.c])
  AC_CONFIG_AUX_DIR([../../build-aux])
 --- texk/dvipdfm-x/configure
-+++ texk/dvipdfm-x/configure   2015-03-26 09:36:34.993519313 +0000
-@@ -7892,7 +7892,7 @@ fi
++++ texk/dvipdfm-x/configure   2016-01-28 11:56:07.878477380 +0000
+@@ -8082,7 +8082,7 @@ fi
  
  
  # Define the identity of the package.
 - PACKAGE='dvipdfm-x--tex-live-'
 + PACKAGE='dvipdfmx'
-  VERSION='20140317'
+  VERSION='20150315'
  
  
 --- texk/dvisvgm/ac/libgs.ac
-+++ texk/dvisvgm/ac/libgs.ac   2011-09-13 14:12:03.000000000 +0000
++++ texk/dvisvgm/ac/libgs.ac   2016-01-28 11:52:53.630390370 +0000
 @@ -4,6 +4,3 @@ dnl Copyright (C) 2009 Peter Breitenlohn
  dnl You may freely use, modify and/or distribute this file.
  dnl
@@ -108,8 +108,8 @@
 -  AC_MSG_ERROR([you can not use system libraries for a native TeX Live build])
 -fi
 --- utils/configure
-+++ utils/configure    2015-03-26 09:37:31.906018530 +0000
-@@ -4329,12 +4329,6 @@ if test "${with_libgs_libdir+set}" = set
++++ utils/configure    2016-01-28 11:52:53.630390370 +0000
+@@ -4391,12 +4391,6 @@ if test "${with_libgs_libdir+set}" = set
  fi
  
  

++++++ source-dvipng.dif ++++++
--- /var/tmp/diff_new_pack.GILMrH/_old  2016-03-17 16:47:22.000000000 +0100
+++ /var/tmp/diff_new_pack.GILMrH/_new  2016-03-17 16:47:22.000000000 +0100
@@ -1,11 +1,15 @@
---- texk/dvipng/dvipng-1.14/vf.c
-+++ texk/dvipng/dvipng-1.14/vf.c       2010-04-12 14:35:53.414925428 +0000
+---
+ texk/dvipng/dvipng-1.15/vf.c |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- texk/dvipng/dvipng-1.15/vf.c
++++ texk/dvipng/dvipng-1.15/vf.c       2016-01-28 12:28:40.787060207 +0000
 @@ -115,7 +115,7 @@ void InitVF(struct font_entry * tfontp)
-     tcharptr->tfmw = (int32_t) 
+     tcharptr->tfmw = (int32_t)
        ((int64_t) tcharptr->tfmw * tfontp->s / (1 << 20));
      DEBUG_PRINT(DEBUG_VF,(" (%d)",tcharptr->tfmw));
 -    if (c >= NFNTCHARS) /* Only positive for now */
-+    if (c < 0  || c >= NFNTCHARS) /* Only positive for now */
++    if (c < 0 || c >= NFNTCHARS) /* Only positive for now */
        Fatal("VF font %s exceeds char numbering limit",tfontp->name);
      tfontp->chr[c] = tcharptr;
      tcharptr->data=position;

++++++ source-dviutils.dif ++++++
--- /var/tmp/diff_new_pack.GILMrH/_old  2016-03-17 16:47:22.000000000 +0100
+++ /var/tmp/diff_new_pack.GILMrH/_new  2016-03-17 16:47:22.000000000 +0100
@@ -19,10 +19,10 @@
  17 files changed, 142 insertions(+), 70 deletions(-)
 
 --- m4/kpse-kpathsea-flags.m4
-+++ m4/kpse-kpathsea-flags.m4  2015-03-26 09:47:05.605560584 +0000
-@@ -19,7 +19,7 @@
- AC_DEFUN([KPSE_KPATHSEA_FLAGS],
- [AC_REQUIRE([KPSE_SAVE_FLAGS])[]dnl
++++ m4/kpse-kpathsea-flags.m4  2016-01-28 11:58:51.275186516 +0000
+@@ -16,7 +16,7 @@
+ AC_DEFUN([KPSE_KPATHSEA_FLAGS], [dnl
+ AC_REQUIRE([KPSE_SAVE_FLAGS])[]dnl
  _KPSE_TEXLIB_FLAGS([kpathsea], [kpathsea], [lt],
 -                   [-IBLD/texk -ISRC/texk], 
[BLD/texk/kpathsea/libkpathsea.la], [],
 +                   [-IBLD/texk/kpathsea -ISRC/texk/kpathsea -IBLD/texk 
-ISRC/texk], [BLD/texk/kpathsea/libkpathsea.la], [],
@@ -30,7 +30,7 @@
                     [${top_builddir}/../kpathsea/paths.h])
  m4_if(m4_index([ $1 ], [ no-debug ]), [-1],
 --- texk/seetexk/a4toa5
-+++ texk/seetexk/a4toa5        2010-11-12 11:50:40.000000000 +0000
++++ texk/seetexk/a4toa5        2016-01-28 11:57:08.353259330 +0000
 @@ -0,0 +1,26 @@
 +#!/bin/csh -f
 +# 1993 (c) Werner Fink <werner.f...@itap.physik.uni-stuttgart.de>
@@ -59,9 +59,9 @@
 +#
 +exec  dvitodvi -q '2:707@0(-5.5mm,-10mm)+1(190mm,-10mm)' $1 $2
 --- texk/seetexk/configure
-+++ texk/seetexk/configure     2012-06-12 14:08:20.000000000 +0000
-@@ -14570,7 +14570,7 @@ if test "x$with_kpathsea_libdir" != x &&
-   KPATHSEA_LIBS="-L$with_kpathsea_libdir $KPATHSEA_LIBS"
++++ texk/seetexk/configure     2016-01-28 12:00:06.457668521 +0000
+@@ -14881,7 +14881,7 @@ elif test "x$need_kpathsea:$with_system_
+   as_fn_error $? "did not find kpathsea" "$LINENO" 5
  fi
  else
 -  KPATHSEA_INCLUDES="-I$kpse_BLD/texk -I$kpse_SRC/texk"
@@ -70,7 +70,7 @@
    KPATHSEA_DEPEND='${top_builddir}/../kpathsea/libkpathsea.la'
    KPATHSEA_RULE='# Rebuild libkpathsea
 --- texk/seetexk/dvibook.c
-+++ texk/seetexk/dvibook.c     2009-08-28 14:13:33.000000000 +0000
++++ texk/seetexk/dvibook.c     2016-01-28 11:57:08.357259249 +0000
 @@ -43,6 +43,7 @@ extern char *optarg;
  extern int   optind;
  #endif
@@ -99,7 +99,7 @@
   * You may get lint warnings about sprintf's return value.
   * Older versions of 4BSD have `char *sprintf()'.  ANSI and
 --- texk/seetexk/dviconcat.c
-+++ texk/seetexk/dviconcat.c   2015-03-26 09:48:14.217518786 +0000
++++ texk/seetexk/dviconcat.c   2016-01-28 11:57:08.357259249 +0000
 @@ -40,6 +40,8 @@ extern char *optarg;
  extern int optind;
  #endif
@@ -121,7 +121,7 @@
  
  /*
 --- texk/seetexk/dviselect.c
-+++ texk/seetexk/dviselect.c   2015-03-26 09:48:41.726020097 +0000
++++ texk/seetexk/dviselect.c   2016-01-28 11:57:08.357259249 +0000
 @@ -54,7 +54,10 @@ extern int optind;
  #include "gripes.h"
  #include "search.h"
@@ -154,7 +154,7 @@
        pl = (struct pagelist *)malloc(sizeof *pl);
        if (pl == NULL)
 --- texk/seetexk/dvitodvi.c
-+++ texk/seetexk/dvitodvi.c    2012-04-13 14:45:18.000000000 +0000
++++ texk/seetexk/dvitodvi.c    2016-01-28 11:57:08.361259168 +0000
 @@ -43,6 +43,7 @@ extern char *optarg;
  extern int   optind;
  #endif
@@ -271,7 +271,7 @@
        HandleDVIFile();
        if (WritingPage)
 --- texk/seetexk/error.c
-+++ texk/seetexk/error.c       2015-03-26 09:49:34.658018778 +0000
++++ texk/seetexk/error.c       2016-01-28 12:01:25.872063944 +0000
 @@ -29,7 +29,12 @@
  #include <config.h>
  #endif
@@ -283,7 +283,7 @@
 +#include <c-auto.h>
 +#include <errno.h>
  
- #include "types.h"            /* for HAVE_VPRINTF */
+ #include "types.h"
  #include "error.h"
 @@ -37,20 +42,11 @@
  
@@ -307,7 +307,7 @@
  static char *
  strerror (int errnum)
 --- texk/seetexk/gripes.h
-+++ texk/seetexk/gripes.h      2010-11-12 11:55:39.000000000 +0000
++++ texk/seetexk/gripes.h      2016-01-28 11:57:08.361259168 +0000
 @@ -28,16 +28,17 @@ extern const char *DVIFileName;
   * Declarations for the various gripes.
   */
@@ -337,7 +337,7 @@
 +void GripeUndefinedOp(int n) __NR__;
  void GripeBadGlyph(i32 c, struct font *f);
 --- texk/seetexk/gripes0.c
-+++ texk/seetexk/gripes0.c     2015-03-26 09:50:17.725518659 +0000
++++ texk/seetexk/gripes0.c     2016-01-28 11:57:08.361259168 +0000
 @@ -28,10 +28,8 @@
  #include "error.h"
  #include "gripes.h"
@@ -377,7 +377,7 @@
 +      exit(0); /* NOTREACHED */
  }
 --- texk/seetexk/gripes1.c
-+++ texk/seetexk/gripes1.c     2015-03-26 09:50:41.873518821 +0000
++++ texk/seetexk/gripes1.c     2016-01-28 11:57:08.361259168 +0000
 @@ -29,6 +29,7 @@
  #include "font.h"
  #include "gripes.h"
@@ -459,7 +459,7 @@
  
  /*
 --- texk/seetexk/mydvichk
-+++ texk/seetexk/mydvichk      2010-11-12 11:50:40.000000000 +0000
++++ texk/seetexk/mydvichk      2016-01-28 11:57:08.361259168 +0000
 @@ -0,0 +1,12 @@
 +#!/bin/csh -f
 +# 1993 (c) Werner Fink <werner.f...@itap.physik.uni-stuttgart.de>
@@ -474,7 +474,7 @@
 +
 +exit(0)
 --- texk/seetexk/odd2even
-+++ texk/seetexk/odd2even      2010-11-12 11:50:40.000000000 +0000
++++ texk/seetexk/odd2even      2016-01-28 11:57:08.361259168 +0000
 @@ -0,0 +1,22 @@
 +#!/bin/csh -f
 +# 1993 (c) Werner Fink <werner.f...@itap.physik.uni-stuttgart.de>
@@ -499,7 +499,7 @@
 +
 +exit 0
 --- texk/seetexk/search.c
-+++ texk/seetexk/search.c      2009-08-28 14:13:33.000000000 +0000
++++ texk/seetexk/search.c      2016-01-28 11:57:08.361259168 +0000
 @@ -34,6 +34,7 @@
   * it runs in increasing-key-value sequence).
   */
@@ -520,7 +520,7 @@
  SCreate(unsigned int dsize)
  {
 --- texk/seetexk/seek.c
-+++ texk/seetexk/seek.c        2009-08-28 14:13:33.000000000 +0000
++++ texk/seetexk/seek.c        2016-01-28 11:57:08.361259168 +0000
 @@ -43,6 +43,10 @@
  #endif
  
@@ -547,7 +547,7 @@
  /*
   * Make and return a version of `f' on which fseek works (unconditionally).
 --- texk/seetexk/tempfile.c
-+++ texk/seetexk/tempfile.c    2009-08-28 14:13:33.000000000 +0000
++++ texk/seetexk/tempfile.c    2016-01-28 11:57:08.361259168 +0000
 @@ -25,6 +25,7 @@
  #endif
  
@@ -568,7 +568,7 @@
  
  #include "tempfile.h"
 --- texk/seetexk/types.h
-+++ texk/seetexk/types.h       2015-03-26 09:52:09.921518904 +0000
++++ texk/seetexk/types.h       2016-01-28 11:57:08.361259168 +0000
 @@ -58,7 +58,7 @@
   *
   * (The bcopy provided in lib/bcopy.c does handle overlap.)

++++++ source-lacheck.dif ++++++
--- /var/tmp/diff_new_pack.GILMrH/_old  2016-03-17 16:47:22.000000000 +0100
+++ /var/tmp/diff_new_pack.GILMrH/_new  2016-03-17 16:47:22.000000000 +0100
@@ -1,14 +1,14 @@
 ---
- texk/lacheck/lacheck-1.26/lacheck.l |    1 +
+ utils/lacheck/lacheck.l |    1 +
  1 file changed, 1 insertion(+)
 
---- texk/lacheck/lacheck-1.26/lacheck.l
-+++ texk/lacheck/lacheck-1.26/lacheck.l        2008-03-05 13:59:37.000000000 
+0000
+--- utils/lacheck/lacheck.l
++++ utils/lacheck/lacheck.l    2016-01-28 12:07:17.472961598 +0000
 @@ -119,6 +119,7 @@
  
  #include <stdio.h>
  #include <string.h>
 +#include <unistd.h>
  
- #if defined(WIN32) && !defined(__MINGW32__)
- #include <win32lib.h>
+ /* #include <sys/param.h> */
+ 

++++++ source-missed-scripts.dif ++++++
++++ 1331 lines (skipped)

++++++ source-overflow.dif ++++++
--- /var/tmp/diff_new_pack.GILMrH/_old  2016-03-17 16:47:22.000000000 +0100
+++ /var/tmp/diff_new_pack.GILMrH/_new  2016-03-17 16:47:22.000000000 +0100
@@ -1,3 +1,7 @@
+---
+ utils/lacheck/lacheck.test |    3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
 |--- texk/web2c/eptexdir/eptex.ech
 |+++ texk/web2c/eptexdir/eptex.ech     2012-04-16 08:31:14.564665420 +0000
 |@@ -300,10 +300,13 @@ othercases goto next_p
@@ -15,13 +19,13 @@
 | @z
 | 
 | @x e-pTeX: ifcsname l.28620
---- texk/lacheck/lacheck.test
-+++ texk/lacheck/lacheck.test  2012-04-16 09:22:42.763712955 +0000
+--- utils/lacheck/lacheck.test
++++ utils/lacheck/lacheck.test 2016-01-28 12:25:40.958687909 +0000
 @@ -6,5 +6,6 @@
- ./lacheck $srcdir/$LACHECK_TREE/test.tex | \
-       sed -e "s!$srcdir/$LACHECK_TREE/test.tex!./test.tex!g" >test.out || 
exit 1
+ ./lacheck $srcdir/test.tex | \
+       sed -e "s!$srcdir/test.tex!./test.tex!g" >test.out || exit 1
  
--diff $srcdir/$LACHECK_TREE/test.old test.out || exit 1
-+test -e $srcdir/$LACHECK_TREE/test.old || > $srcdir/$LACHECK_TREE/test.old
-+diff $srcdir/$LACHECK_TREE/test.old test.out || true
+-diff $srcdir/test.old test.out || exit 1
++test -e $srcdir/test.old || > $srcdir/test.old
++diff $srcdir/test.old test.out || true
  

++++++ source-warns.dif ++++++
--- /var/tmp/diff_new_pack.GILMrH/_old  2016-03-17 16:47:22.000000000 +0100
+++ /var/tmp/diff_new_pack.GILMrH/_new  2016-03-17 16:47:22.000000000 +0100
@@ -1,19 +1,28 @@
 ---
- libs/icu/icu-53.1/source/i18n/decNumber.h          |   22 
++++++++++++---------
- libs/icu/icu-53.1/source/tools/pkgdata/pkgdata.cpp |    4 +--
- libs/lua52/Makefile.in                             |    2 -
- libs/teckit/TECkit-2.5.3/source/Compiler.cpp       |   17 +++++++++-------
- texk/chktex/chktex-1.7.2/FindErrs.c                |    2 -
- texk/makeindexk/genind.h                           |   16 ++++++++++++++-
- texk/makeindexk/mkind.h                            |   20 ++++++++++++++++---
- texk/makeindexk/scanid.h                           |   16 ++++++++++++++-
- texk/makeindexk/scanst.h                           |   16 ++++++++++++++-
- texk/ps2pkm/t1funcs.c                              |    2 -
- texk/ps2pkm/token.c                                |    2 -
- 11 files changed, 91 insertions(+), 28 deletions(-)
+ libs/gmp/Makefile.in                         |    2 +-
+ libs/icu/icu-55.1/source/i18n/decNumber.h    |   22 +++++++++++++---------
+ libs/lua52/Makefile.in                       |    4 ++--
+ libs/mpfr/Makefile.in                        |    2 +-
+ libs/teckit/TECkit-2.5.4/source/Compiler.cpp |   17 ++++++++++-------
+ texk/makeindexk/genind.h                     |   16 +++++++++++++++-
+ texk/makeindexk/mkind.h                      |   20 +++++++++++++++++---
+ texk/makeindexk/scanid.h                     |   16 +++++++++++++++-
+ texk/makeindexk/scanst.h                     |   16 +++++++++++++++-
+ 9 files changed, 89 insertions(+), 26 deletions(-)
 
---- libs/icu/icu-53.1/source/i18n/decNumber.h
-+++ libs/icu/icu-53.1/source/i18n/decNumber.h  2010-11-16 10:35:02.000000000 
+0000
+--- libs/gmp/Makefile.in
++++ libs/gmp/Makefile.in       2016-01-29 14:37:58.791563686 +0000
+@@ -294,7 +294,7 @@ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
+ am__v_lt_0 = --silent
+ am__v_lt_1 = 
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-      $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++      $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(XCFLAGS)
+ AM_V_CC = $(am__v_CC_@AM_V@)
+ am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
+ am__v_CC_0 = @echo "  CC      " $@;
+--- libs/icu/icu-55.1/source/i18n/decNumber.h
++++ libs/icu/icu-55.1/source/i18n/decNumber.h  2016-01-28 12:14:31.336201296 
+0000
 @@ -54,26 +54,30 @@
    /* For ICU, use one digit per byte, to make it easier to emulate the
     * old DigitList interface on top of a decNumber
@@ -54,23 +63,25 @@
    /* The number of units needed is ceil(DECNUMDIGITS/DECDPUN)         */
    #define DECNUMUNITS ((DECNUMDIGITS+DECDPUN-1)/DECDPUN)
  
---- libs/icu/icu-53.1/source/tools/pkgdata/pkgdata.cpp
-+++ libs/icu/icu-53.1/source/tools/pkgdata/pkgdata.cpp 2012-04-13 
15:09:27.000000000 +0000
-@@ -2072,9 +2072,9 @@ static void loadLists(UPKGOptions *o, UE
-     findDirname(progname, cmdBuf, 1024, &status);
-     if(U_SUCCESS(status)) {
-       if (cmdBuf[0] != 0) {
--          uprv_strncat(cmdBuf, U_FILE_SEP_STRING, 1024);
-+          uprv_strncat(cmdBuf, U_FILE_SEP_STRING, strlen(U_FILE_SEP_STRING));
-       }
--      uprv_strncat(cmdBuf, cmd, 1023);
-+      uprv_strncat(cmdBuf, cmd, strlen(cmd));
-       
-       if(verbose) {
-         fprintf(stdout, "# Calling icu-config: %s\n", cmdBuf);
 --- libs/lua52/Makefile.in
-+++ libs/lua52/Makefile.in     2015-03-26 14:44:10.323096423 +0000
-@@ -180,7 +180,7 @@ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
++++ libs/lua52/Makefile.in     2016-01-28 12:16:33.057744260 +0000
+@@ -201,11 +201,11 @@ depcomp = $(SHELL) $(top_srcdir)/../../b
+ am__depfiles_maybe = depfiles
+ am__mv = mv -f
+ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
+-      $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
++      $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) $(XCFLAGS)
+ LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
+       $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
+       $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
+-      $(AM_CFLAGS) $(CFLAGS)
++      $(AM_CFLAGS) $(CFLAGS) $(XCFLAGS)
+ AM_V_CC = $(am__v_CC_@AM_V@)
+ am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
+ am__v_CC_0 = @echo "  CC      " $@;
+--- libs/mpfr/Makefile.in
++++ libs/mpfr/Makefile.in      2016-01-29 14:38:34.666839862 +0000
+@@ -232,7 +232,7 @@ am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@)
  am__v_lt_0 = --silent
  am__v_lt_1 = 
  COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
@@ -79,9 +90,9 @@
  AM_V_CC = $(am__v_CC_@AM_V@)
  am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
  am__v_CC_0 = @echo "  CC      " $@;
---- libs/teckit/TECkit-2.5.3/source/Compiler.cpp
-+++ libs/teckit/TECkit-2.5.3/source/Compiler.cpp       2009-08-28 
15:16:33.000000000 +0000
-@@ -1451,13 +1451,16 @@ Compiler::Compiler(const char* txt, UInt
+--- libs/teckit/TECkit-2.5.4/source/Compiler.cpp
++++ libs/teckit/TECkit-2.5.4/source/Compiler.cpp       2016-01-28 
12:14:31.340201216 +0000
+@@ -1449,13 +1449,16 @@ Compiler::Compiler(const char* txt, UInt
                                if (dest != 0) {
                                        int     result = compress2(dest + 8, 
&destLen, compiledTable, compiledSize, Z_BEST_COMPRESSION);
                                        if (result == Z_OK) {
@@ -105,19 +116,8 @@
                                        }
                                        else
                                                free(dest);
---- texk/chktex/chktex-1.7.2/FindErrs.c
-+++ texk/chktex/chktex-1.7.2/FindErrs.c        2015-03-26 14:59:06.597518850 
+0000
-@@ -1171,7 +1171,7 @@ int CheckSilentRegex(void)
-             tmp = stpcpy(tmp, SilentCase.Stack.Data[i]);
-             *tmp++ = '|';
-         }
--        tmp = stpcpy(--tmp, ")");
-+        tmp = stpcpy((tmp-1), ")");
- 
-         SilentRegex = malloc( sizeof(regex_t) );
-         rc = regcomp(SilentRegex, pattern, REGEX_FLAGS);
 --- texk/makeindexk/genind.h
-+++ texk/makeindexk/genind.h   2009-08-28 15:18:03.000000000 +0000
++++ texk/makeindexk/genind.h   2016-01-28 12:14:31.340201216 +0000
 @@ -25,6 +25,20 @@
   *
   */
@@ -149,7 +149,7 @@
  }
  
 --- texk/makeindexk/mkind.h
-+++ texk/makeindexk/mkind.h    2009-08-28 15:20:13.000000000 +0000
++++ texk/makeindexk/mkind.h    2016-01-28 12:14:31.340201216 +0000
 @@ -244,6 +244,20 @@ extern int mk_getc (FILE *str);
  #define STREQ(A, B)  (strcmp(A, B) == 0)
  #define STRNEQ(A, B) (strcmp(A, B) != 0)
@@ -192,7 +192,7 @@
      EXIT(1); \
  }
 --- texk/makeindexk/scanid.h
-+++ texk/makeindexk/scanid.h   2009-08-28 15:21:10.000000000 +0000
++++ texk/makeindexk/scanid.h   2016-01-28 12:14:31.340201216 +0000
 @@ -112,6 +112,20 @@
      idx_ec++; \
  }
@@ -224,7 +224,7 @@
  }
  
 --- texk/makeindexk/scanst.h
-+++ texk/makeindexk/scanst.h   2009-08-28 15:21:39.000000000 +0000
++++ texk/makeindexk/scanst.h   2016-01-28 12:14:31.340201216 +0000
 @@ -158,6 +158,20 @@
      put_dot = FALSE; \
  }
@@ -255,25 +255,3 @@
      sty_ec++; \
      put_dot = FALSE; \
  }
---- texk/ps2pkm/t1funcs.c
-+++ texk/ps2pkm/t1funcs.c      2010-05-18 09:19:07.000000000 +0000
-@@ -242,7 +242,7 @@ int Type1OpenScalable (ev, ppFont, flags
-                else {
-                        h = w = 0;
-                        area->xmin = area->xmax = 0;
--                       area->ymax = area->ymax = 0;
-+                       area->ymin = area->ymax = 0;
-                }
-  
-                glyphs[i].metrics.leftSideBearing  = area->xmin;
---- texk/ps2pkm/token.c
-+++ texk/ps2pkm/token.c        2009-08-28 15:16:33.000000000 +0000
-@@ -108,7 +108,7 @@ static DOUBLE P10(exponent)
-   if (exponent < 0) {
-     power = 0.1;
-     value = (exponent & 1 ? power : 1.0);
--    exponent = -(++exponent >> 1); /* portable C for -(exponent/2) */
-+    exponent = -((exponent+1) >> 1); /* portable C for -(exponent/2) */
-   }
-   else {
-     power = 10.0;

++++++ source-x11r7.dif ++++++
--- /var/tmp/diff_new_pack.GILMrH/_old  2016-03-17 16:47:22.000000000 +0100
+++ /var/tmp/diff_new_pack.GILMrH/_new  2016-03-17 16:47:22.000000000 +0100
@@ -3,8 +3,8 @@
  1 file changed, 6 insertions(+)
 
 --- texk/xdvik/xdvi.h
-+++ texk/xdvik/xdvi.h  2008-09-24 15:43:29.000000000 +0000
-@@ -196,6 +196,12 @@ extern unsigned long time_start, time_en
++++ texk/xdvik/xdvi.h  2016-01-28 12:20:33.976881969 +0000
+@@ -194,6 +194,12 @@ extern unsigned long time_start, time_en
  #include <inttypes.h>
  #endif
  

++++++ source.dif ++++++
++++ 811 lines (skipped)
++++ between /work/SRC/openSUSE:Factory/texlive/source.dif
++++ and /work/SRC/openSUSE:Factory/.texlive.new/source.dif

++++++ texlive-20140525-source.tar.xz -> texlive-20150521-source.tar.xz ++++++
/work/SRC/openSUSE:Factory/texlive/texlive-20140525-source.tar.xz 
/work/SRC/openSUSE:Factory/.texlive.new/texlive-20150521-source.tar.xz differ: 
char 17, line 1


Reply via email to