Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ctags for openSUSE:Factory checked 
in at 2021-05-10 15:38:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ctags (Old)
 and      /work/SRC/openSUSE:Factory/.ctags.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ctags"

Mon May 10 15:38:10 2021 rev:34 rq:891877 version:5.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/ctags/ctags.changes      2017-03-12 
20:04:08.364573381 +0100
+++ /work/SRC/openSUSE:Factory/.ctags.new.2988/ctags.changes    2021-05-10 
15:40:36.537267984 +0200
@@ -1,0 +2,18 @@
+Tue May  4 11:15:01 UTC 2021 - Stefan Br??ns <stefan.bru...@rwth-aachen.de>
+
+- Revert ghosting changes, fix real cause for build failure
+  instead (symlinks pointing to itself).
+- Clean spec file: remove historic cruft, use %license for COPYING,
+  use %make_build/%make_install macros
+
+-------------------------------------------------------------------
+Thu Jan 28 09:54:49 UTC 2021 - Adam Majer <adam.ma...@suse.de>
+
+- Ship symlinks that are not to be ghosted in the first place
+
+-------------------------------------------------------------------
+Mon Jan 11 12:09:50 UTC 2021 - Michal Suchanek <msucha...@suse.com>
+
+- Fix build on Tumbleweed - do not ship ghost symlinks.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ctags.spec ++++++
--- /var/tmp/diff_new_pack.YscMmZ/_old  2021-05-10 15:40:37.057265936 +0200
+++ /var/tmp/diff_new_pack.YscMmZ/_new  2021-05-10 15:40:37.057265936 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ctags
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,9 +20,9 @@
 Version:        5.8
 Release:        0
 Summary:        A Program to Generate Tag Files for Use with vi and Other 
Editors
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          Development/Tools/Navigators
-Url:            http://ctags.sourceforge.net/
+URL:            http://ctags.sourceforge.net/
 Source0:        
http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz
 # No resources to make this patch work with ctags-5.8 (applied to ctags-5.7)
 # Anyone is welcome to make it work again.
@@ -51,7 +51,6 @@
 Requires(post): update-alternatives
 Requires(post): coreutils
 Provides:       arduino-ctags
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 CTags (from Darren Hiebert) generates tag files from source code in C,
@@ -82,21 +81,23 @@
 
 %build
 %configure
-make %{?_smp_mflags}
+%make_build
 
 %install
-make \
-  install \
+# Makefile ignores DESTDIR ...
+%make_install \
   prefix=%{buildroot}%{_prefix} \
   bindir=%{buildroot}%{_bindir} \
   mandir=%{buildroot}%{_mandir}
+
 mv %{buildroot}%{_bindir}/ctags{,-exuberant}
 mv %{buildroot}%{_mandir}/man1/ctags{,-exuberant}.1
+
 mkdir -p %{buildroot}%{_sysconfdir}/alternatives/
-ln -s ctags %{buildroot}%{_bindir}/ctags
-ln -s ctags.1%{ext_man} %{buildroot}%{_mandir}/man1/ctags.1%{ext_man}
-ln -s ctags %{buildroot}%{_sysconfdir}/alternatives/ctags
-ln -s ctags.1%{ext_man} 
%{buildroot}%{_sysconfdir}/alternatives/ctags.1%{ext_man}
+ln -s %{_sysconfdir}/alternatives/ctags              
%{buildroot}%{_bindir}/ctags
+ln -s %{_sysconfdir}/alternatives/ctags.1%{ext_man}  
%{buildroot}%{_mandir}/man1/ctags.1%{ext_man}
+ln -s %{_bindir}/ctags-exuberant                     
%{buildroot}%{_sysconfdir}/alternatives/ctags
+ln -s %{_mandir}/man1/ctags.1%{ext_man}              
%{buildroot}%{_sysconfdir}/alternatives/ctags.1%{ext_man}
 
 %post
 test -L %{_bindir}/ctags || rm -f %{_bindir}/ctags
@@ -110,8 +111,8 @@
 fi
 
 %files
-%defattr(-,root,root)
-%doc COPYING EXTENDING.html FAQ README
+%doc EXTENDING.html FAQ README
+%license COPYING
 %{_bindir}/ctags-exuberant
 %{_mandir}/man1/ctags-exuberant.1%{ext_man}
 %ghost %{_bindir}/ctags

Reply via email to