diff --git a/_service b/_service
index 725c77b..92438b9 100644
--- a/_service
+++ b/_service
@@ -5,7 +5,7 @@
enable
ugrep
@PARENT_TAG@
- v7.1.1
+ v7.1.3
v(.*)
\1
diff --git a/_servicedata b/_servicedata
index eddff44..cd3e5b0 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,6 +1,6 @@
https://github.com/Genivia/ugrep.git
- be49264fce5fd03246325be4c3fabcd8a7c9b8fe
+ f07d4a610dc43e5b27a4ffdfd32b66c9e34e7ac8
\ No newline at end of file
diff --git a/ugrep-7.1.1.obscpio b/ugrep-7.1.1.obscpio
deleted file mode 100644
index 3e2ca9a..0000000
--- a/ugrep-7.1.1.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:81e9910d81fe8a2e1d0a9dd9e6fc4b621d2f328ebd7adbd601488756e9da1680
-size 24918541
diff --git a/ugrep-7.1.3.obscpio b/ugrep-7.1.3.obscpio
new file mode 100644
index 0000000..71e77b5
--- /dev/null
+++ b/ugrep-7.1.3.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:7055302ef2b212cb790e14a1f56c7226b1a304a8b36b90d75e32741b77674000
+size 24919053
diff --git a/ugrep.changes b/ugrep.changes
index f6e6d2e..18c0278 100644
--- a/ugrep.changes
+++ b/ugrep.changes
@@ -1,3 +1,20 @@
+-------------------------------------------------------------------
+Sat Jan 11 10:40:31 UTC 2025 - Andreas Stieger
+
+- Update to version 7.1.3:
+ * fix a problem with option -i (--ignore-case) that in rare and
+ specific circumstances may not match all of the specified
+ alternate sub-patterns
+
+-------------------------------------------------------------------
+Wed Jan 1 18:57:59 UTC 2025 - Andreas Stieger
+
+- Update to version 7.1.2:
+ * support the latest bzip3 library upgrades
+ * permit su search of "unreadable" files
+ * do not exit with code 2 when some files can't be decompressed
+- enable bzip3 support for Leap
+
-------------------------------------------------------------------
Thu Dec 5 16:03:18 UTC 2024 - Andreas Stieger
diff --git a/ugrep.obsinfo b/ugrep.obsinfo
index 697b5b3..0545c4d 100644
--- a/ugrep.obsinfo
+++ b/ugrep.obsinfo
@@ -1,4 +1,4 @@
name: ugrep
-version: 7.1.1
-mtime: 1732913511
-commit: be49264fce5fd03246325be4c3fabcd8a7c9b8fe
+version: 7.1.3
+mtime: 1736450648
+commit: f07d4a610dc43e5b27a4ffdfd32b66c9e34e7ac8
diff --git a/ugrep.spec b/ugrep.spec
index 5211d39..def87f4 100644
--- a/ugrep.spec
+++ b/ugrep.spec
@@ -2,7 +2,7 @@
# spec file for package ugrep
#
# Copyright (c) 2024 SUSE LLC
-# Copyright (c) 2024 Andreas Stieger
+# Copyright (c) 2025 Andreas Stieger
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%bcond_without fish
%endif
Name: ugrep
-Version: 7.1.1
+Version: 7.1.3
Release: 0
Summary: Universal grep: a feature-rich grep implementation with focus on speed
License: BSD-3-Clause
@@ -34,6 +34,7 @@ BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: pkgconfig
BuildRequires: pkgconfig(bzip2)
+BuildRequires: pkgconfig(bzip3)
BuildRequires: pkgconfig(libbrotlidec)
BuildRequires: pkgconfig(liblz4)
BuildRequires: pkgconfig(liblzma)
@@ -42,10 +43,6 @@ BuildRequires: pkgconfig(libzstd)
BuildRequires: pkgconfig(zlib)
Provides: ugrep-indexer = 1.0.0
Obsoletes: ugrep-indexer < 1.0.0
-# the bzip3 version seems to old, the tests break with decompression errors
-%if 0%{?suse_version} > 1599
-BuildRequires: pkgconfig(bzip3)
-%endif
%description
Ugrep supports an interactive query UI and can search file systems, source
@@ -96,9 +93,7 @@ This package contains the fish completion for ugrep.
%configure \
--disable-avx2 \
--enable-color \
-%if 0%{?suse_version} > 1599
--with-bzip3 \
-%endif
%if !%{with fish}
--with-fish-completion-dir=no \
%endif