From dc46f98c18e304fdf7739f39bc7488ebc973bdb4 Mon Sep 17 00:00:00 2001 From: wzx Date: Thu, 3 Nov 2022 09:49:23 +0800 Subject: [PATCH 1/3] Add sw64 architecture --- pcre.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pcre.spec b/pcre.spec index b6c7230..a065e37 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,6 +1,6 @@ Name: pcre Version: 8.45 -Release: 2 +Release: 3 Summary: Perl Compatible Regular Expressions ## Source package only: # INSTALL: FSFAP @@ -75,7 +75,7 @@ The %{name}-help package contains doc files for %{name}. libtoolize -cf autoreconf -vif %configure \ -%ifarch riscv64 +%ifarch riscv64 sw_64 --disable-jit \ %else --enable-jit \ @@ -116,6 +116,9 @@ make check VERBOSE=yes %{_mandir}/man3/* %changelog +* Thu Nov 3 2022 wuzx - 8.45-3 +- Add sw64 architecture + * Wed Oct 5 2022 huangduirong - 8.45-2 - Type:enhancement - ID:NA -- Gitee From 49eccf48af34aec280a22080406f00eaf1605f07 Mon Sep 17 00:00:00 2001 From: zhaozhen Date: Tue, 15 Nov 2022 20:38:21 +0800 Subject: [PATCH 2/3] add loongarch support --- pcre.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pcre.spec b/pcre.spec index a065e37..2ff0bdd 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,6 +1,6 @@ Name: pcre Version: 8.45 -Release: 3 +Release: 4 Summary: Perl Compatible Regular Expressions ## Source package only: # INSTALL: FSFAP @@ -75,7 +75,7 @@ The %{name}-help package contains doc files for %{name}. libtoolize -cf autoreconf -vif %configure \ -%ifarch riscv64 sw_64 +%ifarch riscv64 sw_64 loongarch64 --disable-jit \ %else --enable-jit \ @@ -116,6 +116,12 @@ make check VERBOSE=yes %{_mandir}/man3/* %changelog +* Mon Nov 14 2022 zhaozhen - 8.45-4 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:fix build error for loongarch64 arch + * Thu Nov 3 2022 wuzx - 8.45-3 - Add sw64 architecture -- Gitee From ede9a7d99f4674ef577278f8858dba0cf35663e4 Mon Sep 17 00:00:00 2001 From: Mingtai Date: Sat, 26 Nov 2022 07:48:54 +0000 Subject: [PATCH 3/3] update Source0 URL Signed-off-by: Mingtai --- pcre.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pcre.spec b/pcre.spec index 2ff0bdd..fb94e1a 100644 --- a/pcre.spec +++ b/pcre.spec @@ -1,6 +1,6 @@ Name: pcre Version: 8.45 -Release: 4 +Release: 5 Summary: Perl Compatible Regular Expressions ## Source package only: # INSTALL: FSFAP @@ -25,7 +25,7 @@ Summary: Perl Compatible Regular Expressions # other files: BSD License: BSD URL: http://www.pcre.org/ -Source0: https://ftp.pcre.org/pub/pcre/%{name}-%{version}.tar.bz2 +Source0: https://sourceforge.net/projects/pcre/files/%{name}/%{version}/%{name}-%{version}.tar.bz2 BuildRequires: readline-devel autoconf automake coreutils @@ -116,6 +116,12 @@ make check VERBOSE=yes %{_mandir}/man3/* %changelog +* Sat Nov 26 2022 yangmingtai - 8.45-5 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:update Source0 URL + * Mon Nov 14 2022 zhaozhen - 8.45-4 - Type:enhancement - ID:NA -- Gitee