Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ugrep for openSUSE:Factory checked 
in at 2022-06-12 17:41:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ugrep (Old)
 and      /work/SRC/openSUSE:Factory/.ugrep.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ugrep"

Sun Jun 12 17:41:17 2022 rev:29 rq:982115 version:3.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/ugrep/ugrep.changes      2022-06-08 
14:25:05.168514648 +0200
+++ /work/SRC/openSUSE:Factory/.ugrep.new.1548/ugrep.changes    2022-06-12 
17:43:10.774488178 +0200
@@ -1,0 +2,6 @@
+Sat Jun 11 07:38:38 UTC 2022 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- update to 3.8.2:
+  * update documentation
+
+-------------------------------------------------------------------

Old:
----
  ugrep-3.8.1.tar.gz

New:
----
  ugrep-3.8.2.tar.gz

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

Other differences:
------------------
++++++ ugrep.spec ++++++
--- /var/tmp/diff_new_pack.B18QXn/_old  2022-06-12 17:43:11.150488717 +0200
+++ /var/tmp/diff_new_pack.B18QXn/_new  2022-06-12 17:43:11.154488723 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ugrep
-Version:        3.8.1
+Version:        3.8.2
 Release:        0
 Summary:        Universal grep: a feature-rich grep implementation with focus 
on speed
 License:        BSD-3-Clause

++++++ ugrep-3.8.1.tar.gz -> ugrep-3.8.2.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ugrep-3.8.1/README.md new/ugrep-3.8.2/README.md
--- old/ugrep-3.8.1/README.md   2022-06-07 02:37:01.000000000 +0200
+++ new/ugrep-3.8.2/README.md   2022-06-10 23:20:46.000000000 +0200
@@ -5226,7 +5226,7 @@
 
 
 
-    ugrep 3.8.1                      June 06, 2022                        
UGREP(1)
+    ugrep 3.8.2                      June 10, 2022                        
UGREP(1)
 
 ???? [Back to table of contents](#toc)
 
Binary files old/ugrep-3.8.1/bin/win32/ugrep.exe and 
new/ugrep-3.8.2/bin/win32/ugrep.exe differ
Binary files old/ugrep-3.8.1/bin/win64/ugrep.exe and 
new/ugrep-3.8.2/bin/win64/ugrep.exe differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ugrep-3.8.1/man/ugrep.1 new/ugrep-3.8.2/man/ugrep.1
--- old/ugrep-3.8.1/man/ugrep.1 2022-06-07 02:37:01.000000000 +0200
+++ new/ugrep-3.8.2/man/ugrep.1 2022-06-10 23:20:46.000000000 +0200
@@ -1,4 +1,4 @@
-.TH UGREP "1" "June 06, 2022" "ugrep 3.8.1" "User Commands"
+.TH UGREP "1" "June 10, 2022" "ugrep 3.8.2" "User Commands"
 .SH NAME
 \fBugrep\fR, \fBug\fR -- file pattern searcher
 .SH SYNOPSIS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ugrep-3.8.1/src/ugrep.hpp 
new/ugrep-3.8.2/src/ugrep.hpp
--- old/ugrep-3.8.1/src/ugrep.hpp       2022-06-07 02:37:01.000000000 +0200
+++ new/ugrep-3.8.2/src/ugrep.hpp       2022-06-10 23:20:46.000000000 +0200
@@ -38,7 +38,7 @@
 #define UGREP_HPP
 
 // ugrep version
-#define UGREP_VERSION "3.8.1"
+#define UGREP_VERSION "3.8.2"
 
 // disable mmap because mmap is almost always slower than the file reading 
speed improvements since 3.0.0
 #define WITH_NO_MMAP
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ugrep-3.8.1/src/zstream.hpp 
new/ugrep-3.8.2/src/zstream.hpp
--- old/ugrep-3.8.1/src/zstream.hpp     2022-06-07 02:37:01.000000000 +0200
+++ new/ugrep-3.8.2/src/zstream.hpp     2022-06-10 23:20:46.000000000 +0200
@@ -485,7 +485,7 @@
               {
                 num = len - z_strm_->avail_out;
 
-                if (num == 0 && ret == BZ_OK)
+                if (num == 0 && ret == Z_OK)
                   continue;
 
                 zend_ = ret == Z_STREAM_END;

Reply via email to