Hello community,

here is the log from the commit of package libseccomp for openSUSE:Factory 
checked in at 2012-11-14 16:50:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-09-11 
17:17:08.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libseccomp.new/libseccomp.changes       
2012-11-14 16:50:54.000000000 +0100
@@ -1,0 +2,11 @@
+Tue Nov 13 15:40:20 UTC 2012 - [email protected]
+
+- updated to 1.0.1 release
+  - The header file is now easier to use with C++ compilers
+  - Minor documentation fixes
+  - Minor memory leak fixes
+  - Corrected x86 filter generation on x86_64 systems
+  - Corrected problems with small filters and filters with arguments
+- use public downloadable tarball
+
+-------------------------------------------------------------------

Old:
----
  libseccomp-1.0.0+AM.tar.xz

New:
----
  libseccomp-1.0.1.tar.gz

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

Other differences:
------------------
++++++ libseccomp.spec ++++++
--- /var/tmp/diff_new_pack.amo4v4/_old  2012-11-14 16:50:55.000000000 +0100
+++ /var/tmp/diff_new_pack.amo4v4/_new  2012-11-14 16:50:55.000000000 +0100
@@ -17,21 +17,19 @@
 
 
 Name:           libseccomp
-%define lname   libseccomp0
-Version:        1.0.0
+%define lname   libseccomp1
+Version:        1.0.1
 Release:        0
 Summary:        An enhanced Seccomp (mode 2) helper library
 License:        LGPL-2.1
 Group:          Development/Libraries/C and C++
 Url:            http://sf.net/projects/seccomp/
-
-#DL-URL:       http://downloads.sf.net/libseccomp/libseccomp-1.0.0.tar.gz
+#DL-URL:       http://downloads.sf.net/libseccomp/libseccomp-%{version}.tar.gz
 #Git-Clone:    git://git.code.sf.net/p/libseccomp/libseccomp
-Source:         %name-%version+AM.tar.xz
+Source:         http://downloads.sf.net/libseccomp/libseccomp-%{version}.tar.gz
 Patch1:         0001-build-use-ac-variables-in-pkgconfig-file.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  pkgconfig
-BuildRequires:  xz
 
 %description
 The libseccomp library provides and easy to use, platform
@@ -69,17 +67,12 @@
 This package contains the development files for libseccomp.
 
 %prep
-%if 0%{?__xz:1}
-%setup -qn %name
-%else
-tar -xf "%{S:0}" --use=xz;
-%setup -DTqn %name
-%endif
+%setup -q
 %patch -P 1 -p1
 
 %build
 %configure --includedir=%_includedir/%name-%version
-make %{?_smp_mflags}
+make V=1 %{?_smp_mflags}
 
 %install
 b="%buildroot";
@@ -97,7 +90,7 @@
 %files devel
 %defattr(-,root,root)
 %_mandir/man3/seccomp_*.3*
-%_includedir/%name-%version
+/usr/include/seccomp.h
 %_libdir/%name.so
 %_libdir/pkgconfig/%name.pc
 

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

Reply via email to