[glpk] branch master updated (87432bf -> a55d222)

Sébastien Villemot sebastien at debian.org
Thu Apr 7 09:50:08 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastien pushed a change to branch master
in repository glpk.

      from  87432bf   Changelog entry for 4.58-2.
      adds  adfd4dd   Imported Upstream version 4.59
       new  53bad31   Merge tag 'upstream/4.59'
       new  fa5f763   Refresh patches.
      adds  54070db   Imported Upstream version 4.60
       new  a127826   Merge tag 'upstream/4.60'
       new  ead4c3e   Refresh patches.
       new  9f6985b   SOVERSION bump: shared lib package now libglpk40.
       new  a55d222   Changelog entry for 4.60-1.

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                       |  151 +
 NEWS                                            |   39 +
 README                                          |    2 +-
 THANKS                                          |    6 +-
 configure                                       |   20 +-
 configure.ac                                    |    2 +-
 debian/changelog                                |    7 +
 debian/control                                  |    4 +-
 debian/libglpk39.symbols                        |  222 -
 debian/{libglpk39.install => libglpk40.install} |    0
 debian/libglpk40.symbols                        |  230 +
 debian/patches/no-embedded-suitesparse.patch    |   12 +-
 debian/patches/no-embedded-zlib.patch           |    8 +-
 doc/gmpl_pt-BR.pdf                              |  Bin 0 -> 256626 bytes
 doc/gmpl_pt-BR.tex                              | 7893 +++++++++++++++++++++++
 doc/graphs.pdf                                  |  Bin 214470 -> 210602 bytes
 doc/graphs.tex                                  |  266 +-
 doc/notes/simplex2.pdf                          |  Bin 209721 -> 250038 bytes
 examples/Makefile.am                            |    2 +-
 examples/Makefile.in                            |    2 +-
 examples/glpsol.c                               |   31 +-
 examples/tsp/main.c                             |    2 +-
 src/Makefile.am                                 |   31 +-
 src/Makefile.in                                 |  297 +-
 src/api/mpl.c                                   |    2 +-
 src/api/mps.c                                   |   12 +
 src/api/rdcc.c                                  |    7 +
 src/api/rdgr.c                                  |   86 -
 src/api/wrcc.c                                  |    7 +
 src/api/wrgr.c                                  |   80 -
 src/bfd.c                                       |   36 +
 src/bfd.h                                       |   16 +
 src/bflib/fvs.c                                 |  137 +
 src/bflib/fvs.h                                 |   76 +
 src/bflib/sgf.c                                 |   29 +-
 src/bflib/sgf.h                                 |    2 +-
 src/cglib/cfg.h                                 |    8 +
 src/cglib/cfg2.c                                |   91 +
 src/{glpios08.c => cglib/clqcut.c}              |   93 +-
 src/{glpios05.c => cglib/gmicut.c}              |  268 +-
 src/cglib/gmigen.c                              |  142 +
 src/{glpios06.c => cglib/mirgen.c}              |  359 +-
 src/draft.h                                     |    3 +
 src/glpapi06.c                                  |    3 +
 src/glpapi09.c                                  |    3 +
 src/glpios.h                                    |   95 +-
 src/glpios01.c                                  |   11 +
 src/glpios03.c                                  |  138 +
 src/glpios10.c                                  |    6 +
 src/glpk.h                                      |   61 +-
 src/glpsdf.c                                    |  259 -
 src/glpsdf.h                                    |   63 -
 src/{glpmpl.h => mpl/mpl.h}                     |    9 +-
 src/{glpmpl01.c => mpl/mpl1.c}                  |    7 +-
 src/{glpmpl02.c => mpl/mpl2.c}                  |    7 +-
 src/{glpmpl03.c => mpl/mpl3.c}                  |    7 +-
 src/{glpmpl04.c => mpl/mpl4.c}                  |    7 +-
 src/{glpmpl05.c => mpl/mpl5.c}                  |    7 +-
 src/{glpmpl06.c => mpl/mpl6.c}                  |    9 +-
 src/{glpsql.c => mpl/mplsql.c}                  |   13 +-
 src/{glpsql.h => mpl/mplsql.h}                  |    9 +-
 src/prob.h                                      |    3 +
 src/proxy/proxy.c                               |   14 +-
 src/proxy/proxy1.c                              |   30 +
 src/simplex/spxlp.c                             |  145 +
 src/simplex/spxlp.h                             |   20 +
 src/simplex/spxnt.c                             |   43 +
 src/simplex/spxnt.h                             |    6 +
 src/simplex/spxprim.c                           |   81 +-
 src/simplex/spychuzc.c                          |  347 +-
 src/simplex/spychuzc.h                          |   44 +-
 src/simplex/spychuzr.c                          |   77 +
 src/simplex/spychuzr.h                          |   11 +
 src/simplex/spydual.c                           |  887 ++-
 src/{glpios04.c => spv.c}                       |   86 +-
 src/spv.h                                       |   64 +
 w32/Makefile_VC                                 |   32 +-
 w32/Makefile_VC_DLL                             |   44 +-
 w64/glpk_4_58.def => w32/glpk_4_60.def          |    4 +-
 w32/glpk_4_58.def => w64/glpk_4_60.def          |    4 +-
 w64/makefile_VC                                 |   32 +-
 w64/makefile_VC_DLL                             |   44 +-
 82 files changed, 11749 insertions(+), 1664 deletions(-)
 delete mode 100644 debian/libglpk39.symbols
 rename debian/{libglpk39.install => libglpk40.install} (100%)
 create mode 100644 debian/libglpk40.symbols
 create mode 100644 doc/gmpl_pt-BR.pdf
 create mode 100644 doc/gmpl_pt-BR.tex
 delete mode 100644 src/api/rdgr.c
 delete mode 100644 src/api/wrgr.c
 create mode 100644 src/bflib/fvs.c
 create mode 100644 src/bflib/fvs.h
 create mode 100644 src/cglib/cfg2.c
 rename src/{glpios08.c => cglib/clqcut.c} (67%)
 rename src/{glpios05.c => cglib/gmicut.c} (50%)
 create mode 100644 src/cglib/gmigen.c
 rename src/{glpios06.c => cglib/mirgen.c} (85%)
 delete mode 100644 src/glpsdf.c
 delete mode 100644 src/glpsdf.h
 rename src/{glpmpl.h => mpl/mpl.h} (99%)
 rename src/{glpmpl01.c => mpl/mpl1.c} (99%)
 rename src/{glpmpl02.c => mpl/mpl2.c} (99%)
 rename src/{glpmpl03.c => mpl/mpl3.c} (99%)
 rename src/{glpmpl04.c => mpl/mpl4.c} (99%)
 rename src/{glpmpl05.c => mpl/mpl5.c} (99%)
 rename src/{glpmpl06.c => mpl/mpl6.c} (99%)
 rename src/{glpsql.c => mpl/mplsql.c} (99%)
 rename src/{glpsql.h => mpl/mplsql.h} (91%)
 rename src/{glpios04.c => spv.c} (73%)
 create mode 100644 src/spv.h
 rename w64/glpk_4_58.def => w32/glpk_4_60.def (93%)
 rename w32/glpk_4_58.def => w64/glpk_4_60.def (93%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/glpk.git



More information about the debian-science-commits mailing list