Hello community,

here is the log from the commit of package libaio for openSUSE:Factory checked 
in at 2012-02-17 12:00:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libaio (Old)
 and      /work/SRC/openSUSE:Factory/.libaio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libaio", Maintainer is "h...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libaio/libaio.changes    2011-11-28 
12:54:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libaio.new/libaio.changes       2012-02-17 
12:00:53.000000000 +0100
@@ -1,0 +2,16 @@
+Thu Feb 16 10:56:49 UTC 2012 - mvysko...@suse.cz
+
+- fix typo versoin/version 
+
+-------------------------------------------------------------------
+Mon Feb 13 10:48:23 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Mon Nov 28 11:50:13 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/unwanted tags/section (cf. specfile guidelines)
+- Employ shlib packaging
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libaio.spec ++++++
--- /var/tmp/diff_new_pack.veSSKI/_old  2012-02-17 12:00:54.000000000 +0100
+++ /var/tmp/diff_new_pack.veSSKI/_new  2012-02-17 12:00:54.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libaio
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -15,21 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libaio
-License:        LGPLv2.1+
-Group:          System/Libraries
-AutoReqProv:    on
+%define lname  libaio1
 # bug437293
 %ifarch ppc64
 Obsoletes:      libaio-64bit
 %endif
 #
 Version:        0.3.109
-Release:        1
+Release:        0
 Summary:        Linux-Native Asynchronous I/O Access Library
+License:        LGPL-2.1+
+Group:          Development/Libraries/C and C++
 Url:            http://kernel.org/pub/linux/libs/aio/
 Source:         libaio-%{version}.tar.bz2
 Source2:        baselibs.conf
@@ -49,13 +47,25 @@
 kernel-accelerated async I/O capabilities, as do applications that
 require the Linux-native async I/O API.
 
+%package -n %lname
+Summary:        Linux-Native Asynchronous I/O Access Library
+Group:          System/Libraries
+# O/P added 2011-11-27
+Obsoletes:      libaio < %version-%release
+Provides:       libaio = %version-%release
 
+%description -n %lname
+The Linux-native asynchronous I/O facility ("async I/O", or "aio") has
+a richer API and capability set than the simple POSIX async I/O
+facility. This library provides the Linux-native API for async I/O. The
+POSIX async I/O facility requires this library to provide
+kernel-accelerated async I/O capabilities, as do applications that
+require the Linux-native async I/O API.
 
 %package devel
-License:        LGPLv2.1+
 Summary:        Development Files for Linux-native Asynchronous I/O Access
 Group:          Development/Libraries/C and C++
-Requires:       libaio = %{version} glibc-devel
+Requires:       %lname = %version, glibc-devel
 # bug437293
 %ifarch ppc64
 Obsoletes:      libaio-devel-64bit
@@ -89,11 +99,11 @@
 t=$(readlink -f "%buildroot/%_libdir/libaio.so")
 ln -fs "${t#%buildroot}" "%buildroot/%_libdir/libaio.so"
 
-%post -p /sbin/ldconfig
+%post -n %lname -p /sbin/ldconfig
 
-%postun -p /sbin/ldconfig
+%postun -n %lname -p /sbin/ldconfig
 
-%files
+%files -n %lname
 %defattr(644,root,root,755)
 %doc COPYING TODO
 %attr(0755,root,root) /%{_lib}/libaio.*

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to