[vdr-plugin-epg2vdr] branch upstream updated (9656861 -> b536b3b)

Tobias Grimm tiber-guest at moszumanska.debian.org
Sun Feb 4 14:53:22 UTC 2018


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

tiber-guest pushed a change to branch upstream
in repository vdr-plugin-epg2vdr.

      from  9656861   New upstream version 1.1.19
       new  b536b3b   New upstream version 1.1.81

The 1 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:
 HISTORY.h                                          | 202 ++++++++-
 Make.config                                        |  35 +-
 Makefile                                           |  37 +-
 README                                             |   3 +-
 TODO                                               |   3 +-
 configs/epg.dat                                    |  25 +-
 epg2vdr.c                                          | 225 ++++++++--
 epg2vdr.h                                          |  21 +-
 handler.h                                          | 329 ++++++++------
 lib/Makefile                                       |  32 +-
 lib/common.c                                       |   4 +-
 lib/common.h                                       |   3 +-
 lib/db.c                                           |  22 +-
 lib/db.h                                           |  11 +-
 lib/demo.c                                         |  94 ++--
 lib/epgservice.c                                   |   1 +
 lib/epgservice.h                                   |  18 +-
 lib/python.c                                       |  40 +-
 lib/python.h                                       |   6 +-
 lib/searchtimer.c                                  |  76 ++--
 lib/searchtimer.h                                  |  14 +-
 lib/test.c                                         | 148 +++---
 lib/vdrlocks.h                                     |  78 ++++
 lib/xml.c                                          |  99 +++++
 lib/xml.h                                          |  56 +++
 menu.c                                             | 128 +++++-
 menu.h                                             |  77 +++-
 menudone.c                                         |  14 +-
 menusched.c                                        | 331 +++++++++-----
 menusearchtimer.c                                  |  69 ++-
 menutimers.c                                       |  37 +-
 parameters.c                                       |  13 +-
 ...re-vdr-2.1.x--epghandler-segment-transfer.patch |  65 ---
 patches/vdr-1.7.27-to-epghandler-of-1.7.31.patch   | 219 ---------
 patches/vdr-1.7.28-epghandledexternally.diff       | 118 -----
 patches/vdr-1.7.29-epgIsUpdate.diff                |  52 ---
 patches/vdr-2.2.0-aux.patch                        |  79 ++++
 patches/vdr-2.3.2-aux.patch                        |  79 ++++
 patches/vdr-2.3.2.patch                            |  56 +++
 plgconfig.c                                        |   5 +-
 plgconfig.h                                        |   5 +-
 po/de_DE.po                                        |  14 +-
 po/it_IT.po                                        |  14 +-
 recinfofile.c                                      | 109 +++--
 recording.c                                        |  87 ++--
 service.c                                          |  30 +-
 service.h                                          | 101 ++---
 status.c                                           | 232 +++++-----
 svdrpclient.c                                      |   8 +-
 svdrpclient.h                                      |   7 +-
 timer.c                                            |  94 ++--
 ttools.c                                           |  53 ++-
 update.c                                           | 494 +++++++++++++++------
 update.h                                           |  35 +-
 54 files changed, 2674 insertions(+), 1533 deletions(-)
 create mode 100644 lib/vdrlocks.h
 create mode 100644 lib/xml.c
 create mode 100644 lib/xml.h
 delete mode 100644 patches/pre-vdr-2.1.x--epghandler-segment-transfer.patch
 delete mode 100644 patches/vdr-1.7.27-to-epghandler-of-1.7.31.patch
 delete mode 100644 patches/vdr-1.7.28-epghandledexternally.diff
 delete mode 100644 patches/vdr-1.7.29-epgIsUpdate.diff
 create mode 100644 patches/vdr-2.2.0-aux.patch
 create mode 100644 patches/vdr-2.3.2-aux.patch
 create mode 100644 patches/vdr-2.3.2.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vdr-dvb/vdr-plugin-epg2vdr.git



More information about the pkg-vdr-dvb-changes mailing list