Hello community,

here is the log from the commit of package liblightgrep for openSUSE:Factory 
checked in at 2018-07-13 10:22:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liblightgrep (Old)
 and      /work/SRC/openSUSE:Factory/.liblightgrep.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liblightgrep"

Fri Jul 13 10:22:02 2018 rev:8 rq:622300 version:1.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/liblightgrep/liblightgrep.changes        
2018-05-04 11:28:53.181116449 +0200
+++ /work/SRC/openSUSE:Factory/.liblightgrep.new/liblightgrep.changes   
2018-07-13 10:22:32.446540946 +0200
@@ -1,0 +2,6 @@
+Tue Jun 26 14:53:50 UTC 2018 - sch...@suse.de
+
+- aarch64_and_ppc64le.patch: add riscv64
+- Use %license for COPYING
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ liblightgrep.spec ++++++
--- /var/tmp/diff_new_pack.LWFqBU/_old  2018-07-13 10:22:33.490542199 +0200
+++ /var/tmp/diff_new_pack.LWFqBU/_new  2018-07-13 10:22:33.494542203 +0200
@@ -120,12 +120,14 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%doc README.md COPYING
+%doc README.md
+%license COPYING
 %{_libdir}/liblightgrep.so.*
 
 %files devel
 %defattr(-,root,root)
-%doc README.md COPYING
+%doc README.md
+%license COPYING
 %{_includedir}/lightgrep/
 %{_libdir}/liblightgrep.so
 %{_libdir}/pkgconfig/lightgrep.pc

++++++ aarch64_and_ppc64le.patch ++++++
--- /var/tmp/diff_new_pack.LWFqBU/_old  2018-07-13 10:22:33.502542213 +0200
+++ /var/tmp/diff_new_pack.LWFqBU/_new  2018-07-13 10:22:33.506542218 +0200
@@ -7,7 +7,7 @@
      libsubdirs="lib"
      ax_arch=`uname -m`
 -    if test $ax_arch = x86_64 -o $ax_arch = ppc64 -o $ax_arch = s390x -o 
$ax_arch = sparc64; then
-+    if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o 
$ax_arch = ppc64le -o $ax_arch = s390x -o $ax_arch = sparc64; then
++    if test $ax_arch = x86_64 -o $ax_arch = aarch64 -o $ax_arch = ppc64 -o 
$ax_arch = ppc64le -o $ax_arch = s390x -o $ax_arch = sparc64 -o $ax_arch = 
riscv64; then
          libsubdirs="lib64 lib lib64"
      fi
  


Reply via email to