commit zerobranestudio for openSUSE:Factory

2020-07-01 Thread root
Hello community,

here is the log from the commit of package zerobranestudio for openSUSE:Factory 
checked in at 2020-07-01 14:26:36

Comparing /work/SRC/openSUSE:Factory/zerobranestudio (Old)
 and  /work/SRC/openSUSE:Factory/.zerobranestudio.new.3060 (New)


Package is "zerobranestudio"

Wed Jul  1 14:26:36 2020 rev:4 rq:817826 version:1.90

Changes:

--- /work/SRC/openSUSE:Factory/zerobranestudio/zerobranestudio.changes  
2018-02-26 23:24:14.548296627 +0100
+++ 
/work/SRC/openSUSE:Factory/.zerobranestudio.new.3060/zerobranestudio.changes
2020-07-01 14:26:39.586761019 +0200
@@ -1,0 +2,292 @@
+Sat Jun 27 13:23:48 UTC 2020 - Matthias Mailänder 
+
+- unbundle more libraries
+
+---
+Sat Jun 13 17:15:23 UTC 2020 - Matthias Mailänder 
+
+- update to version 1.90
+  - Added handling of dark mode switching in the OS (#999).
+  - Added setting dark mode when configured by the OS (#999).
+  - Added GetBestIconSize method to identify the most appropriate toolbar icon 
size.
+  - Added rescaling to fix blury text in commandbar on hidpi screens in macOS 
(#999).
+  - Added editor.showligatures setting (#960).
+  - Added workaround for large font in auto-complete popup when DirectWrite is 
used (#999, #960).
+  - Added support for font ligatures (#999, #960).
+  - Added workaround for Linux crash on middle mouse click in the editor 
(pkulchenko/wxlua#5).
+  - Added workaround for macOS crash when editor is closed with opened 
autocomplete popup (#999).
+  - Added workaround for white background in focused tree items (#999).
+  - Allowed warnings about globals from luacheck by default (#1013).
+  - Added IsExiting method (#166).
+  - Added check to improve compatibility with 'system' versions of wxlua 2.8.
+  - Added search option to search mapped directories when present (off by 
default).
+  - Added search option to follow symlinks to the searchbar (off by default).
+  - Added option for skipping symlinks during search.
+  - Added activating the editor tab after right click.
+  - Added CreateNotebook method to provide GetCurrentPage if not available 
(#166).
+  - Added GetShortFilePath method (#166).
+  - Added project scope to CloseAll and switched to using it in project 
switching.
+  - Added dryrun option for CloseAll method to retrieve documents to be closed.
+  - Added seven lexers from Scintila 3.10.1.
+  - Added GetTabCtrl method for the notebook.
+  - Added onFiletreeFileMarkSelected event (#166).
+  - Added MarginFromPoint editor method (#166).
+  - Added IsDirHoisted method for project tree.
+  - Added showing file icons on editor tabs.
+  - Added CreateFileIcon method (#166).
+  - Added switching to window being saved during Save As and Save All 
operations.
+  - Added SetFileName document method (#166).
+  - Added IsActive document method (#166).
+  - Added CreateDocument method (#166).
+  - Added OutputDebugStringW method for fs module.
+  - Added GetDocumentList method (#166).
+  - Added RemoveDocument method (#166).
+  - Added end scope name for else statement (#946).
+  - Added writing using fs library on Windows, as this preserves file 
attributes.
+  - Added editor tooltip showing full path (when available).
+  - Added support for hoisted directories.
+  - Enabled icon scaling on macOS for better file icons (#999).
+  - Explicitly disable lines in tree controls on macOS and Linux (#999).
+  - Improved support for running the IDE using Lua 5.2+ without module 
compatibility.
+  - Improved wxwidget API/autocomplete (closes #979).
+  - Minor update to zh-cn translation (closes #990).
+  - Moved updating file history to happen on document activation.
+  - Renamed the Simplified Chinese locale and improve translation
+  - Refactored file renaming from the file tree to avoid creating editor tabs.
+  - Removed CloseAllExcept method as it's not longer needed.
+  - Removed SetTabIndex and direct tab index usage.
+  - Removed hidpi option, as it's no longer needed with hidpi always supported 
(#999).
+  - Removed message on mixed end-of-line characters for binary files (#1012).
+  - Removed message on failing to load binary files, as the error is reported 
anyway (#1012).
+  - Removed wxlua build workarounds that are not needed with the current wxlua 
version (#999).
+  - Removed freezing of the file tree, as moving active filename into view 
fails (#999).
+  - Updated application icons to add 128- and 256-pixel ones.
+  - Updated editor marker size to work better on hidpi screens (#999).
+  - Update tab art processing to ensure that tabs are of the same height on 
macOS (#999).
+  - Upgraded luasec to 0.9 and openssl to 1.1.1d (closes #958).
+  - Updated copyright year in the About screen.
+  - Updated Windows build script to set static-libgcc to avoid dll 
dependencies (#999).
+  - 

commit zerobranestudio for openSUSE:Factory

2018-02-26 Thread root
Hello community,

here is the log from the commit of package zerobranestudio for openSUSE:Factory 
checked in at 2018-02-26 23:24:12

Comparing /work/SRC/openSUSE:Factory/zerobranestudio (Old)
 and  /work/SRC/openSUSE:Factory/.zerobranestudio.new (New)


Package is "zerobranestudio"

Mon Feb 26 23:24:12 2018 rev:3 rq:578648 version:1.70

Changes:

--- /work/SRC/openSUSE:Factory/zerobranestudio/zerobranestudio.changes  
2017-02-16 17:00:43.208612080 +0100
+++ /work/SRC/openSUSE:Factory/.zerobranestudio.new/zerobranestudio.changes 
2018-02-26 23:24:14.548296627 +0100
@@ -1,0 +2,237 @@
+Tue Dec 12 07:57:38 UTC 2017 - mailaen...@opensuse.org
+
+- update to version 1.70
+  - Added `AnalyzeFile` method (#166).
+  - Added `AnalyzeString` method (#166).
+  - Added `fontname` and `fontsize` to the default config.
+  - Added auto-rescaling of toolbar icons if smaller sizes are available.
+  - Added more locations to the default installation path to check for Corona.
+  - Added warning on using removed `outputshell` settings in the config.
+  - Added reapplying ansi color styles after color scheme switching (#684).
+  - Added support for ansi escapes to color text in Output window (closes 
#684).
+  - Added status messages for find-in-files to better report search progress 
(#822).
+  - Added option to limit number of files returned by `GetFileList`.
+  - Added `GetHotKey` method to return shortcut/id (#166).
+  - Added `onFiletreeFileDelete` and `onFiletreeFilePreDelete` events (closes 
#815, #166).
+  - Added `onFiletreeFileRename` and `onFiletreeFilePreRename` events (#815, 
#166).
+  - Added re-encoding of the path when codepage is set to activate in debugger 
(closes #817, #804).
+  - Added console `reset` command and `Reset` method to reset the current 
environment.
+  - Added config setting to specify if `inselection` search needs to be on by 
default.
+  - Added `GetFileList` method (#166).
+  - Added `GetFocusedItem` and `SetFocusedItem` methods for wxlua <3.x (if not 
present).
+  - Added encoding output based on codepage setting (closes #804, closes #710).
+  - Added `GetCodePage` method (#166, #804, #710).
+  - Added support for discontinuous match strategry in variable auto-complete 
(closes #805).
+  - Added handling of `error in __gc` messages in error navigation (#808).
+  - Added handling of `AppKey` for local menu in the editor (closes #809).
+  - Added `MergePath` method to use instead of a global function (#166).
+  - Added `GetLineWrapped` editor method (#166).
+  - Added `GetAllMarginWidth` editor method (#166).
+  - Added `commandbar.filecache` setting to control commandbar file cache.
+  - Added cache for the files in the commandbar.
+  - Added comment about usage of known files in the project tree imagelist.
+  - Added `onFileTreeFileAdd`, `onFileTreeFileRemove`, and 
`onFileTreeFileRefresh` events (#166).
+  - Added un/setting Start file to the tab menu (closes #790).
+  - Added checks when project is not set and start file is unset or directory 
unmap.
+  - Added `GetStartFile` and `SetStartFile` methods for the project tree 
(#790, #166).
+  - Added `varself` indicator for hidden `self` variable (#777).
+  - Added `RequestAttention` method (#166).
+  - Added restoring app window if minimized during activation on Linux.
+  - Added default value for `staticanalyzer.luacheck` (#768).
+  - Added support for using luacheck (closes #768).
+  - Added handling of leading slash in exclusion lists to anchor at project 
directory.
+  - Added progress bar indicator for commandbar processing.
+  - Added ability to interrupt long processing in commandbar with more input.
+  - Added `ShowCommandBar` method (#166).
+  - Added more robust checks for format of the colors in the config.
+  - Added support for whitespace size in the editor.
+  - Added and corrected color descriptions (closes #770).
+  - Added support for whitespace type setting.
+  - Added using extension from the current tab for new documents.
+  - Added `GetDefaultFileName` method (#166).
+  - Added toolbar initialization if not provided.
+  - Added handling of `editor.keymap` encoded as hash to simplify 
modifications.
+  - Added `SETLEXERLANGUAGE` constant to avoid hardcoded values.
+  - Added handling of exclusion lists encoded as hashes.
+  - Added stripping for binary Lua modules (for non-debug builds).
+  - Added skipping stripping for debug builds.
+  - Assigned style defaults to allow simple setting of back/foreground colors.
+  - Converted `excludelist` and `binarylist` to hashes to simplify 
modifications.
+  - Disabled moving through history in console when selection is on.
+  - Disabled closing commandbar while the text is still processed as it caused 
unexpected effects.
+  - Disabled interrupts for long commandbar processing on Linux.
+  - Improved support for handling 

commit zerobranestudio for openSUSE:Factory

2017-02-16 Thread root
Hello community,

here is the log from the commit of package zerobranestudio for openSUSE:Factory 
checked in at 2017-02-16 17:00:40

Comparing /work/SRC/openSUSE:Factory/zerobranestudio (Old)
 and  /work/SRC/openSUSE:Factory/.zerobranestudio.new (New)


Package is "zerobranestudio"

Changes:

--- /work/SRC/openSUSE:Factory/zerobranestudio/zerobranestudio.changes  
2016-11-10 13:18:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.zerobranestudio.new/zerobranestudio.changes 
2017-02-16 17:00:43.208612080 +0100
@@ -1,0 +2,6 @@
+Fri Feb 10 11:30:39 UTC 2017 - mailaen...@opensuse.org
+
+- update to version 1.50
+- remove appdata.patch (included upstream)
+
+---

Old:

  1.40.tar.gz
  appdata.patch

New:

  1.50.tar.gz



Other differences:
--
++ zerobranestudio.spec ++
--- /var/tmp/diff_new_pack.RRThcP/_old  2017-02-16 17:00:46.196189400 +0100
+++ /var/tmp/diff_new_pack.RRThcP/_new  2017-02-16 17:00:46.200188834 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package ZeroBraneStudio
+# spec file for package zerobranestudio
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   zerobranestudio
-Version:1.40
+Version:1.50
 Release:0
 Summary:Lightweight Lua IDE
 License:MIT
@@ -26,24 +26,22 @@
 Source: 
https://github.com/pkulchenko/ZeroBraneStudio/archive/%{version}.tar.gz
 # PATCH-FIX-OPENSUSE use system Lua
 Patch0: zbstudio.patch
-# PATCH-FEATURE-UPSTREAM https://github.com/pkulchenko/ZeroBraneStudio/pull/698
-Patch1: appdata.patch
 BuildRequires:  cmake >= 2.8
 BuildRequires:  desktop-file-utils
+BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  fdupes
-BuildRequires:  wxlua-devel
 BuildRequires:  lua51
 BuildRequires:  lua51-luasocket
+BuildRequires:  wxlua-devel
 Requires:   libwxlua
 Requires:   lua51
-Requires:   lua51-luasocket
 Requires:   lua51-BitOp
+Requires:   lua51-luasocket
 Recommends: lua52
 Recommends: luajit
-Provides:   zerobrane-studio
 Provides:   zbstudio
+Provides:   zerobrane-studio
 BuildArch:  noarch
 
 %description
@@ -56,7 +54,6 @@
 %prep
 %setup -q -n ZeroBraneStudio-%{version}
 %patch0 -p1
-%patch1 -p1
 
 # remove pre-built binaries
 rm -rf bin zbstudio/ZeroBraneStudio.app zbstudio.exe

++ 1.40.tar.gz -> 1.50.tar.gz ++
/work/SRC/openSUSE:Factory/zerobranestudio/1.40.tar.gz 
/work/SRC/openSUSE:Factory/.zerobranestudio.new/1.50.tar.gz differ: char 14, 
line 1