[pinta] update to 1.1

palango palango at fedoraproject.org
Fri Feb 10 17:51:05 UTC 2012


commit 347221cc40d80aeccdb4ec2968c72ddd7ae60975
Author: Paul Lange <palango at gmx.de>
Date:   Fri Feb 10 11:50:54 2012 -0600

    update to 1.1

 .gitignore |    1 +
 pinta.spec |   17 +++++++++--------
 sources    |    2 +-
 3 files changed, 11 insertions(+), 9 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eed3936..1cf4cb3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@
 /pinta-0.7.tar.gz
 /pinta-0.8.tar.gz
 /pinta-1.0.tar.gz
+/pinta-1.1.tar.gz
diff --git a/pinta.spec b/pinta.spec
index 13c17c8..63bd565 100644
--- a/pinta.spec
+++ b/pinta.spec
@@ -1,8 +1,8 @@
 %global debug_package %{nil}
 
 Name:		pinta
-Version:	1.0
-Release:	2%{?dist}
+Version:	1.1
+Release:	1%{?dist}
 Summary:	An easy to use drawing and image editing program
 
 Group:		Applications/Multimedia
@@ -11,7 +11,7 @@ Group:		Applications/Multimedia
 License:	MIT and CC-BY
 URL:		http://pinta-project.com/
 
-Source0:	http://github.com/downloads/jpobst/Pinta/%{name}-%{version}.tar.gz
+Source0:	http://github.com/downloads/PintaProject/Pinta/%{name}-%{version}.tar.gz
       
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -28,21 +28,19 @@ It's goal is to provide a simplified alternative to GIMP for casual users.
 %prep
 %setup -q
 
-chmod -x readme.txt
+chmod -x readme.md
 chmod -x license-mit.txt
 chmod -x license-pdn.txt
 chmod -x todo.txt
 chmod -x xdg/pinta.1
-chmod -x xdg/pinta.desktop
 chmod -x xdg/pinta.xpm
 chmod -x xdg/scalable/pinta.svg
 
-sed -i 's/\r//' readme.txt
+sed -i 's/\r//' readme.md
 sed -i 's/\r//' license-mit.txt
 sed -i 's/\r//' license-pdn.txt
 sed -i 's/\r//' todo.txt
 sed -i 's/\r//' pinta.in
-sed -i 's/\r//' xdg/pinta.desktop
 sed -i 's/\r//' xdg/pinta.xpm
 sed -i 's/\r//' xdg/pinta.1
 sed -i 's/\r//' xdg/scalable/pinta.svg
@@ -84,7 +82,7 @@ rm -rf %{buildroot}
 
 %files -f %{name}.lang
 %defattr(-,root,root,-)
-%doc todo.txt readme.txt license-mit.txt license-pdn.txt
+%doc todo.txt readme.md license-mit.txt license-pdn.txt
 %{_libdir}/%{name}
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
@@ -93,6 +91,9 @@ rm -rf %{buildroot}
 %{_datadir}/pixmaps/%{name}*
 
 %changelog
+* Fri Feb 10 2012 Paul Lange <palango at gmx.de> - 1.1-1
+- Update to 1.1
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index e2b69b1..730402e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-59edafb32d9a3e33f43ca00cfcb9bd71  pinta-1.0.tar.gz
+fc1848072e642111f871aa27e36fafb0  pinta-1.1.tar.gz


More information about the scm-commits mailing list