Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hugo for openSUSE:Factory checked in at 2021-03-24 16:15:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/hugo (Old) and /work/SRC/openSUSE:Factory/.hugo.new.2401 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "hugo" Wed Mar 24 16:15:58 2021 rev:6 rq:880834 version:0.82.0 Changes: -------- --- /work/SRC/openSUSE:Factory/hugo/hugo.changes 2021-03-21 23:20:48.488748277 +0100 +++ /work/SRC/openSUSE:Factory/.hugo.new.2401/hugo.changes 2021-03-24 16:17:04.892198983 +0100 @@ -1,0 +2,8 @@ +Wed Mar 24 00:01:02 UTC 2021 - Jeff Kowalczyk <jkowalc...@suse.com> + +- Improve packaging using macros available in rpm-4.11+, SLE-12:SP3+: + * Replace two %setup calls with %autosetup -a 1 (rpm-4.11+, SLE-12:SP3+) + * Remove %defattr(-,root,root) not needed + * Remove %if before %license macro (rpm-4.11+, SLE-12:SP3+) + +------------------------------------------------------------------- @@ -39 +47 @@ -- Simplify packaging +- Improve packaging: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ hugo.spec ++++++ --- /var/tmp/diff_new_pack.YKd3EH/_old 2021-03-24 16:17:05.664199793 +0100 +++ /var/tmp/diff_new_pack.YKd3EH/_new 2021-03-24 16:17:05.668199797 +0100 @@ -53,8 +53,7 @@ The official bash completion script for %{name}, generated during the build. %prep -%setup -q -%setup -q -T -D -a 1 +%autosetup -a 1 %build @@ -81,13 +80,8 @@ install -Dm 644 %{name}-autocomplete.sh %{buildroot}%{_datadir}/bash-completion/completions/%{name} %files -%defattr(-,root,root) %doc README.md -%if 0%{?suse_version} < 1500 -%doc LICENSE -%else %license LICENSE -%endif %{_bindir}/%{name} %{_mandir}/man1/%{name}*.1.gz