# HG changeset patch # User Wolfgang Rosenauer # Date 1262780874 -3600 # Node ID f8e8bc740b10025a238d7df332618cf7cd41ee46 # Parent 3a1561dda105b1741d47e5fa0aded91ab1d78c88 Tentative fix for incomplete cleanup at upgrade or removal diff -r 3a1561dda105 -r f8e8bc740b10 mozilla-xulrunner192/mozilla-xulrunner192.changes --- a/mozilla-xulrunner192/mozilla-xulrunner192.changes Wed Jan 06 13:19:39 2010 +0100 +++ b/mozilla-xulrunner192/mozilla-xulrunner192.changes Wed Jan 06 13:27:54 2010 +0100 @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Wed Jan 6 13:24:43 CET 2010 - wr@rosenauer.org + +- expand -translations-* and -gnome filelists to clean up the + filesystem for upgrades and removals correctly +- enable crashreporter and create breakpad buildsymbols package + for mozilla crashreporter (for ix86) + ------------------------------------------------------------------- Thu Dec 24 14:21:02 CET 2009 - wr@rosenauer.org @@ -8,8 +16,6 @@ - enable libproxy support from 11.2 on - renamed -gnomevfs subpackage to -gnome - readded lockdown patches and preferences -- enable crashreporter and create breakpad buildsymbols package - for mozilla crashreporter (for ix86) - fix baselibs.conf ------------------------------------------------------------------- diff -r 3a1561dda105 -r f8e8bc740b10 mozilla-xulrunner192/mozilla-xulrunner192.spec --- a/mozilla-xulrunner192/mozilla-xulrunner192.spec Wed Jan 06 13:19:39 2010 +0100 +++ b/mozilla-xulrunner192/mozilla-xulrunner192.spec Wed Jan 06 13:27:54 2010 +0100 @@ -512,15 +512,21 @@ %files gnome %defattr(-,root,root) +%dir %{_libdir}/xulrunner-%{version_internal}/ +%dir %{_libdir}/xulrunner-%{version_internal}/components/ %{_libdir}/xulrunner-%{version_internal}/components/libmozgnome.so %{_libdir}/xulrunner-%{version_internal}/components/libnkgnomevfs.so %if %localize %files translations-common -f %{_tmppath}/translations.common %defattr(-,root,root) +%dir %{_libdir}/xulrunner-%{version_internal}/ +%dir %{_libdir}/xulrunner-%{version_internal}/chrome/ %files translations-other -f %{_tmppath}/translations.other %defattr(-,root,root) +%dir %{_libdir}/xulrunner-%{version_internal}/ +%dir %{_libdir}/xulrunner-%{version_internal}/chrome/ %endif %if %crashreporter