Hello community, here is the log from the commit of package mr for openSUSE:Factory checked in at 2020-10-12 13:58:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mr (Old) and /work/SRC/openSUSE:Factory/.mr.new.3486 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mr" Mon Oct 12 13:58:45 2020 rev:3 rq:840904 version:1.20180726 Changes: -------- --- /work/SRC/openSUSE:Factory/mr/mr.changes 2017-05-16 14:46:20.037191879 +0200 +++ /work/SRC/openSUSE:Factory/.mr.new.3486/mr.changes 2020-10-12 13:59:51.550229718 +0200 @@ -1,0 +2,17 @@ +Sat Oct 10 19:43:45 UTC 2020 - Dirk Mueller <dmuel...@suse.com> + +- update to 1.20180726: + * Mitigate vulns caused by git code execution (CVE-2018-7032) + * Migrate from ack-grep to ack + * More reliable output supervision + * Improve the status output for CVS + * Improve the git-cvs extension + * Allow prepending commands to existing commands + * Allow for fallback to default commands + * Add support for caching command output + * Add shell extension to maintain a repo status cache + * Add graph, remote, upgrade extensions + * git registration improvements + * webcheckout: prefer https transport + +------------------------------------------------------------------- Old: ---- mr-1.20170129.tar.gz New: ---- mr-1.20180726.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mr.spec ++++++ --- /var/tmp/diff_new_pack.uB1Lj5/_old 2020-10-12 13:59:52.318230038 +0200 +++ /var/tmp/diff_new_pack.uB1Lj5/_new 2020-10-12 13:59:52.322230040 +0200 @@ -1,7 +1,7 @@ # # spec file for package mr # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,22 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: mr -Version: 1.20170129 +Version: 1.20180726 Release: 0 Summary: Version control repository manager -License: GPL-2.0 +License: GPL-2.0-only Group: Development/Tools/Version Control -Url: https://myrepos.branchable.com -Source0: mr-1.20170129.tar.gz +URL: https://myrepos.branchable.com +Source0: mr-%{version}.tar.gz BuildRequires: fdupes BuildRequires: make Requires: perl -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %description @@ -53,23 +52,23 @@ %setup -q %build -make build +%make_build build %install %make_install +rm -rf %{buildroot}%{_datadir}/doc %fdupes -s %{buildroot}/%{_prefix} %check -make test +%make_build test %files -%defattr(-,root,root) -%doc GPL +%license GPL %doc README %{_bindir}/mr %{_bindir}/webcheckout -%{_mandir}/man1/mr.1.gz -%{_mandir}/man1/webcheckout.1.gz +%{_mandir}/man1/mr.1%{?ext_man} +%{_mandir}/man1/webcheckout.1%{?ext_man} %dir %{_datadir}/mr %{_datadir}/mr/dgit %{_datadir}/mr/git-annex @@ -81,5 +80,10 @@ %{_datadir}/mr/unison %{_datadir}/mr/vcsh %{_datadir}/mr/vis +%{_datadir}/mr.sh +%{_datadir}/mr/git-cvs +%{_datadir}/mr/graph +%{_datadir}/mr/remote +%{_datadir}/mr/upgrade %changelog ++++++ mr-1.20170129.tar.gz -> mr-1.20180726.tar.gz ++++++ ++++ 2559 lines of diff (skipped)