Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yara for openSUSE:Factory checked in 
at 2021-05-15 01:23:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yara (Old)
 and      /work/SRC/openSUSE:Factory/.yara.new.2988 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yara"

Sat May 15 01:23:57 2021 rev:11 rq:892982 version:4.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yara/yara.changes        2021-02-15 
23:18:23.695583516 +0100
+++ /work/SRC/openSUSE:Factory/.yara.new.2988/yara.changes      2021-05-15 
01:24:08.391035057 +0200
@@ -1,0 +2,19 @@
+Thu May  6 12:30:58 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 4.1.0
+  * New operators icontains, endswith, iendswith, startswith,
+    istartswith
+  * Accept \t escape sequence in text strings.
+  * Add --no-follow-links command-line option to yara.
+  * Prevent yara from following links to "."
+  * Implemented non-blocking scanning API
+  * When a string causes too many matches, YARA raises a warning
+    instead of failing
+  * BUGFIX: The use of --timeout could hang yara when scanning
+    directories or lists of files
+  * BUGFIX: Incorrect parsing of PE certificates
+  * BUGFIX: Short-circuit evaluation not working fine with
+    undefined expressions
+- Drop yara-fix-arm.patch, upstream merged
+
+-------------------------------------------------------------------

Old:
----
  v4.0.5.tar.gz
  yara-fix-arm.patch

New:
----
  yara-4.1.0.tar.gz

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

Other differences:
------------------
++++++ yara.spec ++++++
--- /var/tmp/diff_new_pack.FAjDfC/_old  2021-05-15 01:24:08.891033300 +0200
+++ /var/tmp/diff_new_pack.FAjDfC/_new  2021-05-15 01:24:08.895033287 +0200
@@ -16,17 +16,15 @@
 #
 
 
-%define soname 4
+%define soname 8
 Name:           yara
-Version:        4.0.5
+Version:        4.1.0
 Release:        0
 Summary:        A malware identification and classification tool
 License:        Apache-2.0
 Group:          System/Filesystems
 URL:            https://plusvic.github.io/yara/
-Source:         https://github.com/VirusTotal/yara/archive/v%{version}.tar.gz
-#PATCH-FIX-UPSTREAM - https://github.com/VirusTotal/yara/pull/1352
-Patch1:         yara-fix-arm.patch
+Source:         
https://github.com/VirusTotal/yara/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  file-devel
 BuildRequires:  flex
 BuildRequires:  libtool
@@ -83,7 +81,6 @@
 
 %prep
 %setup -q
-%patch1 -p1
 
 %build
 autoreconf -fvi
@@ -95,8 +92,10 @@
 
 %install
 %make_install
+# Remove static library
+# --disable-static can not be used, static library needed for tests
+rm -vf %{buildroot}%{_libdir}/libyara.a
 find %{buildroot} -type f -name "*.la" -delete -print
-rm %{buildroot}%{_libdir}/libyara.a
 
 %check
 %make_build check
@@ -115,8 +114,7 @@
 %files -n libyara%{soname}
 %license COPYING
 %doc README.md CONTRIBUTORS AUTHORS
-%{_libdir}/libyara.so.%{soname}
-%{_libdir}/libyara.so.%{version}
+%{_libdir}/libyara.so.%{soname}*
 
 %files -n libyara-devel
 %license COPYING

Reply via email to