Hello community,

here is the log from the commit of package howl for openSUSE:Factory checked in 
at 2019-04-08 10:35:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/howl (Old)
 and      /work/SRC/openSUSE:Factory/.howl.new.3908 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "howl"

Mon Apr  8 10:35:23 2019 rev:4 rq:691758 version:0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/howl/howl.changes        2018-02-22 
15:02:21.602189495 +0100
+++ /work/SRC/openSUSE:Factory/.howl.new.3908/howl.changes      2019-04-08 
10:35:23.775232036 +0200
@@ -1,0 +2,55 @@
+Fri Apr  5 09:06:40 UTC 2019 - mvet...@suse.com
+
+- Update to 0.6:
+  * Added navigate-go-to command, for going back to a specific
+    previous location.
+  * Added support for a “journal” buffer showing the Howl log,
+    available via open-journal.
+  * Ensure loaded buffers contain valid UTF-8 at all times
+  * Better lexing for C, Rust, Python
+  * Added support for specifying line and column when opening files
+  * Added support for custom user fonts
+  * Added project-switch-buffer command that displays open buffers
+    within the current project.
+  * Added two inspectors and a command for documentation to the Go mode
+  * Moving cursor left or right with a selection active now cancels
+    the selection, leaving the cursor at the corresponding end.
+  * Added proper structure support for C/C++ mode
+  * Base scheme support on the newer lisp mode instead of old basic mode
+  * Added the **popup_menu_accept_key option, for controlling which
+    key accepts the current option for a popup menu, such as the
+    completion popup. Valid values are ‘enter’ (the default) or ‘tab’.
+  * Close completion popup when user activity warrants it
+  * Added new built-in theme: Dracula
+  * Added integrated and fast project file search functionality via
+    two new commands: project-file-search and project-file-search-list
+  * Javascript: Support for ES6 templates and new keywords and operators
+  * Performance and functionality improvements for the matcher, used
+    in Howl selection lists, enabling fast matching across much
+    larger data sets.
+  * Performance improvements for recursive file selection.
+    Between 30x and 32x faster.
+  * Respect use_tabs option when commenting
+  * Ensure scrolling works correctly for Gtk+ 3.4
+  * Dart bundle enhancements: improved syntax highlighting
+  * Added support for activities - potentially longer running activities
+    that should run in a apparently blocking way to the user.
+  * Added a new commandline flag, --run-async, for running a particular
+    file in a asynchronous Howl context.
+  * Added support for shared, low precision after timers
+  * Added options for controlling scrolling speed
+  * Add support for smooth scrolling events
+  * Fixed background drawing for Wayland/Weston/CSD environments.
+  * Requested that titlebar is hidden for newer versions of Gnome 3.
+  * Added support for navigating back and forth in a list of previously
+   visited locations. Two new commands, navigate-back and
+   navigate-forward were added, bound to ctrl_< and ctrl_> respectively.
+  * Improved key translation for keys when caps lock is on.
+  * Added two new commands, editor-newline-above and editor-newline-below,
+    that insert a new line above/below the current line. Bound these
+    commands to ctrl_shift_return and ctrl_return.
+  * Auto detect line endings when opening a file if possible
+  * For details see: https://howl.io/blog/2019/04/05/howl-0-6-released.html
+- Add howl-rpmlintrc: it only installs an example C file
+
+-------------------------------------------------------------------

Old:
----
  howl-0.5.3.tgz

New:
----
  howl-0.6.tgz
  howl-rpmlintrc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ howl.spec ++++++
--- /var/tmp/diff_new_pack.cjAyUu/_old  2019-04-08 10:35:24.375232147 +0200
+++ /var/tmp/diff_new_pack.cjAyUu/_new  2019-04-08 10:35:24.379232149 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package howl
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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,13 +17,14 @@
 
 
 Name:           howl
-Version:        0.5.3
+Version:        0.6
 Release:        0
 Summary:        Editor with keyboard-centric minimalistic interface
 License:        MIT
 Group:          Productivity/Text/Editors
 Url:            https://howl.io/
-Source:         
https://github.com/howl-editor/howl/releases/download/%{version}/%{name}-%{version}.tgz
+Source0:        
https://github.com/howl-editor/howl/releases/download/%{version}/%{name}-%{version}.tgz
+Source1:        howl-rpmlintrc
 Patch0:         howl-respect-cflags.patch
 BuildRequires:  fdupes
 BuildRequires:  gcc
@@ -41,6 +42,7 @@
 %prep
 %setup -q
 %patch0 -p1
+find . -name '*.rb' -exec sed -i "s/#! \/usr\/bin\/env 
ruby/#!\/usr\/bin\/ruby/" {} +
 
 %build
 export CFLAGS="%{optflags}"

++++++ howl-0.5.3.tgz -> howl-0.6.tgz ++++++
++++ 16588 lines of diff (skipped)

++++++ howl-rpmlintrc ++++++
# It's only an example file 'example.c'
addFilter("E: devel-file-in-non-devel-package *")

Reply via email to