Hello community, here is the log from the commit of package orion for openSUSE:Factory checked in at 2017-07-06 00:04:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/orion (Old) and /work/SRC/openSUSE:Factory/.orion.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "orion" Thu Jul 6 00:04:32 2017 rev:9 rq:508269 version:1.6.0+git~20170625 Changes: -------- --- /work/SRC/openSUSE:Factory/orion/orion.changes 2017-06-26 15:55:03.603998436 +0200 +++ /work/SRC/openSUSE:Factory/.orion.new/orion.changes 2017-07-06 00:04:34.516360715 +0200 @@ -1,0 +2,72 @@ +Mon Jun 26 07:55:47 UTC 2017 - [email protected] + +- Update to version v1.6.0beta: + * Build Windows installer on AppVeyor (#181) + * Provide "Watch live" menu item even when channel is offline (#176) + * What I needed to do to build on MacOS (#182) + * Travis Mac build config (#184) + * win installer improvements + +------------------------------------------------------------------- +Sat Jun 24 13:07:31 UTC 2017 - [email protected] + +- Update to version 1.5.1+git~20170624: + * Moved ribbon to topbar, topbar now uses material/controls2 + * optionview rdy + * merged channels, featured view into one view + * up ver to 1.6.0; numeral changes to ui + * started working on playerview + * player view, chatview + * chatview almost ready + * deleted unused qml files, tweaks to playerview + * moved viewerselector to component + * tweaking channelsview + * created drawer component + * minor fix + * ok + * refactors, fixed chat/viewers + * Massive refactoring attempt to split between functionality + * More refactoring + * updated gitignore; ui tweaks + * Added label to tell that video will continue from prev pos + * Refactored channelmanager to use qmlSingleton pattern + * tweaked channel title label line count + * more tweaking around + * global chatview + * Moved application settings-related functionality to settingsmanager class + * Added paragraph about closing + * Fixed options loading + * more tweaking to optionsview + * fixed emote size being 0 + * Added way to clear search via dblclick + * fixed minor bug + * refactored main so tray, runguard dont get exposed to qml side + * Took out the trash, streamlined chat font size to use ctrl-wheel combination in chatview + * re-enabled customflow for chatmessage + * tweaks to optionsview + * Disabled testing flags + * Fixed bug in seekbar + * fixed seekbar not reaching both ends + * Tweaked player quality handling + * fullscreen button now shows different icon when fs + * removed screenshot folder + * Removed unused import + * updated readme + * removed unused stuff + * Tweaks and updates; Default font to Overpass; Added (temporary) font-selection control to Options + * rehidden emote label which was shown on error + * use SettingsManager::hiDpi() for bits image selection + * Fixes to gridview layouts + * re-enabled some includes + * player view refactoring, powermanager to singleton + * refactoring + * added error msg printing; fixed bug in playerview + * Added button labels + * Added pin-button for pinning chatview + * Fixed attempt to sometimes call null object + * Adjusted chatview pos + * close emote picker on send + * Added check that updatepositions-fn exists + * Fixed followedview unable to unfollow channel + +------------------------------------------------------------------- Old: ---- orion-1.5.1+git~20170622.tar.xz New: ---- orion-1.6.0+git~20170625.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ orion.spec ++++++ --- /var/tmp/diff_new_pack.ZiRbdj/_old 2017-07-06 00:04:35.304249717 +0200 +++ /var/tmp/diff_new_pack.ZiRbdj/_new 2017-07-06 00:04:35.304249717 +0200 @@ -17,7 +17,7 @@ Name: orion -Version: 1.5.1+git~20170622 +Version: 1.6.0+git~20170625 Release: 0 Summary: Twitch stream client using Qt License: GPL-3.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.ZiRbdj/_old 2017-07-06 00:04:35.336245209 +0200 +++ /var/tmp/diff_new_pack.ZiRbdj/_new 2017-07-06 00:04:35.336245209 +0200 @@ -4,7 +4,7 @@ <param name="url">https://github.com/alamminsalo/orion.git</param> <param name="filename">orion</param> <param name="versionformat">@PARENT_TAG@+git~%cd</param> - <param name="versionrewrite-pattern">rc(.*)</param> + <param name="versionrewrite-pattern">v(.*)(rc|beta)</param> <param name="changesgenerate">enable</param> </service> <service name="recompress" mode="localonly"> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.ZiRbdj/_old 2017-07-06 00:04:35.356242392 +0200 +++ /var/tmp/diff_new_pack.ZiRbdj/_new 2017-07-06 00:04:35.356242392 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/alamminsalo/orion.git</param> - <param name="changesrevision">3f7c5df0a3672753567728e10004a84e315cb95f</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">2d94dc3ff6077dd51eae75ca3096da3bd0ccabb1</param></service></servicedata> \ No newline at end of file ++++++ orion-1.5.1+git~20170622.tar.xz -> orion-1.6.0+git~20170625.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/orion-1.5.1+git~20170622/appveyor.yml new/orion-1.6.0+git~20170625/appveyor.yml --- old/orion-1.5.1+git~20170622/appveyor.yml 2017-06-22 08:04:12.000000000 +0200 +++ new/orion-1.6.0+git~20170625/appveyor.yml 2017-06-25 03:36:01.000000000 +0200 @@ -83,7 +83,7 @@ - del %configuration%\*.h - del %configuration%\*.res - if %configuration%==release copy "resources\orion-installer.iss" orion-installer.iss - - if %configuration%==release "C:\Program Files (x86)\Inno Setup 5\iscc.exe" /F"orion-%APPVEYOR_REPO_COMMIT%-%platform%" "orion-installer.iss" + - if %configuration%==release "C:\Program Files (x86)\Inno Setup 5\iscc.exe" /DPlatform=%platform% /DAdditionalRedist="C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\1033\vcredist_%platform%.exe" /F"orion-%APPVEYOR_REPO_COMMIT%-%platform%" "orion-installer.iss" artifacts: - path: orion_$(configuration)_$(platform)_snapshot_$(APPVEYOR_REPO_COMMIT).zip diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/orion-1.5.1+git~20170622/resources/orion-installer.iss new/orion-1.6.0+git~20170625/resources/orion-installer.iss --- old/orion-1.5.1+git~20170622/resources/orion-installer.iss 2017-06-22 08:04:12.000000000 +0200 +++ new/orion-1.6.0+git~20170625/resources/orion-installer.iss 2017-06-25 03:36:01.000000000 +0200 @@ -3,6 +3,16 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING .ISS SCRIPT FILES! +#ifndef Platform + #error Platform undefined. Pass /DPlatform={x86|x64} +#endif + +#if "x86" == Platform +#elif "x64" == Platform +#else + #error Unknown platform. Must be x86 or x64 +#endif + #define AppVersion GetFileVersion("release\orion.exe") [Setup] @@ -14,9 +24,23 @@ Compression=lzma2 SolidCompression=yes OutputDir=. +#if "x64" == Platform +ArchitecturesAllowed=x64 +ArchitecturesInstallIn64BitMode=x64 +#endif [Files] Source: "release\*"; DestDir: "{app}\bin"; Flags: ignoreversion recursesubdirs +#ifdef AdditionalRedist +Source: "{#AdditionalRedist}"; DestDir: "{app}\AdditionalRedist"; Flags: ignoreversion +#endif [Icons] Name: "{group}\Orion"; Filename: "{app}\bin\orion.exe" + +[Run] +Filename: "{app}\bin\vcredist_{#Platform}.exe"; Parameters: "/install /passive /norestart" +#ifdef AdditionalRedist +#define AdditionalRedistProper ExtractFileName(AdditionalRedist) +Filename: "{app}\AdditionalRedist\{#AdditionalRedistProper}"; Parameters: "/install /passive /norestart" +#endif
