commit mr for openSUSE:Factory

2020-10-12 Thread root
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.changes2017-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 
+
+- 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)




commit mr for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package mr for openSUSE:Factory checked in 
at 2017-05-16 14:45:15

Comparing /work/SRC/openSUSE:Factory/mr (Old)
 and  /work/SRC/openSUSE:Factory/.mr.new (New)


Package is "mr"

Tue May 16 14:45:15 2017 rev:2 rq:494791 version:1.20170129

Changes:

--- /work/SRC/openSUSE:Factory/mr/mr.changes2017-05-05 09:59:22.896844226 
+0200
+++ /work/SRC/openSUSE:Factory/.mr.new/mr.changes   2017-05-16 
14:46:20.037191879 +0200
@@ -1,0 +2,5 @@
+Thu Apr 27 13:09:07 UTC 2017 - jeng...@inai.de
+
+- Wrap and trim description
+
+---



Other differences:
--
++ mr.spec ++
--- /var/tmp/diff_new_pack.ZiX2Lw/_old  2017-05-16 14:46:20.713096919 +0200
+++ /var/tmp/diff_new_pack.ZiX2Lw/_new  2017-05-16 14:46:20.717096357 +0200
@@ -19,9 +19,9 @@
 Name:   mr
 Version:1.20170129
 Release:0
-Summary:Myrepos manages all your version control repos
+Summary:Version control repository manager
 License:GPL-2.0
-Group:  System/Management
+Group:  Development/Tools/Version Control
 Url:https://myrepos.branchable.com
 Source0:mr-1.20170129.tar.gz
 BuildRequires:  fdupes
@@ -31,9 +31,13 @@
 BuildArch:  noarch
 
 %description
-The mr(1) command can checkout, update, or perform other actions on a set of 
repositories as if they were one combined respository. It supports any 
combination of git, svn, mercurial, bzr, darcs, cvs, vcsh, fossil, and veracity 
repositories, and support for other version control systems can easily be 
added. (There are extensions adding support for unison and git-svn, among 
others.)
+The mr(1) command can checkout, update, or perform other actions on a
+set of repositories as if they were one combined respository. It
+supports any combination of git, svn, mercurial, bzr, darcs, cvs,
+vcsh, fossil, and veracity repositories. It supports extensions which
+in turn can use more version control systems.
 
-It is extremely configurable via simple shell scripting. Some examples of 
things it can do include:
+It is configurable via shell scripting. Some examples of things it can do 
include:
 
  * Update a repository no more frequently than once every twelve hours.
  * Run an arbitrary command before committing to a repository.
@@ -66,16 +70,16 @@
 %{_bindir}/webcheckout
 %{_mandir}/man1/mr.1.gz
 %{_mandir}/man1/webcheckout.1.gz
-%dir %{_prefix}/share/mr
-%{_prefix}/share/mr/dgit
-%{_prefix}/share/mr/git-annex
-%{_prefix}/share/mr/git-fake-bare
-%{_prefix}/share/mr/git-subtree
-%{_prefix}/share/mr/git-svn
-%{_prefix}/share/mr/repo
-%{_prefix}/share/mr/stow
-%{_prefix}/share/mr/unison
-%{_prefix}/share/mr/vcsh
-%{_prefix}/share/mr/vis
+%dir %{_datadir}/mr
+%{_datadir}/mr/dgit
+%{_datadir}/mr/git-annex
+%{_datadir}/mr/git-fake-bare
+%{_datadir}/mr/git-subtree
+%{_datadir}/mr/git-svn
+%{_datadir}/mr/repo
+%{_datadir}/mr/stow
+%{_datadir}/mr/unison
+%{_datadir}/mr/vcsh
+%{_datadir}/mr/vis
 
 %changelog