Hello community,

here is the log from the commit of package indent for openSUSE:Factory checked 
in at 2019-01-08 12:23:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/indent (Old)
 and      /work/SRC/openSUSE:Factory/.indent.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "indent"

Tue Jan  8 12:23:56 2019 rev:21 rq:658873 version:2.2.12

Changes:
--------
--- /work/SRC/openSUSE:Factory/indent/indent.changes    2017-12-19 
10:48:26.366454050 +0100
+++ /work/SRC/openSUSE:Factory/.indent.new.28833/indent.changes 2019-01-08 
12:25:47.196448983 +0100
@@ -1,0 +2,24 @@
+Mon Dec 17 09:04:23 UTC 2018 - [email protected]
+
+- indent 2.2.12:
+  * New options:
+    + -pal / --pointer-align-left and -par / --pointer-align-right
+    + -fnc / --fix-nested-comment
+    + -gts / --gettext-strings
+    + -slc / --single-line-conditionals
+    + -as / --align-with-spaces
+    + -ut / --use-tabs
+    + -nut / --no-tabs
+    + -sar / --spaces-around-initializers
+    + -ntac / --dont-tab-align-comments
+    + -linux preset now includes -nbs.
+    + -kr preset now includes -par.
+  * Indent now recognises C99 and C11 keywords, and also typeof.
+- drop patches:
+  * indent-2.2.10-lcall.diff
+  * indent-2.2.10-man.diff
+  * indent-2.2.10-warnings.diff
+  * indent-texi2html-5.0.patch
+- add upstream signing key and verify signature
+
+-------------------------------------------------------------------

Old:
----
  indent-2.2.10-lcall.diff
  indent-2.2.10-man.diff
  indent-2.2.10-warnings.diff
  indent-texi2html-5.0.patch
  indent_2.2.11.orig.tar.gz

New:
----
  indent-2.2.12.tar.gz
  indent-2.2.12.tar.gz.sig
  indent.keyring

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

Other differences:
------------------
++++++ indent.spec ++++++
--- /var/tmp/diff_new_pack.8qqKDX/_old  2019-01-08 12:25:47.724448403 +0100
+++ /var/tmp/diff_new_pack.8qqKDX/_new  2019-01-08 12:25:47.724448403 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package indent
 #
-# Copyright (c) 2017 SUSE LINUX 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
@@ -17,22 +17,15 @@
 
 
 Name:           indent
-Version:        2.2.11
+Version:        2.2.12
 Release:        0
-Summary:        Indent Formats C Source Code
-License:        GPL-3.0+
+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
-# 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
-Patch4:         indent-2.2.10-man.diff
-Patch5:         indent-texi2html-5.0.patch
+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
 BuildRequires:  makeinfo
 BuildRequires:  texi2html
 Requires(pre):  %{install_info_prereq}
@@ -45,10 +38,6 @@
 
 %prep
 %setup -q
-%patch1
-%patch2
-%patch4
-%patch5 -p1
 
 %build
 %configure
@@ -58,7 +47,6 @@
 %make_install
 # indent.html is installed with doc below
 rm -f %{buildroot}%{_prefix}/doc/indent/indent.html 
%{buildroot}%{_bindir}/texinfo2man %{buildroot}/%{_infodir}/dir
-mv %{buildroot}%{_datadir}/locale/zh_TW.Big5 
%{buildroot}%{_datadir}/locale/zh_TW
 %find_lang %{name}
 
 %check
@@ -72,8 +60,9 @@
 
 %files -f %{name}.lang
 %{_bindir}/*
-%doc COPYING NEWS README ChangeLog doc/indent.html
-%{_infodir}/%{name}.info%{ext_info}
-%{_mandir}/man1/indent.1%{ext_man}
+%license COPYING
+%doc NEWS ChangeLog doc/indent.html
+%{_infodir}/%{name}.info%{?ext_info}
+%{_mandir}/man1/indent.1%{?ext_man}
 
 %changelog


Reply via email to