Hello community, here is the log from the commit of package ctags for openSUSE:Factory checked in at 2016-05-29 03:12:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-05-26 12:37:13.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ctags.new/ctags.changes 2016-05-29 03:13:03.000000000 +0200 @@ -1,0 +2,11 @@ +Tue May 24 15:26:39 UTC 2016 - [email protected] + +- Cleanup spec file with spec-cleaner + +------------------------------------------------------------------- +Tue May 24 10:10:43 UTC 2016 - [email protected] + +- Add missing Requires(post) on coreutils as it is using `rm`. + (boo #976920) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ctags.spec ++++++ --- /var/tmp/diff_new_pack.NDpVAZ/_old 2016-05-29 03:13:04.000000000 +0200 +++ /var/tmp/diff_new_pack.NDpVAZ/_new 2016-05-29 03:13:04.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package ctags # -# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2016 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 @@ -24,16 +24,18 @@ Group: Development/Tools/Navigators Url: http://ctags.sourceforge.net/ Source0: http://downloads.sourceforge.net/project/%{name}/%{name}/%{version}/%{name}-%{version}.tar.gz -Patch1: ctags-5.7.diff # No resources to make this patch work with ctags-5.8 (applied to ctags-5.7) # Anyone is welcome to make it work again. Source2: ctags-ycp-parser.diff +Patch1: ctags-5.7.diff Patch3: ctags-date-time.patch Patch4: go-tags.patch Patch5: CVE-2014-7204.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: update-alternatives -PreReq: update-alternatives +Requires(pre): update-alternatives +Requires(post): update-alternatives +Requires(post): coreutils +BuildRoot: %{_tmppath}/%{name}-%{version}-build %description CTags (from Darren Hiebert) generates tag files from source code in C, @@ -49,12 +51,15 @@ %patch5 -p1 %build -./configure CFLAGS="%{optflags} -Wall" \ - --prefix=/usr --mandir=%{_mandir} --disable-etags +%configure make %{?_smp_mflags} %install -make install prefix=%{buildroot}/usr mandir=%{buildroot}%{_mandir} +make \ + install \ + prefix=%{buildroot}%{_prefix} \ + bindir=%{buildroot}%{_bindir} \ + 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 @@ -74,8 +79,8 @@ %defattr(-,root,root) %doc COPYING EXTENDING.html FAQ README %{_bindir}/ctags-exuberant -%{_mandir}/man1/ctags-exuberant.1.gz +%{_mandir}/man1/ctags-exuberant.1%{ext_man} %ghost %attr(755,root,root) %{_bindir}/ctags -%ghost %{_mandir}/man1/ctags.1.gz +%ghost %{_mandir}/man1/ctags.1%{ext_man} %changelog
