commit git-lfs for openSUSE:Factory

2020-10-02 Thread root
Hello community,

here is the log from the commit of package git-lfs for openSUSE:Factory checked 
in at 2020-10-02 17:41:34

Comparing /work/SRC/openSUSE:Factory/git-lfs (Old)
 and  /work/SRC/openSUSE:Factory/.git-lfs.new.4249 (New)


Package is "git-lfs"

Fri Oct  2 17:41:34 2020 rev:3 rq:839114 version:2.10.0

Changes:

--- /work/SRC/openSUSE:Factory/git-lfs/git-lfs.changes  2020-06-18 
10:26:27.516521763 +0200
+++ /work/SRC/openSUSE:Factory/.git-lfs.new.4249/git-lfs.changes
2020-10-02 17:42:01.398907500 +0200
@@ -1,0 +2,6 @@
+Mon Sep 28 11:49:46 UTC 2020 - Marcus Rueckert 
+
+- we only need one version of the ronn gem not all versions.
+  prefer the default version.
+
+---



Other differences:
--
++ git-lfs.spec ++
--- /var/tmp/diff_new_pack.eGnJdu/_old  2020-10-02 17:42:02.546908184 +0200
+++ /var/tmp/diff_new_pack.eGnJdu/_new  2020-10-02 17:42:02.550908186 +0200
@@ -15,6 +15,8 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+%define rb_build_ruby_abis %{rb_default_ruby_abi}
+%define rb_build_versions  %{rb_default_ruby}
 
 Name:   git-lfs
 Version:2.10.0




commit git-lfs for openSUSE:Factory

2020-06-18 Thread root
Hello community,

here is the log from the commit of package git-lfs for openSUSE:Factory checked 
in at 2020-06-18 10:24:58

Comparing /work/SRC/openSUSE:Factory/git-lfs (Old)
 and  /work/SRC/openSUSE:Factory/.git-lfs.new.3606 (New)


Package is "git-lfs"

Thu Jun 18 10:24:58 2020 rev:2 rq:815497 version:2.10.0

Changes:

--- /work/SRC/openSUSE:Factory/git-lfs/git-lfs.changes  2020-03-11 
18:55:32.799680255 +0100
+++ /work/SRC/openSUSE:Factory/.git-lfs.new.3606/git-lfs.changes
2020-06-18 10:26:27.516521763 +0200
@@ -1,0 +2,6 @@
+Wed Jun 17 08:09:13 UTC 2020 - Adam Mizerski 
+
+- relax dependency from git to git-core
+- install man pages
+
+---



Other differences:
--
++ git-lfs.spec ++
--- /var/tmp/diff_new_pack.BkFDPY/_old  2020-06-18 10:26:31.332533280 +0200
+++ /var/tmp/diff_new_pack.BkFDPY/_new  2020-06-18 10:26:31.336533292 +0200
@@ -31,13 +31,13 @@
 %endif
 BuildRequires:  curl
 BuildRequires:  fdupes
-BuildRequires:  git >= 1.8.2
+BuildRequires:  git-core >= 1.8.2
 BuildRequires:  go1.14
 BuildRequires:  golang-packaging
 BuildRequires:  which
-Requires:   git >= 1.8.2
-Requires(post): git >= 1.8.2
-Requires(preun): git >= 1.8.2
+Requires:   git-core >= 1.8.2
+Requires(post): git-core >= 1.8.2
+Requires(preun): git-core >= 1.8.2
 %{go_nostrip}
 %{go_provides}
 
@@ -59,6 +59,12 @@
 %install
 %{goinstall}
 %{gosrc}
+%if 0%{?suse_version} >= 1550 || (0%{?suse_version} >= 1500 && 
0%{?is_opensuse})
+mkdir -p -m 755 %{buildroot}%{_mandir}/man1
+mkdir -p -m 755 %{buildroot}%{_mandir}/man5
+install -D -m 644 man/*.1 %{buildroot}%{_mandir}/man1
+install -D -m 644 man/*.5 %{buildroot}%{_mandir}/man5
+%endif
 
 %fdupes -s %{buildroot}
 
@@ -85,5 +91,8 @@
 %{_bindir}/git-lfs
 %license LICENSE.md
 %doc README.md
+%if 0%{?suse_version} >= 1550 || (0%{?suse_version} >= 1500 && 
0%{?is_opensuse})
+%{_mandir}/man*/*
+%endif
 
 %changelog