Hello community, here is the log from the commit of package limal-runlevel checked in at Tue Aug 29 16:33:13 CEST 2006. -------- --- limal-runlevel/limal-runlevel.changes 2006-07-21 15:26:08.000000000 +0200 +++ limal-runlevel/limal-runlevel.changes 2006-08-29 16:16:09.000000000 +0200 @@ -1,0 +2,9 @@ +Tue Aug 29 16:12:23 CEST 2006 - mt@suse.de + +- version 1.2.2 +- fixed build flags in testsuite/Makefile.am +- fixed perl testsuite to not to use SUSE specific runlevels +- added fix by Sven Schober, that autodetects runlevel and + init script directories on other distributions (as fedora5). + +------------------------------------------------------------------- Old: ---- limal-runlevel-1.2.1.tar.bz2 New: ---- limal-runlevel-1.2.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ limal-runlevel.spec ++++++ --- /var/tmp/diff_new_pack.XN8TIR/_old 2006-08-29 16:29:08.000000000 +0200 +++ /var/tmp/diff_new_pack.XN8TIR/_new 2006-08-29 16:29:08.000000000 +0200 @@ -1,5 +1,5 @@ # -# spec file for package limal-runlevel (Version 1.2.1) +# spec file for package limal-runlevel (Version 1.2.2) # # Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -12,12 +12,12 @@ Name: limal-runlevel URL: http://forge.novell.com/modules/xfmod/project/?limal -Version: 1.2.1 +Version: 1.2.2 Release: 1 License: GPL Group: Development/Libraries/C and C++ BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: limal-runlevel-1.2.1.tar.bz2 +Source0: limal-runlevel-1.2.2.tar.bz2 prefix: /usr %define swiglibdir %(swig -swiglib) BuildRequires: curl gcc-c++ limal-devel limal-devtools limal-perl perl-gettext sgml-skel @@ -69,12 +69,12 @@ Marius Tomaschewski %prep -%setup -n limal-runlevel-1.2.1 +%setup -n limal-runlevel-1.2.2 %build %{prefix}/bin/limaltool limalautoconf %{prefix}/bin/limaltool limalautomake -autoreconf --force --install +autoreconf --force --install --verbose export CFLAGS="$RPM_OPT_FLAGS -DNDEBUG" export CXXFLAGS="$RPM_OPT_FLAGS -DNDEBUG" %{?suse_update_config:%{suse_update_config -f}} @@ -90,6 +90,12 @@ export LD_LIBRARY_PATH="$RPM_BUILD_ROOT/usr/lib/limal" make check DESTDIR="$RPM_BUILD_ROOT" +%post +/sbin/ldconfig + +%postun +/sbin/ldconfig + %clean rm -rf "$RPM_BUILD_ROOT" @@ -98,7 +104,7 @@ %dir %{_libdir}/limal %{_libdir}/limal/lib*.so.* # we currently do not have translations -#/usr/share/locale/*/LC_MESSAGES/* +#%{_prefix}/share/locale/*/LC_MESSAGES/* %files devel %defattr(-,root,root) @@ -119,6 +125,12 @@ %{perl_vendorarch}/LIMAL/*.pm %changelog -n limal-runlevel +* Tue Aug 29 2006 - mt@suse.de +- version 1.2.2 +- fixed build flags in testsuite/Makefile.am +- fixed perl testsuite to not to use SUSE specific runlevels +- added fix by Sven Schober, that autodetects runlevel and + init script directories on other distributions (as fedora5). * Fri Jul 21 2006 - mt@suse.de - version 1.2.1 - fixed testsuites to be system-independent (and work in chroot) ++++++ limal-runlevel-1.2.1.tar.bz2 -> limal-runlevel-1.2.2.tar.bz2 ++++++ ++++ 6265 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@suse.de