commit bleachbit for openSUSE:Factory
Hello community, here is the log from the commit of package bleachbit for openSUSE:Factory checked in at 2012-08-04 21:39:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bleachbit (Old) and /work/SRC/openSUSE:Factory/.bleachbit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "bleachbit", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/bleachbit/bleachbit.changes 2012-03-20 11:25:52.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.bleachbit.new/bleachbit.changes 2012-08-04 21:43:46.000000000 +0200 @@ -1,0 +2,25 @@ +Sat Aug 4 08:08:01 UTC 2012 - lazy.kent@opensuse.org + +- Update to 0.9.3. + * The new application icon looks better — especially on a black + background. + * Google Chrome and Chromium: clean some more SQLite database + journals. + * Google Chrome and Chromium: clean Favicons on new browser + release (instead of giving an error about the database + version). + * Google Chrome, Chromium: find more bookmarks to avoid affecting + history and favicons related to bookmarks, and avoid the error + "KeyError: 'url'". + * Be quiet about "Unsupported special file type" error message + (lp#1012930). + * Do not try to launch GUI if X is not available (lp#1004923). + * Be quiet about "[Errno 39] Directory not empty" error message + (lp#1012930). +- Build requires python-distribute instead of python-devel. +- Remove bleachbit.desktop from additional source: have it in + tarball. +- Recommends language package. +- Clean up spec. + +------------------------------------------------------------------- Old: ---- bleachbit-0.9.2.tar.bz2 bleachbit.desktop New: ---- bleachbit-0.9.3.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bleachbit.spec ++++++ --- /var/tmp/diff_new_pack.KNyBsi/_old 2012-08-04 21:43:48.000000000 +0200 +++ /var/tmp/diff_new_pack.KNyBsi/_new 2012-08-04 21:43:48.000000000 +0200 @@ -18,33 +18,29 @@ # - Name: bleachbit -Version: 0.9.2 -Release: 1 +Version: 0.9.3 +Release: 0 +Summary: Remove Unnecessary Files, Free Space, and Maintain Privacy License: GPL-3.0 -Summary: Remove unnecessary files, free space, and maintain privacy -BuildRequires: fdupes -BuildRequires: make -BuildRequires: python-devel -BuildRequires: update-desktop-files -%if 0%{?fedora} == 11 -BuildRequires: python -BuildRequires: python-devel -%endif -Url: http://bleachbit.sourceforge.net/download_source.php Group: Productivity/File utilities +Url: http://bleachbit.sourceforge.net Source0: %{name}-%{version}.tar.bz2 -Source1: %{name}.desktop -# Bugreport #712471 - should fixed in 0.9.0 -# Patch0: %{name}-bnc712471.patch +BuildRequires: fdupes +%if 0%{?suse_version} >= 1210 +BuildRequires: python-distribute +%else +BuildRequires: python-setuptools +%endif +BuildRequires: update-desktop-files Requires: python-gnome -Requires: python-gtk >= 2.6 +Requires: python-gtk Requires: xdg-utils -Obsoletes: %{name} < %{version} +Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %py_requires + %lang_package %description @@ -57,24 +53,23 @@ %prep %setup -q -#%%patch0 -p0 -%__sed -i -e 's|%{_bindir}/env python|%{_bindir}/python|g' \ +sed -i -e 's|%{_bindir}/env python|%{_bindir}/python|g' \ bleachbit/GUI.py %build -%__make clean +make clean make -C po local %{?_smp_mflags} -%{__python} setup.py build +python setup.py build %install -%__make DESTDIR=%{buildroot} install \ +make DESTDIR=%{buildroot} install \ prefix=%{_prefix} # create root desktop-file and change exec -%__cp %{name}.desktop %{name}-root.desktop -%__sed -i -e 's/Name=BleachBit$/Name=BleachBit as Administrator/g' \ +cp %{name}.desktop %{name}-root.desktop +sed -i -e 's/Name=BleachBit$/Name=BleachBit as Administrator/g' \ %{name}-root.desktop -%__sed -i -e 's/^Exec=bleachbit$/Exec=xdg-su -c bleachbit/g' \ +sed -i -e 's/^Exec=bleachbit$/Exec=xdg-su -c bleachbit/g' \ %{name}-root.desktop # installing .desktop Files %suse_update_desktop_file -n %{name} Utility Filesystem @@ -83,22 +78,19 @@ %find_lang %{name} %fdupes -s %{buildroot} -#%%__rm %{buildroot}%%{_datadir}/%%{name}/*.py[co] - # Hack to fix non-executable-script -%{__chmod} +x %{buildroot}%{_datadir}/%{name}/CLI.py -%{__chmod} +x %{buildroot}%{_datadir}/%{name}/GUI.py +chmod +x %{buildroot}%{_datadir}/%{name}/CLI.py +chmod +x %{buildroot}%{_datadir}/%{name}/GUI.py %files %defattr(-,root,root,-) %{_bindir}/%{name} +%{_datadir}/%{name}/ %{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}-root.desktop -%{_datadir}/%{name}/ %{_datadir}/pixmaps/%{name}.png %doc COPYING README %files lang -f %{name}.lang -%defattr(-,root,root,-) %changelog ++++++ bleachbit-0.9.2.tar.bz2 -> bleachbit-0.9.3.tar.bz2 ++++++ ++++ 7438 lines of diff (skipped) -- 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