From 7dd261b45f00a6d20686939173f960f44be96abf Mon Sep 17 00:00:00 2001 From: Christopher Meng Date: Aug 15 2014 04:52:29 +0000 Subject: Update to 1.3 --- diff --git a/.gitignore b/.gitignore index a011b9c..a910dd7 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ bleachbit-0.8.0.tar.lzma /bleachbit-1.0.tar.lzma /bleachbit-1.1.tar.bz2 /bleachbit-1.2.tar.bz2 +/bleachbit-1.3.tar.bz2 diff --git a/bleachbit.spec b/bleachbit.spec index cf9b97c..16bf5cf 100644 --- a/bleachbit.spec +++ b/bleachbit.spec @@ -1,5 +1,5 @@ Name: bleachbit -Version: 1.2 +Version: 1.3 Release: 1%{?dist} Summary: Python utility to free disk space and improve privacy License: GPLv3+ @@ -26,7 +26,7 @@ make -C po local %{__python2} setup.py build %install -%make_install INSTALL="install -p" install prefix=%{_prefix} +%make_install INSTALL="install -p" prefix=%{_prefix} sed -i -e '/^#!\//, 1d' %{buildroot}%{_datadir}/bleachbit/CLI.py sed -i -e '/^#!\//, 1d' %{buildroot}%{_datadir}/bleachbit/GUI.py @@ -44,6 +44,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/bleachbit.desktop %exclude %{_datadir}/%{name}/Windows.py* %changelog +* Fri Aug 15 2014 Christopher Meng - 1.3-1 +- Update to 1.3 + * Fri Jun 20 2014 Christopher Meng - 1.2-1 - Update to 1.2 diff --git a/sources b/sources index 30fad36..4e51ca1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a4832f2333b76e5647337b8ac2a387a7 bleachbit-1.2.tar.bz2 +1b21175711c845aa3748248b42731c8c bleachbit-1.3.tar.bz2