[mirage/f14/master] 0.9.5.2

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Mar 9 17:51:11 UTC 2011


commit f8f0030ed3912c574966d728b26bd38b261732c0
Author: Mamoru Tasaka <tasaka1 at localhost.localdomain>
Date:   Thu Mar 10 02:51:05 2011 +0900

    0.9.5.2

 .gitignore  |    1 +
 mirage.spec |   16 ++++++++--------
 sources     |    3 +--
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1d6f4d6..5dee461 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 mirage-0.9.5.tar.bz2
 mirage-0.9.5.1.tar.bz2
+/mirage-0.9.5.2.tar.bz2
diff --git a/mirage.spec b/mirage.spec
index 98dc040..71ccd73 100644
--- a/mirage.spec
+++ b/mirage.spec
@@ -1,7 +1,7 @@
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:		mirage
-Version:	0.9.5.1
+Version:	0.9.5.2
 Release:	1%{?dist}
 Summary:	A fast and simple image viewer
 
@@ -12,11 +12,10 @@ Source0:	http://download.berlios.de/mirageiv/%{name}-%{version}.tar.bz2
 # Fix bug 559853, backtrace when clicking middle button in some case
 # Must be sent to upstream
 Patch0:		mirage-0.9.3-prevmouse-not-defined-with-click.patch
-BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:	gettext
 BuildRequires:	libX11-devel
-BuildRequires:	python-devel
+BuildRequires:	python2-devel
 BuildRequires:	desktop-file-utils
 Requires:	pygtk2
 Requires:	gnome-python2-gconf
@@ -64,18 +63,13 @@ desktop-file-install \
 %postun
 %{_bindir}/update-desktop-database &> /dev/null || :
 
-%clean
-%{__rm} -rf $RPM_BUILD_ROOT
-
 %files -f %{name}.lang
 %defattr(-,root,root,-)
 %doc CHANGELOG COPYING README TODO TRANSLATORS
 
 %{_bindir}/%{name}
 %{python_sitearch}/%{name}.py*
-%if 0%{?fedora} >= 9
 %{python_sitearch}/*.egg-info
-%endif
 %{python_sitearch}/*.so
 
 %{_datadir}/%{name}/
@@ -84,6 +78,12 @@ desktop-file-install \
 %{_datadir}/applications/*%{name}.desktop
 
 %changelog
+* Thu Mar 10 2011 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.9.5.2-1
+- 0.9.5.2
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.5.1-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
 * Fri Jul 30 2010 Mamoru Tasaka <mtasaka at ioa.s.u-tokyo.ac.jp> - 0.9.5.1-1
 - 0.9.5.1
 
diff --git a/sources b/sources
index c07b27c..b8a83da 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-cce2648d8a7d17af5ec150656816e2c6  mirage-0.9.5.tar.bz2
-1ccb7f9ce8d98630b7d94ca65f1a8005  mirage-0.9.5.1.tar.bz2
+92191a4496b0a50486ed7299baf6729f  mirage-0.9.5.2.tar.bz2


More information about the scm-commits mailing list