[pinta] Updated to v1.5

musuruan musuruan at fedoraproject.org
Sun Nov 2 16:58:44 UTC 2014


commit 7dd52225984111a021dd1e5a5959781930b7d337
Author: Andrea Musuruane <musuruan at gmail.com>
Date:   Sun Nov 2 17:58:46 2014 +0100

    Updated to v1.5
    
    - Updated Source0 tag
    - Dropped obsolete Group tags
    - Pinta doesn't build on arm (#992798)

 .gitignore |    1 +
 pinta.spec |   22 +++++++++++++++-------
 sources    |    2 +-
 3 files changed, 17 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e68eaab..ca96b8d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /pinta-1.2.tar.gz
 /pinta-1.3.tar.gz
 /pinta-1.4.tar.gz
+/pinta-1.5.tar.gz
diff --git a/pinta.spec b/pinta.spec
index 908d4f3..d80580d 100644
--- a/pinta.spec
+++ b/pinta.spec
@@ -1,20 +1,22 @@
 %global debug_package %{nil}
 
-Name:	    pinta
-Version:	1.4
-Release:	5%{?dist}
+Name:		pinta
+Version:	1.5
+Release:	1%{?dist}
 Summary:	An easy to use drawing and image editing program
 
-Group:		Applications/Multimedia
-
 # the code is licensed under the MIT license while the icons are licensed as CC-BY
 License:	MIT and CC-BY
 URL:		http://pinta-project.com/
 
-Source0:	http://github.com/downloads/PintaProject/Pinta/%{name}-%{version}.tar.gz
+Source0:	http://github.com/PintaProject/Pinta/releases/download/%{version}/%{name}-%{version}.tar.gz
 
 # Mono only available on these:
-ExclusiveArch: %ix86 x86_64 ppc ppc64 ia64 %{arm} sparcv9 alpha s390x
+ExclusiveArch:	%ix86 x86_64 ppc ppc64 ia64 sparcv9 alpha s390x
+
+# Pinta doesn't build on arm with mono 2.10
+# https://bugzilla.redhat.com/show_bug.cgi?id=992798
+ExcludeArch:	%{arm}
 
 Requires:	hicolor-icon-theme, mono-addins
 BuildRequires:	mono-devel, gtk-sharp2-devel, gettext, desktop-file-utils
@@ -80,6 +82,12 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{_datadir}/pixmaps/%{name}*
 
 %changelog
+* Mon Oct 27 2014 Andrea Musuruane <musuruan at gmail.com> 1.5-1
+- Updated to v1.5
+- Updated Source0 tag
+- Dropped obsolete Group tags
+- Pinta doesn't build on arm (#992798)
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4-5
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 139b5c7..ca139ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2e83c4475026e8588a71a07250712268  pinta-1.4.tar.gz
+f3e0d69b3fbda3aec6eeb36b5c94b81f  pinta-1.5.tar.gz


More information about the scm-commits mailing list