Ticket #13559: 20200114-bindings.patch

File 20200114-bindings.patch, 1.1 KB (added by Mike Bibbings, 4 years ago)
  • mythtv/bindings/perl/MythTV.pm

    diff --git a/mythtv/bindings/perl/MythTV.pm b/mythtv/bindings/perl/MythTV.pm
    index 1836b0faca..d020ac8003 100644
    a b package MythTV; 
    116116# schema version supported in the main code.  We need to check that the schema
    117117# version in the database is as expected by the bindings, which are expected
    118118# to be kept in sync with the main code.
    119     our $SCHEMA_VERSION = "1359";
     119    our $SCHEMA_VERSION = "1360";
    120120
    121121# NUMPROGRAMLINES is defined in mythtv/libs/libmythtv/programinfo.h and is
    122122# the number of items in a ProgramInfo QStringList group used by
  • mythtv/bindings/python/MythTV/static.py

    diff --git a/mythtv/bindings/python/MythTV/static.py b/mythtv/bindings/python/MythTV/static.py
    index 2bd9c4b4bc..33d659f46f 100644
    a b Contains any static and global variables for MythTV Python Bindings 
    55"""
    66
    77OWN_VERSION = (30,0,-1,0)
    8 SCHEMA_VERSION = 1359
     8SCHEMA_VERSION = 1360
    99NVSCHEMA_VERSION = 1007
    1010MUSICSCHEMA_VERSION = 1024
    1111PROTO_VERSION = '91'