commit dice for openSUSE:Factory
Hello community, here is the log from the commit of package dice for openSUSE:Factory checked in at Fri Mar 27 00:54:57 CET 2009. -------- --- GNOME/dice/dice.changes 2009-01-23 18:01:02.000000000 +0100 +++ dice/dice.changes 2009-03-26 13:00:02.000000000 +0100 @@ -1,0 +2,6 @@ +Thu Mar 26 12:59:40 CET 2009 - crrodriguez@suse.de + +- remove static libraries and "la" files +- use -fno-strict-aliasing + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dice.spec ++++++ --- /var/tmp/diff_new_pack.JW8167/_old 2009-03-27 00:53:22.000000000 +0100 +++ /var/tmp/diff_new_pack.JW8167/_new 2009-03-27 00:53:22.000000000 +0100 @@ -20,7 +20,7 @@ Name: dice Version: 0.1.9 -Release: 4 +Release: 5 License: GPL v2 or later BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: bison flex gcc-c++ @@ -100,13 +100,14 @@ %setup -q %build -%configure --prefix=%{_prefix} --libdir=%{_libdir} --sysconfdir=%{_sysconfdir} -make +export CFLAGS="%optflags -fno-strict-aliasing" +%configure --disable-static --with-pic +%{__make} %{?jobs:-j%jobs} %install make DESTDIR="$RPM_BUILD_ROOT" install cp %{SOURCE1} $RPM_BUILD_ROOT%{_libdir}/dice -rm $RPM_BUILD_ROOT/%{_libdir}/nautilus/extensions-2.0/*.*a +find %{buildroot} -type f -name "*.la" -exec %{__rm} -fv {} + %clean rm -rf "$RPM_BUILD_ROOT" @@ -141,7 +142,6 @@ %{_libdir}/pkgconfig/diced.pc %{_libdir}/pkgconfig/Novell.IceDesktop.pc %{_libdir}/pkgconfig/solvent.pc -%{_libdir}/dice/libicews.*a %files debug %defattr(-,root,root) @@ -152,6 +152,9 @@ %{_libdir}/dice/diced.exe.mdb %changelog +* Thu Mar 26 2009 crrodriguez@suse.de +- remove static libraries and "la" files +- use -fno-strict-aliasing * Fri Jan 23 2009 crivera@novell.com - Use the correct provider for connecting to Teaming servers. This fixes bnc#459120. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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@Hilbert.suse.de