[photocollage/f20] Update to new upstream version

Adrien Vergé adrienverge at fedoraproject.org
Wed Jun 18 13:18:09 UTC 2014


commit 4bf518b1e856ddb90525496bde7b93ae04e0bc6c
Author: Adrien Vergé <adrienverge at gmail.com>
Date:   Wed Jun 18 15:17:28 2014 +0200

    Update to new upstream version

 photocollage.spec |   15 +++++++++++++--
 1 files changed, 13 insertions(+), 2 deletions(-)
---
diff --git a/photocollage.spec b/photocollage.spec
index 617d3d4..047e59d 100644
--- a/photocollage.spec
+++ b/photocollage.spec
@@ -1,6 +1,6 @@
 Summary:        Graphical tool to make photo collage posters
 Name:           photocollage
-Version:        1.0.2
+Version:        1.1.0
 Release:        1%{?dist}
 Url:            https://github.com/adrienverge/PhotoCollage
 License:        GPLv2+
@@ -10,6 +10,8 @@ BuildArch:      noarch
 BuildRequires:  python3-devel
 BuildRequires:  gettext
 BuildRequires:  desktop-file-utils
+BuildRequires:  python3-distutils-extra
+BuildRequires:  intltool
 
 Requires:       python3-pillow >= 2.0
 Requires:       python3-gobject >= 3.0
@@ -29,7 +31,7 @@ generated image in the resolution you want.
 %{__python3} setup.py build
 
 %install
-%{__python3} setup.py install -O1 --skip-build --root %{buildroot}
+%{__python3} setup.py install -O1 --root %{buildroot}
 %find_lang %{name}
 desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
 
@@ -55,6 +57,15 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/icons/hicolor/*/apps/%{name}.png
 
 %changelog
+* Wed Jun 18 2014 Adrien Vergé <adrienverge at gmail.com> - 1.1.0-1
+- Update to new upstream version
+
+* Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Wed May 28 2014 Kalev Lember <kalevlember at gmail.com> - 1.0.2-2
+- Rebuilt for https://fedoraproject.org/wiki/Changes/Python_3.4
+
 * Fri Mar 21 2014 Adrien Vergé <adrienverge at gmail.com> - 1.0.2-1
 - Fix a race condition and restrict image formats
 


More information about the scm-commits mailing list