Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package git-lfs for openSUSE:Factory checked 
in at 2021-02-11 12:49:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git-lfs (Old)
 and      /work/SRC/openSUSE:Factory/.git-lfs.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git-lfs"

Thu Feb 11 12:49:48 2021 rev:5 rq:871163 version:2.13.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/git-lfs/git-lfs.changes  2020-11-23 
10:28:11.553207548 +0100
+++ /work/SRC/openSUSE:Factory/.git-lfs.new.28504/git-lfs.changes       
2021-02-11 12:53:01.065970633 +0100
@@ -1,0 +2,18 @@
+Wed Feb 10 15:25:32 UTC 2021 - Marcus Rueckert <mrueck...@suse.de>
+
+- add missing "#" for the tarball rename
+
+-------------------------------------------------------------------
+Wed Jan 20 15:16:05 UTC 2021 - Marcus Rueckert <mrueck...@suse.de>
+
+- update to 2.13.2
+  https://github.com/git-lfs/git-lfs/releases/tag/v2.13.0
+  https://github.com/git-lfs/git-lfs/releases/tag/v2.13.1
+  https://github.com/git-lfs/git-lfs/releases/tag/v2.13.2
+- use tarball that actually has the vendored golang libraries
+  already. drop vendor.tar.xz
+- disable documentation as it relies on an unmaintained tool.
+- only run the uninstall script if it is actually the last copy
+  being uninstalled
+
+-------------------------------------------------------------------

Old:
----
  git-lfs-v2.12.1.tar.gz
  vendor.tar.xz

New:
----
  git-lfs-2.13.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ git-lfs.spec ++++++
--- /var/tmp/diff_new_pack.3q3mbO/_old  2021-02-11 12:53:01.649971438 +0100
+++ /var/tmp/diff_new_pack.3q3mbO/_new  2021-02-11 12:53:01.653971443 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package git-lfs
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,21 +20,20 @@
 %define rb_build_versions      %{rb_default_ruby}
 
 %if 0%{?suse_version} >= 1550 || (0%{?suse_version} >= 1500 && 
0%{?is_opensuse})
-%bcond_without build_docs
+%bcond_with    build_docs
 %else
 %bcond_with    build_docs
 %endif
 
 Name:           git-lfs
-Version:        2.12.1
+Version:        2.13.2
 Release:        0
 Summary:        Git extension for versioning large files
 License:        MIT
 Group:          Development/Tools/Version Control
 URL:            https://git-lfs.github.com/
-Source0:        %{name}-v%{version}.tar.gz
+Source0:        
https://github.com/git-lfs/git-lfs/releases/download/v%{version}/git-lfs-v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 Source1:        README.packaging
-Source2:        vendor.tar.xz
 Patch0:         Makefile_path.patch
 %if %{with build_docs}
 BuildRequires:  %{rubygem ronn}
@@ -56,7 +55,7 @@
 storing the file contents on a remote server.
 
 %prep
-%autosetup -p1 -a 2
+%autosetup -p1
 
 %build
 go build -mod=vendor --buildmode=pie .
@@ -81,7 +80,9 @@
 git lfs install --system
 
 %preun
-git lfs uninstall --system
+if [ $1 -eq 0 ] ; then
+  git lfs uninstall --system
+fi
 
 %check
 export GIT_LFS_TEST_DIR=$(mktemp -d)

++++++ git-lfs-v2.12.1.tar.gz -> git-lfs-2.13.2.tar.gz ++++++
++++ 140098 lines of diff (skipped)

Reply via email to