Hello community,

here is the log from the commit of package rtags for openSUSE:Factory checked 
in at 2017-03-12 20:00:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rtags (Old)
 and      /work/SRC/openSUSE:Factory/.rtags.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rtags"

Sun Mar 12 20:00:10 2017 rev:1 rq:471845 version:2.8+git.20161226.6ac7740e

Changes:
--------
New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.rtags.new/rtags.changes 2017-03-12 
20:00:10.858180508 +0100
@@ -0,0 +1,49 @@
+-------------------------------------------------------------------
+Fri Mar  3 11:52:50 UTC 2017 - [email protected]
+
+- Update to version 2.8+git.20161226.6ac7740e:
+  * Bump db.
+  * Use operator!= operator== for CXCursor
+  * jobs doesn't depend on current project.
+  * Oops. This needs to go before the break.
+  * Refactor some cursor stuff.
+  * Bump rct.
+  * Handle multiple targets better.
+  * Nicer dump for template specializations.
+  * Work on template refs
+  * Remove debugging.
+
+-------------------------------------------------------------------
+Wed Nov 02 16:41:20 UTC 2016 - [email protected]
+
+- Update to version 2.3+git.20161031.767f76b:
+  * Fix issue #826. Don't put: int => int etc for autos.
+  * Avoid TypeRef refs to classes/structs.
+  * Fix shadow warnings.
+  * Apparently clang_getCanonicalType is all I really need for resolving 
autos. Or so it seems.
+  * Apparently mLastCursor may be in a file we're not visiting.
+  * Use the right argument. Make fixits work again.
+  * Better error for handleInclude failures.
+  * Add "brew services start rtags" to readme
+  * resolve symlinks when updating the diagnostics buffer
+  * Add something about rtags helm support in the readme.
+- Update service
+  * Use naming scheme containing latest release and commit date and
+    commit id
+  * Disable service by default to avoid unnecessary executions
+
+-------------------------------------------------------------------
+Mon Nov  9 21:52:08 UTC 2015 - [email protected]
+
+- bump to new git snapshot 83a40d0, 2015-11-09
+  - it fixes missing librct problem
+- wipe unused files
+   generate-tarball.sh
+   rtags-2.0.tar.gz
+- add emacs-nox and gcc-c++ into dependencies
+
+-------------------------------------------------------------------
+Thu Sep 17 08:53:59 UTC 2015 - [email protected]
+
+- let there be rtags package!
+

New:
----
  _service
  rtags-2.8+git.20161226.6ac7740e.tar.xz
  rtags.changes
  rtags.spec

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

Other differences:
------------------
++++++ rtags.spec ++++++
#
# spec file for package rtags
#
# Copyright (c) 2015 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name:           rtags
Version:        2.8+git.20161226.6ac7740e
Release:        0
Summary:        Clang based source code indexer
License:        GPL-3.0+
Group:          Development/Tools/Navigators
Url:            https://github.com/Andersbakken/rtags
Source0:        %{name}-%{version}.tar.xz
BuildRequires:  cmake
BuildRequires:  emacs-nox
BuildRequires:  gcc-c++
BuildRequires:  libopenssl-devel
BuildRequires:  llvm-clang-devel
BuildRequires:  llvm-devel
BuildRequires:  ncurses-devel

%description
Rtags is Clang based source file indexer supporting C/C++/Objective-C(++) code.

%define _sitedir %{_datadir}/emacs/site-lisp
%define _scriptdir %{_datadir}/rtags/

%prep
%setup -q

%build
export CFLAGS="%{optflags} -Wno-unused-parameter"
export CXXFLAGS="%{optflags} -Wno-unused-parameter"
%cmake \
       -DCURSES_CURSES_LIBRARY:FILEPATH="%{_libdir}/libncurses.so"

make %{?_smp_mflags}

%install
%cmake_install
mkdir -p %{buildroot}%{_sitedir} %{buildroot}%{_scriptdir}
install -m 0755 -t %{buildroot}%{_scriptdir} bin/*.sh
chmod 0755 %{buildroot}%{_bindir}/gcc-rtags-wrapper.sh

%files
%defattr(-,root,root)
%{_bindir}/*
%{_mandir}/man7/rc.7.gz
%{_mandir}/man7/rdm.7.gz
%{_sitedir}/rtags
%{_scriptdir}
%doc LICENSE.txt README.org

%changelog
++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">git://github.com/Andersbakken/rtags</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">rtags</param>
    <param name="versionformat">2.8+git.%cd.%h</param>
    <param name="revision">6ac7740eaf05cdd9b699185f71cc2d1f634a761b</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version"/>
</services>

Reply via email to