Hello community,

here is the log from the commit of package trinity for openSUSE:Factory checked 
in at 2014-10-23 14:21:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-01-23 
15:57:24.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.trinity.new/trinity.changes     2014-10-23 
14:21:25.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Oct 22 13:50:08 UTC 2014 - [email protected]
+
+- Update to 20141022
+  * modify_ldt-initialize-scratch.patch: removed
+- Change git source to github
+
+-------------------------------------------------------------------

Old:
----
  modify_ldt-initialize-scratch.patch
  trinity-20140119.tar.xz

New:
----
  trinity-20141021.tar.xz

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

Other differences:
------------------
++++++ trinity.spec ++++++
--- /var/tmp/diff_new_pack.3f7c7M/_old  2014-10-23 14:21:26.000000000 +0200
+++ /var/tmp/diff_new_pack.3f7c7M/_new  2014-10-23 14:21:26.000000000 +0200
@@ -16,20 +16,18 @@
 #
 
 
-
 Name:           trinity
-BuildRequires:  gcc
-BuildRequires:  make
-BuildRequires:  xz
+Version:        20141021
+Release:        0
 Summary:        A Linux System call fuzz tester
 License:        GPL-2.0
 Group:          Development/Tools/Other
-Version:        20140119
-Release:        0
 Url:            http://codemonkey.org.uk/projects/trinity/
+Source0:        %{name}-%{version}.tar.xz
+BuildRequires:  gcc
+BuildRequires:  make
+BuildRequires:  xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-Source0:        trinity-%{version}.tar.xz
-Patch0:         modify_ldt-initialize-scratch.patch
 
 %description
 The basic idea is fairly simple. As 'fuzz testing' suggests, we call syscalls
@@ -38,18 +36,14 @@
 Trinity differs is that the arguments it passes are not purely random.
 
 %prep
-%setup -q -n %name-%{version}
-%patch0 -p1
+%setup -q
 
 %build
 ./configure.sh
 make %{?_smp_mflags}
 
 %install
-make DESTDIR=$RPM_BUILD_ROOT/usr install
-
-%clean
-%{?buildroot:%__rm -rf "%{buildroot}"}
+make DESTDIR=%{buildroot}/usr install
 
 %files
 %defattr(-,root,root)

++++++ _service ++++++
--- /var/tmp/diff_new_pack.3f7c7M/_old  2014-10-23 14:21:26.000000000 +0200
+++ /var/tmp/diff_new_pack.3f7c7M/_new  2014-10-23 14:21:26.000000000 +0200
@@ -1,6 +1,6 @@
 <services>
   <service mode="localonly" name="tar_scm">
-    <param name="url">git://git.codemonkey.org.uk/trinity</param>
+    <param name="url">git://github.com/kernelslacker/trinity</param>
     <param name="scm">git</param>
     <param name="filename">trinity</param>
     <param name="versionformat">%ad</param>

++++++ trinity-20140119.tar.xz -> trinity-20141021.tar.xz ++++++
++++ 23453 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to