Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ripgrep for openSUSE:Factory checked 
in at 2023-01-05 15:01:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ripgrep (Old)
 and      /work/SRC/openSUSE:Factory/.ripgrep.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ripgrep"

Thu Jan  5 15:01:09 2023 rev:12 rq:1056098 version:13.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ripgrep/ripgrep.changes  2022-06-21 
16:32:49.463847459 +0200
+++ /work/SRC/openSUSE:Factory/.ripgrep.new.1563/ripgrep.changes        
2023-01-05 15:01:29.625222970 +0100
@@ -1,0 +2,5 @@
+Sat Dec 24 23:22:38 UTC 2022 - Matej Cepl <mc...@suse.com>
+
+- Enable building of the pcre2 feature.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ ripgrep.spec ++++++
--- /var/tmp/diff_new_pack.teYlrB/_old  2023-01-05 15:01:30.341226744 +0100
+++ /var/tmp/diff_new_pack.teYlrB/_new  2023-01-05 15:01:30.345226766 +0100
@@ -30,7 +30,9 @@
 Source2:        cargo_config
 Source999:      README.suse-maint.md
 BuildRequires:  cargo
+BuildRequires:  pkgconf
 BuildRequires:  rust >= 1.31
+BuildRequires:  pkgconfig(libpcre2-posix)
 BuildRequires:  rubygem(asciidoctor)
 
 %description
@@ -75,7 +77,7 @@
 
 %build
 export RUSTFLAGS=%{rustflags}
-cargo build --release %{?_smp_mflags}
+cargo build --release --features 'pcre2' %{?_smp_mflags}
 
 %install
 export RUSTFLAGS=%{rustflags}
@@ -84,9 +86,10 @@
 # remove residue crate file
 rm -f %{buildroot}%{_prefix}/.crates*
 
-install -Dm 644 target/release/build/ripgrep-*/out/rg.1 
%{buildroot}%{_mandir}/man1/rg.1
-install -Dm 644 target/release/build/ripgrep-*/out/rg.bash 
%{buildroot}%{_datadir}/bash-completion/completions/rg
-install -Dm 644 target/release/build/ripgrep-*/out/rg.fish 
%{buildroot}%{_datadir}/fish/vendor_completions.d/rg.fish
+TARGETDIR=$(ls -d target/release/build/ripgrep-*/out|head -n1)
+install -Dm 644 ${TARGETDIR}/rg.1 %{buildroot}%{_mandir}/man1/rg.1
+install -Dm 644 ${TARGETDIR}/rg.bash 
%{buildroot}%{_datadir}/bash-completion/completions/rg
+install -Dm 644 ${TARGETDIR}/rg.fish 
%{buildroot}%{_datadir}/fish/vendor_completions.d/rg.fish
 install -Dm 644 complete/_rg %{buildroot}%{_datadir}/zsh/site-functions/_rg
 
 %files

++++++ _service ++++++
--- /var/tmp/diff_new_pack.teYlrB/_old  2023-01-05 15:01:30.385226977 +0100
+++ /var/tmp/diff_new_pack.teYlrB/_new  2023-01-05 15:01:30.389226998 +0100
@@ -17,6 +17,7 @@
     <service name="cargo_vendor" mode="disabled">
         <param name="srcdir">ripgrep</param>
         <param name="compression">xz</param>
+        <param name="update">true</param>
     </service>
     <service name="cargo_audit" mode="disabled">
         <param name="srcdir">ripgrep</param>

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/ripgrep/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.ripgrep.new.1563/vendor.tar.xz differ: char 26, 
line 1

Reply via email to