diff -Nru libkcompactdisc-4.12.3/debian/changelog libkcompactdisc-4.12.90/debian/changelog --- libkcompactdisc-4.12.3/debian/changelog 2014-03-04 20:08:33.000000000 +0000 +++ libkcompactdisc-4.12.90/debian/changelog 2014-03-19 11:53:04.000000000 +0000 @@ -1,3 +1,9 @@ +libkcompactdisc (4:4.12.90-0ubuntu1) trusty; urgency=medium + + * New upstream beta release + + -- Jonathan Riddell Wed, 19 Mar 2014 11:53:03 +0000 + libkcompactdisc (4:4.12.3-0ubuntu1) trusty; urgency=medium * New upstream bugfix release diff -Nru libkcompactdisc-4.12.3/debian/control libkcompactdisc-4.12.90/debian/control --- libkcompactdisc-4.12.3/debian/control 2014-03-04 20:08:33.000000000 +0000 +++ libkcompactdisc-4.12.90/debian/control 2014-03-19 11:53:04.000000000 +0000 @@ -6,7 +6,7 @@ Uploaders: Pino Toscano , Sune Vuorela Build-Depends: kde-sc-dev-latest (>= 4:4.10), cmake, debhelper (>= 7.3.16), pkg-kde-tools (>= 0.12), - kdelibs5-dev (>= 4:4.12.3), libphonon-dev (>= 4:4.6.0really4.3.80), + kdelibs5-dev (>= 4:4.12.90), libphonon-dev (>= 4:4.6.0really4.3.80), libasound2-dev [linux-any], Standards-Version: 3.9.3 Homepage: http://www.kde.org/ diff -Nru libkcompactdisc-4.12.3/wmlib/plat_scor5.c libkcompactdisc-4.12.90/wmlib/plat_scor5.c --- libkcompactdisc-4.12.3/wmlib/plat_scor5.c 2014-02-21 03:42:30.000000000 +0000 +++ libkcompactdisc-4.12.90/wmlib/plat_scor5.c 2013-05-01 11:16:59.000000000 +0000 @@ -68,7 +68,6 @@ strncpy(pass_through, dev_name, sizeof(pass_through)-2); - pass_through[sizeof(pass_through) - 2] = '\0'; strcat(pass_through, "p" ); if (setreuid(-1,0) < 0) diff -Nru libkcompactdisc-4.12.3/wmlib/plat_svr4.c libkcompactdisc-4.12.90/wmlib/plat_svr4.c --- libkcompactdisc-4.12.3/wmlib/plat_svr4.c 2014-02-21 03:42:30.000000000 +0000 +++ libkcompactdisc-4.12.90/wmlib/plat_svr4.c 2013-05-01 11:16:59.000000000 +0000 @@ -63,7 +63,6 @@ strncpy(pass_through, dev_name, sizeof(pass_through) - 2); - pass_through[sizeof(pass_through) - 2] = '\0'; strcat(pass_through, "p" ); if (setreuid(-1,0) < 0)