Hello community,

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

Package is "coccinelle"

Fri Aug 30 14:41:29 2019 rev:25 rq:727033 version:1.0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes    2019-08-06 
15:11:17.503749161 +0200
+++ /work/SRC/openSUSE:Factory/.coccinelle.new.7948/coccinelle.changes  
2019-08-30 14:41:32.421420123 +0200
@@ -1,0 +2,18 @@
+Thu Aug 22 14:04:45 UTC 2019 - Jan Engelhardt <[email protected]>
+
+- Update to new upstream release 1.0.7
+  * Allow constraints on any metavariables. Constraints can be
+    specified by comprehension (= { … } or != { … }, with each
+    item referring to a constant identifier or an inherited
+    meta-variable, and curly-brackets can be omitted for a single
+    item), regular expression (~ "..." or !~ "..."), integer
+    comparison (<, <, >=, >) or scripts (:script:…). Constraints
+    can be used in conjunctions (&&), disjunctions (||) and can
+    be negated (!) and parenthesed.
+  * Allow script finalizers for parallel computation. See
+    tests/countcalls.cocci and tests/countcalls_python.cocci
+  * Allow disjunctions on a wider range of syntactic
+    constructions (function definitions, variable declarations,
+    …).
+
+-------------------------------------------------------------------

Old:
----
  coccinelle-1.0.6.tgz

New:
----
  coccinelle-1.0.7.tar.gz

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

Other differences:
------------------
++++++ coccinelle.spec ++++++
--- /var/tmp/diff_new_pack.JX1Q1N/_old  2019-08-30 14:41:33.645419997 +0200
+++ /var/tmp/diff_new_pack.JX1Q1N/_new  2019-08-30 14:41:33.649419997 +0200
@@ -17,14 +17,15 @@
 
 
 Name:           coccinelle
-Version:        1.0.6
+Version:        1.0.7
 Release:        0
 Summary:        Semantic patch utility
 License:        GPL-2.0-only
 Group:          Productivity/Text/Utilities
 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.tar.gz
 Patch1:         kill-env.diff
 BuildRequires:  autoconf
 BuildRequires:  automake
@@ -57,9 +58,8 @@
 fixing bugs in systems code.
 
 %prep
-%setup -q
-%patch1 -p1
-rm tools/spgen/source/spgen{,.opt}
+%autosetup -p1
+rm -fv tools/spgen/source/spgen{,.opt}
 
 %build
 autoreconf -fi
@@ -71,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
 %doc authors.txt bugs.txt changes.txt copyright.txt credits.txt
 %license license.txt
 %doc readme.txt
-%{_mandir}/man?/*
-%{_bindir}/sp*
-%{_bindir}/pycocci
-%{_libdir}/%{name}
+%_mandir/man?/*
+%_bindir/sp*
+%_libdir/%name
+%_datadir/bash-completion/
 
 %changelog


Reply via email to