Hello community,

here is the log from the commit of package ripgrep for openSUSE:Factory checked 
in at 2019-11-28 10:13:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ripgrep (Old)
 and      /work/SRC/openSUSE:Factory/.ripgrep.new.26869 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ripgrep"

Thu Nov 28 10:13:27 2019 rev:3 rq:750680 version:11.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ripgrep/ripgrep.changes  2018-08-31 
10:44:54.223235582 +0200
+++ /work/SRC/openSUSE:Factory/.ripgrep.new.26869/ripgrep.changes       
2019-11-28 10:14:09.939637194 +0100
@@ -1,0 +2,45 @@
+Mon Nov 11 15:52:55 UTC 2019 - Ismail Dönmez <[email protected]>
+
+- Update to version 11.0.2
+  * See included CHANGELOG.md for the complete changelog
+
+-------------------------------------------------------------------
+Sun Sep 16 02:44:51 UTC 2018 - Avindra Goolcharan <[email protected]>
+
+- Updated to version 0.10.0
+- Breaking change
+  * The match semantics of -w/--word-regexp have changed slightly.
+    They used to be \b(?:<your pattern>)\b. Now, it's
+    (?:^|\W)(?:<your pattern>)(?:$|\W). This matches the behavior
+    of GNU grep and is believed to be closer to the intended
+    semantics of the flag. 
+- Features
+  * Add -U/--multiline flag that permits matching over multiple lines.
+  * Add -P/--pcre2 flag that gives support for look-around and
+    backreferences.
+  * Add --json flag that prints results in a JSON Lines format.
+  * --one-file-system flag to skip directories on different file systems.
+  * Add --sort and --sortr flag for more sorting. Deprecate --sort-files.
+  * The --trim flag strips prefix whitespace from all lines printed.
+  * Add --null-data flag, which makes ripgrep use NUL as a line terminator.
+  * The --passthru flag now works with the --replace flag.
+  * Add --line-buffered and --block-buffered for forcing a buffer strategy.
+  * Add --pre-glob for filtering files through the --pre flag.
+- Bug fixes
+  * Searching with non-zero context can now use memory maps if
+    appropriate.
+  * ripgrep will now stop correctly when its output pipe is closed.
+  * The -w/--word-regexp flag now works more intuitively.
+  * Detection of readable stdin has improved on Windows.
+  * Matching empty lines now works correctly in several corner cases.
+  * Color escape sequences now coalesce, which reduces output size.
+  * ripgrep is now more robust with respect to memory maps failing.
+  * Color escape sequences are no longer emitted for empty matches.
+  * Context from the --passthru flag should not impact process exit status.
+  * Fixes bug in ignore crate where first path was always treated
+    as a symlink.
+  * Read stderr asynchronously when running a process.
+  * Add compile time and runtime CPU features to --version output.
+  * Don't complete bare pattern after -f in zsh.
+
+-------------------------------------------------------------------

Old:
----
  ripgrep-0.9.0.tar.gz

New:
----
  ripgrep-11.0.2.tar.gz

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

Other differences:
------------------
++++++ ripgrep.spec ++++++
--- /var/tmp/diff_new_pack.Dxlmez/_old  2019-11-28 10:14:12.007637215 +0100
+++ /var/tmp/diff_new_pack.Dxlmez/_new  2019-11-28 10:14:12.011637215 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ripgrep
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,12 +12,12 @@
 # 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:           ripgrep
-Version:        0.9.0
+Version:        11.0.2
 Release:        0
 Summary:        A search tool that combines ag with grep
 License:        MIT AND Unlicense
@@ -27,8 +27,7 @@
 Source1:        vendor.tar.xz
 BuildRequires:  asciidoc
 BuildRequires:  cargo
-BuildRequires:  rust
-BuildRequires:  rust-std
+BuildRequires:  rust >= 1.31
 
 %description
 ripgrep is a line oriented search tool that combines the usability of
@@ -82,7 +81,7 @@
 
 %install
 export CARGO_HOME=$PWD/cargo-home
-cargo install --root=%{buildroot}%{_prefix}
+cargo install --path . --root=%{buildroot}%{_prefix}
 
 # remove residue crate file
 rm %{buildroot}%{_prefix}/.crates.toml

++++++ ripgrep-0.9.0.tar.gz -> ripgrep-11.0.2.tar.gz ++++++
++++ 57752 lines of diff (skipped)

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


Reply via email to