Hello community, here is the log from the commit of package ccze for openSUSE:Factory checked in at 2017-02-16 17:00:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ccze (Old) and /work/SRC/openSUSE:Factory/.ccze.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ccze" Changes: -------- --- /work/SRC/openSUSE:Factory/ccze/ccze.changes 2017-02-03 17:34:02.443786188 +0100 +++ /work/SRC/openSUSE:Factory/.ccze.new/ccze.changes 2017-02-16 17:00:38.165325601 +0100 @@ -1,0 +2,6 @@ +Sat Feb 11 17:39:47 UTC 2017 - [email protected] + +- Abandon unnecessary %__-type macro indirections. + Trim description. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ccze.spec ++++++ --- /var/tmp/diff_new_pack.yWTY5G/_old 2017-02-16 17:00:41.068914804 +0100 +++ /var/tmp/diff_new_pack.yWTY5G/_new 2017-02-16 17:00:41.072914238 +0100 @@ -1,6 +1,7 @@ # # spec file for package ccze # +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 Sebastian Wagner <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -14,13 +15,15 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + + Name: ccze Version: 0.2.1.2 Release: 0 +Summary: A log colorizer License: GPL-2.0+ -Summary: A robust log colorizer -Url: https://github.com/madhouse/ccze/ Group: Applications/Other +Url: https://github.com/madhouse/ccze/ Source: https://github.com/madhouse/ccze/archive/ccze-0.2.1-2.tar.gz Source1: http://http.debian.net/debian/pool/main/c/ccze/ccze_0.2.1-3.debian.tar.xz Patch0: license-fsf.diff @@ -35,7 +38,7 @@ Requires: %name %description -CCZE is a roboust and modular log colorizer, with plugins for apm, +CCZE is a modular log colorizer, with plugins for apm, exim, fetchmail, httpd, postfix, procmail, squid, syslog, ulogd, vsftpd, xferlog and more. @@ -48,28 +51,28 @@ %setup -q -n %name-%name-0.2.1-2 %setup -D -T -b 1 -q -n %name-%name-0.2.1-2 %patch0 -p1 -%{__patch} -p1 debian/patches/288834_FTBFS_unrecognized_command_line_option_-Wmulticharacter.patch -%{__patch} -p1 debian/patches/doc___ccze.1.in.patch -%{__patch} -p1 debian/patches/fix_capitalization_typo.patch -%{__patch} -p1 debian/patches/fix_passing_LDFLAGS_for_ccze-cssdump.patch -%{__patch} -p1 debian/patches/src___ccze.c.patch -%{__patch} -p1 debian/patches/src___ccze-wordcolor.c_positive-numbers.patch -%{__patch} -p1 debian/patches/src___ccze-wordcolor.c_virus+clean.patch -%{__patch} -p1 debian/patches/src___mod_syslog.c.patch +patch -p1 debian/patches/288834_FTBFS_unrecognized_command_line_option_-Wmulticharacter.patch +patch -p1 debian/patches/doc___ccze.1.in.patch +patch -p1 debian/patches/fix_capitalization_typo.patch +patch -p1 debian/patches/fix_passing_LDFLAGS_for_ccze-cssdump.patch +patch -p1 debian/patches/src___ccze.c.patch +patch -p1 debian/patches/src___ccze-wordcolor.c_positive-numbers.patch +patch -p1 debian/patches/src___ccze-wordcolor.c_virus+clean.patch +patch -p1 debian/patches/src___mod_syslog.c.patch %build autoheader autoconf %configure --with-builtins=all -%{__make} +make %install -%makeinstall +%make_install install -d %{buildroot}/%{_sysconfdir} src/ccze-dump > %{buildroot}/%{_sysconfdir}/cczerc %check -%{__make} check +make check %files %defattr(-,root,root) @@ -85,3 +88,5 @@ %files devel %{_includedir}/ccze.h %license COPYING + +%changelog
