Hello community,

here is the log from the commit of package coccinelle for openSUSE:Factory 
checked in at 2012-10-11 10:38:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/coccinelle (Old)
 and      /work/SRC/openSUSE:Factory/.coccinelle.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "coccinelle", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/coccinelle/coccinelle.changes    2012-09-14 
12:22:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.coccinelle.new/coccinelle.changes       
2012-10-11 10:41:49.000000000 +0200
@@ -1,0 +2,7 @@
+Wed Oct  3 16:18:10 UTC 2012 - [email protected]
+
+- Update to new upstream release 1.0.0~rc15
+* See http://coccinelle.lip6.fr/distrib/changes.html for
+  the (quite large) set of new features and bugfixes
+
+-------------------------------------------------------------------

Old:
----
  coccinelle-1.0.0-rc7.tar.xz

New:
----
  coccinelle-1.0.0-rc15.tar.xz

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

Other differences:
------------------
++++++ coccinelle.spec ++++++
--- /var/tmp/diff_new_pack.yF5vVl/_old  2012-10-11 10:41:49.000000000 +0200
+++ /var/tmp/diff_new_pack.yF5vVl/_new  2012-10-11 10:41:49.000000000 +0200
@@ -23,11 +23,13 @@
 License:        GPL-2.0
 Group:          Productivity/Text/Utilities
 Url:            http://coccinelle.lip6.fr/
-%define rversion       %version-rc7
+%define rversion       %version-rc15
 Source:         %name-%rversion.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  ncurses-devel
-BuildRequires:  ocaml
+BuildRequires:  ocaml >= 3.11
+BuildRequires:  ocaml-camlp4-devel >= 3.11
+BuildRequires:  ocaml-ocamldoc >= 3.11
 BuildRequires:  python-devel
 BuildRequires:  xz
 Requires:       python-base
@@ -48,8 +50,7 @@
 %setup -qn %name-%rversion
 
 %build
-# not autotools configure, don't use macro
-./configure --prefix=%{_prefix} --opt
+%configure
 make %{?_smp_mflags}
 
 %install
@@ -58,22 +59,25 @@
 export NO_BRP_STRIP_DEBUG=true
 export NO_DEBUGINFO_STRIP_DEBUG=true
 %define __debug_install_post %{nil}
->debugfiles.list
->debugsources.list
+: >debugfiles.list
+: >debugsources.list
 
 b="%buildroot"
-make install DESTDIR="$b" MANDIR="%_mandir" LIBDIR="%_libdir"
+make install DESTDIR="$b";
 # Remove coccilib, don't have the deps
 rm -Rf "$b/%_datadir/%name"/{commons,globals,ocaml,parsing_c} \
        "$b/%_mandir/man3"/Coccilib*;
 
+mkdir -p "$b/%_libdir";
+mv "$b/%_datadir/%name/dllpycaml_stubs.so" "$b/%_libdir/";
+
 %files
 %defattr(-,root,root)
 %doc authors.txt bugs.txt changes.txt copyright.txt credits.txt
 %doc license.txt readme.txt
-%doc %_mandir/*/*
-%_bindir/*
-%_libdir/*.so
+%doc %_mandir/man?/*
+%_bindir/spatch*
+%_libdir/dllpycaml_stubs.so
 %_datadir/%name
 
 %changelog

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to