Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package git-delta for openSUSE:Factory 
checked in at 2022-06-15 00:32:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/git-delta (Old)
 and      /work/SRC/openSUSE:Factory/.git-delta.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "git-delta"

Wed Jun 15 00:32:52 2022 rev:8 rq:982562 version:0.13.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/git-delta/git-delta.changes      2022-03-18 
16:42:44.853207582 +0100
+++ /work/SRC/openSUSE:Factory/.git-delta.new.1548/git-delta.changes    
2022-06-15 00:33:06.378597632 +0200
@@ -1,0 +2,15 @@
+Tue Jun 14 05:01:54 UTC 2022 - socvirnyl.est...@gmail.com
+
+- remove bump-regex.patch
+
+- Update to version 0.13.0:
+  * Update bat, git2, and syntect
+  * Add 'light = false' w/ comment in gitconfig (#1073)
+  * Add chameleon theme to themes.gitconfig (#1062)
+  * Add note that the package is called "git-delta" in the README
+  * Add link to `bat` on README (#1052)
+  * Apply hyperlinks to diff stat file paths (#1035)
+  * Add custom env struct to store env at init (#1025)
+  * Add support for irreversible-delete
+
+-------------------------------------------------------------------

Old:
----
  bump-regex.patch
  git-delta-0.12.1.tar.gz

New:
----
  delta-0.13.0.tar.xz

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

Other differences:
------------------
++++++ git-delta.spec ++++++
--- /var/tmp/diff_new_pack.4VGZbS/_old  2022-06-15 00:33:21.474619817 +0200
+++ /var/tmp/diff_new_pack.4VGZbS/_new  2022-06-15 00:33:21.478619823 +0200
@@ -17,45 +17,52 @@
 
 
 Name:           git-delta
-Version:        0.12.1
+Version:        0.13.0
 Release:        0
 Summary:        A syntax-highlighter for git and diff output
 License:        MIT
 URL:            https://github.com/dandavison/delta
-Source0:        
https://github.com/dandavison/delta/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
+Source0:        delta-%{version}.tar.xz
 Source1:        vendor.tar.xz
 Source2:        cargo_config
 BuildRequires:  cargo-packaging
 BuildRequires:  clang-devel
 BuildRequires:  git
-Patch1:         bump-regex.patch
 Conflicts:      sccs
 
 %description
 Delta provides language syntax-highlighting, within-line insertion/deletion 
detection, and restructured diff output for git on the command line.
 
 %prep
-%setup -qa 1 -n delta-%{version}
+%autosetup -a1 -n delta-%{version}
 mkdir -p .cargo
 cp %{SOURCE2} .cargo/config
-%patch1 -p1
 
 %build
+CFLAGS+=' -ffat-lto-objects'
 %{cargo_build}
 
 %check
+CFLAGS+=' -ffat-lto-objects'
 %{cargo_test}
 
 %install
+CFLAGS+=' -ffat-lto-objects'
 %{cargo_install}
 
 # install bash completion
 install -D -m 0644 
%{_builddir}/delta-%{version}%{_sysconfdir}/completion/completion.bash 
%{buildroot}%{_datadir}/bash-completion/completions/delta
 
+# install zsh completion
+install -D -m 0644 
%{_builddir}/delta-%{version}%{_sysconfdir}/completion/completion.zsh 
%{buildroot}%{_datadir}/zsh/site-functions/_delta
+
 %files
 %license LICENSE
 %doc README.md
 %{_bindir}/delta
 %{_datadir}/bash-completion/completions/delta
+%dir %{_datadir}/zsh
+%dir %{_datadir}/zsh/site-functions
+%{_datadir}/zsh/site-functions/_delta
 
 %changelog

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/git-delta/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.git-delta.new.1548/vendor.tar.xz differ: char 26, 
line 1

Reply via email to