commit csmith for openSUSE:Factory

2017-08-06 Thread root
Hello community,

here is the log from the commit of package csmith for openSUSE:Factory checked 
in at 2017-08-06 11:34:03

Comparing /work/SRC/openSUSE:Factory/csmith (Old)
 and  /work/SRC/openSUSE:Factory/.csmith.new (New)


Package is "csmith"

Sun Aug  6 11:34:03 2017 rev:3 rq:506976 version:2.3.0

Changes:

--- /work/SRC/openSUSE:Factory/csmith/csmith.changes2017-03-16 
09:51:56.070397506 +0100
+++ /work/SRC/openSUSE:Factory/.csmith.new/csmith.changes   2017-08-06 
11:34:04.405561095 +0200
@@ -1,0 +2,15 @@
+Thu Jun 29 08:46:18 UTC 2017 - mli...@suse.cz
+
+- Remove patch time-non-i386-target.patch.
+
+---
+Fri Jun 23 07:15:27 UTC 2017 - mli...@suse.cz
+
+- Remove old tarball.
+
+---
+Fri Jun 23 07:14:01 UTC 2017 - mli...@suse.cz
+
+- Update to 2.3.0.
+
+---

Old:

  csmith-2.2.0.tar.gz
  time-non-i386-target.patch

New:

  csmith-2.3.0.tar.gz



Other differences:
--
++ csmith.spec ++
--- /var/tmp/diff_new_pack.q0FPFt/_old  2017-08-06 11:34:06.233303590 +0200
+++ /var/tmp/diff_new_pack.q0FPFt/_new  2017-08-06 11:34:06.253300773 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   csmith
-Version:2.2.0
+Version:2.3.0
 Release:0
 Summary:Random C code generator
 License:BSD-3-Clause
@@ -28,8 +28,6 @@
 BuildRequires:  m4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
-Patch1: time-non-i386-target.patch
-
 %description
 Csmith is a tool that can generate random C programs that statically and
 dynamically conform to the C99 standard. It is useful for stress-testing
@@ -38,8 +36,6 @@
 %prep
 %setup -q -n %{name}-%{name}-%{version}
 
-%patch1 -p1
-
 %build
 %configure --disable-static --docdir="%{_docdir}/%{name}"
 make %{?_smp_mflags}

++ csmith-2.2.0.tar.gz -> csmith-2.3.0.tar.gz ++
 47213 lines of diff (skipped)




commit csmith for openSUSE:Factory

2017-03-16 Thread root
Hello community,

here is the log from the commit of package csmith for openSUSE:Factory checked 
in at 2017-03-16 09:43:20

Comparing /work/SRC/openSUSE:Factory/csmith (Old)
 and  /work/SRC/openSUSE:Factory/.csmith.new (New)


Package is "csmith"

Thu Mar 16 09:43:20 2017 rev:2 rq:479629 version:2.2.0

Changes:

--- /work/SRC/openSUSE:Factory/csmith/csmith.changes2016-10-31 
09:55:19.0 +0100
+++ /work/SRC/openSUSE:Factory/.csmith.new/csmith.changes   2017-03-16 
09:51:56.070397506 +0100
@@ -1,0 +2,6 @@
+Wed Mar 15 12:56:38 UTC 2017 - dims...@opensuse.org
+
+- Explcitly BuildRequire m4: the makefiles actually explcitly call
+  m4.
+
+---



Other differences:
--
++ csmith.spec ++
--- /var/tmp/diff_new_pack.Jp6OXR/_old  2017-03-16 09:51:56.678311415 +0100
+++ /var/tmp/diff_new_pack.Jp6OXR/_new  2017-03-16 09:51:56.682310848 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package csmith
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -25,6 +25,7 @@
 Url:https://github.com/csmith-project/csmith
 Source: 
https://github.com/csmith-project/%{name}/archive/csmith-%{version}.tar.gz
 BuildRequires:  gcc-c++
+BuildRequires:  m4
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 Patch1:time-non-i386-target.patch