Accepting request 1100967 from home:AndreasStieger:branches:network:chromium
- update to 2023-07-01: * build system tweaks - update to 2023-06-02: * Export PCRE::no_more_args and the functors * CI fixes (gcc 13, clang 16) OBS-URL: https://build.opensuse.org/request/show/1100967 OBS-URL: https://build.opensuse.org/package/show/network:chromium/re2?expand=0&rev=129
This commit is contained in:
@@ -1 +1 @@
|
|||||||
libre2-10
|
libre2-11
|
||||||
|
BIN
re2-2023-03-01.tar.gz
(Stored with Git LFS)
BIN
re2-2023-03-01.tar.gz
(Stored with Git LFS)
Binary file not shown.
3
re2-2023-07-01.tar.gz
Normal file
3
re2-2023-07-01.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18cf85922e27fad3ed9c96a27733037da445f35eb1a2744c306a37c6d11e95c4
|
||||||
|
size 395948
|
13
re2.changes
13
re2.changes
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 1 17:57:47 UTC 2023 - Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 2023-07-01:
|
||||||
|
* build system tweaks
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 20 19:58:02 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 2023-06-02:
|
||||||
|
* Export PCRE::no_more_args and the functors
|
||||||
|
* CI fixes (gcc 13, clang 16)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 9 15:40:13 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
|
Thu Mar 9 15:40:13 UTC 2023 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
11
re2.spec
11
re2.spec
@@ -16,9 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%global longver 2023-03-01
|
%global longver 2023-07-01
|
||||||
%global shortver %(echo %{longver}|sed 's|-||g')
|
%global shortver %(echo %{longver}|sed 's|-||g')
|
||||||
%define libname libre2-10
|
%define libname libre2-11
|
||||||
Name: re2
|
Name: re2
|
||||||
Version: %{shortver}
|
Version: %{shortver}
|
||||||
Release: 0
|
Release: 0
|
||||||
@@ -28,14 +28,15 @@ Group: Development/Libraries/C and C++
|
|||||||
URL: https://github.com/google/re2
|
URL: https://github.com/google/re2
|
||||||
Source0: %{url}/archive/%{longver}/%{name}-%{longver}.tar.gz
|
Source0: %{url}/archive/%{longver}/%{name}-%{longver}.tar.gz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
|
BuildRequires: cmake >= 3.10.2
|
||||||
|
BuildRequires: pkgconfig
|
||||||
|
BuildRequires: cmake(absl)
|
||||||
|
BuildRequires: pkgconfig(icu-uc)
|
||||||
%if 0%{?suse_version} < 1550
|
%if 0%{?suse_version} < 1550
|
||||||
BuildRequires: gcc12-c++
|
BuildRequires: gcc12-c++
|
||||||
%else
|
%else
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: cmake >= 3.10.2
|
|
||||||
BuildRequires: pkgconfig
|
|
||||||
BuildRequires: pkgconfig(icu-uc)
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
RE2 is a C++ library providing a fast, safe, thread-friendly alternative to
|
RE2 is a C++ library providing a fast, safe, thread-friendly alternative to
|
||||||
|
Reference in New Issue
Block a user