diff --git a/.gitignore b/.gitignore index ca3f4a9..d9c6cf5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /pinta-0.5.tar.gz /pinta-0.5-5.fc14.src.rpm /pinta-0.6-1.tar.gz +/pinta-0.7.tar.gz diff --git a/pinta.spec b/pinta.spec index a196b8d..6aa2ccf 100644 --- a/pinta.spec +++ b/pinta.spec @@ -1,8 +1,8 @@ %global debug_package %{nil} Name: pinta -Version: 0.6 -Release: 2%{?dist} +Version: 0.7 +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}-1.tar.gz +Source0: http://github.com/downloads/jpobst/Pinta/%{name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -93,6 +93,9 @@ rm -rf %{buildroot} %{_datadir}/pixmaps/%{name}* %changelog +* Thu Mar 03 2011 Paul Lange - 0.7-1 +- Update to version 0.7 + * Wed Feb 09 2011 Fedora Release Engineering - 0.6-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 0b819e0..c21f1da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -51e834be0ef9ae52e3e8774631592d01 pinta-0.6-1.tar.gz +e3fee39eb81ba992cce5a220f71ad351 pinta-0.7.tar.gz