Hello community,

here is the log from the commit of package yara for openSUSE:Factory checked in 
at 2016-11-12 13:00:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yara (Old)
 and      /work/SRC/openSUSE:Factory/.yara.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yara"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yara/yara.changes        2015-07-24 
09:59:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yara.new/yara.changes   2016-11-12 
13:00:21.000000000 +0100
@@ -1,0 +2,16 @@
+Fri Sep 30 21:41:01 UTC 2016 - greg.freem...@gmail.com
+
+- update to v3.5.0
+  * Match length operator 
(http://yara.readthedocs.io/en/v3.5.0/writingrules.html#match-length)
+  * Performance improvements
+  * Less memory consumption while scanning processes
+  * Exception handling when scanning memory blocks
+  * Negative integers in meta fields
+  * Added the --stack-size command-argument
+  * Functions import_ordinal, is_dll, is_32bit and is_64bit added to PE module
+  * Functions rich_signature.toolid and rich_signature.version added to PE 
module
+  * Lots of bug fixes
+- upstream moved python-yara into a separate project.  Do the same.
+- python-plaso now requires python-yana >= v3.5.0
+
+-------------------------------------------------------------------

Old:
----
  v3.4.0.tar.gz

New:
----
  v3.5.0.tar.gz

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

Other differences:
------------------
++++++ yara.spec ++++++
--- /var/tmp/diff_new_pack.eKrcOk/_old  2016-11-12 13:00:22.000000000 +0100
+++ /var/tmp/diff_new_pack.eKrcOk/_new  2016-11-12 13:00:22.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yara
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,13 @@
 
 %define soname 3
 Name:           yara
-Version:        3.4.0
+Version:        3.5.0
 Release:        0
 Summary:        A malware identification and classification tool
 License:        Apache-2.0
 Group:          System/Filesystems
 Url:            http://plusvic.github.io/yara/
-Source:         https://github.com/plusvic/yara/archive/v3.4.0.tar.gz
+Source:         https://github.com/VirusTotal/yara/archive/v%{version}.tar.gz
 BuildRequires:  file-devel
 BuildRequires:  flex
 BuildRequires:  libjansson-devel
@@ -81,16 +81,11 @@
 %configure --enable-magic
 %endif
 make %{?_smp_mflags}
-cd yara-python
-# sed -i "/libraries=\['yara'\],/a         
library_dirs=['%_builddir/%name-%version/libyara/.libs']," setup.py
-python setup.py build
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
 find %{buildroot} -type f -name '*.la' -delete -print
 find %{buildroot} -type f -name '*.a' -delete -print
-cd yara-python
-python setup.py install --root=%{buildroot} --prefix=%{_prefix}
 
 %post   -n libyara%{soname} -p /sbin/ldconfig
 %postun -n libyara%{soname} -p /sbin/ldconfig
@@ -107,14 +102,7 @@
 %defattr(-,root,root)
 %doc COPYING README.md CONTRIBUTORS AUTHORS
 %{_libdir}/libyara.so.3
-%{_libdir}/libyara.so.3.4.0
-%{_libdir}/pkgconfig/yara.pc
-
-%files -n python-%name
-%defattr(-,root,root)
-%doc COPYING README.md CONTRIBUTORS AUTHORS 
-%{python_sitearch}/yara_python-3.4.0-py2.7.egg-info
-%{python_sitearch}/yara.so
+%{_libdir}/libyara.so.%{version}
 
 %files -n libyara-devel
 %defattr(-,root,root)
@@ -122,6 +110,7 @@
 %{_includedir}/yara.h
 %{_includedir}/yara
 %{_libdir}/libyara.so
+%{_libdir}/pkgconfig/yara.pc
 
 %files doc
 %defattr(-,root,root)

++++++ v3.4.0.tar.gz -> v3.5.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/yara/v3.4.0.tar.gz 
/work/SRC/openSUSE:Factory/.yara.new/v3.5.0.tar.gz differ: char 12, line 1


Reply via email to