Hello community,

here is the log from the commit of package re2 for openSUSE:Factory checked in 
at 2016-10-24 14:44:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/re2 (Old)
 and      /work/SRC/openSUSE:Factory/.re2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "re2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/re2/re2.changes  2016-10-18 10:38:50.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.re2.new/re2.changes     2016-10-24 
14:44:36.000000000 +0200
@@ -1,0 +2,10 @@
+Sat Oct 22 22:14:31 UTC 2016 - jeng...@inai.de
+
+- Fixup group and avoid rm indirection
+
+-------------------------------------------------------------------
+Thu Sep  8 07:53:14 UTC 2016 - mplus...@suse.com
+
+- Drop releasenumber
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ re2.spec ++++++
--- /var/tmp/diff_new_pack.7ZJ98B/_old  2016-10-24 14:44:37.000000000 +0200
+++ /var/tmp/diff_new_pack.7ZJ98B/_new  2016-10-24 14:44:37.000000000 +0200
@@ -21,11 +21,11 @@
 %define libname libre2-0
 Name:           re2
 Version:        %{shortver}
-Release:        2%{?dist}
+Release:        0
 Summary:        C++ fast alternative to backtracking RE engines
 License:        BSD-3-Clause
-Group:          System/Libraries
-Url:            http://github.com/google/re2/
+Group:          Development/Libraries/C and C++
+Url:            https://github.com/google/re2/
 Source0:        https://github.com/google/re2/archive/%{longver}.tar.gz
 # PATCH-FIX-GCC: fix bug in gcc 
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70932
 Patch0:         re2-gcc61.patch
@@ -43,7 +43,7 @@
 
 In contrast, RE2 uses automata theory to guarantee that regular expression
 searches run in time linear in the size of the input, at the expense of some
-missing features (e.g back references and generalized assertions).
+missing features (e.g. back references and generalized assertions).
 
 %package -n %{libname}
 Summary:        C++ fast alternative to backtracking RE engines
@@ -60,7 +60,7 @@
 
 In contrast, RE2 uses automata theory to guarantee that regular expression
 searches run in time linear in the size of the input, at the expense of some
-missing features (e.g back references and generalized assertions).
+missing features (e.g. back references and generalized assertions).
 
 %package        devel
 Summary:        C++ header files and library symbolic links for %{name}
@@ -84,7 +84,7 @@
 make install INSTALL="install -p" DESTDIR=%{buildroot} 
includedir=%{_includedir} libdir=%{_libdir}
 
 # Suppress the static library
-find %{buildroot} -name 'lib%{name}.a' -exec rm -f {} \;
+find %{buildroot} -name 'lib%{name}.a' -delete
 
 %check
 make %{?_smp_mflags} shared-test


Reply via email to