Hello community,

here is the log from the commit of package libaal-1_0-5 for openSUSE:Factory 
checked in at 2012-02-24 06:52:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libaal-1_0-5 (Old)
 and      /work/SRC/openSUSE:Factory/.libaal-1_0-5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libaal-1_0-5", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libaal-1_0-5/libaal-1_0-5.changes        
2011-09-23 02:07:48.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libaal-1_0-5.new/libaal-1_0-5.changes   
2012-02-24 06:52:58.000000000 +0100
@@ -1,0 +2,25 @@
+Mon Feb 20 16:35:36 UTC 2012 - [email protected]
+
+- do not use setBadness in rpmlintrc
+
+-------------------------------------------------------------------
+Mon Feb 13 10:48:20 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Sun Nov 13 09:12:43 UTC 2011 - [email protected]
+
+- add libtool as explicit buildrequire to avoid implicit dependency from 
prjconf
+
+-------------------------------------------------------------------
+Wed Mar 23 18:51:39 UTC 2011 - [email protected]
+
+- re-enable static libraries, as they are needed for some packages (most
+  prominently: reiserfs4progs)
+- remove embedded changelog from spec file
+- add rpmlintrc to suppress false positive error about explicit library
+  requires
+- removed NEWS, is an empty file
+
+-------------------------------------------------------------------

New:
----
  libaal-1_0-5-rpmlintrc

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

Other differences:
------------------
++++++ libaal-1_0-5.spec ++++++
--- /var/tmp/diff_new_pack.DTZFyW/_old  2012-02-24 06:53:01.000000000 +0100
+++ /var/tmp/diff_new_pack.DTZFyW/_new  2012-02-24 06:53:01.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package libaal-1_0-5 (Version 1.0.5)
+# spec file for package libaal-1_0-5
 #
-# Copyright (c) 2009 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,19 +15,18 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           libaal-1_0-5
 Version:        1.0.5
-Release:        76
-AutoReqProv:    on
-Group:          System/Filesystems
+Release:        0
 Url:            http://www.namesys.com
-License:        GPL v2 only
 Summary:        A Library Providing Application Abstraction Mechanisms Used by 
Reiser4progs
+License:        GPL-2.0
+Group:          System/Filesystems
 Requires:       libaal-minimal0 = %{version}
+BuildRequires:  libtool
 Source0:        libaal-%{version}.tar.bz2
+Source99:       %{name}-rpmlintrc
 Patch1:         libaal-%{version}-rpmoptflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Provides:       libaal = %{version}
@@ -36,50 +35,26 @@
 %description
 libaal includes device abstraction, libc independence code, and more.
 
-
-
-Authors:
---------
-    Hans Reiser <[email protected]>
-    Yury Umanets <[email protected]>
-    Vitaly Fertman <[email protected]>
-
 %package -n libaal-minimal0
-License:        GPL v2 only
 Summary:        A Library Providing Application Abstraction Mechanisms Used by 
Reiser4progs
+License:        GPL-2.0
 Group:          System/Filesystems
-AutoReqProv:    on
 
 %description -n libaal-minimal0
 libaal includes device abstraction, libc independence code, and more.
 
 
-
-Authors:
---------
-    Hans Reiser <[email protected]>
-    Yury Umanets <[email protected]>
-    Vitaly Fertman <[email protected]>
-
 %package -n libaal-devel
-License:        GPL v2 or later
 Summary:        A Library Providing Application Abstraction Mechanisms Used by 
Reiser4progs
+License:        GPL-2.0+
 Group:          Development/Libraries/Other
+Provides:       libaal-devel-static
 Provides:       libaal:/usr/include/aal/libaal.h
 Requires:       libaal-1_0-5 = %{version}
-AutoReqProv:    on
 
 %description -n libaal-devel
 libaal includes device abstraction, libc independence code, and more.
 
-
-
-Authors:
---------
-    Hans Reiser <[email protected]>
-    Yury Umanets <[email protected]>
-    Vitaly Fertman <[email protected]>
-
 %prep
 %setup -q -n libaal-%{version}
 %patch1
@@ -87,7 +62,7 @@
 %build
 autoreconf --force --install
 export CFLAGS="$RPM_OPT_FLAGS"
-%configure --disable-static --with-pic
+%configure --enable-static --with-pic
 make %{?jobs:-j%jobs} 
 
 %install
@@ -103,11 +78,11 @@
 %postun -n libaal-minimal0 -p /sbin/ldconfig
 
 %clean
-rm -rf %{buildroot}
+%{?buildroot:%__rm -rf "%{buildroot}"}
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS BUGS COPYING CREDITS ChangeLog NEWS README THANKS TODO
+%doc AUTHORS BUGS COPYING CREDITS ChangeLog README THANKS TODO
 %{_libdir}/lib*so.5*
 
 %files -n libaal-minimal0
@@ -117,6 +92,7 @@
 %files -n libaal-devel
 %defattr(-,root,root)
 %{_libdir}/lib*.so
+%{_libdir}/lib*.a
 %{_includedir}/aal/
 %{_datadir}/aclocal/*
 

++++++ libaal-1_0-5-rpmlintrc ++++++
addFilter('shlib-fixed-dependency')
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to