From 8632274edf82408d456886d233ea67649efbfc9d Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Aug 01 2015 01:31:26 +0000 Subject: Update to 1.9.0 --- diff --git a/.gitignore b/.gitignore index 413524a..1142d8b 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ bleachbit-0.8.0.tar.lzma /bleachbit-1.4.tar.bz2 /bleachbit-1.6.tar.bz2 /bleachbit-1.8.tar.bz2 +/bleachbit-1.9.0.tar.bz2 diff --git a/bleachbit.spec b/bleachbit.spec index 7d614d8..732b753 100644 --- a/bleachbit.spec +++ b/bleachbit.spec @@ -1,11 +1,10 @@ Name: bleachbit -Version: 1.8 +Version: 1.9.0 Release: 1%{?dist} Summary: Python utility to free disk space and improve privacy License: GPLv3+ URL: http://bleachbit.sourceforge.net/ Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2 -Patch0: https://github.com/az0/bleachbit/commit/d79cc0ca76999082860d635d6913c3fd0655c0a1.patch BuildArch: noarch BuildRequires: desktop-file-utils BuildRequires: gettext @@ -21,7 +20,6 @@ shortcuts. It wipes clean the cache and history list of many common programs. %prep %setup -q -%patch0 -p1 # Disable update notifications or it will left collecting unemployment of # yum/dnf and myself... @@ -46,7 +44,7 @@ find %{buildroot}%{_datadir}/%{name}/cleaners/ -type f -name '*.xml' \ -exec egrep -rl os.*windows {} + | xargs rm -fv # Correct shebang of bleachbit executable. -sed -i 's|#!/usr/bin/env python|%{__python2}|' %{buildroot}%{_bindir}/bleachbit +sed -i 's|/usr/bin/env python|%{__python2}|' %{buildroot}%{_bindir}/bleachbit %find_lang %{name} @@ -68,6 +66,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/bleachbit.desktop %exclude %{_datadir}/%{name}/Windows.py* %changelog +* Sat Aug 01 2015 Christopher Meng - 1.9.0-1 +- Update to 1.9.0 + * Fri Jul 24 2015 Christopher Meng - 1.8-1 - Update to 1.8 diff --git a/sources b/sources index fb0df95..a4b9383 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -433f9d655c366aac50ca2d5f9aa8b86d bleachbit-1.8.tar.bz2 +8c5d8a92544057462c882d47f29d128d bleachbit-1.9.0.tar.bz2