Hello community,

here is the log from the commit of package ctags for openSUSE:Factory checked 
in at 2016-09-09 10:13:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ctags (Old)
 and      /work/SRC/openSUSE:Factory/.ctags.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ctags"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ctags/ctags.changes      2016-05-29 
03:13:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ctags.new/ctags.changes 2016-09-09 
10:13:08.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Aug 18 08:25:26 UTC 2016 - [email protected]
+
+- Own our update-alternatives symlink (bnc#994261)
+- Use conflict-free symlinks instead of touch files for
+  placeholders.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ctags.spec ++++++
--- /var/tmp/diff_new_pack.m8LLZQ/_old  2016-09-09 10:13:10.000000000 +0200
+++ /var/tmp/diff_new_pack.m8LLZQ/_new  2016-09-09 10:13:10.000000000 +0200
@@ -62,7 +62,11 @@
   mandir=%{buildroot}%{_mandir}
 mv %{buildroot}%{_bindir}/ctags{,-exuberant}
 mv %{buildroot}%{_mandir}/man1/ctags{,-exuberant}.1
-touch %{buildroot}%{_bindir}/ctags %{buildroot}%{_mandir}/man1/ctags.1.gz
+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}
 
 %post
 test -L %{_bindir}/ctags || rm -f %{_bindir}/ctags
@@ -80,7 +84,9 @@
 %doc COPYING EXTENDING.html FAQ README
 %{_bindir}/ctags-exuberant
 %{_mandir}/man1/ctags-exuberant.1%{ext_man}
-%ghost %attr(755,root,root) %{_bindir}/ctags
+%ghost %{_bindir}/ctags
 %ghost %{_mandir}/man1/ctags.1%{ext_man}
+%ghost %{_sysconfdir}/alternatives/ctags
+%ghost %{_sysconfdir}/alternatives/ctags.1%{ext_man}
 
 %changelog


Reply via email to