commit libaal for openSUSE:Factory
Hello community, here is the log from the commit of package libaal for openSUSE:Factory checked in at 2013-03-30 14:58:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libaal (Old) and /work/SRC/openSUSE:Factory/.libaal.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libaal", Maintainer is "LMichnovic@novell.com" Changes: -------- New Changes file: --- /dev/null 2013-02-26 18:15:11.936010755 +0100 +++ /work/SRC/openSUSE:Factory/.libaal.new/libaal.changes 2013-03-30 14:58:26.000000000 +0100 @@ -0,0 +1,141 @@ +------------------------------------------------------------------- +Sun Feb 17 08:02:11 UTC 2013 - jengelh@inai.de + +- Renamed SRPM back to libaal, because that is the upstream name. + Enforcement of shared library package naming is unaffected. +- Move libaal-minimal0 require from libaal-1_0-5 to libaal-devel + where it belongs +- Split static libraries into libaal-devel-static +- Set RPM groups like we do for the rest (devel: c_c++, main: libs) + +------------------------------------------------------------------- +Sat May 26 11:16:31 UTC 2012 - jengelh@inai.de + +- Remove redundant tags/sections from specfile +- Parallel build with %_smp_mflags + +------------------------------------------------------------------- +Mon Feb 20 16:35:36 UTC 2012 - coolo@suse.com + +- do not use setBadness in rpmlintrc + +------------------------------------------------------------------- +Mon Feb 13 10:48:20 UTC 2012 - coolo@suse.com + +- patch license to follow spdx.org standard + +------------------------------------------------------------------- +Sun Nov 13 09:12:43 UTC 2011 - coolo@suse.com + +- add libtool as explicit buildrequire to avoid implicit dependency from prjconf + +------------------------------------------------------------------- +Wed Mar 23 18:51:39 UTC 2011 - pascal.bleser@opensuse.org + +- 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 + +------------------------------------------------------------------- +Wed Apr 1 16:41:20 CEST 2009 - crrodriguez@suse.de + +- remove static libraries + +------------------------------------------------------------------- +Mon Feb 25 04:27:15 CET 2008 - crrodriguez@suse.de + +- fPIC --> --with-pic +- remove libtool archives with empty dependency_libs + +------------------------------------------------------------------- +Fri Jul 27 17:01:26 CEST 2007 - lmichnovic@suse.cz + +- compiling with RPM_OPT_FLAGS (rpmoptflags.patch) + +------------------------------------------------------------------- +Fri Jul 27 16:26:51 CEST 2007 - lmichnovic@suse.cz + +- fixed deprecated %run_ldconfig +- renamed to libaal-1_0-5 according Shared Library Packaging Policy +- split off libaal-minimal0 shared library + +------------------------------------------------------------------- +Sun May 27 00:02:05 CEST 2007 - ro@suse.de + +- split off devel package + +------------------------------------------------------------------- +Mon Feb 19 12:09:18 CET 2007 - lmichnovic@suse.cz + +- compiling with fPIC, fixes build on S390 +- not removing RPMBUILDDIR in install section + +------------------------------------------------------------------- +Wed Jan 25 21:37:21 CET 2006 - mls@suse.de + +- converted neededforbuild to BuildRequires + +------------------------------------------------------------------- +Thu Jan 12 18:04:48 CET 2006 - mjancar@suse.cz + +- update to 1.0.5 + +------------------------------------------------------------------- +Mon Aug 1 17:37:48 CEST 2005 - mjancar@suse.cz + +- update to 1.0.4 + +------------------------------------------------------------------- +Wed Apr 20 15:34:54 CEST 2005 - pth@suse.de + +- Fix quoting in libaal.m4 (Bug #75889) + +------------------------------------------------------------------- +Thu Feb 24 20:05:39 CET 2005 - mjancar@suse.cz + +- update to 1.0.3 + +------------------------------------------------------------------- +Thu Nov 11 12:52:31 CET 2004 - ro@suse.de + +- fixed file list + +------------------------------------------------------------------- +Wed Aug 25 16:28:54 CEST 2004 - mjancar@suse.cz + +- update to 1.0.1 + +------------------------------------------------------------------- +Fri Aug 13 15:47:53 CEST 2004 - mjancar@suse.cz + +- update to 0.5.3 + +------------------------------------------------------------------- +Thu Feb 26 14:50:45 CET 2004 - mjancar@suse.cz + +- update to 0.5.0 + +------------------------------------------------------------------- +Tue Feb 03 19:58:53 CET 2004 - mjancar@suse.cz + +- update to 0.4.15 + +------------------------------------------------------------------- +Tue Oct 14 12:46:09 CEST 2003 - mjancar@suse.cz + +- use %{run_ldconfig} + +------------------------------------------------------------------- +Tue Oct 14 11:17:23 CEST 2003 - mjancar@suse.cz + +- run libtoolize -f +- run automake + +------------------------------------------------------------------- +Fri Oct 10 21:40:20 CEST 2003 - mjancar@suse.cz + +- initial version 0.4.11 + New: ---- libaal-1.0.5-rpmoptflags.patch libaal-1.0.5.tar.xz libaal-rpmlintrc libaal.changes libaal.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libaal.spec ++++++ # # spec file for package libaal-1_0-5 # # 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 # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # Name: libaal Summary: A library providing application abstraction mechanisms used by reiser4progs Version: 1.0.5 Release: 0 License: GPL-2.0 URL: http://sf.net/projects/reiser4/ Group: System/Filesystems Source: libaal-%version.tar.xz Source99: %name-rpmlintrc Patch1: libaal-%version-rpmoptflags.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libtool BuildRequires: xz %description libaal includes device abstraction, libc independence code, and more. %package -n libaal-1_0-5 Summary: A library providing application abstraction mechanisms used by reiser4progs Group: System/Libraries %description -n libaal-1_0-5 libaal includes device abstraction, libc independence code, and more. %package -n libaal-minimal0 Summary: A library providing application abstraction mechanisms used by reiser4progs License: GPL-2.0 Group: System/Libraries %description -n libaal-minimal0 libaal includes device abstraction, libc independence code, and more. %package devel Summary: A library providing application abstraction mechanisms used by reiser4progs License: GPL-2.0+ Group: Development/Libraries/C and C++ Requires: libaal-1_0-5 = %version Requires: libaal-minimal0 = %version %description devel libaal includes device abstraction, libc independence code, and more. %package devel-static Summary: Static libraries for libaal development Group: Development/Libraries/C and C++ Requires: %name-devel = %version %description devel-static libaal includes device abstraction, libc independence code, and more. This subpackage contains the static versions of the libraries, for use with programs that require them. %prep %setup -q %patch -P 1 -p0 %build autoreconf -fi %configure --enable-static --with-pic make %{?_smp_mflags} %install make %{?_smp_mflags} install DESTDIR="%buildroot" rm -f "%buildroot/%_libdir"/*.la %post -n libaal-1_0-5 -p /sbin/ldconfig %postun -n libaal-1_0-5 -p /sbin/ldconfig %post -n libaal-minimal0 -p /sbin/ldconfig %postun -n libaal-minimal0 -p /sbin/ldconfig %files -n libaal-1_0-5 %defattr(-,root,root) %doc AUTHORS BUGS COPYING CREDITS ChangeLog README THANKS TODO %_libdir/libaal-1.0.so.5* %files -n libaal-minimal0 %defattr(-,root,root) %_libdir/libaal-minimal.so.0* %files devel %defattr(-,root,root) %_libdir/libaal*.so %_includedir/aal %_datadir/aclocal %files devel-static %defattr(-,root,root) %_libdir/libaal*.a %changelog ++++++ libaal-1.0.5-rpmoptflags.patch ++++++ --- configure.in +++ configure.in @@ -126,7 +126,7 @@ ALIGN_FLAGS="-malign-jumps=1 -malign-loops=1 -malign-functions=1" fi -CFLAGS="" +CFLAGS="$RPM_OPT_FLAGS" MINIMAL_CFLAGS="" GENERIC_CFLAGS="" ++++++ libaal-rpmlintrc ++++++ addFilter('shlib-fixed-dependency') -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de