[bleachbit] update to 0.9.5 release

Rahul Sundaram sundaram at fedoraproject.org
Thu Jan 24 05:49:27 UTC 2013


commit cb0b2c404caac004c43f124ae88d7a21c363acfe
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Thu Jan 24 00:49:07 2013 -0500

    update to 0.9.5 release
    
    - http://bleachbit.sourceforge.net/news/bleachbit-095

 .gitignore     |    1 +
 bleachbit.spec |   11 +++++++----
 sources        |    2 +-
 3 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d230534..d7f0a27 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 bleachbit-0.8.0.tar.lzma
 /bleachbit-0.8.4.tar.lzma
 /bleachbit-0.8.7.tar.lzma
+/bleachbit-0.9.5.tar.lzma
diff --git a/bleachbit.spec b/bleachbit.spec
index 21d8a06..f467df3 100644
--- a/bleachbit.spec
+++ b/bleachbit.spec
@@ -1,6 +1,6 @@
 Name:           bleachbit
-Version:        0.8.7
-Release:        3%{?dist}
+Version:        0.9.5
+Release:        1%{?dist}
 Summary:        Remove unnecessary files, free space, and maintain privacy
 License:        GPLv3+
 BuildRequires:  python-devel desktop-file-utils gettext
@@ -25,7 +25,7 @@ make -C po local
 
 
 %install
-make DESTDIR=%{buildroot} INSTALL="install -p" install \
+%make_install INSTALL="install -p" install \
  prefix=%{_prefix}
 
 desktop-file-validate %{buildroot}/%{_datadir}/applications/bleachbit.desktop
@@ -35,7 +35,6 @@ sed -i -e '/^#!\//, 1d' %{buildroot}%{_datadir}/bleachbit/GUI.py
 %find_lang %{name}
 
 %files -f %{name}.lang
-%defattr(-,root,root,-)
 %doc COPYING README
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
@@ -44,6 +43,10 @@ sed -i -e '/^#!\//, 1d' %{buildroot}%{_datadir}/bleachbit/GUI.py
 %exclude %{_datadir}/%{name}/Windows.py*
 
 %changelog
+* Thu Jan 24 2013 Rahul Sundaram <sundaram at fedoraproject.org> - 0.9.5-1
+- update to 0.9.5 release
+- http://bleachbit.sourceforge.net/news/bleachbit-095
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.8.7-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 21cd96e..8c414f2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-425866a7321019cc0cfd5161e7552970  bleachbit-0.8.7.tar.lzma
+0dda937753fd0f9936bbf0059dc353c6  bleachbit-0.9.5.tar.lzma


More information about the scm-commits mailing list