Hello community, here is the log from the commit of package indent for openSUSE:Factory checked in at 2017-12-19 10:48:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/indent (Old) and /work/SRC/openSUSE:Factory/.indent.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "indent" Tue Dec 19 10:48:24 2017 rev:20 rq:557376 version:2.2.11 Changes: -------- --- /work/SRC/openSUSE:Factory/indent/indent.changes 2017-03-31 15:09:28.768452577 +0200 +++ /work/SRC/openSUSE:Factory/.indent.new/indent.changes 2017-12-19 10:48:26.366454050 +0100 @@ -1,0 +2,16 @@ +Fri Dec 15 12:19:22 UTC 2017 - [email protected] + +- update to 2.2.11 + * fixed Debian Bug report logs - #485764, Regression with + --blank-lines-after-declarations in 2.2.10 + * fail instead of removing embedded NULLs in input files + * fixed handling of '...' range 'operator in C++ language + * fixed -nlps option. +- remove indent-2.2.10-nothing_is_void.diff that is no longer + needed +- remove indent-2.2.10-cdw.diff that is useless now +- refresh indent-2.2.10-warnings.diff +- re-enable parallel build +- ship COPYING NEWS README and ChangeLog files + +------------------------------------------------------------------- Old: ---- indent-2.2.10-cdw.diff indent-2.2.10-nothing_is_void.diff indent-2.2.10.tar.gz indent-2.2.10.tar.gz.sig indent.keyring New: ---- indent_2.2.11.orig.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ indent.spec ++++++ --- /var/tmp/diff_new_pack.hroser/_old 2017-12-19 10:48:27.330407516 +0100 +++ /var/tmp/diff_new_pack.hroser/_new 2017-12-19 10:48:27.338407130 +0100 @@ -17,25 +17,25 @@ Name: indent -Version: 2.2.10 +Version: 2.2.11 Release: 0 Summary: Indent Formats C Source Code License: GPL-3.0+ Group: Development/Languages/C and C++ Url: http://www.gnu.org/software/indent -Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz -Source1: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig -Source2: %{name}.keyring -Patch0: indent-2.2.10-nothing_is_void.diff +#Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz +#Source1: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.gz.sig +#Source2: %{name}.keyring +# Version 2.2.11 is not available at ftp.gnu.org as it has been developed outside the GNU project +# see https://lists.gnu.org/archive/html/bug-indent/2015-11/msg00004.html +Source0: http://debian.lagis.at/debian/pool/main/i/indent/indent_%{version}.orig.tar.gz Patch1: indent-2.2.10-warnings.diff Patch2: indent-2.2.10-lcall.diff -Patch3: indent-2.2.10-cdw.diff Patch4: indent-2.2.10-man.diff Patch5: indent-texi2html-5.0.patch BuildRequires: makeinfo BuildRequires: texi2html Requires(pre): %{install_info_prereq} -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Indent can be used to make code easier to read. It can also convert @@ -45,17 +45,14 @@ %prep %setup -q -%patch0 -p1 %patch1 %patch2 -%patch3 -p1 %patch4 %patch5 -p1 %build %configure -# parallel builds are broken -make -j 1 +make %{?_smp_mflags} %install %make_install @@ -74,9 +71,8 @@ %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %files -f %{name}.lang -%defattr(-, root, root) %{_bindir}/* -%doc doc/indent.html +%doc COPYING NEWS README ChangeLog doc/indent.html %{_infodir}/%{name}.info%{ext_info} %{_mandir}/man1/indent.1%{ext_man} ++++++ indent-2.2.10-warnings.diff ++++++ --- /var/tmp/diff_new_pack.hroser/_old 2017-12-19 10:48:27.386404813 +0100 +++ /var/tmp/diff_new_pack.hroser/_new 2017-12-19 10:48:27.390404619 +0100 @@ -1,4 +1,6 @@ ---- src/output.c +Index: src/output.c +=================================================================== +--- src/output.c.orig +++ src/output.c @@ -71,7 +71,7 @@ @@ -9,17 +11,3 @@ static BOOLEAN inhibited = 0; static buf_break_st_ty * buf_break_list = NULL; -@@ -749,11 +749,11 @@ - - if (s[0] == '/' && (s[1] == '*' || s[1] == '/')) - { -- fprintf (output, "%.*s", e_lab - s, s); -+ fprintf (output, "%.*s", (int) (e_lab - s), s); - } - else - { -- fprintf (output, "/* %.*s */", e_lab - s, s); -+ fprintf (output, "/* %.*s */", (int) (e_lab - s), s); - } - - /* no need to update cur_col: the very next thing will
