diff --git a/.gitignore b/.gitignore index a9aa5ea..f3b9b83 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ bleachbit-0.8.0.tar.lzma /bleachbit-1.8.tar.bz2 /bleachbit-1.9.0.tar.bz2 /bleachbit-1.10.tar.bz2 +/bleachbit-1.12.tar.bz2 diff --git a/bleachbit.spec b/bleachbit.spec index e6a3b30..a1f8041 100644 --- a/bleachbit.spec +++ b/bleachbit.spec @@ -1,5 +1,5 @@ Name: bleachbit -Version: 1.10 +Version: 1.12 Release: 1%{?dist} Summary: Python utility to free disk space and improve privacy License: GPLv3+ @@ -66,6 +66,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/bleachbit.desktop %exclude %{_datadir}/%{name}/Windows.py* %changelog +* Tue Jul 05 2016 Mukundan Ragavan - 1.12-1 +- Update to 1.12 + * Thu Apr 14 2016 Mukundan Ragavan - 1.10-1 - Update to 1.10 - Updated package URL diff --git a/d79cc0ca76999082860d635d6913c3fd0655c0a1.patch b/d79cc0ca76999082860d635d6913c3fd0655c0a1.patch deleted file mode 100644 index bc64a88..0000000 --- a/d79cc0ca76999082860d635d6913c3fd0655c0a1.patch +++ /dev/null @@ -1,29 +0,0 @@ -From d79cc0ca76999082860d635d6913c3fd0655c0a1 Mon Sep 17 00:00:00 2001 -From: Christopher Meng -Date: Tue, 21 Jul 2015 20:24:12 +0800 -Subject: [PATCH] Fulfill Fedora license file location change - -Fedora bleachbit maintainer here: - -Owing to the change at https://fedoraproject.org/wiki/Changes/Use_license_macro_in_RPMs_for_packages_in_Cloud_Image, this path should be included. - -It's intended for Fedora 21+ and RHEL 7+. ---- - bleachbit/Common.py | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/bleachbit/Common.py b/bleachbit/Common.py -index e15721e..95313fd 100644 ---- a/bleachbit/Common.py -+++ b/bleachbit/Common.py -@@ -68,8 +68,8 @@ - bleachbit_exe_path, 'COPYING'), # Microsoft Windows - '/usr/share/doc/bleachbit-' + APP_VERSION + - '/COPYING', # CentOS, Fedora, RHEL -- '/usr/share/doc/packages/bleachbit/COPYING', -- # OpenSUSE 11.1 -+ '/usr/share/licenses/bleachbit/COPYING', # Fedora 21+, RHEL 7+ -+ '/usr/share/doc/packages/bleachbit/COPYING', # OpenSUSE 11.1 - '/usr/share/doc/bleachbit/COPYING', # Mandriva - '/usr/pkg/share/doc/bleachbit/COPYING', # NetBSD 5 - '/usr/share/licenses/common/GPL3/license.txt') # Arch Linux diff --git a/sources b/sources index 646e76f..0fbb993 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6741c0db9a01193504c0cfc8bde6185a bleachbit-1.10.tar.bz2 +b59155f5d0c1ec34a7065e1380482909 bleachbit-1.12.tar.bz2