Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2016-04-05 10:44:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/trinity (Old)
 and      /work/SRC/openSUSE:Factory/.trinity.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "trinity"

Changes:
--------
--- /work/SRC/openSUSE:Factory/trinity/trinity.changes  2016-03-26 
15:24:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes     2016-04-05 
10:44:22.000000000 +0200
@@ -1,0 +2,23 @@
+Sat Apr 02 09:55:20 UTC 2016 - [email protected]
+
+- Update to version 1.6~git.20160331:
+  + add ext[234] ioctls
+  + remove unnecessary include
+  + add bare-bones PF_KCM support
+  + use SOCK_RAW for IP sockets half the time.
+  + make get_new_random_fd bail early if no fd provider has finished yet.
+  + by default, start nr_cpus * 4 child processes.
+  + EBADF is a possible return from execve
+  + remove some noise from potential failures from unshare()
+  + add l2tp to analyze-sockets
+  + add a ->send method to struct netproto
+- Change versioning scheme
+  + do not use just date
+  + add corresponding obsoletes/provides for smooth transition
+- Update _service
+  + exclude .git when generating tarball
+  + enable automatic changelog updating
+- Update dependencies
+  * add libbtrfs-devel as it provides btrfs/ioctl.h
+
+-------------------------------------------------------------------

Old:
----
  trinity-20160315.tar.xz

New:
----
  trinity-1.6~git.20160331.tar.xz

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

Other differences:
------------------
++++++ trinity.spec ++++++
--- /var/tmp/diff_new_pack.LyTW6P/_old  2016-04-05 10:44:22.000000000 +0200
+++ /var/tmp/diff_new_pack.LyTW6P/_new  2016-04-05 10:44:22.000000000 +0200
@@ -16,10 +16,10 @@
 #
 
 
-%define version_unconverted 20160315
+%define version_unconverted 1.6~git.20160331
 
 Name:           trinity
-Version:        20160315
+Version:        1.6~git.20160331
 Release:        0
 Summary:        A Linux System call fuzz tester
 License:        GPL-2.0
@@ -41,8 +41,18 @@
 %else
 BuildRequires:  gcc
 %endif
+
+%if 0%{suse_version} >= 1320
+# needed for btrfs/ioctl.h
+BuildRequires:  libbtrfs-devel
+%endif
 BuildRequires:  make
 BuildRequires:  xz
+
+# lates version which used old versioning scheme needs to be obsoleted,
+# this can be removed in future
+Provides:       %{name} = 20160315
+Obsoletes:      %{name} = 20160315
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ _service ++++++
--- /var/tmp/diff_new_pack.LyTW6P/_old  2016-04-05 10:44:22.000000000 +0200
+++ /var/tmp/diff_new_pack.LyTW6P/_new  2016-04-05 10:44:22.000000000 +0200
@@ -2,8 +2,10 @@
   <service mode="localonly" name="tar_scm">
     <param name="url">git://github.com/kernelslacker/trinity</param>
     <param name="scm">git</param>
+    <param name="exclude">.git</param>
+    <param name="changesgenerate">enable</param>
     <param name="filename">trinity</param>
-    <param name="versionformat">%cd</param>
+    <param name="versionformat">1.6~git.%cd</param>
   </service>
   <service mode="localonly" name="recompress">
     <param name="file">*.tar</param>


Reply via email to