Hello community, here is the log from the commit of package coccinelle for openSUSE:Factory checked in at 2013-05-13 14:43:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/coccinelle (Old) and /work/SRC/openSUSE:Factory/.coccinelle.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "coccinelle" Changes: -------- --- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes 2012-10-11 10:41:49.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.coccinelle.new/coccinelle.changes 2013-05-13 14:43:30.000000000 +0200 @@ -1,0 +2,17 @@ +Thu May 9 17:51:39 UTC 2013 - [email protected] + +- Switch to using pkgconfig()-type BuildRequires + +------------------------------------------------------------------- +Fri May 3 06:30:09 UTC 2013 - [email protected] + +- Update to new upstream release 1.0.0~rc17 +* allow __ at the beginning of a struct or union name +* unparsing with precedence (insertion of parentheses when needed) +* Type metavariables no longer match a case where there is no type + in the C code. +* An expression list metavariable can now be attached with @ to a + parameter list metavariable, to allow using the parameter names as + an argument list. + +------------------------------------------------------------------- Old: ---- coccinelle-1.0.0-rc15.tar.xz New: ---- coccinelle-1.0.0-rc17.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ coccinelle.spec ++++++ --- /var/tmp/diff_new_pack.shzipe/_old 2013-05-13 14:43:31.000000000 +0200 +++ /var/tmp/diff_new_pack.shzipe/_new 2013-05-13 14:43:31.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package coccinelle # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,21 +17,26 @@ Name: coccinelle -Version: 1.0.0 +Version: 1.0.0~rc17 Release: 0 Summary: Semantic patch utility License: GPL-2.0 Group: Productivity/Text/Utilities Url: http://coccinelle.lip6.fr/ -%define rversion %version-rc15 +%define rversion 1.0.0-rc17 + +#Git-Clone: git://github.com/coccinelle/coccinelle Source: %name-%rversion.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: ncurses-devel BuildRequires: ocaml >= 3.11 BuildRequires: ocaml-camlp4-devel >= 3.11 BuildRequires: ocaml-ocamldoc >= 3.11 -BuildRequires: python-devel +BuildRequires: pkg-config BuildRequires: xz +# Fails to link with PCRE +#BuildRequires: pkgconfig(libpcre) +BuildRequires: pkgconfig(python) Requires: python-base %description ++++++ coccinelle-1.0.0-rc15.tar.xz -> coccinelle-1.0.0-rc17.tar.xz ++++++ ++++ 83118 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
