Accepting request 733521 from home:etamPL:branches:devel:tools

update to 2.34

OBS-URL: https://build.opensuse.org/request/show/733521
OBS-URL: https://build.opensuse.org/package/show/devel:tools/rtags?expand=0&rev=16
This commit is contained in:
Martin Pluskal 2019-09-27 07:59:38 +00:00 committed by Git OBS Bridge
parent f6be43998c
commit 40f1e37a61
5 changed files with 15 additions and 22 deletions

View File

@ -1,15 +0,0 @@
<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.22+git.%cd.%h</param>
<param name="revision">c4dea89941554688d4b02509c5cb0c5eeca47981</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>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e3f64004911ca9a44d4d745d28345af529675dbb028bb914e7993fc0386ccdb1
size 1686076

3
rtags-2.34.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b716c463d369cc6d1032d22db51c21362da7fce3c25dc1e993893499402a30e6
size 1437017

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu Sep 26 21:56:07 UTC 2019 - Adam Mizerski <adam@mizerski.pl>
- update to 2.34
* see packaged CHANGELOG file or
https://github.com/Andersbakken/rtags/blob/v2.34/CHANGELOG
- use release tarball instead of checking out git
-------------------------------------------------------------------
Fri Mar 08 11:50:52 UTC 2019 - mliska@suse.cz

View File

@ -16,15 +16,14 @@
#
# See also http://en.opensuse.org/openSUSE:Specfile_guidelines
Name: rtags
Version: 2.22+git.20190304.c4dea899
Version: 2.34
Release: 0
Summary: Clang based source code indexer
License: GPL-3.0-or-later
Group: Development/Tools/Navigators
Url: https://github.com/Andersbakken/rtags
Source0: %{name}-%{version}.tar.xz
Source0: https://github.com/Andersbakken/rtags/releases/download/v%{version}/rtags-%{version}.tar.bz2
BuildRequires: cmake
BuildRequires: emacs-nox
BuildRequires: gcc-c++
@ -63,6 +62,7 @@ chmod 0755 %{buildroot}%{_bindir}/gcc-rtags-wrapper.sh
%{_mandir}/man7/rdm.7.gz
%{_sitedir}/rtags
%{_scriptdir}
%doc LICENSE.txt README.org
%doc README.org CHANGELOG
%license LICENSE.txt
%changelog