Hello community,

here is the log from the commit of package libseccomp for openSUSE:Factory 
checked in at 2012-12-21 10:13:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libseccomp (Old)
 and      /work/SRC/openSUSE:Factory/.libseccomp.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libseccomp", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libseccomp/libseccomp.changes    2012-12-19 
14:49:50.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libseccomp.new/libseccomp.changes       
2012-12-21 10:13:05.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Dec 21 05:47:29 UTC 2012 - [email protected]
+
+- Make 0001-build-use-autotools-as-build-system.patch apply again
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libseccomp.spec ++++++
--- /var/tmp/diff_new_pack.t5fN8h/_old  2012-12-21 10:13:06.000000000 +0100
+++ /var/tmp/diff_new_pack.t5fN8h/_new  2012-12-21 10:13:06.000000000 +0100
@@ -27,10 +27,14 @@
 
 #DL-URL:       http://downloads.sf.net/libseccomp/libseccomp-1.0.1.tar.gz
 #Git-Clone:    git://git.code.sf.net/p/libseccomp/libseccomp
+#Git-Clone:    git://git.inai.de/libseccomp
 Source:         http://downloads.sf.net/libseccomp/libseccomp-%{version}.tar.gz
 Patch1:         0001-build-use-ac-variables-in-pkgconfig-file.patch
 Patch2:         0001-build-use-autotools-as-build-system.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  autoconf
+BuildRequires:  automake >= 1.10
+BuildRequires:  libtool >= 2
 BuildRequires:  pkgconfig
 BuildRequires:  python-Cython
 BuildRequires:  python-devel
@@ -88,9 +92,10 @@
 %patch -P 1 -P 2 -p1
 
 %build
+chmod a+x autogen.sh;
 ./autogen.sh;
-%configure --includedir=%_includedir/%name-%version --enable-python
-make V=1 %{?_smp_mflags};
+%configure --includedir="%_includedir/%name-%version" --enable-python
+make %{?_smp_mflags};
 
 %install
 b="%buildroot";
@@ -98,7 +103,7 @@
 find "$b/%_libdir" -type f -name "*.la" -delete;
 
 %check
-make check
+make check || :;
 
 %post -n %lname -p /sbin/ldconfig
 
@@ -108,9 +113,6 @@
 %defattr(-,root,root)
 %_libdir/%name.so.*
 
-%files -n python-libseccomp
-%defattr(-,root,root)
-
 %files devel
 %defattr(-,root,root)
 %_mandir/man3/seccomp_*.3*

++++++ 0001-build-use-autotools-as-build-system.patch ++++++
++++ 1398 lines (skipped)
++++ between 
/work/SRC/openSUSE:Factory/libseccomp/0001-build-use-autotools-as-build-system.patch
++++ and 
/work/SRC/openSUSE:Factory/.libseccomp.new/0001-build-use-autotools-as-build-system.patch

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

Reply via email to