Hello community, here is the log from the commit of package uncrustify for openSUSE:Factory checked in at 2018-02-19 13:02:02 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/uncrustify (Old) and /work/SRC/openSUSE:Factory/.uncrustify.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "uncrustify" Mon Feb 19 13:02:02 2018 rev:2 rq:577777 version:0.66.1 Changes: -------- --- /work/SRC/openSUSE:Factory/uncrustify/uncrustify.changes 2015-05-15 07:42:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.uncrustify.new/uncrustify.changes 2018-02-19 13:02:19.179152117 +0100 @@ -1,0 +2,8 @@ +Sun Feb 18 10:50:15 UTC 2018 - [email protected] + +- Update to version 0.66.1 + * Changes too numerous to list, see ChangeLog + +- Switched to cmake build + +------------------------------------------------------------------- Old: ---- uncrustify-0.61.tar.gz New: ---- uncrustify-0.66.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ uncrustify.spec ++++++ --- /var/tmp/diff_new_pack.DZTGXx/_old 2018-02-19 13:02:20.363109418 +0100 +++ /var/tmp/diff_new_pack.DZTGXx/_new 2018-02-19 13:02:20.363109418 +0100 @@ -1,7 +1,7 @@ # # spec file for package uncrustify # -# Copyright (c) 2014 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 @@ -15,16 +15,17 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: uncrustify -Version: 0.61 -Release: 1 -License: GPL-2.0+ +Version: 0.66.1 +Release: 0 Summary: Source Code Beautifier for C, C++, C#, ObjectiveC, D -Url: http://uncrustify.sourceforge.net/ +License: GPL-2.0+ Group: Development/Languages/C and C++ -Source: https://github.com/bengardner/uncrustify/archive/uncrustify-0.61.tar.gz +URL: http://uncrustify.sourceforge.net/ +Source: https://sourceforge.net/projects/uncrustify/files/uncrustify/uncrustify-%{version}/uncrustify-%{version}.tar.gz +BuildRequires: cmake BuildRequires: gcc-c++ -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description Source Code Beautifier for C, C++, C#, ObjectiveC, D, Java, Pawn and VALA. @@ -43,18 +44,19 @@ * Highly configurable - 454 configurable options as of version 0.60. %prep -%setup -q -n %{name}-%{name}-%{version} +%setup -q -c %build -%configure +%cmake make %{?_smp_mflags} %install -%make_install +%cmake_install %files -%defattr(-, root, root) +%doc AUTHORS ChangeLog README.md documentation/* +%license COPYING %{_bindir}/%{name} -%{_datadir}/%{name} -%{_mandir}/man?/* -%doc AUTHORS COPYING ChangeLog README documentation/* +%{_mandir}/man1/%{name}.1%{ext_man} + +%changelog ++++++ uncrustify-0.61.tar.gz -> uncrustify-0.66.1.tar.gz ++++++ ++++ 362643 lines of diff (skipped)
