[rapid-photo-downloader/f18] * Wed Jan 22 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.4.9-1 - Update to latest upstream ve

Fabian Affolter fab at fedoraproject.org
Wed Jan 22 08:29:48 UTC 2014


commit 88a729ff4af4fb0cd16282e729004f502b86317d
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Wed Jan 22 09:29:50 2014 +0100

    * Wed Jan 22 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.4.9-1
    - Update to latest upstream version 0.4.9

 .gitignore                  |    1 +
 rapid-photo-downloader.spec |   14 ++++++++------
 sources                     |    2 +-
 3 files changed, 10 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d2a193f..415fa84 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@ rapid-photo-downloader-0.3.1.tar.gz
 /rapid-photo-downloader-0.4.6~b1.tar.gz
 /rapid-photo-downloader-0.4.6.tar.gz
 /rapid-photo-downloader-0.4.7.tar.gz
+/rapid-photo-downloader-0.4.9.tar.gz
diff --git a/rapid-photo-downloader.spec b/rapid-photo-downloader.spec
index 2ba7d82..3301d71 100644
--- a/rapid-photo-downloader.spec
+++ b/rapid-photo-downloader.spec
@@ -1,5 +1,5 @@
 Name:           rapid-photo-downloader
-Version:        0.4.7
+Version:        0.4.9
 Release:        1%{?dist}
 Summary:        Images downloader for external devices
 
@@ -38,11 +38,10 @@ is recognized as an external drive.
 %setup -q
 
 %build
-%{__python} setup.py build
-
+%{__python2} setup.py build
 
 %install
-%{__python} setup.py install -O1 --skip-build --root=%{buildroot}
+%{__python2} setup.py install -O1 --skip-build --root=%{buildroot}
 desktop-file-install                                        \
     --dir=%{buildroot}%{_datadir}/applications              \
     %{buildroot}%{_datadir}/applications/%{name}.desktop
@@ -63,8 +62,8 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %files -f %{name}.lang
 %doc rapid/AUTHORS rapid/ChangeLog rapid/COPYING README
 %{_bindir}/%{name}
-%{python_sitelib}/rapid/
-%{python_sitelib}/*.egg-info
+%{python2_sitelib}/rapid/
+%{python2_sitelib}/*.egg-info
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/kde4/apps/solid/actions/%{name}.desktop
 %{_datadir}/icons/hicolor/*x*/apps/%{name}.png
@@ -73,6 +72,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/pixmaps/%{name}.xpm
 
 %changelog
+* Wed Jan 22 2014 Fabian Affolter <mail at fabian-affolter.ch> - 0.4.9-1
+- Update to latest upstream version 0.4.9
+
 * Sat Dec 21 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.4.7-1
 - Update to latest upstream version 0.4.7
 
diff --git a/sources b/sources
index 43c1cb8..8cc817b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ba178abdcb8c8e551def60a8f7d9ebb  rapid-photo-downloader-0.4.7.tar.gz
+209a7270326d959f4579ff49f48ce21f  rapid-photo-downloader-0.4.9.tar.gz


More information about the scm-commits mailing list