Hello community,

here is the log from the commit of package bleachbit for openSUSE:Factory 
checked in at 2016-03-31 13:03:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      2015-11-05 
11:35:58.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.bleachbit.new/bleachbit.changes 2016-03-31 
13:03:38.000000000 +0200
@@ -1,0 +2,29 @@
+Sun Mar 20 16:02:48 UTC 2016 - mailaen...@opensuse.org
+
+- Update to 1.10
+  * Speed up identification of files using regular expressions by 5% to 50%
+  * Allow relative paths with --shred command line argument (reported by Eva 
Putnam).
+  * Add descriptions for cleaners (thanks to theatre-x).
+  * Fix resizing of preference dialog (thanks to Anton Bobov).
+  * Warn when deleting passwords on Firefox (reported by Theatre-X).
+  * Accept abbreviations T and F in bleachbit.ini configuration (reported by 
Ken Wallace).
+  * Show a user-friendly error message when checking for updates fails because 
of a network error (reported by Gary).
+  * Improve logging of errors. Some errors are more informative, and on 
Windows, errors are unlikely to cause a popup message about bleachbit.exe.log.
+  * Add an option to show file sizes as IEC units (1 KiB = 1024 bytes) instead 
of SI units (1 kB = 1000 bytes; thanks to Tristan Stenner).
+  * Clean passwords on Firefox version 32+.
+  * Clean Google Chrome cookies for non-default profiles.
+  * Clean more autofill on Google Chrome (reported by pcdoctor01). If you are 
logged in to Google Chrome, it may automatically restore some of these values 
from your online Google account unless you disable the option Show addresses 
and credit cards from Google Payments in the autofill page of Google Chrome 
settings.
+  * Add size column to side tree control (thanks to Ivor Hewitt).
+  * Clean more localizations (thanks to Tristan Stenner).
+  * Add localization codes (thanks to Tristan Stenner).
+  * Fix memory cleaning on Ubuntu 15.10 and other distributions (reported by 
Richard Pearse).
+  * Fix harmless error that localizations.xml is unusable (thanks to Tristan 
Stenner).
+  * Do not show localizations at the base level (reported by BBUser).
+  * Do not show Windows Explorer cleaner on Linux (reported by Tomás F. L.).
+  * Fulfill Fedora license file location change.
+  * Do not delete xauth under KDE (reported by mike).
+  * Remove deprecated key encoding in bleachbit.desktop.
+  * Drop support for Mandriva, which is dead.
+  * Do not show cleaner is unusable message in the console (except when debug 
mode is enabled or in non-final releases).
+
+-------------------------------------------------------------------

Old:
----
  bleachbit-1.8.tar.bz2

New:
----
  bleachbit-1.10.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ bleachbit.spec ++++++
--- /var/tmp/diff_new_pack.jUEJQx/_old  2016-03-31 13:03:39.000000000 +0200
+++ /var/tmp/diff_new_pack.jUEJQx/_new  2016-03-31 13:03:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package bleachbit
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 8/2011 by open-slx GmbH <sascha.ma...@open-slx.de>
 # Copyright (c) 2010 - 7/2011 by Sascha Manns <saigk...@opensuse.org>
 #
@@ -19,14 +19,14 @@
 
 
 Name:           bleachbit
-Version:        1.8
+Version:        1.10
 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
+Url:            http://www.bleachbit.org/
+Source:         
http://download.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+# PATCH-FIX-UPSTREAM: https://github.com/az0/bleachbit/pull/130
 Patch0:         bleachbit-kde-patch.patch
 BuildRequires:  fdupes
 BuildRequires:  python-setuptools
@@ -74,10 +74,16 @@
 %find_lang %{name}
 %fdupes -s %{buildroot}
 
-# Hack to fix non-executable-script
+# Fix non-executable-script
 chmod +x %{buildroot}%{_datadir}/%{name}/CLI.py
 chmod +x %{buildroot}%{_datadir}/%{name}/GUI.py
 
+%post
+%desktop_database_post
+
+%postun
+%desktop_database_postun
+
 %files
 %defattr(-,root,root,-)
 %{_bindir}/%{name}

++++++ bleachbit-1.8.tar.bz2 -> bleachbit-1.10.tar.bz2 ++++++
++++ 56465 lines of diff (skipped)

++++++ bleachbit-kde-patch.patch ++++++
--- /var/tmp/diff_new_pack.jUEJQx/_old  2016-03-31 13:03:40.000000000 +0200
+++ /var/tmp/diff_new_pack.jUEJQx/_new  2016-03-31 13:03:40.000000000 +0200
@@ -1,28 +1,32 @@
-diff -Pdpru bleachbit-1.6.orig/cleaners/kde.xml bleachbit-1.6/cleaners/kde.xml
---- bleachbit-1.6.orig/cleaners/kde.xml        2014-11-19 04:32:54.000000000 
+0100
-+++ bleachbit-1.6/cleaners/kde.xml     2014-12-02 23:08:12.090055975 +0100
-@@ -24,20 +24,19 @@
-   <option id="cache">
+From 344b24eb3378270e649351711469b722d779a111 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?=
+ <mailaen...@users.noreply.github.com>
+Date: Sun, 20 Mar 2016 17:10:18 +0100
+Subject: [PATCH] Add ~/.kde4 folders everywhere.
+
+---
+ cleaners/kde.xml | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/cleaners/kde.xml b/cleaners/kde.xml
+index 4cb644c..2f0a180 100644
+--- a/cleaners/kde.xml
++++ b/cleaners/kde.xml
+@@ -26,13 +26,17 @@
      <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="~/.kde/cache-*/*/*"/>
 +    <action command="delete" search="glob" path="~/.kde4/cache-*/*/*"/>
+     <action command="delete" search="glob" path="~/.kde/cache-*/*"/>
 +    <action command="delete" search="glob" path="~/.kde4/cache-*/*"/>
    </option>
    <option id="tmp">
      <label>Temporary files</label>
      <description>Delete the temporary files</description>
-     <warning>This option may be incompatible with kdesudo</warning>
--    <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-*/*"/>
+     <action command="delete" search="glob" path="~/.kde/tmp-*/*/*" 
nregex="^xauth="/>
++    <action command="delete" search="glob" path="~/.kde4/tmp-*/*/*" 
nregex="^xauth="/>
+     <action command="delete" search="glob" path="~/.kde/tmp-*/*" 
nregex="^xauth="/>
++    <action command="delete" search="glob" path="~/.kde4/tmp-*/*" 
nregex="^xauth="/>
    </option>
    <option id="recent_documents">
      <label>Recent documents list</label>
-     <description>Delete the list of recently used documents</description>
--    <action command="delete" search="glob" 
path="~/.kde/share/apps/RecentDocuments/*.desktop"/>
-     <action command="delete" search="glob" 
path="~/.kde4/share/apps/RecentDocuments/*.desktop"/>
-   </option>
- </cleaner>


Reply via email to