Hello community, here is the log from the commit of package indent for openSUSE:Factory checked in at 2020-02-20 15:00:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/indent (Old) and /work/SRC/openSUSE:Factory/.indent.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "indent" Thu Feb 20 15:00:21 2020 rev:22 rq:777653 version:2.2.12 Changes: -------- --- /work/SRC/openSUSE:Factory/indent/indent.changes 2019-01-08 12:25:47.196448983 +0100 +++ /work/SRC/openSUSE:Factory/.indent.new.26092/indent.changes 2020-02-20 15:00:28.594888037 +0100 @@ -1,0 +2,7 @@ +Thu Feb 20 11:15:24 UTC 2020 - Martin Pluskal <[email protected]> + +- Use xz sources +- Split lang package +- Fetch keyring from savannah + +------------------------------------------------------------------- Old: ---- indent-2.2.12.tar.gz indent-2.2.12.tar.gz.sig New: ---- indent-2.2.12.tar.xz indent-2.2.12.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ indent.spec ++++++ --- /var/tmp/diff_new_pack.sG5GZf/_old 2020-02-20 15:00:30.918892597 +0100 +++ /var/tmp/diff_new_pack.sG5GZf/_new 2020-02-20 15:00:30.922892605 +0100 @@ -1,7 +1,7 @@ # # spec file for package indent # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 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/ # @@ -22,13 +22,12 @@ Summary: Indentation of Source Code in various styles License: GPL-3.0-or-later 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 +URL: https://www.gnu.org/software/indent +Source0: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz +Source1: ftp://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz.sig +Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=%{name}&download=1#/%{name}.keyring BuildRequires: makeinfo BuildRequires: texi2html -Requires(pre): %{install_info_prereq} %description Indent can be used to make code easier to read. It can also convert @@ -36,12 +35,14 @@ substantial amount of C syntax, but it also tries to cope with incomplete and malformed syntax. +%lang_package + %prep -%setup -q +%autosetup %build %configure -make %{?_smp_mflags} +%make_build %install %make_install @@ -50,7 +51,7 @@ %find_lang %{name} %check -make %{?_smp_mflags} -C regression +%make_build check %post %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz @@ -58,11 +59,13 @@ %preun %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz -%files -f %{name}.lang +%files %{_bindir}/* %license COPYING %doc NEWS ChangeLog doc/indent.html %{_infodir}/%{name}.info%{?ext_info} %{_mandir}/man1/indent.1%{?ext_man} +%files lang -f %{name}.lang + %changelog ++++++ indent.keyring ++++++ ++++ 1160 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/indent/indent.keyring ++++ and /work/SRC/openSUSE:Factory/.indent.new.26092/indent.keyring
