[packages/re2] - updated to 2020-08-01 (new soname) - updated test-compile patch

qboosh qboosh at pld-linux.org
Sat Sep 26 09:51:34 CEST 2020


commit 00708caa4e2b5a4ac3f5e3d37c8d7eeebcfa60da
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Sep 26 09:54:30 2020 +0200

    - updated to 2020-08-01 (new soname)
    - updated test-compile patch

 re2.spec           |  6 +++---
 test-compile.patch | 14 ++++++++------
 2 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/re2.spec b/re2.spec
index 1d16af5..41f4b1f 100644
--- a/re2.spec
+++ b/re2.spec
@@ -3,7 +3,7 @@
 %bcond_without	tests		# build without tests
 %bcond_without	static_libs	# don't build static libraries
 
-%define		tagver	2020-04-01
+%define		tagver	2020-08-01
 %define		ver		%(echo %{tagver} | tr -d -)
 Summary:	C++ fast alternative to backtracking RE engines
 Summary(pl.UTF-8):	Szybka alternatywna dla silników RE w C++
@@ -14,7 +14,7 @@ License:	BSD
 Group:		Libraries
 #Source0Download: https://github.com/google/re2/releases
 Source0:	https://github.com/google/re2/archive/%{tagver}/%{name}-%{tagver}.tar.gz
-# Source0-md5:	8e6079dff019309f1e1f0fad8cd637b8
+# Source0-md5:	6dbd1d52b21d2d0307495bf075e45d42
 Patch0:		test-compile.patch
 URL:		https://github.com/google/re2
 BuildRequires:	libstdc++-devel >= 6:4.7
@@ -115,7 +115,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS CONTRIBUTORS LICENSE README
 %attr(755,root,root) %{_libdir}/libre2.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libre2.so.6
+%attr(755,root,root) %ghost %{_libdir}/libre2.so.8
 
 %files devel
 %defattr(644,root,root,755)
diff --git a/test-compile.patch b/test-compile.patch
index 480780c..893a825 100644
--- a/test-compile.patch
+++ b/test-compile.patch
@@ -1,13 +1,15 @@
---- re2-20130115/Makefile~	2012-10-21 16:15:03.000000000 +0300
-+++ re2-20130115/Makefile	2013-03-16 14:27:32.606438040 +0200
-@@ -214,7 +214,9 @@
- 
+--- re2-2020-08-01/Makefile.orig	2020-09-26 09:45:26.973445896 +0200
++++ re2-2020-08-01/Makefile	2020-09-26 09:49:34.678770628 +0200
+@@ -260,8 +260,11 @@
+ .PHONY: testofiles
  testofiles: $(TESTOFILES)
  
--test: $(DTESTS) $(TESTS) $(STESTS) debug-test static-test shared-test
++.PHONY: compile-test
 +compile-test: $(DTESTS) $(TESTS) $(STESTS)
 +
+ .PHONY: test
+-test: $(DTESTS) $(TESTS) $(STESTS) debug-test static-test shared-test
 +test: compile-test debug-test static-test shared-test
  
+ .PHONY: debug-test
  debug-test: $(DTESTS)
- 	@echo
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/re2.git/commitdiff/00708caa4e2b5a4ac3f5e3d37c8d7eeebcfa60da



More information about the pld-cvs-commit mailing list