diff -Nru libopenshot-audio-0.1.4+0+50+116+201709070431~ubuntu17.04.1/debian/bzr-builder.manifest libopenshot-audio-0.1.5+0+52+119+201711232232~ubuntu17.04.1/debian/bzr-builder.manifest --- libopenshot-audio-0.1.4+0+50+116+201709070431~ubuntu17.04.1/debian/bzr-builder.manifest 2017-09-07 04:31:39.000000000 +0000 +++ libopenshot-audio-0.1.5+0+52+119+201711232232~ubuntu17.04.1/debian/bzr-builder.manifest 2017-11-23 22:32:37.000000000 +0000 @@ -1,3 +1,3 @@ -# bzr-builder format 0.3 deb-version {debupstream}+0+50+116+201709070431 -lp:~openshot.code/libopenshot/libopenshot-audio revid:jonathan@openshot.org-20170510065901-h9badicbtlhxo8q8 -nest-part packaging lp:~openshot.packagers/libopenshot/packaging libopenshot-audio/debian debian revid:jonathan@openshot.org-20170907042621-x98o1mxrhbskm48o +# bzr-builder format 0.3 deb-version {debupstream}+0+52+119+201711232232 +lp:~openshot.code/libopenshot/libopenshot-audio revid:jonathan@openshot.org-20171112094850-et7o7fhdaiii1g0z +nest-part packaging lp:~openshot.packagers/libopenshot/packaging libopenshot-audio/debian debian revid:jonathan@openshot.org-20171123222826-p6atp9245el18xxf diff -Nru libopenshot-audio-0.1.4+0+50+116+201709070431~ubuntu17.04.1/debian/changelog libopenshot-audio-0.1.5+0+52+119+201711232232~ubuntu17.04.1/debian/changelog --- libopenshot-audio-0.1.4+0+50+116+201709070431~ubuntu17.04.1/debian/changelog 2017-09-07 04:31:39.000000000 +0000 +++ libopenshot-audio-0.1.5+0+52+119+201711232232~ubuntu17.04.1/debian/changelog 2017-11-23 22:32:37.000000000 +0000 @@ -1,8 +1,14 @@ -libopenshot-audio (0.1.4+0+50+116+201709070431~ubuntu17.04.1) zesty; urgency=low +libopenshot-audio (0.1.5+0+52+119+201711232232~ubuntu17.04.1) zesty; urgency=low * Auto build. - -- OpenShot Code Thu, 07 Sep 2017 04:31:39 +0000 + -- OpenShot Code Thu, 23 Nov 2017 22:32:37 +0000 + +libopenshot-audio (0.1.5-1) UNRELEASED; urgency=medium + + * New upstream release + + -- Jonathan Thomas Sun, 12 Nov 2017 03:50:05 -0600 libopenshot-audio (0.1.4-1) UNRELEASED; urgency=medium diff -Nru libopenshot-audio-0.1.4+0+50+116+201709070431~ubuntu17.04.1/debian/control libopenshot-audio-0.1.5+0+52+119+201711232232~ubuntu17.04.1/debian/control --- libopenshot-audio-0.1.4+0+50+116+201709070431~ubuntu17.04.1/debian/control 2017-09-07 04:31:38.000000000 +0000 +++ libopenshot-audio-0.1.5+0+52+119+201711232232~ubuntu17.04.1/debian/control 2017-11-23 22:32:37.000000000 +0000 @@ -13,7 +13,7 @@ Standards-Version: 3.9.6 Homepage: http://www.openshot.org/ -Package: libopenshot-audio5 +Package: libopenshot-audio6 Architecture: any Multi-Arch: same Depends: ${misc:Depends}, @@ -31,7 +31,7 @@ Architecture: any Multi-Arch: same Section: libdevel -Depends: libopenshot-audio5 (= ${binary:Version}), +Depends: libopenshot-audio6 (= ${binary:Version}), ${misc:Depends} Suggests: libopenshot-audio-doc Description: development files for the OpenShot audio library diff -Nru libopenshot-audio-0.1.4+0+50+116+201709070431~ubuntu17.04.1/debian/libopenshot-audio5.install libopenshot-audio-0.1.5+0+52+119+201711232232~ubuntu17.04.1/debian/libopenshot-audio5.install --- libopenshot-audio-0.1.4+0+50+116+201709070431~ubuntu17.04.1/debian/libopenshot-audio5.install 2017-09-07 04:31:38.000000000 +0000 +++ libopenshot-audio-0.1.5+0+52+119+201711232232~ubuntu17.04.1/debian/libopenshot-audio5.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/*.so.* diff -Nru libopenshot-audio-0.1.4+0+50+116+201709070431~ubuntu17.04.1/debian/libopenshot-audio6.install libopenshot-audio-0.1.5+0+52+119+201711232232~ubuntu17.04.1/debian/libopenshot-audio6.install --- libopenshot-audio-0.1.4+0+50+116+201709070431~ubuntu17.04.1/debian/libopenshot-audio6.install 1970-01-01 00:00:00.000000000 +0000 +++ libopenshot-audio-0.1.5+0+52+119+201711232232~ubuntu17.04.1/debian/libopenshot-audio6.install 2017-11-23 22:32:37.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/*.so.* diff -Nru libopenshot-audio-0.1.4+0+50+116+201709070431~ubuntu17.04.1/include/Version.h libopenshot-audio-0.1.5+0+52+119+201711232232~ubuntu17.04.1/include/Version.h --- libopenshot-audio-0.1.4+0+50+116+201709070431~ubuntu17.04.1/include/Version.h 2017-09-07 04:31:36.000000000 +0000 +++ libopenshot-audio-0.1.5+0+52+119+201711232232~ubuntu17.04.1/include/Version.h 2017-11-23 22:32:34.000000000 +0000 @@ -36,8 +36,8 @@ #define OPENSHOT_AUDIO_VERSION_MAJOR 0; /// Major version number is incremented when huge features are added or improved. #define OPENSHOT_AUDIO_VERSION_MINOR 1; /// Minor version is incremented when smaller (but still very important) improvements are added. -#define OPENSHOT_AUDIO_VERSION_BUILD 4; /// Build number is incremented when minor bug fixes and less important improvements are added. -#define OPENSHOT_AUDIO_VERSION_SO 5; /// Shared object version number. This increments any time the API and ABI changes (so old apps will no longer link) +#define OPENSHOT_AUDIO_VERSION_BUILD 5; /// Build number is incremented when minor bug fixes and less important improvements are added. +#define OPENSHOT_AUDIO_VERSION_SO 6; /// Shared object version number. This increments any time the API and ABI changes (so old apps will no longer link) #define OPENSHOT_AUDIO_VERSION_MAJOR_MINOR STRINGIZE(OPENSHOT_AUDIO_VERSION_MAJOR) "." STRINGIZE(OPENSHOT_AUDIO_VERSION_MINOR); /// A string of the "Major.Minor" version #define OPENSHOT_AUDIO_VERSION_ALL STRINGIZE(OPENSHOT_AUDIO_VERSION_MAJOR) "." STRINGIZE(OPENSHOT_AUDIO_VERSION_MINOR) "." STRINGIZE(OPENSHOT_AUDIO_VERSION_BUILD); /// A string of the entire version "Major.Minor.Build" diff -Nru libopenshot-audio-0.1.4+0+50+116+201709070431~ubuntu17.04.1/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h libopenshot-audio-0.1.5+0+52+119+201711232232~ubuntu17.04.1/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h --- libopenshot-audio-0.1.4+0+50+116+201709070431~ubuntu17.04.1/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h 2017-09-07 04:31:36.000000000 +0000 +++ libopenshot-audio-0.1.5+0+52+119+201711232232~ubuntu17.04.1/JuceLibraryCode/modules/juce_gui_basics/juce_gui_basics.h 2017-11-23 22:32:34.000000000 +0000 @@ -147,7 +147,6 @@ #include "mouse/juce_DragAndDropContainer.h" #include "mouse/juce_FileDragAndDropTarget.h" #include "mouse/juce_SelectedItemSet.h" -#include "mouse/juce_LassoComponent.h" #include "mouse/juce_MouseInactivityDetector.h" #include "mouse/juce_TextDragAndDropTarget.h" #include "mouse/juce_TooltipClient.h" @@ -253,6 +252,7 @@ #include "lookandfeel/juce_LookAndFeel_V2.h" #include "lookandfeel/juce_LookAndFeel_V1.h" #include "lookandfeel/juce_LookAndFeel_V3.h" +#include "mouse/juce_LassoComponent.h" }