From 1aa5f1ec7630377d6f69f266fec7c4a24320caa3105ac390a54e12dd074fde4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Li=C5=A1ka?= Date: Sat, 22 Sep 2018 17:36:07 +0000 Subject: [PATCH] - Update to version 2.18.1+git.20180909.ce3bdfd9: * Fix typo d2b10d624 * Start groundwork for making it possible to run rp in a thread * loose the warning. Kinda silly. * apparently this isn't okay. * elisp warnings * Opt-in for completion thread diagnostics. * Refactor automated test runner * Warning. * Fixed max-depth issues. * Fixed some of the recursion depth issues. * Adding imenu index function. OBS-URL: https://build.opensuse.org/package/show/devel:tools/rtags?expand=0&rev=11 --- _service | 4 ++-- rtags.changes | 16 ++++++++++++++++ rtags.spec | 6 +++--- 3 files changed, 21 insertions(+), 5 deletions(-) diff --git a/_service b/_service index effd04d..73d4478 100644 --- a/_service +++ b/_service @@ -4,8 +4,8 @@ git enable rtags - 2.18+git.%cd.%h - 98d668e85cf9ae84e775742752c5656dd2df2f17 + 2.18.1+git.%cd.%h + ce3bdfd90a73dd891b450e60c6a7683ce4f724f5 *.tar diff --git a/rtags.changes b/rtags.changes index abc2f7d..706206b 100644 --- a/rtags.changes +++ b/rtags.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Sat Sep 22 17:30:47 UTC 2018 - mliska@suse.cz + +- Update to version 2.18.1+git.20180909.ce3bdfd9: + * Fix typo d2b10d624 + * Start groundwork for making it possible to run rp in a thread + * loose the warning. Kinda silly. + * apparently this isn't okay. + * elisp warnings + * Opt-in for completion thread diagnostics. + * Refactor automated test runner + * Warning. + * Fixed max-depth issues. + * Fixed some of the recursion depth issues. + * Adding imenu index function. + ------------------------------------------------------------------- Sat Feb 03 11:28:23 UTC 2018 - mliska@suse.cz diff --git a/rtags.spec b/rtags.spec index 2d7b824..c7603f2 100644 --- a/rtags.spec +++ b/rtags.spec @@ -12,16 +12,16 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # # See also http://en.opensuse.org/openSUSE:Specfile_guidelines Name: rtags -Version: 2.18+git.20180130.98d668e8 +Version: 2.18.1+git.20180909.ce3bdfd9 Release: 0 Summary: Clang based source code indexer -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Development/Tools/Navigators Url: https://github.com/Andersbakken/rtags Source0: %{name}-%{version}.tar.xz