Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2019-08-06 15:11:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/coccinelle (Old)
 and      /work/SRC/openSUSE:Factory/.coccinelle.new.4126 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "coccinelle"

Tue Aug  6 15:11:14 2019 rev:24 rq:721041 version:1.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes    2018-01-24 
15:32:42.100196352 +0100
+++ /work/SRC/openSUSE:Factory/.coccinelle.new.4126/coccinelle.changes  
2019-08-06 15:11:17.503749161 +0200
@@ -1,0 +2,7 @@
+Mon Jul 29 09:43:52 UTC 2019 - Dominique Leuenberger <dims...@opensuse.org>
+
+- Drop pre-shipped binaries for spgen and spgen.opt: since these
+  are x86_64 binaries, they would not be usable on i586 builds of
+  coccinella.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ coccinelle.spec ++++++
--- /var/tmp/diff_new_pack.3juAXD/_old  2019-08-06 15:11:18.971748481 +0200
+++ /var/tmp/diff_new_pack.3juAXD/_new  2019-08-06 15:11:18.979748478 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package coccinelle
 #
-# 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -20,14 +20,12 @@
 Version:        1.0.6
 Release:        0
 Summary:        Semantic patch utility
-License:        GPL-2.0
+License:        GPL-2.0-only
 Group:          Productivity/Text/Utilities
-Url:            http://coccinelle.lip6.fr/
-
+URL:            http://coccinelle.lip6.fr/
 #Git-Clone:    git://github.com/coccinelle/coccinelle
-Source:         http://coccinelle.lip6.fr/distrib/%name-%version.tgz
+Source:         http://coccinelle.lip6.fr/distrib/%{name}-%{version}.tgz
 Patch1:         kill-env.diff
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  fdupes
@@ -39,7 +37,7 @@
 BuildRequires:  ocaml-ocamldoc >= 3.11
 BuildRequires:  ocaml-parmap-devel
 BuildRequires:  ocaml-pcre-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 BuildRequires:  ocamlfind(camlp4)
 BuildRequires:  pkgconfig(python)
 Requires:       python-base
@@ -60,7 +58,8 @@
 
 %prep
 %setup -q
-%patch -P 1 -p1
+%patch1 -p1
+rm tools/spgen/source/spgen{,.opt}
 
 %build
 autoreconf -fi
@@ -72,24 +71,24 @@
 # with the -custom option."
 export NO_BRP_STRIP_DEBUG=true
 export NO_DEBUGINFO_STRIP_DEBUG=true
-%define __debug_install_post %nil
+%define __debug_install_post %{nil}
 : >debugfiles.list
 : >debugsources.list
 : >debugsourcefiles.list
 
 %make_install
 # Remove coccilib, don't have the deps
-rm -Rf "%buildroot/%_libdir/%name"/{commons,globals,ocaml,parsing_c} \
-       "%buildroot/%_mandir/man3"/Coccilib*
-%fdupes %buildroot/%_prefix
+rm -Rf "%{buildroot}/%{_libdir}/%{name}"/{commons,globals,ocaml,parsing_c} \
+       "%{buildroot}/%{_mandir}/man3"/Coccilib*
+%fdupes %{buildroot}/%{_prefix}
 
 %files
-%defattr(-,root,root)
 %doc authors.txt bugs.txt changes.txt copyright.txt credits.txt
-%doc license.txt readme.txt
-%_mandir/man?/*
-%_bindir/sp*
-%_bindir/pycocci
-%_libdir/%name
+%license license.txt
+%doc readme.txt
+%{_mandir}/man?/*
+%{_bindir}/sp*
+%{_bindir}/pycocci
+%{_libdir}/%{name}
 
 %changelog


Reply via email to