Hello community,

here is the log from the commit of package creduce for openSUSE:Factory checked 
in at 2019-04-23 14:39:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/creduce (Old)
 and      /work/SRC/openSUSE:Factory/.creduce.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "creduce"

Tue Apr 23 14:39:00 2019 rev:16 rq:697014 version:2.9.0+git.20190422.763bd26

Changes:
--------
--- /work/SRC/openSUSE:Factory/creduce/creduce.changes  2018-07-18 
22:53:43.235004544 +0200
+++ /work/SRC/openSUSE:Factory/.creduce.new.5536/creduce.changes        
2019-04-23 14:39:03.469578928 +0200
@@ -1,0 +2,39 @@
+Tue Apr 23 08:40:39 UTC 2019 - Martin Liška <mli...@suse.cz>
+
+- Use %license COPYING.
+
+-------------------------------------------------------------------
+Tue Apr 23 07:07:33 UTC 2019 - mli...@suse.cz
+
+- Update to version 2.9.0+git.20190422.763bd26:
+  * Regenerate Autoconf stuff.
+  * Add `INSTALL.md` and `README.md` to `EXTRA_DIST`.
+  * Use `automake --foreign` instead of `automake --gnu`.
+  * Require LLVM 7.0 or later.
+  * Do less I/O in the Darwin version of `ncpus()`.
+  * Implement `ncpus()` for FreeBSD.
+  * Update INSTALL instructions for FreeBSD.
+  * Update copyright years.
+
+-------------------------------------------------------------------
+Thu Apr 18 15:19:24 UTC 2019 - Martin Liška <mli...@suse.cz>
+
+- Remove README from installed files.
+- Depend on llvm7 and clang7 packages.
+
+-------------------------------------------------------------------
+Thu Apr 18 15:11:11 UTC 2019 - mli...@suse.cz
+
+- Update to version 2.9.0+git.20190414.095c551:
+  * Fixed a crash in UnionToStruct pass
+  * add pass to remove if directives
+  * skip inlining calls in default arguments
+  * patch from Mingwandroid to update to LLVM 7
+  * convert to markdown
+  * add binary search removal of c++ style comments
+  * add pass for line markers
+  * add pass to remove constant ifs
+  * change ordering so pass_includes is called after pass_unifdef
+  * built with LLVM 7.0
+
+-------------------------------------------------------------------

Old:
----
  creduce-2.8.0.tar.gz

New:
----
  _service
  creduce-2.9.0+git.20190422.763bd26.tar.xz

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

Other differences:
------------------
++++++ creduce.spec ++++++
--- /var/tmp/diff_new_pack.tI1aN9/_old  2019-04-23 14:39:04.013579208 +0200
+++ /var/tmp/diff_new_pack.tI1aN9/_new  2019-04-23 14:39:04.017579210 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package creduce
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,25 +12,25 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           creduce
-Version:        2.8.0
+Version:        2.9.0+git.20190422.763bd26
 Release:        0
 Summary:        C-Reduce, a C program reducer
 License:        BSD-3-Clause
 Group:          Development/Tools/Other
 Url:            https://github.com/csmith-project/creduce
-Source:         
https://github.com/csmith-project/%{name}/archive/creduce-%{version}.tar.gz
+Source:         %{name}-%{version}.tar.xz
 BuildRequires:  astyle
-BuildRequires:  clang6-devel
+BuildRequires:  clang7-devel
 BuildRequires:  delta
 BuildRequires:  flex
 BuildRequires:  gcc-c++
 BuildRequires:  indent
-BuildRequires:  llvm6-devel
+BuildRequires:  llvm7-devel
 BuildRequires:  ncurses-devel
 BuildRequires:  perl-Benchmark-Timer
 BuildRequires:  perl-Exporter-Lite
@@ -40,10 +40,10 @@
 BuildRequires:  perl-Term-ReadKey
 BuildRequires:  zlib-devel
 Requires:       astyle
-Requires:       clang6-devel
+Requires:       clang7-devel
 Requires:       delta
 Requires:       indent
-Requires:       llvm6-devel
+Requires:       llvm7-devel
 Requires:       perl-Benchmark-Timer
 Requires:       perl-Exporter-Lite
 Requires:       perl-File-Which
@@ -61,7 +61,7 @@
 bugs in compilers and other tools that process C/C++ code.
 
 %prep
-%setup -q -n %{name}-%{name}-%{version}
+%setup -q
 
 %build
 %configure --libexec=%{_bindir}
@@ -74,7 +74,7 @@
 rm %{buildroot}%{_bindir}/unifdef
 
 %files
-%doc README COPYING
+%license COPYING
 %{_bindir}/creduce
 %{_bindir}/clang_delta
 %{_bindir}/clex

++++++ _service ++++++
<services>
  <service mode="disabled" name="tar_scm">
    <param name="url">git://github.com/csmith-project/creduce</param>
    <param name="scm">git</param>
    <param name="changesgenerate">enable</param>
    <param name="filename">creduce</param>
    <param name="versionformat">2.9.0+git.%cd.%h</param>
    <param name="revision">763bd26729783249be1efba1fa5b2e8b4cc77398</param>
  </service>
  <service mode="disabled" name="recompress">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service mode="disabled" name="set_version"/>
</services>

Reply via email to