diff -Nru mythtv-0.27.0+fixes.20140122.5a5e1cd/debian/DESCRIBE mythtv-0.27.0+fixes.20140128.f1e620c/debian/DESCRIBE --- mythtv-0.27.0+fixes.20140122.5a5e1cd/debian/DESCRIBE 2014-01-22 00:22:28.000000000 +0000 +++ mythtv-0.27.0+fixes.20140128.f1e620c/debian/DESCRIBE 2014-01-28 00:18:00.000000000 +0000 @@ -1,2 +1,2 @@ BRANCH="fixes/0.27" -SOURCE_VERSION="v0.27-134-g5a5e1cd" +SOURCE_VERSION="v0.27-135-gf1e620c" diff -Nru mythtv-0.27.0+fixes.20140122.5a5e1cd/debian/changelog mythtv-0.27.0+fixes.20140128.f1e620c/debian/changelog --- mythtv-0.27.0+fixes.20140122.5a5e1cd/debian/changelog 2014-01-22 00:22:35.000000000 +0000 +++ mythtv-0.27.0+fixes.20140128.f1e620c/debian/changelog 2014-01-28 00:18:07.000000000 +0000 @@ -1,17 +1,18 @@ -mythtv (2:0.27.0+fixes.20140122.5a5e1cd-0ubuntu0mythbuntu3) raring; urgency=low +mythtv (2:0.27.0+fixes.20140128.f1e620c-0ubuntu0mythbuntu3) raring; urgency=low - * Automated Build: New upstream checkout (5a5e1cd) - * >>Upstream changes since last upload (99f5464): - * [5a5e1cd] Update record.last_record/deleted to UTC. + * Automated Build: New upstream checkout (f1e620c) + * >>Upstream changes since last upload (5a5e1cd): + * [f1e620c] Add mplexid to dummy entries when scheduling around live + TV. - -- Mythbuntu Automated Package Builder Wed, 22 Jan 2014 00:22:35 +0000 + -- Mythbuntu Automated Package Builder Tue, 28 Jan 2014 00:18:07 +0000 -mythtv (2:0.27.0+fixes.20140122.-0ubuntu0mythbuntu3) precise; urgency=low +mythtv (2:0.27.0+fixes.20140128.-0ubuntu0mythbuntu3) precise; urgency=low * Scripted Build from fixes git packaging [9852573] - * Packaging changes between 20130919 and 20140122: + * Packaging changes between 20130919 and 20140128: - -- Mythbuntu Automated Package Builder Wed, 22 Jan 2014 00:22:21 +0000 + -- Mythbuntu Automated Package Builder Tue, 28 Jan 2014 00:17:51 +0000 mythtv (2:0.27.0+fixes.20130919.5b917e8-0ubuntu1) saucy; urgency=low diff -Nru mythtv-0.27.0+fixes.20140122.5a5e1cd/mythtv/programs/mythbackend/scheduler.cpp mythtv-0.27.0+fixes.20140128.f1e620c/mythtv/programs/mythbackend/scheduler.cpp --- mythtv-0.27.0+fixes.20140122.5a5e1cd/mythtv/programs/mythbackend/scheduler.cpp 2014-01-22 00:09:05.000000000 +0000 +++ mythtv-0.27.0+fixes.20140128.f1e620c/mythtv/programs/mythbackend/scheduler.cpp 2014-01-28 00:08:02.000000000 +0000 @@ -5094,6 +5094,7 @@ dummy->SetRecordingEndTime(schedTime.addSecs(1800)); dummy->SetCardID(enc->GetCardID()); dummy->SetInputID(in.inputid); + dummy->mplexid = dummy->QueryMplexID(); dummy->SetRecordingStatus(rsUnknown); retrylist.push_front(dummy);