Hello community, here is the log from the commit of package texinfo4 for openSUSE:Factory checked in at 2018-11-26 10:28:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/texinfo4 (Old) and /work/SRC/openSUSE:Factory/.texinfo4.new.19453 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "texinfo4" Mon Nov 26 10:28:57 2018 rev:2 rq:651304 version:4.13a Changes: -------- --- /work/SRC/openSUSE:Factory/texinfo4/texinfo4.changes 2015-08-01 11:34:48.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.texinfo4.new.19453/texinfo4.changes 2018-11-26 10:29:14.949102369 +0100 @@ -1,0 +2,12 @@ +Thu Nov 22 18:01:11 UTC 2018 - Jan Engelhardt <[email protected]> + +- Update summaries. Remove redundant %clean section. Replace old + $RPM_* shell vars. + +------------------------------------------------------------------- +Wed Nov 21 14:06:47 UTC 2018 - [email protected] + +- config-guess-sub-update.patch: remove +- copy config.guess, config.sub from texinfo to texi2html sources + +------------------------------------------------------------------- Old: ---- config-guess-sub-update.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ texinfo4.spec ++++++ --- /var/tmp/diff_new_pack.8hgL41/_old 2018-11-26 10:29:15.697101492 +0100 +++ /var/tmp/diff_new_pack.8hgL41/_new 2018-11-26 10:29:15.701101487 +0100 @@ -1,7 +1,7 @@ # -# spec file for package texinfo +# spec file for package texinfo4 # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -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/ # @@ -29,8 +29,8 @@ Release: 0 %global version_t2h 1.82 %global version_t2r 2.0 -Summary: Created Specifically For Lilypond Documentation Build -License: GPL-2.0+ and GPL-3.0+ +Summary: Old version of texinfo 4, a toolset to create docs from texinfo sources +License: GPL-2.0-or-later AND GPL-3.0-or-later Group: Productivity/Publishing/Texinfo Url: http://www.texinfo.org PreReq: %{install_info_prereq} @@ -66,7 +66,6 @@ Patch8: texinfo-4.13a-bug713517.diff Patch9: automake-1.12.patch Patch10: texinfo-4.13a-bug788574.diff -Patch11: config-guess-sub-update.patch Patch12: texinfo4.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -76,8 +75,8 @@ Aggregated with texinfo in this package is texi2html and texi2roff. %package -n info4 -Summary: Created Specifically For Lilypond Documentation Build -License: GPL-3.0+ +Summary: Old version of the "info" manual browser +License: GPL-3.0-or-later Group: Productivity/Publishing/Texinfo PreReq: bash @@ -86,8 +85,8 @@ build service. Please don't install %package -n makeinfo4 -Summary: Created Specifically For Lilypond Documentation Build -License: GPL-3.0+ +Summary: Old version of the texinfo->info file converter +License: GPL-3.0-or-later Group: Productivity/Publishing/Texinfo Provides: texinfo:/usr/bin/makeinfo Suggests: texinfo4 @@ -113,7 +112,6 @@ cp -v texi2pdf pdftexi2dvi util/ pushd ../texi2html-%{version_t2h} %patch1 -p0 -%patch11 popd pushd ../texi2roff-%{version_t2r} %patch3 -p0 -b .Bader @@ -123,7 +121,7 @@ %build HOST=%{_target_cpu}-suse-linux - CFLAGS="$RPM_OPT_FLAGS -pipe" + CFLAGS="%{optflags} -pipe" LDFLAGS="" CC=gcc export CFLAGS LDFLAGS CC @@ -142,6 +140,7 @@ export PATH make %{?_smp_mflags}; pushd ../texi2html-%{version_t2h} + cp ../texinfo-4.13/build-aux/config.{guess,sub} . ./configure --build=$HOST \ --prefix=%{_prefix} \ --mandir=%{_mandir} \ @@ -198,9 +197,6 @@ mv %{buildroot}%{_datadir}/texinfo %{buildroot}%{_datadir}/texinfo4 %fdupes -s %{buildroot}%{_mandir} -%clean -test -n "%{buildroot}" && rm -rf %{buildroot} - %if 1 == 0 %post %install_info --info-dir=%{_infodir} %{_infodir}/texinfo4.gz
