Browse Source

oniguruma-6.9.7.1-1

Tomohiro "Tomo-p" KATO 2 years ago
parent
commit
8708bf60b6
1 changed files with 9 additions and 13 deletions
  1. 9 13
      o/oniguruma/oniguruma-vl.spec

+ 9 - 13
o/oniguruma/oniguruma-vl.spec

@@ -1,26 +1,22 @@
 %define srcname	onig
-%global ver	6.9.5
-%global rev	rev1
+%global ver	6.9.7
+%global rev	1
 
 Summary:	Oniguruma - A regular expressions library
 Summary(ja):	鬼車 - 正規表現ライブラリ
 Name:		oniguruma
 Version:	%{ver}%{?rev:.}%{?rev}
-Release:	3%{?_dist_release}
+Release:	1%{?_dist_release}
 Vendor:		Project Vine
 Distribution:	Vine Linux
 
 License:	BSD
 Group:		system
 URL:		https://github.com/kkos/oniguruma
-Source0:	https://github.com/kkos/oniguruma/releases/download/v%{ver}%{?rev:_}%{?rev}/%{srcname}-%{ver}%{?rev:-}%{?rev}.tar.gz
-Patch1000:	CVE-2020-26159.patch
+Source0:	https://github.com/kkos/oniguruma/releases/download/v%{ver}%{?rev:.}%{?rev}/%{srcname}-%{ver}%{?rev:.}%{?rev}.tar.gz
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-root
 
-Requires(post):   ldconfig
-Requires(postun): ldconfig
-
 %description
 Oniguruma is a regular expressions library.
 The characteristics of this library is that different character encoding
@@ -84,10 +80,6 @@ applications with Oniguruma.
 %__rm -rf %{buildroot}
 
 
-%post -p /sbin/ldconfig
-%postun -p /sbin/ldconfig
-
-
 %files
 %defattr(-,root,root,-)
 %license COPYING
@@ -104,8 +96,12 @@ applications with Oniguruma.
 
 
 %changelog
+* Tue Aug 17 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.9.7.1-1
+- new upstream release.
+- dropped Patch1000: fixed in upstream.
+
 * Wed Oct 14 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.9.5.rev1-3
-- imported Patch1 from upstream to fix CVE-2020-26159.
+- imported Patch1000 from upstream to fix CVE-2020-26159.
 
 * Fri Aug 21 2020 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 6.9.5.rev1-2
 - enabled POSIX API.