Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package rpmrebuild for openSUSE:Factory checked in at 2023-01-28 18:46:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rpmrebuild (Old) and /work/SRC/openSUSE:Factory/.rpmrebuild.new.32243 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rpmrebuild" Sat Jan 28 18:46:07 2023 rev:28 rq:1061751 version:2.17 Changes: -------- --- /work/SRC/openSUSE:Factory/rpmrebuild/rpmrebuild.changes 2021-07-27 14:32:25.623462405 +0200 +++ /work/SRC/openSUSE:Factory/.rpmrebuild.new.32243/rpmrebuild.changes 2023-01-28 19:03:55.068912589 +0100 @@ -1,0 +2,23 @@ +Sat Jan 28 15:09:34 UTC 2023 - Dirk Müller <[email protected]> + +- update to 2.17: + * fix -r does not work (xujing) + * fix spelling errors that could mislead users (xujing) + * fix --comment-missing=n does not work (xujing) + * fix --cap-from-fs does not work (xujing) + * all shell are bash + * clean test x$var, use -z + * change email to tutanota + * change copyright year + * change gpg key + * fix warnings from shellcheck + * add unitary tests for plugins and options + * if batch mode, do not edit any spec part + * spec_only : display spec name if successfull + * echo+read in one line with read -p + * add new plugin exclude_file to exclude files from spec + * split tests in t directory + * bugfix in nodoc plugin + * rename internal variable with RPMREBUILD_ prefix + +------------------------------------------------------------------- Old: ---- rpmrebuild-2.16.tar.gz New: ---- rpmrebuild-2.17.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpmrebuild.spec ++++++ --- /var/tmp/diff_new_pack.9fxcQW/_old 2023-01-28 19:03:55.532915147 +0100 +++ /var/tmp/diff_new_pack.9fxcQW/_new 2023-01-28 19:03:55.536915169 +0100 @@ -1,7 +1,7 @@ # # spec file for package rpmrebuild # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: rpmrebuild -Version: 2.16 +Version: 2.17 Release: 0 Summary: A tool to build a rpm file from the rpm database License: GPL-2.0-or-later @@ -45,7 +45,7 @@ %autopatch -p1 %build -make %{?_smp_mflags} +%make_build # Remove shebang on script that are sourced and not executed find . -iname "*.src" -exec sed -i 's,^#!%{_bindir}/env bash,,g' {} \; # As in 2.15 remove env usage to static path @@ -56,13 +56,12 @@ sed -i 's,^#!%{_bindir}/env sh,#!%{_bindir}/sh,g' rpmrebuild %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} +%make_install mv %{buildroot}%{_mandir}/fr_FR.UTF-8/ %{buildroot}%{_mandir}/fr rm -rf %{buildroot}%{_mandir}/fr_FR/ # chmod 0755 %%{buildroot}%%{_libexecdir}/rpmrebuild/*.sh %files -%defattr(-,root,root,-) %license COPYING COPYRIGHT %doc AUTHORS Changelog News README Todo %{_bindir}/rpmrebuild ++++++ rpmrebuild-2.16.tar.gz -> rpmrebuild-2.17.tar.gz ++++++ ++++ 8817 lines of diff (skipped)
