diff -Nru kodi-pvr-filmon-1.1.0/debian/changelog kodi-pvr-filmon-1.2.0/debian/changelog --- kodi-pvr-filmon-1.1.0/debian/changelog 2016-02-18 11:40:50.000000000 +0000 +++ kodi-pvr-filmon-1.2.0/debian/changelog 2016-03-13 21:30:51.000000000 +0000 @@ -1,31 +1,31 @@ -kodi-pvr-filmon (1.1.0-1~trusty) trusty; urgency=low +kodi-pvr-filmon (1.2.0-1~trusty) trusty; urgency=low [ kodi ] * autogenerated dummy changelog [ wsnipex ] - * 1.1.0 Update to PVR addon API v5.0.0 1.0.1 Updated Language files - from Transifex 1.0.0 Initial Kodi Krypton version. 0.7.3 Updated - Language files from Transifex 0.7.2 Updated Language files from - Transifex 0.7.1 Updated Language files from Transifex 0.7.0 added - option to prefer SD streams 0.6.6 Updated to PVR API v4.1.0 0.6.5 - Updated to PVR API v4.0.0 0.6.4 Updated to PVR API v3.0.0 (API 1.9.7 - compatibility mode) 0.6.3 Updated to PVR API v2.1.0 Automatically - fill in platform and library name 0.6.2 Debian packaging: fix - library install path Miscellaneous backend fixes 0.6.1 Updated to - API v2.0.0 0.6.0 Updated to API v1.9.7 0.5.7 Updated Language files - from Transifex 0.5.6 Fix error building with debian 0.5.5 Updated to - use new libplatform-dev 0.5.4 Updated to API v1.9.6 0.5.3 Fix - missing libjsoncpp-dev dep 0.5.2 Updated to API v1.9.5 0.5.1 removed - libcurl and cryptopp dependency 0.5.0 Updated to API v1.9.4 0.4.8 - Updated Language files from Transifex 0.4.7 Updated Language files - from Transifex 0.4.6 Add getBackendHostname function 0.4.5 Updated - Language files from Transifex 0.4.4 change library name to Kodi - 0.4.3 fixed build error due to compiler warnings on some - distributions (@anssih) 0.4.2 fixed deadlock when activating the - addon on some darwin (osx, ios) runtimes 0.4.1 Updated Language - files from Transifex 0.4.0 Add support for HLS. Fix recording - storage. Notification on each channel load. 0.3.0 Initial working - version. + * 1.2.0 Update to PVR addon API v5.1.0 1.1.0 Update to PVR addon API + v5.0.0 1.0.1 Updated Language files from Transifex 1.0.0 Initial + Kodi Krypton version. 0.7.3 Updated Language files from Transifex + 0.7.2 Updated Language files from Transifex 0.7.1 Updated Language + files from Transifex 0.7.0 added option to prefer SD streams 0.6.6 + Updated to PVR API v4.1.0 0.6.5 Updated to PVR API v4.0.0 0.6.4 + Updated to PVR API v3.0.0 (API 1.9.7 compatibility mode) 0.6.3 + Updated to PVR API v2.1.0 Automatically fill in platform and library + name 0.6.2 Debian packaging: fix library install path Miscellaneous + backend fixes 0.6.1 Updated to API v2.0.0 0.6.0 Updated to API + v1.9.7 0.5.7 Updated Language files from Transifex 0.5.6 Fix error + building with debian 0.5.5 Updated to use new libplatform-dev 0.5.4 + Updated to API v1.9.6 0.5.3 Fix missing libjsoncpp-dev dep 0.5.2 + Updated to API v1.9.5 0.5.1 removed libcurl and cryptopp dependency + 0.5.0 Updated to API v1.9.4 0.4.8 Updated Language files from + Transifex 0.4.7 Updated Language files from Transifex 0.4.6 Add + getBackendHostname function 0.4.5 Updated Language files from + Transifex 0.4.4 change library name to Kodi 0.4.3 fixed build error + due to compiler warnings on some distributions (@anssih) 0.4.2 fixed + deadlock when activating the addon on some darwin (osx, ios) + runtimes 0.4.1 Updated Language files from Transifex 0.4.0 Add + support for HLS. Fix recording storage. Notification on each channel + load. 0.3.0 Initial working version. - -- wsnipex Thu, 18 Feb 2016 12:40:50 +0100 + -- wsnipex Sun, 13 Mar 2016 22:30:51 +0100 diff -Nru kodi-pvr-filmon-1.1.0/debian/changelog.tmp kodi-pvr-filmon-1.2.0/debian/changelog.tmp --- kodi-pvr-filmon-1.1.0/debian/changelog.tmp 2016-02-18 11:39:56.000000000 +0000 +++ kodi-pvr-filmon-1.2.0/debian/changelog.tmp 2016-03-13 21:29:45.000000000 +0000 @@ -1,4 +1,4 @@ -kodi-pvr-filmon (1.1.0-1~#DIST#) #DIST#; urgency=low +kodi-pvr-filmon (1.2.0-1~#DIST#) #DIST#; urgency=low [ kodi ] * autogenerated dummy changelog diff -Nru kodi-pvr-filmon-1.1.0/pvr.filmon/addon.xml.in kodi-pvr-filmon-1.2.0/pvr.filmon/addon.xml.in --- kodi-pvr-filmon-1.1.0/pvr.filmon/addon.xml.in 2016-02-16 19:28:51.000000000 +0000 +++ kodi-pvr-filmon-1.2.0/pvr.filmon/addon.xml.in 2016-03-08 22:52:43.000000000 +0000 @@ -1,12 +1,12 @@ - + TransferRecordingEntry(handle, &xbmcRecording); } return PVR_ERROR_NO_ERROR; diff -Nru kodi-pvr-filmon-1.1.0/.travis.yml kodi-pvr-filmon-1.2.0/.travis.yml --- kodi-pvr-filmon-1.1.0/.travis.yml 2016-02-16 19:28:51.000000000 +0000 +++ kodi-pvr-filmon-1.2.0/.travis.yml 2016-03-08 22:52:43.000000000 +0000 @@ -19,14 +19,17 @@ compiler: clang - os: osx osx_image: xcode7.3 + - os: osx + osx_image: xcode6.1 # # Some of the OS X images don't have cmake, contrary to what people # on the Internet say # before_install: - - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which cmake || brew update ; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update ; fi - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then which cmake || brew install cmake ; fi + - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew unlink json-c ; fi # This is really needed only on xcode6.1 - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install jsoncpp ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq ; fi - if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -qq -y libjsoncpp-dev ; fi