Hello community, here is the log from the commit of package bleachbit for openSUSE:Factory checked in at 2014-06-19 13:20:07 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bleachbit (Old) and /work/SRC/openSUSE:Factory/.bleachbit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bleachbit" Changes: -------- --- /work/SRC/openSUSE:Factory/bleachbit/bleachbit.changes 2013-12-02 14:59:39.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.bleachbit.new/bleachbit.changes 2014-06-19 13:20:16.000000000 +0200 @@ -1,0 +2,11 @@ +Tue Jun 17 11:55:15 UTC 2014 - [email protected] + +- Version bump to 1.2 with various small fixes. + +------------------------------------------------------------------- +Thu May 15 17:46:02 UTC 2014 - [email protected] + +- Added patch to change KDE's Cleaning Path from .kde to .kde4 + * bleachbit-kde-patch.patch + +------------------------------------------------------------------- Old: ---- bleachbit-1.0.tar.bz2 New: ---- bleachbit-1.2.tar.bz2 bleachbit-kde-patch.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bleachbit.spec ++++++ --- /var/tmp/diff_new_pack.dbidZ1/_old 2014-06-19 13:20:17.000000000 +0200 +++ /var/tmp/diff_new_pack.dbidZ1/_new 2014-06-19 13:20:17.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package bleachbit # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 8/2011 by open-slx GmbH <[email protected]> # Copyright (c) 2010 - 7/2011 by Sascha Manns <[email protected]> # @@ -19,36 +19,25 @@ Name: bleachbit -Version: 1.0 +Version: 1.2 Release: 0 Summary: Remove unnecessary files, free space, and maintain privacy License: GPL-3.0 Group: Productivity/File utilities +Url: http://bleachbit.sourceforge.net/ +Source0: http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 +# PATCH-FIX-OPENSUSE: use path to kde4 files as ~/.kde4 +Patch0: bleachbit-kde-patch.patch BuildRequires: fdupes -%if 0%{?suse_version} >= 1210 -BuildRequires: python-distribute -%else BuildRequires: python-setuptools -%endif BuildRequires: update-desktop-files -%if 0%{?fedora} == 11 -BuildRequires: python -BuildRequires: python-devel -%endif -Url: http://bleachbit.sourceforge.net/download_source.php -Source0: %{name}-%{version}.tar.bz2 -# Bugreport #712471 - should fixed in 0.9.0 -# Patch0: %{name}-bnc712471.patch Requires: python-gnome Requires: python-gnomevfs -Requires: python-gtk Requires: python-gtk >= 2.6 Requires: xdg-utils Recommends: %{name}-lang BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch -%py_requires - %lang_package %description @@ -61,17 +50,16 @@ %prep %setup -q +%patch0 sed -i -e 's|%{_bindir}/env python|%{_bindir}/python|g' \ bleachbit/{CLI.py,GUI.py} bleachbit.py %build -make clean make -C po local %{?_smp_mflags} python setup.py build %install -make DESTDIR=%{buildroot} install \ - prefix=%{_prefix} +make DESTDIR=%{buildroot} install prefix=%{_prefix} # create root desktop-file and change exec cp %{name}.desktop %{name}-root.desktop @@ -100,5 +88,6 @@ %doc COPYING README doc/* %files lang -f %{name}.lang +%defattr(-,root,root) %changelog ++++++ bleachbit-1.0.tar.bz2 -> bleachbit-1.2.tar.bz2 ++++++ ++++ 24887 lines of diff (skipped) ++++++ bleachbit-kde-patch.patch ++++++ Index: cleaners/kde.xml =================================================================== --- cleaners/kde.xml.orig +++ cleaners/kde.xml @@ -24,14 +24,14 @@ <option id="cache"> <label>Cache</label> <description>Delete the cache</description> - <action command="delete" search="glob" path="~/.kde/cache-*/*/*"/> - <action command="delete" search="glob" path="~/.kde/cache-*/*"/> + <action command="delete" search="glob" path="~/.kde4/cache-*/*/*"/> + <action command="delete" search="glob" path="~/.kde4/cache-*/*"/> </option> <option id="tmp"> <label>Temporary files</label> <description>Delete the temporary files</description> - <action command="delete" search="glob" path="~/.kde/tmp-*/*/*"/> - <action command="delete" search="glob" path="~/.kde/tmp-*/*"/> + <action command="delete" search="glob" path="~/.kde4/tmp-*/*/*"/> + <action command="delete" search="glob" path="~/.kde4/tmp-*/*"/> </option> <option id="recent_documents"> <label>Recent documents list</label> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
